@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
body {
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 400;
  }
  h1 {
    font-size: 6rem;
    text-align: center;
    font-weight: 600;
  }
  h2 {
    text-align: center;
    color:#ffffff;
    font-size:4rem;
  }
  h3 {
    text-align: center;
    color:#2F9BD9;
    font-size: 5rem;
  }
  h4 {
    text-align: center;
    padding-top:2rem;
    color:#ffffff;
    font-size:2rem;
  }
  p {
    text-align: center;
    padding-left:2rem;
    padding-right:2rem;
    color:#E1E1DC;
    font-size:1.5rem;
  }


  .container {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rounded-hero {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
  }
  .logo-overlay {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 25%;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 0 10px #00ffff);
  }
  @keyframes pulse-glow {
    0%, 100% {
      filter: drop-shadow(0 0 4px #00ffff) drop-shadow(0 0 8px #00ffff);
    }
    50% {
      filter: drop-shadow(0 0 12px #00ffff) drop-shadow(0 0 24px #00ffff);
    }
  }
  
  .glowing {
    animation: pulse-glow 2s ease-in-out infinite;
  }
  .hero-text {
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    filter: drop-shadow(0 0 10px #00ffff);
  }
  .time-overlay {
    position: absolute;
    top: 83%;
    left: 92%;
    transform: translate(-50%, -50%);
    width: 150px;
    max-width: 23%;
    height: auto;
    z-index: 2;
  }
  .section-1 {
    width: 100%;
    text-align: center;
  }
  .section-2 {
    width: 100%;
    text-align: center;
    background: #31088A;
    padding-bottom: 2rem;
  }
  .section-2 h2 {
    padding-top: 2rem;
  }
  .section-3 {
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #32098B, #0B0E14);
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-3 h2 {
    padding-top: 2rem;
  }
    .section-4 {
    width: 100%;
    text-align: center;
    background-color: #0B0E14;
  }
  .section-4 h2 {
    padding-top: 2rem;
  }
  .section-4 p {
    padding-bottom: 2rem;
  }
  .section-5 {
    width: 100%;
    text-align: center;
    background-color: #DADBE6;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
    .section-5 h2 {
    padding-top: 2rem;
    color: #000000;
  }
  .section-5 h3 {
    font-size: 2rem;
  }
  .section-5 p {
    color: #ffffff;
    padding-bottom: 2rem;
    color: #000000;
  }
  .section-6 {
    width: 100%;
    text-align: center;
    background-color: #E9EAEA;
    padding: 2rem;
  }
  .section-6 h2 {
    padding-top: 2rem;
    color: #000000;
  }
  .section-6 p {
    text-align: left;
    padding-left: 0rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #636363;
  }

  .row-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .row-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .spec-box {
    background-color: #000000;
    border: 1px solid #2F9BD9;
    padding: 1rem;
  }
  .spec-box p {
    padding-bottom: 0rem;
  }
  .display-box {
    background-color: #202020;
    height: 100%;
    min-height: 500px;
  }
  .display-box p {
    padding-bottom: 0rem;
  }
  .comfort-box {
    background-color: #ffffff;
    border: 1px solid #2F9BD9;
    padding: 3rem;
  }
  .comfort-box p {
    padding-bottom: 0rem;
  }
  .circle-numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .circle-numbered-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    color: #636363;
    text-align: left;
    font-weight: 400;
  }
  .circle-number {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .bullet-text {
    text-align: left;
    font-size: 1.5rem;
    color: #636363;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 2.8rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    p {
        font-size: 1.3rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .rounded-hero {
      border-top-left-radius: 3rem;
      border-top-right-radius: 3rem;
    }
    .logo-overlay {
      position: absolute;
      top: 11%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 600px;
      max-width: 65%;
      height: auto;
      z-index: 2;
      filter: drop-shadow(0 0 10px #00ffff);
    }
    .hero-text {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      filter: drop-shadow(0 0 10px #00ffff);
    }
    .time-overlay {
      position: absolute;
      top: 86%;
      left: 89%;
      transform: translate(-50%, -50%);
      width: 150px;
      max-width: 18%;
      height: auto;
      z-index: 2;
    }
    .row-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .row-horizontal {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-2 {
    padding-bottom: 0rem;
}
    .section-2 h2 {
        padding-top: 1rem;
    }
    .section-3 h2 {
      padding-top: 1rem;
    }
    .section-3 h3 {
        font-size: 2rem;
    }
    .section-2 p {
        padding-bottom: 0rem;
    }
    .section-3 {
      padding-left: 0rem;
      padding-right: 0rem;
    }
    .section-3 p {
        padding-bottom: 0rem;
    }
    .section-4 h2 {
      padding-top: 1rem;
      padding-bottom: 0rem;
    }
    .section-4 p {
      padding-bottom: 1rem;
  }
    .section-5 {
      padding-left: 0rem;
      padding-right: 0rem;
      padding-bottom: 0rem;
    }
    .section-5 h2 {
      padding-top: 1rem;
      padding-bottom: 0rem;
    }
    .section-5 p {
      padding-bottom: 0rem;
    }
    .section-6 {
      padding: 0rem;
      padding-top: 1rem;
    }
    .section-6 h2 {
      padding-top: 1rem;
    }
    .comfort-box {
      padding: 1rem;
    }
  .circle-number {
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      min-height: 2rem;
      font-size: 1.4rem;
    }
    .circle-numbered-list li {
      font-size: 1.3rem;

    }
    .bullet-text {
      font-size: 1.2rem;
    }
}