@media screen and (min-width: 320px) {
    .aph_mobile_header_content {
        display: inline-block;
    }

    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    .mobile_header_content-logo img{
        width: 39px;
        height: 45px;
    }
    body,html {
        overflow-x: hidden !important;
    }    
   

    .m-font-size-38{
        font-size: 38px;
    }

    
   
    

}

@media screen and (min-width: 1024px) {
    .aph_mobile_header_content {
        display: inline-block;
        transition: transform 0.5s ease-in;
    }
    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
   
    .aph_header_logo{
        width: 350px;
        height: 42px;
    }
    #aphheader ul li a{
        padding: 10px 0px;
    }
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 20px;
    }

    .m-font-size-48 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 24px;
    }
    .aph_mobile_header_content {
        display: none;
        transition: transform 0.5s ease-in;
    }
    .aph_desktop_header_content{
        display: flex;
        transition: transform 0.5s ease-in;
    }
    
}

@media screen and (min-width: 1400px) { 
    #aphheader ul li a{
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   #aph_mobile_header .mobile_header_hamburger-lines #menu{
        width: 72vw;
        transition: transform .3s linear;
    }
}
@media screen and (max-width: 768px) {
    
    .movie-text2, #main-img2 {
        width: 100%;
    }

    #main-img2 {
        height: auto;
        max-width: 100%;
        margin-left: 0%;
    }
    .movie-text2 p {
        font-size: 14px !important;
        text-align: justify;
        padding-right: 0px;
    }
    .movie-text2 h1 {
        font-size: 38px !important;
        margin-top: 30px;
    }
 
    .side-text2{
     
        padding-left:0px;
        padding-top: 0px;

    }
  
    

    .video-bg2 {
        min-height: 35vh !important;
        object-fit: cover; 
    }
.movie-text2 {
    padding-left: 15px;
    padding-right: 15px;

}
    .vedio2 {
        height: 100%; 
        min-height: 100%;
    }
}