@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

@font-face {
  font-family: "Bubblegum";
  src: url("../assets/fonts/Bubblegum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  color: white;
  background: radial-gradient(circle, #ea8272, #f07199, #ec9941, #f36e2f);
  background-size: 400% 300%;
  animation: gradient-animation 4s ease infinite alternate;
}

@keyframes gradient-animation {
  0% {
    background-position: 150% 0%;
  }
  100% {
    background-position: 150% 102%;
  }
}

.parent-container {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
}

.container {
  max-width: 440px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

h1 {
  font-family: "Bubblegum", "Inter", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: -1%;
  margin: 20px auto;
}

.video-container {
  margin: 0px auto;
  border-radius: 15px;
  overflow: hidden;
  width: 268px;
  height: 470px;
}

video {
  width: 100%;
  height: 100%;
  gap: 0px;
  object-fit: cover;
}

.waitlist-section {
  text-align: center;
}

.waitlist-section h2 {
  font-family: "Bubblegum", "Inter", sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1%;
  margin: 20px auto 5px;
}

.description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 5px auto 0px;
  max-width: 364px;
}

#mc_embed_shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#mc-embedded-subscribe-form {
  margin-bottom: 0 !important;
}

form {
  width: 90% !important;
  max-width: 327px;
}

.clear {
  width: 90% !important;
  max-width: 327px;
  margin: auto auto 10px auto !important;
}

#mc-embedded-subscribe-form {
  text-align: center !important;
}

#mce-EMAIL {
  /* width: 90% !important;
  max-width: 287px; */
  width: calc(100% - 40px);
  height: 36px;
  margin: auto !important;
  border-radius: 80px !important;
  border: none;
  margin: auto auto 10px auto !important;
  padding: 0 20px;
  z-index: 2;
}

#mce-EMAIL::placeholder {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.5;
}

#mce-EMAIL:focus {
  outline: none;
  border: none;
}

#mc_embed_signup {
  width: fit-content;
  text-align: center;
  margin: auto !important;
}

.button {
  /* width: 90% !important;
  max-width: 327px; */
  width: 100% !important;
  height: 36px;
  font-family: "Bubblegum", "Inter", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 !important;
  border-radius: 80px;
  border: none;
  color: #ffffff;
  background-color: #1fcc88;
  margin-top: 10px;
  padding: 0 20px;
  z-index: 2;
}

.button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.privacy-note {
  font-size: 0.8rem;
  color: #ffffff;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
  max-width: 202px;
  margin: 20px auto;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Inter", sans-serif;
}

.popup-content {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.popup button {
  width: fit-content;
  margin: 16px;
  padding: 0px 20px;
  width: fit-content;
  height: 36px;
  font-family: "Bubblegum", "Inter", sans-serif;
  background-color: #1fcc88;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.popup button:hover {
  opacity: 0.8;
}

.mce_inline_error {
  border: 1px solid rgb(255, 84, 84) !important;
  background: rgba(255, 219, 219, 0.2) !important;
}

#mce-responses {
  opacity: 0;
  z-index: 1;
  height: 0;
  pointer-events: none;
  margin: 0 !important;
}
