@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.page-holder {
  overflow: hidden;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn, .form-btn input {
  display: inline-block;
  padding: 24px 60px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 20px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-family: "Poppins", sans-serif;
  border-radius: 54px;
  background: linear-gradient(0deg, #9358FF 0%, #6A2DD9 100%);
  box-shadow: 0 -4px 4px 0 rgba(10, 3, 32, 0.33) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(25px);
}
.btn:hover, .form-btn input:hover {
  opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 70px;
  line-height: 100%;
  font-weight: 400;
}

.form-block .wpcf7-list-item {
  margin: 0;
}
.form-block .wpcf7-form-control-wrap {
  text-align: left;
}
.form-block input {
  height: 52px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(23, 15, 73, 0.08);
  width: 100%;
  padding: 20px;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}

.wpcf7-response-output {
  color: #fff;
}

.form-btn {
  position: relative;
}
.form-btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.contact-section .form-wrapper {
  position: relative;
  border-radius: 54px;
  padding: 60px 30px 20px 30px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(25px);
  border: 2px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(25px);
}
.contact-section .form-wrapper-line,
.contact-section .form-wrapper-line2 {
  position: absolute;
  width: 210px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.44%, rgba(255, 255, 255, 0.5) 50.72%, rgba(255, 255, 255, 0) 100%);
}
.contact-section .form-wrapper-line {
  bottom: 0;
  left: 120px;
}
.contact-section .form-wrapper-line2 {
  top: 0;
  right: 120px;
  left: unset;
}
.contact-section .contact-section__form {
  position: relative;
}
.contact-section .contact-section__form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  width: 100%;
  max-width: 700px;
  height: 90px;
  border-radius: 54px;
  background: #6A2DD9;
  backdrop-filter: blur(25px);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-section .contact-section__form::before {
    width: 90%;
  }
}
.contact-section .form-block-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.contact-section .form-wrapper > .form-block {
  margin-bottom: 20px;
  text-align: left;
}
.contact-section .form-wrapper > .form-block:last-child {
  margin-bottom: 0;
}
.contact-section .form-wrapper input[type=text],
.contact-section .form-wrapper input[type=email] {
  flex: 1;
  border-radius: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #1A172E;
  box-shadow: 0 -4px 4px 0 rgba(10, 3, 32, 0.33) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(25px);
}
.contact-section .form-wrapper input[type=text]::placeholder,
.contact-section .form-wrapper input[type=email]::placeholder {
  color: #666680;
}
.contact-section .form-wrapper input[type=text]:focus,
.contact-section .form-wrapper input[type=email]:focus {
  background: #35354f;
  color: #fff;
}
.contact-section .form-wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .contact-section .form-wrapper .wpcf7-acceptance .wpcf7-list-item label {
    align-items: flex-start;
  }
}
.contact-section .form-wrapper .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: url("../../img/consent-checkbox.svg") center/cover no-repeat;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 100%;
  border-radius: 100%;
  padding: 0;
}
.contact-section .form-wrapper .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #5a4eb8;
  border-color: #5a4eb8;
}
.contact-section .form-wrapper .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.contact-section .form-wrapper .wpcf7-list-item-label {
  color: #fff;
  opacity: 50%;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.contact-section .form-btn {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contact-section .form-block-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-section .form-wrapper {
    padding: 30px 25px;
  }
  .contact-section .form-wrapper-line,
  .contact-section .form-wrapper-line2 {
    width: 90%;
    left: 5%;
    right: auto;
  }
}

.coming-soon {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.coming-soon__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.coming-soon__content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.coming-soon__image {
  margin-bottom: 32px;
}

.coming-soon__text {
  margin-bottom: 32px;
  color: #fff;
  font-family: "Supreme Spike", sans-serif;
}
@media (max-width: 991px) {
  .coming-soon__text {
    font-size: 38px;
  }
}

.coming-soon__button {
  margin-top: 16px;
}

.coming-soon__overlay {
  position: absolute;
  top: -90px;
  width: 100%;
  height: 671px;
  border-radius: 952px;
  background: radial-gradient(50% 50% at 50% 50%, #1C192F 23.77%, rgba(28, 25, 47, 0) 100%);
  z-index: -1;
}

.contact-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}

.contact-section__content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section__image {
  margin-bottom: 24px;
}

.contact-section__text {
  margin-bottom: 56px;
  color: #fff;
  font-family: "Supreme Spike", sans-serif;
  font-size: 48px;
}
@media (max-width: 991px) {
  .contact-section__text {
    font-size: 24px;
  }
}

.contact-section__form p {
  margin: 0;
}

/*# sourceMappingURL=app.css.map */
