body{
    padding: 0%;
    margin: 0%;
}
.video-bg2 {
    object-fit: cover !important;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100vh;
    width:100%
  }
 .vf-2{
    object-position: 50% 50%;
 }
 
 .vedio2{
    object-fit: cover !important;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100vh;
    width:100%
 }
/* Hero image should fill and stay centered */
.vedio2 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* Center caption overlay */
.vedio2 .caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vedio2 .caption h2{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

  .bodycolor{
    background-color:  rgba(35, 36, 51, 1);;
  }
  .para-1 p{
    line-height: 0%;
  }
 
  .movie-text2 h1 {
    font-size: 48px;
    color: white;
    font-weight: 700;
  }
  .movie-text2{
    padding: 10px;
    padding-left: 50px;
    
  }
  .bodycolor{
    background-color:  rgba(35, 36, 51, 1);;
  }
  .movie-text2 p {
    font-size: 18px;
    color: white;
    line-height: 1;
   
    padding-right: 20px;
  }
  .fiction{
    font-weight: 300;
  }
  .movie-text2 small {
    font-size: 1rem;
    color: #ccc;

  }
  #main-img2{
    margin-left: 30px;
    
  }


@font-face {
  font-family: Museo Slab;
  src: url(../fonts/Museo_Slab_500.otf)
}



.aph_mobile_header_content{
  display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
  display: flex;
}
.aph_desktop_header_content{
  justify-content: space-between;
}
body#aphRoot{
  text-decoration-skip-ink: none;
}
.aph_header_menu_links{
  width: 60%;
  min-width: 60%;
}
ul.aph_nav_menu li {
  padding: 18px;
  width: 20%;
}
ul.aph_nav_menu li a{
  line-height: 22px;
}
ul.aph_nav_menu li:hover a {
  font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
  padding-left: 0px;
}
.aph_header_logo {
  margin: 10px;
}
body.fix-mobile-scrolling{
  overflow: initial;
}
.aph_content {
  position: relative;
  transition: transform .3s ease-out;
  height: 100%;
}
.aph_row_01{
  float: none;
  top: 0;
  left: 0;
  width: auto;
  position: relative;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 0;
  text-align: start;
  background-position: 50% 50%;
  min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
  height: 100%;
}
div.aph_header_inner_content {
  position: absolute;
  z-index: 101;
  width: 100%;
  padding: 13px 0;
}
.m-tb-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
  font-weight: 700;
}

.aph_wrapper {
  height: 100%;
}

/* Responsive adjustments */
@media(max-width: 991px){
  .vedio2{ min-height: 70vh; }
  .vedio2 .caption h2{ font-size: 36px; }
}
@media(max-width: 767px){
  .vedio2{ min-height: 50vh; }
  .vedio2 .caption h2{ font-size: 26px; padding: 0 12px; }
}

/* Fixed hero height variant */
.height-350{ height: 350px; }
.height-350 .vedio2{ min-height: 350px; height: 350px; }
.height-350 .vedio2 img{ width: 100%; height: 100%; object-fit: cover; object-position: 35% 35%; }

