@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("animate.css");
@import url("FontAwesome.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
 @font-face {
        font-family: "TTNorms";
        src: url("https://helix-dot-com-next-staging.vercel.app/_next/static/media/df24eec94c5e9db2-s.p.woff2")
          format("woff2");
      }

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
     font-family: "TTNorms";
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}



::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
    --headingColour:#272f82;
}
.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}


.topPart {
  background: #ffffff;
  color: #fff;
  position: relative;
  padding: 20px 0px;
}
.logo-head {
    display: flex;
    align-items: center;
}
.logo p {
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #052c6f;
    
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-links {
    display: flex;
    gap: 70px;
    align-items: center;
}
.nav-links a {
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #052c6f;
}

/* ===== MENU ICON ===== */
.menu-icon {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}

/* ===== EXPLORE ===== */
.menu {
  position: relative;
}
.menu a {
 font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #052c6f;
}
/* ===== SUB MENU ===== */
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
background: #052c6f;
    color: #fff;
  padding: 17px 0px 115px;
  z-index: 999;
}

.sub-menu.active {
  display: block;
}

/* ===== CONTENT ===== */
.sub-menu-inner {
 width: 100%;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion{
  padding:0px 60px;
  color:#fff;
}

.promotion h2 {
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

.promotion-item img{
 width: 100%;
    border-radius: 6px;
    height: 137px;
    object-fit: cover;
}

.promotion-item p{
    font-size: 11px;
    letter-spacing: .05em;
    font-size: 10px;
        text-transform: uppercase;
         font-weight: 300;
    margin: 12px 0px 0px;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .menu-icon {
    display: block;
  }

  .navbar {
    position: relative;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 20px;
  }

  .nav-links.active {
    display: flex;
  }

  /* Mobile me mega menu full width */
  .sub-menu {
    position: static;
    padding: 20px 0;
  }
}






.social-icons a{
 margin: 0px 10px;
    gap: 32px;
    color: #0b1c4d;
    font-size: 16px;
    cursor: pointer;
}
.social-icons {   
     margin-right: 27px;}
.menu-toggle {
    display: none;
    font-size: 22px;
    cursor: pointer;
}
.logo-head {
    display: flex;
    align-items: center;
}
.logo p   { margin: 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #052c6f;
}
/* 🔥 Responsive */
@media (max-width: 768px) {
    .nav-links {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: center;
        display: none;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-links a {
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .social-icons {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}
.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff;
    padding: 15px 0px;
}

/* ===== Banner ===== */
.banner-slide{
       height: 755px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.banner-overlay{
    position:absolute;
    inset:0;
}

.banner-content{
    position:absolute;
    left:6%;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
}

.banner-content h1{
    font-size:56px;
    font-weight:800;
    color:#0d47a1;
}

/* ===== Tabs Area ===== */
.banner-tabs{
    padding:15px 0 10px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 80%;
width: 100%;
}

/* Tabs */
.banner-tabs{
    display:flex;
    justify-content:center;
    gap:100px;
    white-space:nowrap;
    overflow-x:auto;
}

.banner-tab::-webkit-scrollbar{display:none;}

.banner-tab{
    font-size:13px;
    color:#aaa;
    cursor:pointer;
    text-align:center;
    font-weight: 500;
}

.banner-tab.active{color:#fff;}

/* ===== ONE CONTINUOUS LINE ===== */
.line-wrap{
    position:relative;
    margin:12px auto 0;
    width:56%;
    height:2px;
    background:rgba(255,255,255,.35); /* white base line */
}

/* blue progress */
.line-progress{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0%;
    background:#1e88e5;
}
.carousel-inner {
     position: relative;
}

/* Responsive */
@media(max-width:768px){
    .banner-content h1{font-size:34px;}
    .line-wrap{width:95%;}
}

.container-mann {
    padding-bottom: 40px;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto; /* center the container */
}

/* Navigation arrows styling */
#owl-carousel .owl-nav button.owl-prev,
#owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
      background: #fff;
    color: #055ebb !important;
    border: none;
    
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    width: 60px;
        height: 60px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#owl-carousel .owl-nav button.owl-prev { left: -25px; }
#owl-carousel .owl-nav button.owl-next { right: -25px; }
#owl-carousel .owl-nav button:focus { outline: none; }
#owl-carousel .owl-nav button.owl-prev svg,
#owl-carousel .owl-nav button.owl-next svg {
fill: #042c6f;;
width: 60%;
    height: 60%;
}
.moviePannel {
     padding: 40px 0px  0px;
}
.Television {
padding-top: 0px;
margin-top: 40px;
}
.headMovie {
     text-align: center;
}
.headMovie h3 {
    font-size: 50px;
    line-height: 1;
    color: #042c6f;
    letter-spacing: .03em;
    font-weight: 700;
    text-transform: uppercase;
       padding-top: 20px;
    padding-bottom: 45px;
}
.movieTrack img {
     object-fit: cover;
         height: 611px;
}

/* Navigation arrows styling */
#owl-carousel2 .owl-nav button.owl-prev,
#owl-carousel2 .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
      background: #fff;
    color: #055ebb !important;
    border: none;
    
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    width: 60px;
        height: 60px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#owl-carousel2 .owl-nav button.owl-prev { left: -25px; }
#owl-carousel2 .owl-nav button.owl-next { right: -25px; }
#owl-carousel2 .owl-nav button:focus { outline: none; }
#owl-carousel2 .owl-nav button.owl-prev svg,
#owl-carousel2 .owl-nav button.owl-next svg {
fill: #042c6f;;
width: 60%;
    height: 60%;
}


/* ================= ABOUT WRAPPER ================= */
.about{
  background:#042c6f;
  color:#fff;
}

/* FULL BLEED LAYOUT (NO LEFT–RIGHT SPACE) */
.about .inner-w{
  width: 100%;
    margin: 0;
    padding: 50px 0;
    text-align: center;
    margin-top: 70px;
}

/* HEADER */
.about .section-title a{
  color:#fff;
  text-decoration:none;
   font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.about .section-title a:hover{
color: #4c8dff;
        -webkit-transition: .1s;
        transition: .3s;
}
/* ================= MENU ================= */
.about .menu{
 margin: 30px auto 0;
    max-width: 582px;
}

.about .menu ul{
  display:flex;
  justify-content:space-between;
  list-style:none;
  padding:0;
  margin:0;
  position:relative;
}

/* BASE LINE */
.about .menu ul::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:2px;
  background:rgba(255,255,255,0.25);
}

/* ACTIVE INDICATOR */
.about .menu .indicator{
  position:absolute;
  bottom:-8px;
  left:0;
  height:2px;
     background: #055ebb;
  pointer-events:none;
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}

/* TAB */
.about .menu li{
  flex:1;
}

.about .menu li button{
  width:100%;
  background:none;
  border:none;
  color:#888;
  font-size:16px;
  cursor:pointer;
  padding:6px 0;
}

.about .menu li.active button{
  color:#fff;
}

/* ================= CAROUSEL ================= */
.about .carousel{
  margin-top:50px;
}

/* 3 cards visible */
.about .carousel .item{
  width:33.333%;
  padding:0px 15px;
  cursor:pointer;
  transition:
    transform .6s cubic-bezier(.22,1,.36,1),
    opacity .6s ease;
}

/* Side cards */
.about .carousel .item{
  transform:scale(.88);
  opacity:.55;
}

/* Center card */
.about .carousel .item.is-selected{
  transform:scale(1);
  opacity:1;
}

.about figure.image{
  height:421px;
  border-radius:14px;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}

.about .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
}

.about .area-title{
  position:absolute;
    bottom: auto;
    width: 100%;
    top: 171px;
  text-align:center;
  font-size:24px;
}

.about footer p{
  margin-top:16px;
  color:#ccc;
}

/* Flickity cleanup */
.about .flickity-button{display:none;}
.about .flickity-slider{
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}

/* MOBILE */
@media(max-width:768px){
  .about .menu{max-width:90%;}
  .about .carousel .item{
    width:85%;
    transform:scale(1);
    opacity:1;
  }
}



/* SECTION */
.stay-touch {
    padding-bottom: 40px;
    width: 100%;
    max-width: 1236px;
    margin: 70px auto;
}

/* HEADINGS */
.stay-touch__title {
  font-size: 44px;
  font-weight: 800;
  color: #0a2b6f;
  margin-bottom: 16px;
}

.stay-touch__description {
 font-size: 15px;
    line-height: 1.4;
    letter-spacing: .03em;
  margin-bottom: 32px;
  color: #2c3e50;
}

.stay-touch__form-title {
font-size: 11px;
    letter-spacing: .05em;
       color: #0a2b6f;
       text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

/* DOB ROW */
.birth-date {
  display: flex;
  gap: 28px;
}

/* FLOATING FIELD */
.floating-field {
  position: relative;
  flex: 1;
}

/* INPUT */
.floating-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #3b6cff;
  font-size: 16px;
  padding: 10px 4px;
  outline: none;
}

/* HIDE PLACEHOLDER INITIALLY */
.floating-input::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* SHOW PLACEHOLDER ON FOCUS */
.floating-input:focus::placeholder {
  opacity: 1;
}

/* LABEL INSIDE INPUT */
.floating-label {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
 color: #0a2b6f;
  pointer-events: none;
  transition: all 0.25s ease;
  font-weight: 600;
}

/* ACTIVE STATE (LABEL UP) */
.floating-field.active .floating-label {
  top: -6px;
  font-size: 12px;
  font-weight: 600;
  color: #3b6cff;
}

/* BUTTON */
.stay-touch__cta {
 line-height: 1.4;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 46px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 41px;}

.imgoftouch img {
    object-fit: contain;
    width: 100%;
}


.footerPannel {
       background: #042c6f;
    color: #fff;
}
.warpFooter {
    padding-bottom: 40px;
    width: 100%;
    max-width: 1236px;
    margin: 70px auto 0px;
    padding: 50px 0px;
}
.footertop {
     text-align: center;
}
.footertop p{
     color: #fff;
     font-size: 20px;
     font-weight: 400;
     margin: 0px;
}
.footertop ul {
     display: flex;
      text-align: center;
       align-items: center;
        justify-self: center;
        margin-top: 20px;
}
.footertop a{
    margin: 0px 10px;
     color: #fff;
        font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.follow-Bootom ul {
  display: flex;
      text-align: center;
       align-items: center;
        justify-self: center;
        margin-top: 20px;   
}
.follow-Bootom {
     text-align: center;
     margin-top: 30px;
}
.follow-Bootom p{
    margin: 0px;
   font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.follow-Bootom img { 
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.follow-Bootom a{
    margin: 0px 10px;
     color: #fff;
        font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.copy-Write p{
        color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 8px;
    margin: 34px 0px 50px;
}


/***rating-box**/
.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin: 90px 0px;
    border: 1px solid#ccc;
    border-radius: 10px;
}

/* Poster & Video */
.video-container img,
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container video { position: absolute; inset: 0; z-index: 1; }
.video-poster { position: absolute; inset: 0; z-index: 2; }

/* Play button base */
.play-btn1 {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
}

/* Play icon */
.play-btn1 span {
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 5px;
    z-index: 2;
}

/* Pulse animation (ONLY when not playing) */
.play-btn1::before {
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    position: absolute;
    animation: pulse 1.8s infinite;
}

/* Pause icon */
.play-btn1.pause span {
    width: 18px;
    height: 22px;
    border: none;
    display: flex;
    gap: 6px;
    margin-left: 0;
}
.play-btn1.pause span::before,
.play-btn1.pause span::after {
    content: "";
    width: 6px;
    height: 100%;
    background: #fff;
}

/* 🔥 When video is playing */
.video-container.playing .play-btn1 {
    opacity: 0;
    pointer-events: none;
}
.video-container.playing .play-btn1::before {
    animation: none;
}

/* Show pause icon on hover */
.video-container.playing:hover .play-btn1 {
    opacity: 1;
    pointer-events: auto;
}
.video-container.playing:hover .play-btn1 span {
    display: none;
}
.video-container.playing:hover .play-btn1::before {
    animation: none;
}
.video-container.playing:hover .play-btn1.pause span {
    display: flex;
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
    70%  { box-shadow: 0 0 0 30px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
