
@media screen and (max-width: 1085px){
    .footer-items{
        width: 50%;
    }
}

@media screen and (max-width: 600px){
    .footer-items{
        width: 100%;
    }
}


@media only screen and (max-width: 1085px){
    
    .nav-list{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0px;
    }
    .navbar{
        flex-direction: column;
        transition: all 0.7s ease-out;
        background: rgba(0, 0, 0, 0.9);
        height: 477px;
    }
    .burger{
        display: block;
    }

    .h-nav-res{
        height: 60px;
    }
    .v-class-res{
        opacity: 0;
    }
    .logo{
        width: 100%; 
    }
    .box-main{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 80px;
        margin: auto;
        max-width: 100%;
        
    }
    .text-big{
        font-size: 60px;
    }

    .text-small-head{
        font-size: 30px;
        text-align: center;
    }
    .section{
        flex-direction: column-reverse;
        padding: 60px 5px;
        text-align: center;
        
    }
    .section-left{
        text-align: center;
    }

    .sectionTag{
        padding: 5px 0;
    }
    .paras{
        padding: 0px 5px;
    }

    .slider{
        padding-left: 20px;
        width: 500px;
    }
    
    .dsection{
        flex-direction: column-reverse;
        padding: 140px 0px;
        text-align: center;
    }

    .pictures{
        padding: 15px;
    }

    .picture-first-half img{
        width: 330px;
        height: 500px;
    }
    
    .inner-footer{
        display: block;
        padding-left: 0px;
    }
    .footer-items{
       padding-left: 0px;
    }
    .footer-items ul li{
        font-size: 12px;
     }

     .box-main-video{
        height: 345px;
        width: 360px;
        margin: auto;
        padding-bottom: 40px;

       
        
    }
    
  
    .video-iframe{
        height: 230px;
        width: 320px;
        padding-left: 20px;
    }

     .box-main-map{
        height: 345px;
        width: 360px;
        margin: auto;
        padding-bottom: 40px;
       
        
    }
     .map-iframe{
        height: 345px;
        width: 360px;
    }
    
}