/* .hero-banner {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
/* 
.hero-banner video {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  
  
  .video_head {
    position: absolute;
    bottom: 200px;
    width: 100%;
    left: 0;
    right: 0;
  }
  
  .video_head div span {
    text-align: center;
    display: block;
    width: 100%;
    opacity: 0;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    transform: translateY(180px);
  }
  
  .video_head div span .video_head .line3 {
    height: 50px;
    display: table;
    transition: none !important;
    -webkit-transition: none;
  }
  
  
  .middle-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   */

   .hm_line_wrp {
    pointer-events: none;
    z-index: 999;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.logo_banner_animation {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}

.logo_banner_animation .lg_bgcut {
  width: 100%;
  height: 100%;
}

.logo_banner_animation .lg_bgcut img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .mouse_line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    margin-bottom: 50px;
  }
/*   
  @media (max-width: 1440px) {
    .video_head div span {
      font-size: 36px;
      line-height: 1.5;
    }
  }
  
  @media (max-width: 1024px) {
  
    .showcase_item {
      width: 100%;
    }
  
    .showcase-main-wrapper {
      flex-wrap: wrap;
      position: static;
      opacity: 1;
      pointer-events: all;
      height: auto;
      gap: 10px;
    }
  
  }
  
  
  @media (max-width: 1024px) {
    .video_head div span {
      font-size: 20px;
      transform: translateY(0px);
      opacity: 1;
    }
  
    .top-banner-wrapper .banner-text {
      bottom: 95px !important;
    }
  
    .mouse_line {
      bottom: -40px;
      opacity: 1;
    }
  
  
    #exclusive-carousel .owl-nav {
      display: none;
    }
  
    #exclusive-carousel .lounge_container_section {
      width: 100% !important;
    }
  
    .exclusive-border-bottom,
    #exclusive-carousel .owl-slide .exclusive_para {
      width: 100%;
    }
  
    #exclusive-carousel .owl-slide .exclusive_text {
      font-size: 14px;
    }
  
    #exclusive-carousel .owl-slide .exclusive_heading_xl,
    #exclusive-carousel .owl-slide .exclusive_subheading {
      font-size: 30px;
    }
  
    #exclusive-carousel .owl-slide .exclusive_para {
      font-size: 14px;
      line-height: 1.67;
    }
  } */