/* Root */
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wdth,wght@0,75,100..900;1,75,100..900&display=swap");
/* Basic */
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;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body *:first-child {
  margin-top: 0; }

body *:last-child {
  margin-bottom: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none; }

ul img, ol img, p img {
  display: inline-block;
  vertical-align: text-top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* App */
html {
  font-size: 10px; }
  @media (max-width: 1279px) {
    html {
      font-size: 8px; } }
  @media (max-width: 767px) {
    html {
      font-size: 6px; } }
  @media (max-width: 413px) {
    html {
      font-size: 5px; } }

body {
  min-width: 320px;
  font-family: "Asap", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  background: #212530;
  position: relative; }

h1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 0 100px #212530, 10px 10px 10px rgba(33, 37, 48, 0.75);
  text-transform: uppercase; }
  h1 strong {
    display: block;
    color: #EFD69D;
    font-weight: 600; }
    @media (max-width: 767px) {
      h1 strong {
        display: inline; } }

h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 100px #212530, 10px 10px 10px rgba(33, 37, 48, 0.75); }
  h2 strong {
    color: #EFD69D;
    font-weight: 600; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem;
  width: 100%;
  min-height: 100%;
  background: #212530 url(../img/body.jpg) 0 center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .main {
      font-size: 13px; }
      .main::before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(33, 37, 48, 0.5);
        position: absolute;
        top: 0;
        left: 0; } }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  position: relative;
  z-index: 10; }

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 640px;
  margin: 0;
  padding: 0;
  border: none; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
    @media (max-width: 767px) {
      .form .row {
        flex-direction: column; } }
  .form .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    min-width: 0;
    position: relative; }
    @media (max-width: 767px) {
      .form .col {
        flex: 0 1 100%; } }
    .form .col.center {
      align-items: center; }
  .form .form-error {
    display: none;
    margin-top: 0.5rem;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .form .form-error {
        font-size: 12px; } }
    .not-valid .form .form-error {
      display: block; }
  .form .form-control {
    margin: 0;
    outline: none;
    font-family: "Asap", serif;
    width: 100%;
    padding: 1.5rem;
    color: #212530;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    background-color: #FFF;
    border: none;
    border-radius: 1rem;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 767px) {
      .form .form-control {
        font-size: 20px; } }
    .form .form-control:hover, .form .form-control:focus, .form .form-control:active {
      -webkit-box-shadow: inset 0 0 0 4px #2B8488;
      box-shadow: inset 0 0 0 4px #2B8488; }
      @media (max-width: 767px) {
        .form .form-control:hover, .form .form-control:focus, .form .form-control:active {
          -webkit-box-shadow: inset 0 0 0 2px #2B8488;
          box-shadow: inset 0 0 0 2px #2B8488; } }
    .was-validated .form .form-control:invalid {
      -webkit-box-shadow: inset 0 0 0 4px #F00;
      box-shadow: inset 0 0 0 4px #F00; }
      @media (max-width: 767px) {
        .was-validated .form .form-control:invalid {
          -webkit-box-shadow: inset 0 0 0 2px #F00;
          box-shadow: inset 0 0 0 2px #F00; } }
      .was-validated .form .form-control:invalid ~ .form-error {
        display: block; }
  .form select.form-control {
    padding-right: calc(4rem + 8px);
    background-image: url(../img/select.svg);
    background-position: calc(100% - 2rem) center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .form textarea.form-control {
    display: block;
    height: 12rem;
    text-transform: none;
    overflow: auto;
    resize: vertical;
    vertical-align: top; }
  .form .form-btn {
    display: block;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 1.5rem 5rem;
    color: #212530;
    font-family: "Asap", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    background: #EFD69D;
    border: none;
    border-radius: 1rem;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    @media (max-width: 767px) {
      .form .form-btn {
        font-size: 20px; } }
    .form .form-btn:hover, .form .form-btn:focus, .form .form-btn:active {
      color: #FFF;
      background: #2B8488; }

input:-webkit-autofill {
  transition: background-color 600000s 0s, color 600000s 0s; }
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s; }
