@media only screen and (max-width:950px){
    .scroll-container{
        display: none;
    }
}
@media only screen and (max-width:760px){
    .ml6{
        font-size: 3rem;
    }
    #banner{
        aspect-ratio: 10 / 5;
    }
    .ml6 .text-wrapper{
        line-height: 0;
    }
    .slide-text .sub_heading{
        margin-top: -25px;
    }
    .action{
        display: none;
    }
    #section1::before{
        content: none;
        background: none;
        /* z-index: -1; */
    }
    #navbar .menus{
        display: none;
    }
    #navbar-sm.active{
        transform: translateY(0);
    }
    #navbar-sm{
        display: initial;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        transition: .6s cubic-bezier(0, 0.8, 1, 1.02);
        transform: translateY(-100%);
        padding: 15px;
        background-color: var(--dark);
        border-top: 11px solid var(--light);
    }
    #navbar-sm .menus .link{
        display: flex;
        align-items: center;
        gap: 18px;
        font-weight: 400;
    }
    #navbar-sm .menus .nav-btn{
        color: var(--dark);
    }
    #navbar-sm .menus{
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 1.2rem;
    }
    #navbar-sm .menus a{
        color: var(--light);
        text-decoration: none;
    }
    #toggle{
        display: initial;
    }
    #navbar .logo{
        flex: initial;
    }
}
@media only screen and (max-width:500px){
    .slide-text .sub_heading{
        margin-top: -16px;
        line-height: 1;
        font-size: .9rem;
    }
    .ml6{
        font-size: 1.6rem;
    }
    #section1{
        padding: 35px 10px;
    }
    .section-heading h2{
        font-size: 1.2rem;
    }
    .section-heading h6{
        font-size: 2.2rem;
    }
    .section-heading{
        max-width: 290px;
        margin: auto;
    }
    .services .service_swiper .swiper-slide .service-card .details{
        transform: translateY(0);
    }
    .services{
        margin-top: 20px;
    }
    #navbar{
        padding: 0 10px;
    }
    #video_popup .video .close-video_popup{
        top: -50px;
        right:0px ;
        z-index: 1;
    }
    #video_popup .video{
        width: 95%;
    }
    
}