.whiteText {
  color: white;
}

#playStore-logo {
  height: 50px;
  align-self: flex-start;
}

.hero {
  display: flex;
  background-color: #14121D;
  height: fit-content;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  padding-top: 175px;
  width: 100%;
}

.website-logo {
  display: flex;
  align-items: center;
}

.hero-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.header-items {
  color: rgb(148, 150, 157);
  font-weight: bold;
  width: 100px;
  text-align: center;
}

#menu-button {
  cursor: pointer;
}

.header-items-popover {
  color: white;
  width: 100px;
}

.header-menu {
 display: flex;
}

.badge-header {
  color: white;
  background: rgb(25,25,32);
  background: linear-gradient(180deg, rgba(23,23,29,1) 20%, rgba(19,19,24,1) 68%);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #28282C;
  gap: 10px;
  font-size: 14px;
}

.section-header-light {
  color: black;
  background: #0E0E10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #28282C;
}

#section-header-h1-dark {
  color: black;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.section-header h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 58px;
  max-width: 759px;
}

.section-header p{
  text-align: center;
  font-size: 18px;
  color: #797B85;
  max-width: 600px;
}

.icon-app-store {
  height: 28px;
  width: 28px;
}

#join-waitlist-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-waitlist-btn {
  width: 198px;
  height: 59px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.join-waitlist-btn-popover {
  width: 198px;
  height: 59px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  color: black;
  cursor: pointer;
}

#app-store-div {
  display: flex;
  color: #797B85;
  align-items: center;
  gap: 10px;
}

#app-store-div span {
  font-size: 20px;
  color: #797B85;
}

#app-store-icons {
  background: #0E0E10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #28282C;
  gap: 10px;
}

.iphone-container-right {
  position: relative;
  top: -150px;
}

.iphone-container-right img {
  width: 100%;
  display: block;
}

.iphone-container-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #14121d, #14121db3, #14121d00);
  pointer-events: none; /* Ensures clicks pass through */
}

.iphone-container-left {
  position: relative;
  top: -150px;
}

.iphone-container-left img {
  width: 100%;
  display: block;
}

.iphone-container-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #14121d, #14121db3, #14121d00);
  pointer-events: none; /* Ensures clicks pass through */
}

.iphones-container {
  display: flex;
  gap: 100px;
}

.iphones-container img {
  height: 619px;
  width: 304px;
}

.iphone-container {
  position: relative;
}

.iphone-container img {
  width: 100%;
  display: block;
}

.iphone-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #14121d, #14121db3, #14121d00);
  pointer-events: none; /* Ensures clicks pass through */
}

#smartphone-mockup {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.features {
  background-color: #E9F4FE;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.features-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-item-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-title {
  font-weight: bold;
}

.features-content {
  max-width: 500px;
}

.features-content p {
  margin-top: 20px;
  color: #888888
}

#img-features-1 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: 0% 91%;
  border-radius: 50px;
}

#img-features-2 {
  width: 400px;
  height: 500px;
  object-fit: cover;
  object-position: 0% 95%;
  border-radius: 50px;
}

#img-features-4 {
  width: 400px;
  height: 500px;
  object-fit: cover;
  object-position: 0% 90%;
  border-radius: 50px;
}

#img-features-5 {
  width: 400px;
  height: 500px;
  object-fit: cover;
  object-position: 0% 95%;
  border-radius: 50px;
}

#about-us-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 50px;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  gap: 50px;
}

.about-us-content p {
  max-width: 600px;
  color: #888888;
}

.call-to-action {
  display: flex;
  flex-direction: column;
  background-color: #E9F4FE;
  height: 250px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

#green-check {
  width: 30px;
  height: 30px;
}

.emailInput-container {
  position: relative;
  display: flex;
  flex: 1;
}

#emailInputHelper {
  position: absolute;
  top: 64px;
  left: 10px;
  font-size: 12px;
  color: #ff5858;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db; 
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fire-gradient {
  background: #ff0000;
  background: linear-gradient(
    to top,
    #ff0000,#fdcf58
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#playStore-logo-bottom {
  height: 50px;
  align-self: center;
}

#flipwords-name {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  font-family: 'zain';
  margin-top: 10px;
}

.call-to-action-email {
  display: flex;
  flex-direction: column;
  background: rgb(58,52,84);
  background: radial-gradient(circle, rgb(20 18 29 / 98%) 31%, rgba(20,18,29,1) 68%);
  height: 600px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  color: #fff;
}

.call-to-action-email h1 {
  font-size: 50px;
}

.email-input {
  flex-direction: row;
  width: 100%;
  max-width: 660px;
}

.email-input input {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  border-color: #1D1D20;
  height: 60px;
  border-radius: 15px;
  margin-right: 10px;
  padding-left: 20px;
  flex: 1;
  min-height: 60px;
}

#waitlistForm {
  display: flex;
  width: 100%;
  align-items: center;
}

#menu-button {
  display: none;
  width: 60px;
  height: 60px;
}

#menu-popover {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 50px;
  top: 50px;
  backdrop-filter: blur(6px);
  border: 1px solid #1D1D20;
  border-radius: 10px;
  background-color: rgb(17 15 26 / 81%);
  gap: 20px;
  padding: 20px;
}

#menu-icon {
  color: #000;
  font-size: 35px;
}

@media (width <= 450px) {
  #img-features-1 {
    width: 300px;
    height: 300px;
  }

  #img-features-2 {
    width: 300px;
    height: 300px;
  }

  #img-features-3 {
    width: 300px;
    height: 300px;
  }

  #img-features-4 {
    width: 300px;
    height: 300px;
  }

  #img-features-5 {
    width: 300px;
    height: 300px;
  }

  .section-header h1 {
    font-size: 44px;
  }

  #flipwords-name {
    font-size: 50px;
  }
}

@media (width <= 810px) {
  .hero {
    display: flex;
    flex-direction: column-reverse;
    background-color: #14121D;
    height: fit-content;
    justify-content: center;
    align-items: center;
  }

  .features-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features-item-reverse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    gap: 50px;
  }

  #join-waitlist {
    padding-right: 10px;
    padding-left: 10px;
  }

  #waitlistForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .iphone-container-right {
    display: none;
  }

  .iphone-container-left {
    display: none;
  }
}

@media (width <= 1160px) {
  #menu-button {
    display: block;
  }

  .iphones-container img {
    height: 400px;
    width: 196px;
  }

  .header-menu {
    display: none;
  }

  #join-waitlist-btn-header {
    display: none;
  }
}
