header {
  display: none;
}

#main {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background: #1D1D25;
}

#footer {
  background: #1D1D25;

  color: #fff;
}


img {
  max-width: 240px;
}

.coming-soon {
  background: #1D1D25;
  color: #fff;
  min-height: 100vh;
}

.countdown-container {
  color: #fff;
  display: flex;
}

.main-content {
  background: url(/wp-content/uploads/2024/04/e78-bg.png);
  aspect-ratio: 1200/625;
  margin-top: 48px;
  padding: 0 24px 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-wrapper {
  padding: 28px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  max-width: 560px;
  margin: 0 auto 24px;
  border-radius: 16px;
}

h2 {
  color: #0DC5D4;
  font-size: 24px;
  font-weight: 400;

}

h3 {
  font-size: 72px;
  margin: 24px 0;
}

p {
  max-width: 680px;
  margin: 24px auto 36px;
  line-height: 2;
}

h4 {
  font-weight: 300;
}

input {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  padding: 28px !important;
  margin: 16px 0 !important;
}

input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

input:-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

input::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.wpforms-field {
  padding: 0 !important;
}

.wpforms-submit-container {
  margin-top: 0 !important;
}

button {
  background: #E00F49 !important;
  height: 58px !important;
  margin-top: 24px !important;
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.wpforms-container {
  margin-bottom: 0 !important;
}

.wpforms-confirmation-container-full {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
}


@media(max-width: 767px) {
  .time-box>div:first-child {
    font-size: 18px;
  }

  .time-box>div:last-child {
    font-size: 12px;
  }

  .time-box {
    margin: 0 4px;
    padding: 0 12px;
  }

  .countdown-container {
    margin-bottom: 24px;
  }

  h1 {
    font-size: 48px;
  }

  .main-content {
    margin-top: 48px;
    padding-bottom: 36px;
  }

  h3 {
    font-size: 48px;
  }


  .container {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}