@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900');

::selection {
  background: #000;
  color: #fff;
}

body{
  font-family: "Public Sans";
  color: #000;
  background: #fff;
  margin: 0;
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: #000000dd;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#nav_rpb{
  font-weight: bold;
  font-size: 26px;
  font-family: "Unbounded";
  color: #fff;
}

#nav_btn_sing_up{
  position: fixed;
  top: 9px;
  right: 25px;
  padding: 6px 14px;
  border: 2px solid #fff;
  font-size: 16px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  transition: 0.2s;
}

#nav_btn_sing_up:hover{
  cursor: pointer;
  background: #000;
  color: #fff;
}

h1{
  font-size: 62px;
  font-family: "Unbounded";
  margin-top: -20px;
  text-align: center;
}

h2{
  font-size: 42px;
  font-family: "Unbounded";
  margin-top: 160px;
  text-align: center;
  color: #333;
}

h4{
  font-size: 28px;
  margin: 10px 0 0 0;
  text-align: center;
  color: #000;
  font-weight: normal;
}

.btn_sing_up{
  padding: 18px 46px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  border-radius: 50px;
  transition: 0.1s;
}

.btn_sing_up:hover{
  cursor: pointer;
}

.btn_sing_up_container:hover{
  border: 3px solid #000;
  transition: 0.2s;
}

.btn_sing_up_container{
  border: 3px solid #fff;
  width: fit-content;
  margin: 50px auto 0 auto;
  border-radius: 50px;
  padding: 2px;
  transition: 0.2s;
}

.container {
  margin: 0 auto;
  text-align: center;
}

ul{
  padding: 0;
}

li {
  display: inline-block;
  font-size: 20px;
  list-style-type: none;
  padding: 20px;
  text-transform: uppercase;
  color: #666;
}

li span {
  display: block;
  font-size: 72px;
  color: #000;
}

.section_black{
  width: 100%;
  margin-top: 100px;
  background: #000;
  color: #fff;
  padding: 20px 0;
}

.section_black h2{
  color: #fff;
  margin-top: 20px;
}

#faq{
  width: 800px;
  margin: auto;
}

.faq_question{
  font-size: 32px;
  color: #fff;
}

.faq_answer{
  font-size: 24px;
  color: #ddd;
  margin-top: 10px;
  margin-bottom: 30px;
}

#section_contact{
  padding: 100px 20px;
}

#section_contact h2{
  margin: 0;
}

#section_form{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000099;
  backdrop-filter: blur(10px);
  display: none;
  opacity: 0;
  transition: 0.5s;
  transition-timing-function: ease;
}

#form_container{
  position: fixed;
  top: 0;
  right: -500px;
  bottom: 0;
  width: 500px;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
  transition-timing-function: ease;
}

form{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  width: 400px;
}

.form_title{
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: "Unbounded";
}

label{
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  transform: translate(20px, 10px);
  background: #fff;
  color: #000;
  width: fit-content;
  padding: 0 5px;
}

input[type="email"]{
  padding: 12px 16px;
  font-family: "Public Sans";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: 3px solid #000;
  border-radius: 8px;
  outline: none;
  width: calc(100% - 38px);
  transition: 0.1s;
}

input:focus{
  border: 3px solid #000;
}

input::placeholder{
  color: #333;
}

.form_btn_0{
  color: #666;
  background: #efefef;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  width: fit-content;
  margin-top: 40px;
  float: left;
  transition: 0.1s;
}

.form_btn_0:hover{
  cursor: pointer;
  color: #000;
  background: #ccc;
}

.form_btn_1{
  color: #fff;
  background: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  width: fit-content;
  margin-top: 40px;
  float: right;
  transition: 0.1s;
}

.form_btn_1:hover{
  cursor: pointer;
  background: #000;
}

#form_step_2{
  display: none;
}

#form_step_3{
  display: none;
}

.form_h1{
  font-size: 22px;
  font-weight: bold;
}

.form_h2{
  font-size: 16px;
  margin-top: 5px;
}

.code-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
}
.code-container input {
  width: calc(100% / 6);
  aspect-ratio: 1/1;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  border: 3px solid #666;
  transition: 0.1s;
}

#form_step_3_loader{
  color: #000;
  float: right;
  font-size: 20px;
  margin-top: 52px;
  display: none;
}

#form_end{
  display: none;
}

#form_result{
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  background: #eee;
  border-radius: 4px;
}

#form_error {
  position: absolute;
  bottom: -50px;
  left: 50px;
  right: 50px;
  transition: 0.5s;
  transition-timing-function: ease;
  opacity: 0;
}

.error{
  padding: 10px 16px;
  border-radius: 4px;
  background: #f44336;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  h2{
    font-size: 20px;
  }
  h1{
    font-size: 24px;
    margin-top: -10px;
  }
  li{
    font-size: 12px;
    padding: 20px 10px;
  }
  li span{
    font-size: 24px;
  }
  .btn_sing_up{
    font-size: 20px;
    padding: 14px 40px;
  }
  #faq{
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .faq_question{
    font-size: 18px;
  }
  .faq_answer{
    font-size: 16px;
  }
  h4{
    font-size: 16px;
  }
  form{
    width: calc(100% - 100px);
  }
  .form_title{
    font-size: 20px;
  }
  #form_container{
    width: 100%;
  }
}