@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #1c0f23;
  cursor: none;
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-weight: 400;
}

body.overflow {
  overflow: hidden;
}

ul {
  list-style: none;
}

ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

p {
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

p a:hover {
  text-decoration: underline;
}

.link:hover {
  text-decoration: underline;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

button,
input,
select,
textarea {
  outline: none;
}

.container {
  position: relative;
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

section {
    flex-direction: column;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.wrap_img {
  -webkit-animation-name: scale;
          animation-name: scale;
  overflow: hidden;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.wrap_img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}

.cursor {
  z-index: 1000;
  width: 60px;
  height: 60px;
  border: 0.6px solid #ffffff8a;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.8, 0, 0.24, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.8, 0, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.8, 0, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.8, 0, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.8, 0, 0.24, 1);
}

.pointer {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.cursor.is-visible {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
          transform: translateX(-50%) translateY(-50%) scale(0.3);
}

.cursor.is-visible .pointer {
  -webkit-transform: scale(5);
          transform: scale(5);
  background: #ffffff38;
  border: 0.5px solid #ffffffa7;
}

.soon_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.soon_content span {
  font-size: 50px;
  font-weight: 800;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ab66ff 0%, #74b6f7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 4px 2px 56px rgba(116, 182, 247, 0.656);
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 50px;
    line-height: 46px;
  }
  .title p {
    margin-top: 20px;
  }
  .soon_content span {
    font-size: 30px;
  }
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 24px;
  }
  .soon_content span {
    font-size: 22px;
  }
  .bottom_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px;
    line-height: 38px;
  }
  .cd-popup-container {
    padding: 30px 16px !important;
    margin: 0 !important;
  }
  .cd-popup-container form label input, .cd-popup-container form label textarea {
    padding: 8px !important;
  }
  .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
  textarea {
    min-height: 100px !important;
  }
  .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_list li {
    margin: 8px 0;
  }
}

.btn_container {
    position: relative;
    margin-top:40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_container a {
  cursor: none;
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ffffff63;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(171, 102, 255, 0.184) 0%, rgba(116, 182, 247, 0.417) 90%);
}

.btn_container a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: transparent;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ab66ff 0%, #74b6f7 90%);
}

.bottom_container {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_container a {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.bottom_container a:hover {
  color: #74b6f7;
  text-decoration: underline;
}

.cd-popup {
  z-index: 120;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(47, 23, 71, 0.502);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  padding: 40px;
  max-width: 800px;
  background: #584962;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.cd-popup-container form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}

.cd-popup-container form label span {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
}

.cd-popup-container form label input, .cd-popup-container form label textarea {
  padding: 16px;
  background-color: #3f2f49;
  border: 1px solid #3c234a;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  cursor: none;
  color: #fff;
}

.cd-popup-container form label input:focus, .cd-popup-container form label textarea:focus {
  background-color: #5d446c;
  border: 1px solid #23132c;
}

.cd-popup-container form label textarea {
  min-height: 200px;
  resize: vertical;
  max-height: 300px;
}

@media screen and (max-height:700px){
    .cd-popup-container form label textarea{
        min-height: 80px;
    }
}

.cd-popup-container form button {
  cursor: none;
  margin-top: 12px;
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ffffff63;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(171, 102, 255, 0.184) 0%, rgba(116, 182, 247, 0.417) 90%);
}

.form_btn:hover {
  border: 1px solid transparent;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ab66ff 0%, #74b6f7 90%);
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}

.col label {
  width: 100%;
}

.cd-popup-container p {
  margin-top: 12px;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  cursor: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close:hover .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close:hover .cd-popup-container .cd-popup-close::after {
  content: '';
  background-color: #ffffff;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

footer {
  padding: 30px 0;
}

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_list li {
  font-size: 14px;
}

.footer_list li a:hover {
  cursor: none;
  text-decoration: underline;
}

.suss_send {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error {
  border: 1px solid #ff5171 !important;
  background: #dd697e54 !important;
}

.success {
  border: 1px solid #51ff82 !important;
  background: #51ff8243 !important;
}