/* Wrapper to prevent full-width stretch */
.body{
  overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.hero-wrapper {
    max-width: 78%;
    margin: 60px auto 0 auto;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    
  }
  
  /* Hero section rounded & styled */
  .hero-section {
    background-color: #ffffff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0rem;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    
  }
  
  /* Hero image rounded */
  .hero-section img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-left: -220px !important;
    width: 100% !important;

    margin-left: -10px !important;
   
    
  }

  @media (max-width:768px){
     .hero-section img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
   
    width: 270px !important;
    margin-left: -5px !important;
  
   
    
  }
  }
  
  /* Typography */
  .hero-paragraph {
    font-family: 'Corbel', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #8d8eaa;
  }
  
  /* CTA Button */
  .btn-danger2 {
    background-color: #e50914;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    border-radius: 12px;
    transition: 0.3s ease;
    color: white;
  }
  .btn-danger2:hover {
    background-color: #b20810;
  }
  
  .countdown-title {
    font-family: 'Anton', sans-serif;
    font-size: 2.8rem;
    color: #e50914;
    margin-bottom: 1rem;
  }
  
  
  .launch-date {
    font-size: 1.1rem;
    color: #444;
  }

/* Base styles */
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.countdown-box {
  background-color: #080731;
  color: #fff;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  min-width: 80px;
}

.countdown-box .number {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.countdown-box .label {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Mobile styles */
@media (max-width: 576px) {
  .countdown-wrapper {
    gap: 0.5rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .countdown-box {
    min-width: 60px;
    padding: 0.5rem;
    border-radius: 8px;
  }

  .countdown-box .number {
    font-size: 1.3rem;
  }

  .countdown-box .label {
    font-size: 0.7rem;
  }
}

  


  .left-gif {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .left-gif2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .left-gif3 {
    position: absolute;
    top:75%;
    left: -10px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }
  .left-gif4 {
    position: absolute;
    top:100%;
    left: -10px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .left-gif5 {
    position: absolute;
    top:125%;
    left: -10px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }
  .left-gif6 {
    position: absolute;
    top:155%;
    left: -10px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .left-gif7 {
    position: absolute;
    top:185%;
    left: 0px;
    z-index: 9999;
    width: 140px; /* adjust as needed */
    height: auto;
  }



  .right-gif {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .right-gif2 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .right-gif3 {
    position: absolute;
    top:75%;
    right: 0px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }
  .right-gif4 {
    position: absolute;
    top:100%;
    right: 0px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .right-gif5 {
    position: absolute;
    top:125%;
    right: 0px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }
  .right-gif6 {
    position: absolute;
    top:155%;
    right: 0px;
    z-index: 9999;
    width: 150px; /* adjust as needed */
    height: auto;
  }

  .right-gif7 {
    position: absolute;
    top:185%;
    right: 0px;
    z-index: 9999;
    width: 140px; /* adjust as needed */
    height: auto;
  }



  @media (min-width: 1920px){
    .right-gif5{
      display: none !important;

    }
    .left-gif5{
      display: none !important;
      
    }
    .right-gif6{
      display: none !important;

    }
    .left-gif6{
      display: none !important;
      
    }
    .right-gif7{
      display: none !important;

    }
    .left-gif7{
      display: none !important;
      
    }
  }


  @media (min-width:1440px){
    .right-gif6{
      display: none !important;

    }
    .left-gif6{
      display: none !important;
      
    }
    .right-gif7{
      display: none !important;

    }
    .left-gif7{
      display: none !important;
      
    }

  }

  @media (min-width:2304px){
    .right-gif4{
      display: none !important;
    }
    .left-gif4{
      display: none !important;
    }
  }


  @media (max-width:768px){
    .right-gif{
      display:none !important;
    }
    .left-gif{
      display: none !important;
    }

    .right-gif2{
      display:none !important;
    }
    .left-gif2{
      display:none !important;
    }
    .right-gif3{
      display:none !important;
    }
    .left-gif3{
      display:none !important;
    }
    .right-gif4{
      display:none !important;
    }
    .left-gif4{
      display:none !important;
    }
    .right-gif5{
      display:none !important;
    }
    .left-gif5{
      display:none !important;
    }
    .right-gif6{
      display:none !important;
    }
    .left-gif6{
      display:none !important;
    }
    .right-gif7{
      display:none !important;
    }
    .left-gif7{
      display:none !important;
    }

    
  }



/* Common image styling */
.hero-img {
  margin-top: 25px !important;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  

}

/* Show desktop image, hide on mobile */
.desktop-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}

/* Show mobile image, hide desktop image */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
 
  .mobile-only {
    display: block !important;
    width: 10px !important;
  
  }
}

  
/* Common Shared Styles */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== Slider 1 ===== */
.slider-main-container {
  width: 100%;
  overflow: hidden;
  height: 120px;
  position: relative;
  background: #4554af;
  border-top: 3px solid #e60815;
  border-bottom: 3px solid #e60815;
  margin-bottom: 50px !important;
}

.slider-moving-track {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.slider-content-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  
  padding-top: 10px;
}

.slider-text-content {
  font-family: 'Anton', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 20px;
  margin-right: 20px  !important;
}

.slider-image-element {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: -15px;
}


/* ===== Slider 2 ===== */
.slider2-main-container {
  width: 100%;
  overflow: hidden;
  height: 120px;
  position: relative;
  background: #4554af; /* Example variation */
  border-top: 3px solid #e60815;
  border-bottom: 3px solid #e60815;
  margin-bottom: 50px;
  margin-top: 50px;
}

.slider2-moving-track {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.slider2-content-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 80px;
  padding-top: 10px !important;
}

.slider2-text-content {
  font-family: 'Anton', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 20px;
  margin-right: 40px  !important;
}

.slider2-image-element {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: -15px;
  
}


  .rounded-container {
    background-color: #080731; /* Bootstrap Blue */
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
  

  @media (max-width: 768px) {
    .slider-text-content,
    .slider2-text-content {
      font-size: 28px;
      margin: 0 10px;
    }
  
    .slider-image-element,
    .slider2-image-element {
      width: 50px;
      height: 50px;
    }
  
    .slider-content-item,
    .slider2-content-item {
      margin-right: 40px;
    }
  
    .slider-main-container,
    .slider2-main-container {
      height: 80px;
    }
  }
  
  @media (max-width: 480px) {
    .slider-text-content,
    .slider2-text-content {
      font-size: 20px;
      letter-spacing: 1px;
    }
  
    .slider-image-element,
    .slider2-image-element {
      width: 40px;
      height: 40px;
    }
  
    .slider-content-item,
    .slider2-content-item {
      margin-right: 30px;
    }
  
    .slider-main-container,
    .slider2-main-container {
      height: 70px;
    }
  }
  