* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(0, 180, 120, 0.25), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0, 120, 255, 0.25), transparent 35%),
    linear-gradient(135deg, #061d2e, #073b3a, #0b1f35);
  color: #ffffff;
}

/* Main Section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  z-index: 5;
}

/* Card */
.card {
  width: 100%;
  max-width: 780px;
  text-align: center;
  padding: 48px 36px;
  border-radius: 40px;
  background: #ffffff;
  color: rgb(163, 173, 182);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: none;
  animation: cardShow 1.2s ease forwards;
}
.logo {
  width: 320px;
  max-width: 85%;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  animation: logoFloat 3s ease-in-out infinite;
}
.logo {
  width: 320px;
  max-width: 85%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  animation: logoFloat 3s ease-in-out infinite;
}
.logo {
  width: 320px;
  max-width: 85%;
  animation: logoFloat 3s ease-in-out infinite;
}
/* Logo */
/* .logo-box {
  margin-bottom: 22px;
}

.logo {
  width: 220px;
  max-width: 85%;
  background: #ffffff;
  padding: 10px;
  border-radius: 18px;
  animation: logoFloat 3s ease-in-out infinite;
} */

/* Text */

.tagline {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 22px;
  border-radius: 30px;
  color: #09130f;
  background: rgba(0, 255, 160, 0.12);
  border: 1px solid rgba(159, 255, 208, 0.35);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 20px;
  border-radius: 20px;
}

h1 {
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #040101;
  animation: titleGlow 2s ease-in-out infinite alternate;
}

.description {
  max-width: 650px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.7;
  color: #030505;
}

/* Countdown */
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 35px 0;
}

.countdown div {
  padding: 20px 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #00a86b, #0077b6);
  box-shadow: 0 12px 30px rgba(0, 168, 107, 0.25);
  animation: chemicalPulse 2.6s ease-in-out infinite;
}

.countdown h2 {
  font-size: 34px;
  margin-bottom: 6px;
}

.countdown span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Form */
.notify-form {
  max-width: 520px;
  margin: 0 auto 28px;
  display: flex;
  padding: 7px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}

.notify-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 16px 20px;
  border-radius: 50px;
  font-size: 15px;
}

.notify-form button {
  border: none;
  outline: none;
  padding: 16px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #00a86b, #0077b6);
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}

.notify-form button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 22px rgba(0, 168, 107, 0.35);
}

/* Social Links */
.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(124, 237, 177, 0.942);
  color: #0a0808;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: 0.3s;
}

.social-links a:hover {
  background: #00a86b;
  transform: translateY(-8px) rotate(8deg);
}

/* Contact */
.Email {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.Email a {
  color: #006b3c;
  text-decoration: none;
  font-weight: bold;
}
/* .contact {
  font-size: 15px;
  color: #050706;
}

.contact a {
  color: #070808;
  text-decoration: none;
  font-weight: bold;
} */

/* Chemical Background Bubbles */
/* .chemical-bg .bubble {
  position: fixed;
  border-radius: 50%;
  background: rgba(159, 255, 208, 0.14);
  border: 1px solid rgba(159, 255, 208, 0.35);
  animation: bubbleMove 9s linear infinite;
  z-index: 1;
} */
/* Background X Image Animation */
.chemical-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

/* .bubble-img {
  position: absolute;
  width: 90px;
  opacity: 0.12;
  animation: xImageMove 9s ease-in-out infinite;
  filter: drop-shadow(0 0 14px rgba(159, 255, 208, 0.45));
} */
.bubble-img {
  position: absolute;
  width: 90px;
  opacity: 0.18;
  animation: xImageMove 9s ease-in-out infinite;

  /* X logo ko white banane ke liye */
  filter: brightness(0) invert(1);
}
.b1 {
  top: 10%;
  left: 8%;
  width: 90px;
}

.b2 {
  top: 68%;
  left: 14%;
  width: 70px;
  animation-delay: 2s;
}

.b3 {
  top: 18%;
  right: 10%;
  width: 120px;
  animation-delay: 3s;
}

.b4 {
  right: 15%;
  bottom: 12%;
  width: 85px;
  animation-delay: 1s;
}

.b5 {
  left: 45%;
  bottom: 8%;
  width: 65px;
  animation-delay: 4s;
}

@keyframes xImageMove {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  50% {
    transform: translateY(-35px) rotate(10deg) scale(1.08);
  }
}
.b1 {
  width: 90px;
  height: 90px;
  top: 12%;
  left: 8%;
  
}

.b2 {
  width: 55px;
  height: 55px;
  top: 70%;
  left: 15%;
  animation-delay: 2s;
}

.b3 {
  width: 120px;
  height: 120px;
  right: 10%;
  top: 18%;
  animation-delay: 3s;
}

.b4 {
  width: 70px;
  height: 70px;
  right: 18%;
  bottom: 12%;
  animation-delay: 1s;
}

.b5 {
  width: 45px;
  height: 45px;
  left: 45%;
  bottom: 8%;
  animation-delay: 4s;
}

/* Animations */
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 8px rgba(159, 255, 208, 0.35));
  }

  50% {
    transform: translateY(-12px) scale(1.06);
    filter: drop-shadow(0 0 22px rgba(159, 255, 208, 0.85));
  }
}

@keyframes cardShow {
  from {
    opacity: 0;
    transform: translateY(45px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes titleGlow {
  from {
    text-shadow: 0 0 8px rgba(159, 255, 208, 0.25);
  }

  to {
    text-shadow: 0 0 22px rgba(159, 255, 208, 0.75);
  }
}

@keyframes chemicalPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@keyframes bubbleMove {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.22;;
  }

  50% {
    transform: translateY(-35px) rotate(180deg);
    opacity: 0.22;;
  }

  100% {
    transform: translateY(0) rotate(360deg);
    opacity: 0.22;;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .bubble-img {
    width: 60px;
    opacity: 0.08;
  }

  .b3 {
    width: 80px;
  }
}
@media (max-width: 700px) {
  .card {
    padding: 38px 22px;
  }

  .logo {
    width: 160px;
  }

  h1 {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .description {
    font-size: 16px;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .notify-form {
    flex-direction: column;
    border-radius: 18px;
  }

  .notify-form button {
    margin-top: 8px;
    border-radius: 14px;
  }
  .card {
  background: rgba(255, 255, 255, 0.10);
}
.card {
  background: #ffffff;
  color: #123;
}
.card {
  width: 100%;
  max-width: 780px;
  text-align: center;
  padding: 48px 36px;
  border-radius: 30px;
  background: #ffffff;
  color: #123;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: none;
  animation: cardShow 1.2s ease forwards;
}
h1 {
  color: #36765d;
  text-shadow: navajowhite;
}

.description {
  color: #244;
}

.tagline {
  color: #168a3a;
  background: rgba(22, 138, 58, 0.10);
  border: 1px solid rgba(22, 138, 58, 0.35);
}

}
