
section.main{
    background-color: var(--wc-lightest-shade);
}
section.main .container-fluid .row .col-md-12 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1000px;
    padding: 3rem;
}
p{
    margin-bottom: 0px;
}
.box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 1rem; */
    padding: 1rem 2.7rem;
    /* background-color: var(--wc-lightest-shade); */
    border: 1px solid var(--wc-red);
    /* border-radius: 10px; */
    margin: 1rem 0px;
    height: 100%;
}
.box h4{
    margin: 0px;
}
.content h4{
    font-size: var(--fs-h5);
    color: var(--wc-heading-text);
}
.box p , .box h4{
    color: var(--wc-heading-text);
}
.box p{
    font-weight: 600;
}
.btn-primary{
    background: var(--wc-red);
    color: #fff;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 5px;
}
.buttons{
    gap: 0.5rem;
    display: flex;
}
.container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1000px;
    padding: 3rem;
}
.container .left-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.container .left-container p{
    font-family: var(--heading-font);
}
.container .row{
    width: 100%;
}
.container .row .col-md-3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* 
.container .row .col-md-3 img{
    position: relative;
    max-height: 200px;
    width: auto;

} */
 .speakers{
    background-color: var(--wc-lightest-shade);
 }
.speakers .container{
    flex-direction: column !important;
    padding: 0 3rem;
    gap: 1rem;
}

.row .col-md-3 {
    /* padding: 1rem !important; */
    position: relative;
    min-height: 250px;
    /* width: auto; */
    width: 22%;
    /* margin: 10px; */
}

.row .col-md-3 img {
    /* height: 200px; */
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.row .col-md-3 .img-content {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: 50%;
    display: flex;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(121, 0, 0, 0.7) 0%, rgba(255, 100, 100, 0.3) 60%, rgba(255, 100, 100, 0) 100%);
    border-radius: 0 0 10px 10px;
    color: white;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
.row .col-md-3 .img-content h4,
.row .col-md-3 .img-content p {
    color: white;
    margin: 0;
    text-align: center;
}
.row .col-md-3 .img-content h4, .row .col-md-3 .img-content p {
    color: white;
    margin: 0;
    font-size: var(--fs-h6);
    text-align: center;
}
 .row .col-md-3 .img-content p {
    color: white;
    margin: 0;
    font-size: var(--fs-mini);
    text-align: center;
}
.pdf-download {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--wc-red);
    font-weight: bold;
    text-decoration: none;
    font-size: var(--fs-body);
}

.pdf-download i {
    font-size: 1.2rem;
}
section.gallery{
    background-color: transparent;
}
section.gallery .container .row .col-md-4{
    max-height: 250px;
}

section.gallery .container .row .col-md-4 img{
    height: 90%;
    max-width: 90%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 500px) {
    .container .row .col-md-3 {
        height: 100%;
        width: 100%;
    }
    .container .row{
        flex-direction: column;
    }
    section.gallery .container .row .col-md-4
    {
        max-width: 700px;
    }
    section.gallery .container .row .col-md-4 img{
        max-width: 100%;
    }
    .container .row{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        /* flex-direction: column; */
    }
    section.gallery .container{
        padding: 0px;
    }
    section.gallery .container .row{
        padding: 2rem;
    }
    section.gallery .container .row .col-md-4{
        max-width: 100%;
    }
    section.gallery .container .row .col-md-4 img{
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    section.gallery .container .row{
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .container .row{
        flex-direction: column;
    }
    section.gallery .container .row .col-md-4
    {
        max-height: 350px;
        max-width: 700px;
    }
    section.gallery .container .row .col-md-4 img{
        max-width: 100%;
    }
    .speakers .container {
        flex-direction: column !important;
        padding: 0px;
        gap: 1rem;
    }
    .row .col-md-3{
        width: 80%;
    }
    .box{
        display: none;
    }
    section.main .container-fluid .row .col-md-12 .container{
        padding: 2rem;
    }
    .col-md-4.gallery-image{
        max-width: 700px !important;
    }
}
