.slider-main-div img {
    height: 300px;
}
.slider-side-div div {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-side-div div img {
    /* width: 150px !important; */
    aspect-ratio: 1/1 !important;
}

@media screen and (max-width: 991px) {
    .slider-main-div img {
        height: 200px;
    }

    .slider-side-div div img {
        aspect-ratio: 1/1 !important;
    }
}

/* @media screen and (max-width: 575px) {
    .slider-side-div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
    }

    .slider-side-div div img {
        width: 100% !important;
        max-width: 200px;
        aspect-ratio: 1/1 !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
} */
@media screen and (max-width: 575px) {
    .slider-main-div img {
        height: 210px;
    }

    .slider-side-div {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 20px 0px;
    }

    .slider-side-div div img {
        width: 150px !important;
        max-width: 40vw;
        aspect-ratio: 1/1 !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* ------------- useful links styling -------------------- */
.usefulLinkBox {
    background-color: rgb(0, 128, 128);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.usefulLinkBox .div-1 {
    aspect-ratio: 1;
    background-color: white;
    margin: 10px;
    max-height: 80px;
}
.usefulLinkBox .div-1 img {
    height: 100%;
}
.usefulLinkBox .div-2 {
    text-align: center;
    font-weight: bold;
    color: white;
    width: 120px;
}
.usefulLinkBox .div-2 {
    /* width: 100%; */
    display: block;
    font-size: 0.9em;
}

.carousel-bg-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

@media screen and (max-width: 992px) {
    .usefulLinkBox .div-1 img {
        height: 50px;
    }
    /* .usefulLinkBox .div-2 {
        width: 100%;
    } */
}

@media screen and (max-width: 768px) {
    .usefulLinkBox {
        padding: 5px;
    }
    .usefulLinkBox .div-1 {
        margin: 5px;
    }
    .usefulLinkBox .div-1 img {
        height: 50px;
    }
    .usefulLinkBox .div-2 {
        font-size: 0.7em;
        width: 80px;
    }
}
@media screen and (max-width: 400px) {
    .usefulLinkBox .div-1 img {
        height: 40px;
    }
}

/* ------------- useful links styling -------------------- */

/* ------------- our national working committee styling -------------------- */
.national-working-committee {
    text-align: center;
    position: relative;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 5px -3px black;
}

.national-working-committee .nwc1 {
    margin: 13px 0px;
}
.national-working-committee .nwc1 img {
    height: 200px;
    max-width: 100%;
}

.national-working-committee .nwc2 {
    padding: 0px 20px;
}

.national-working-committee .social-hover-div {
    display: none;
}

.national-working-committee:hover .social-hover-div {
    display: block;
}
.national-working-committee .social-hover-div .social-hover {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-link {
    background-color: rgb(0, 82, 183);
    color: white;
    border: 1px solid rgb(0, 82, 183);
}
.fa-link:hover {
    background-color: white;
    color: rgb(0, 82, 183);
}
.fa-custom {
    height: 40px;
    width: 40px;
    font-size: 25px !important;
    border-radius: 50%;
    flex-direction: row;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}
/* ------------- our national working committee styling -------------------- */

/* ------------- gallery styling -------------------- */
.home-gallery div {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.home-gallery div img {
    height: 190px;
}
.home-gallery div video {
    height: 190px;
}

@media screen and (max-width: 991px) {
    .home-gallery div img {
        min-width: 50vw !important;
    }
    .home-gallery div video {
        min-width: 50vw !important;
    }
}
/* ------------- gallery styling -------------------- */

/* ------------- organization news styling -------------------- */
.organization-news-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Lexend", sans-serif !important;
    color: #506172 !important;
}

.organization-news-img-link {
    position: relative;
    font-family: "Lexend", sans-serif !important;
    color: #506172 !important;
}

.organization-news-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(255, 231, 230);
    padding: 5px;
    margin: 0px;
}

.organization-news-link:hover {
    color: #fc3f00;
}
/* ------------- organization news styling -------------------- */

/* ------------------ about section ------------------------ */
.w-50-index-about {
    width: 50% !important;
}
@media screen and (max-width: 991px) {
    .w-50-index-about {
        width: 100% !important;
    }
}

.responsive-about-text {
    text-align: justify;
    margin: 10px 0px;
}
@media screen and (min-width: 992px) {
    .responsive-about-text {
        position: absolute;
        height: 100%;
        overflow: hidden;
        margin: 0px 0px;
    }
}
.about-us .show-more-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: white;
    z-index: 2;
    text-align: left;
}
/* ------------------ about section ------------------------ */
