@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1136px) {
 
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width:767px) {
    .stellarnav.mobile ul{
        text-align: end !important;
    }
    .nav-logo{
        display: block;
      }
    .btn-outline-light{
        display: none;
    }
    .bannerPart {
       padding: 50px 0; text-align: center;
    }
    .bannerPart .row {
        height: auto;
    }
   .video_banner img {
        width: 100%; max-width: 100px;
   }
   .social_icons {
    flex-wrap: wrap;
   }
   .social_icons li {
        width: 16%;
        height: 80px;
        margin: 20px 48px;
    }
    .galleryimg {
        margin:20px 0;
    }
    .p-v-50 {
        padding: 30px 0;
    }
    
}
@media screen and (max-width:667px) {
    
    h2 {
        font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300))); font-family:'Orbitron';
    }
}
