/* Video Hero Section Styles - Original from mmmm project */
.video-areatop-wraper {
    position: relative;
}
/* .video-areatop {
    transform: translate(0px, 0px)  !important;
}  */
.videotop-innner{
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;        
    padding-top: 45vh;
    display: flex;
    justify-content:center;
    width: 100vw;
    transform: translate(0px, 0px);
}
.video-areatop-text {
    position: absolute;
    top: 0vh;
    text-align: center;
    width: 100%;
    transform: translate(0px, 0px);
    
}
.video-areatop-text h3 {
    opacity: 0;
    margin-bottom: 10px;
    font-size: 56px;font-style: normal;font-weight: 300;line-height: normal;background: linear-gradient(90deg, #00285E 0%, #0B52B5 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-flex;letter-spacing: -2px;
}
.video-areatop-text span {
    opacity: 0;
    font-family: "Playfair Display", serif;
    color: #05244F;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -2px;
    display: block;
}
.video-areatop-text span span {
    font-style: italic;
    display: inline-block;
}
.video-areatop-first {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 27vw;
}
.video-areatop-last {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 27vw;
}
.video-areatop-main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 46vw;
    min-height: 60vh;
    padding: 0px;
    transition: width 0.5s ease;
}
.video-areatop-video {
    position: relative;
    height: 65vh;
    margin-top: -100px;
    border-radius: 20px;
    padding: 0px 25px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.video-areatop-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.video-areatop-main,
.video-areatop-video {
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  will-change: transform, width, height;
}
.videotop-innner {
    transition: transform 1.2s ease;
    -webkit-transition: transform 1.2s ease;
    will-change: transform, width, height;
}
.video-areatop-first-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
}
.video-areatop-first-padd {
    width: 50%;
    box-sizing: content-box;
    position: relative;
}
.video-areatop-first-padd.fft {
    width: 45%;
    margin: 20px 0px;
}
.video-areatop-first-padd img {
    width:100%;
    object-fit: cover;
    border-radius: 15px;
}
.video-areatop-first-inner .video-areatop-first-padd:first-child .firs-vid-big {
    
    border-radius: 0px 15px 15px 0px;
}
.video-areatop-first-inner .video-areatop-first-padd:last-child .firs-vid-big {
    
    border-radius: 15px 0px 0px 15px;
}
.video-areatop-first-padd .firs-vid-big {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-areatop-first-padd .firs-vid-mid {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.video-areatop-first-padd .lastppd{
    padding-top: 20px;
}
body.loading {
    overflow: hidden;
  } 
   .anim-onload {
    transform: translate(0px, 100%);
    transition: transform 1.5s ease;
    -webkit-transform: translate(0px, 100%);
    -webkit-transition: transform 1.5s ease;
  }

  .anim-onload.play {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }

  .anim-onload1 {
    transform: translate3d(0px, 30vh, 0px) !important;
    transition: transform 1.2s ease;
    -webkit-transform: translate3d(0px, 30vh, 0px) !important;
    -webkit-transition: transform 1.2s ease;
  }

  .anim-onload1.play {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
  }
  .video-areatop-text {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 1.2s ease;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: transform 1.2s ease;
}

/* Responsive Styles */
@media (min-width: 1440px) and (max-width: 1600px) {
    .video-areatop-text h3 {
        font-size: 50px;
        line-height: normal;
    }
    .video-areatop-text span {
        font-size: 50px;
        line-height: normal;

    }
    .videotop-innner {
        padding-top:48vh ;
    }
    
    .video-areatop-video {
        margin-top: -100px;
        height: 65vh;
    }
    .video-areatop-text {
        top: 4vh;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        
    }
    .anim-onload {
        transform: translate(0px, 100%);
        transition: transform 1.5s ease;
        -webkit-transform: translate(0px, 100%);
        -webkit-transition: transform 1.5s ease;
      }
    
      .anim-onload.play {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
      }
    
      .anim-onload1 {
        transform: translate3d(0px, 30vh, 0px) !important;
        transition: transform 1.2s ease;
        -webkit-transform: translate3d(0px, 30vh, 0px) !important;
        -webkit-transition: transform 1.2s ease;
      }
    
      .anim-onload1.play {
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
      }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .video-areatop-text h3 {
        font-size: 44px;
        line-height: normal;
    }
    .video-areatop-text span {
        font-size: 44px;
        line-height: normal;

    }
    .videotop-innner {
        padding-top:46vh ;
    }
    
    .video-areatop-video {
        margin-top: -100px;
        height: 65vh;
    }
    .video-areatop-text {
        top: 3vh;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        
    }
    .anim-onload {
        transform: translate(0px, 100%);
        transition: transform 1.5s ease;
        -webkit-transform: translate(0px, 100%);
        -webkit-transition: transform 1.5s ease;
      }
    
      .anim-onload.play {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
      }
    
      .anim-onload1 {
        transform: translate3d(0px, 30vh, 0px) !important;
        transition: transform 1.2s ease;
        -webkit-transform: translate3d(0px, 30vh, 0px) !important;
        -webkit-transition: transform 1.2s ease;
        
      }
    
      .anim-onload1.play {
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
      }
}
@media (max-width: 1199px) {
    .video-areatop {
        position: relative;
    }
.video-areatop-first, .video-areatop-last {
    display: none;
}
.video-areatop {
    height: 100vh;
    /* transform: translate(0px, 0px) !important; */
}
  /* .video-areatop-text {
    top: 7vh;
    padding: 0px 20px;
} */

#videoraper {
    padding-bottom: 0px !important;
    margin-bottom: -1px;
}
.videotop-innner {
    padding-top: 0vh;
    overflow: hidden;
    transition: transform 1.2s ease;
    -webkit-transition: transform 1.2s ease;
}

.video-areatop-main {
    width: 75vw;
}
.video-areatop-text {
    position: relative;
    top: 0px;
    padding: 10vh 20px 10vh;
}
.video-areatop-video {
    margin-top: 0px;
    height: 55vh;
    padding: 0px;
}  

.video-areatop-text h3 {
    font-size: 56px;
}
.video-areatop-text span {
    font-size: 56px;
}
.video-areatop-video video {
    border-radius: 0px;
}
.onview-video .videotop-innner, .onview-video .video-areatop-video, .onview-video .video-areatop-main {
    height: 100vh;
    width: 100%;
    border-radius: 0px;
}
.videoupper-content-home-wraper-mobile {
    position: absolute;
    width: 100%;
    height: 110vh;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(0, 20, 36, 0.80) 0.05%, rgba(2, 54, 120, 0.80) 99.98%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: width 0s ease .4s, -webkit-transform .7s ease 0s;
    transition: width 0s ease .4s, -webkit-transform .7s ease 0s;
    transition: transform .7s ease 0s, width 0s ease .4s;
    transition: transform .7s ease 0s, width 0s ease .4s, -webkit-transform .7s ease 0s;
}

.videoupper-content-home-wraper-mobile.onview-videowrapper {        height: 100vh !important;
width: 100%;
border-radius: 0 !important;
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: width 0s ease 0s, -webkit-transform .8s ease .9s;
transition: width 0s ease 0s, -webkit-transform .8s ease .9s;
transition: transform .8s ease .9s, width 0s ease 0s;
transition: transform .8s ease .9s, width 0s ease 0s, -webkit-transform .8s ease .9s;
}
}
@media (max-width: 800px) {    
    .video-areatop-text {
        position: relative;
        top: 0px;
        padding: 7vh 20px 7vh;
    }
    .video-areatop-text h3 {
        font-size: 45px;
    }
    .video-areatop-text span {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    
    .video-areatop-text h3 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .video-areatop-text span {
        font-size: 32px;
        margin-top: 2px;
    }
    .anim-onload1 {
        transform: translate3d(0px, 100%, 0px) !important;
        -webkit-transform: translate3d(0px, 100%, 0px) !important;
        transition: transform 1.2s ease;
        -webkit-transition: transform 1.2s ease;
      }
    
      .anim-onload1.play {
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
      }
      .video-areatop-video {
        margin-top: 0px;
        height: 54vh;
        padding: 0px;
    }
    
}
@media (min-width: 1200px) {
.video-areatop {
    transform: translate(0px, 0px) !important;
}
}

/* Utility Classes */
.overflow-hidden {
    overflow: hidden;
}
.d-block {
    display: block;
}
.d-xl-none {
    display: none;
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.ps-4 {
    padding-left: 1.5rem;
}
.pe-4 {
    padding-right: 1.5rem;
}
.pt-4 {
    padding-top: 1.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Override Elementor default img styles with higher specificity */
#videoraper .video-areatop-first-padd img,
.video-areatop-wraper .video-areatop-first-padd img,
.video-areatop .video-areatop-first-padd img {
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Override Elementor styles for specific image classes */
#videoraper .video-areatop-first-inner .video-areatop-first-padd:first-child .firs-vid-big,
.video-areatop-wraper .video-areatop-first-inner .video-areatop-first-padd:first-child .firs-vid-big {
    border-radius: 0px 15px 15px 0px !important;
}

#videoraper .video-areatop-first-inner .video-areatop-first-padd:last-child .firs-vid-big,
.video-areatop-wraper .video-areatop-first-inner .video-areatop-first-padd:last-child .firs-vid-big {
    border-radius: 15px 0px 0px 15px !important;
}

#videoraper .video-areatop-first-padd .firs-vid-big,
.video-areatop-wraper .video-areatop-first-padd .firs-vid-big,
.video-areatop .video-areatop-first-padd .firs-vid-big {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}

#videoraper .video-areatop-first-padd .firs-vid-mid,
.video-areatop-wraper .video-areatop-first-padd .firs-vid-mid,
.video-areatop .video-areatop-first-padd .firs-vid-mid {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}

.videoupper-content-home-inner {
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 1s ease, transform 1s ease;
    margin: 0px auto;
    max-width: 1460px;
    text-align: center;
    padding: 0px 50px;
    position: relative;
    top: -3%;
}

.videoupper-content-home-inner img {
    max-width: 547px;
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .videoupper-content-home-wraper-mobile {
        background: linear-gradient(90deg, rgba(0, 20, 36, 1) 0.05%, rgba(2, 54, 120, 1) 99.98%);
    }
    
    .videoupper-content-home-inner img {
        max-width: 244px;
    }
}

@media (max-width: 767px) {
    .videoupper-content-home-wraper-mobile {
        background: linear-gradient(90deg, rgba(0, 20, 36, 1) 0.05%, rgba(2, 54, 120, 1) 99.98%);
    }
    
    .videoupper-content-home-inner img {
        max-width: 230px;
    }
}
