@media (max-width: 1200px) {
    .slider-item {
        padding-top: 56%;
    }
    .cp-logo{
        width: 16.66%;
        flex: 0 0 16.66%;
    }
}

@media (max-width: 992px) {
    .slider-item h3 {
        font-size: 3rem;
    }
    .m-items .m-item{
        width: 33.33%;
    }
    .cp-logo{
        width: 20%;
        flex: 0 0 20%;
    }
    .gallery-item{
        width: 25%;
    }
}

@media (max-width: 900px) {
    .menu-link{
        display: none;
    }
    .home-logo-link{
        display: flex;
    }

    .main-header{
        justify-content: start;
    }
    /* .home-logo-link img{
        width: 70px;
    } */

    .icon-r-ani{
        margin-left: -45px;
    }

    .main-header .menu-nav{
        margin-left: 0px;
    }
}


@media (max-width: 768px) {
    .slider-item h3 {
        font-size: 2rem;
    }

    .habout .habout-left h3 {
        font-size: 32px;
    }

    .main-menu .menu-right {
        display: none;
    }

    .main-menu .menu-links {
        width: 100%;
    }
    .m-items .m-item{
        width: 50%;
    }
    .cp-logo{
        width: 25%;
        flex: 0 0 25%;
    }

    .detail-header .dh-main-bx .dh-right .hs-link .hs-vt,
    .detail-header .dh-main-bx .dh-right .hs-des,
    .detail-header .dh-main-bx .dh-left{
        display: none;
    }

    .detail-header{
        padding-top: 45%;
    }

    .detail-header .dh-main-bx{
        padding: 40px 0 20px;
    }

    .detail-header::after {
        background-color: transparent;
        background-image: linear-gradient(0deg, #000000e8, #00000069);
    }

    .detail-header .dh-main-bx .dh-right .hs-name{
        font-size: 32px;
    }

    .detail-header .dh-main-bx .dh-right{
        width: 100%;
        text-align: center;
    }

    .detail-header .dh-main-bx .dh-right .hs-link .hs-vt{
        margin-right: 0;
    }

    .gallery-item{
        width: 33.33%;
    }

    .upcoming-text-bx .utb-text{
        font-size: 28px;
    }
}



@media (max-width: 576px) {
    .slider-item h3 {
        font-size: 1.5rem;
    }

    .slider-item img {
        width: 50px !important;
    }

    .voice-icon-bx {
        width: 45px;
        height: 45px;
    }

    .habout .habout-left h3 {
        font-size: 20px;
    }

    .main-menu .menu-links {
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 50px;
    }

    .testimonials-item {
        padding: 45px 0 45px;
        position: relative;
    }

    .testimonials-item p {
        font-size: 16px;
    }
    .founder-messages .fm-img {
        width: 120px;
        height: 120px;
        flex: 0 0 120px;
    }
    .founder-messages .fm-text p {
        -webkit-line-clamp: 2;
    }

    .services-item{
        flex-direction: column;
    }

    .services-item .si-left{
        flex: auto;
    }
    .cp-logo{
        width: 33.33%;
        flex: 0 0 33.33%;
    }

    .fwvideo-bx,
    .slider-item{
        border-radius: 5px;
    }

    /* .slider-item video {
        transform: scale(1.5);
    } */
    .detail-header {
        padding-top: 50%;
    }

    .detail-header .dh-main-bx .dh-right .hs-name{
        font-size: 28px;
    }
}

@media (min-width:576px) {
    .fwvideo-bx.vartikal-bx {
        padding-bottom: calc(128% - 6.5px);
    }

    .fwvideo-bx iframe,
    .fwvideo-bx video {
        display: block;
    }

    .fwvideo-bx h3 {
        font-size: 30px;
        letter-spacing: 10px;
        text-transform: uppercase;
        font-weight: 800;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
        display: block;
    }

    .fwvideo-bx.vartikal-bx h3,
    .fwvideo-bx:hover h3 {
        opacity: 1;
        visibility: visible;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .fwvideo-bx svg {
        right: 40px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        opacity: 0;
        visibility: hidden;
    }

    .fwvideo-bx.vartikal-bx svg,
    .fwvideo-bx:hover svg {
        right: 20px;
        opacity: 1;
        visibility: visible;
    }

    .fwvideo-bx:hover img {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

}


@media (max-width:460px) {
    .founder-popup h3 {
        font-size: 24px;
    }

    .gallery-item{
        width: 50%;
    }

    .upcoming-text-bx .utb-text{
        font-size: 24px;
    }
}

@media (max-width:420px) {
    .founder-popup img {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }

    .founder-popup h3 {
        text-align: center;
    }

    .founder-popup h3 {
        font-size: 20px;
    }
}

@media (max-width:380px) {
    .cp-logo{
        width: 50%;
        flex: 0 0 50%;
    }
}