@font-face {
  font-family: "tt_bold";
  src:
    url("../fonts/TTNorms-Bold.woff2") format("woff2"),
    url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "tt_medium";
  src:
    url("../fonts/TTNorms-Medium.woff2") format("woff2"),
    url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "tt_regular";
  src:
    url("../fonts/TTNorms-Regular.woff2") format("woff2"),
    url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "tt_black";
  src:
    url("../fonts/TTNorms-Black.woff2") format("woff2"),
    url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.nvidia_bold {
  font-family: "NVIDIASans-Bold", serif !important;
}

:root {
  /*========== Colors ==========*/
  --black-color: #000;
  --bg-color: #000;
  --white-color: #fff;
  --grenn-color: #a7f000;
  --blue-color: #2cc4f4;
}

/*========== Layout ==========*/

body {
  position: relative;
  background: var(--bg-color);
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
  color: var(--white-color);
  font-family: "tt_regular", sans-serif;
}

.tt_bold {
  font-family: "tt_bold", sans-serif;
}

.tt_black {
  font-family: "tt_black", sans-serif;
}

.intel__blue-text {
  color: var(--blue-color);
}

.intel__bg-blue {
  background: var(--blue-color);
}

#modelSelector select {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 40px 15px 20px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.webp) 96% / 2.5% no-repeat #fff;
  border-radius: 25px;
}

.bg_nvidia {
  padding: 10px;
  background: #1a1a1a;
}

/*========== Top Header ==========*/

#confetti img {
  transition: transform 0.1s linear;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}

/*========== Formsection ==========*/

.form-register {
  min-height: 760px;
  background-color: #00172b;
  background-image:
          linear-gradient(90deg, rgba(0, 33, 38, 0.72) 0%, rgba(0, 39, 70, 0.58) 48%, rgba(0, 25, 70, 0.72) 100%),
          radial-gradient(circle at 28% 92%, rgba(0, 207, 255, 0.22), transparent 32%),
          radial-gradient(circle at 72% 24%, rgba(20, 80, 255, 0.18), transparent 36%),
          url("../img/city.webp");
  background-size: auto, auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-register__label {
  margin: 0 0 12px 22px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.form-register__form {
  width: 100%;
}

.form-pill {
  display: block;
  width: 100%;
  height: 58px;
  border-radius: 999px;
  background: #eeeeee;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  color: rgba(0, 0, 0, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.18s ease, background 0.18s ease;
}

.form-pill::placeholder {
  color: rgba(0, 0, 0, 0.58);
}

.form-pill:focus {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(20, 190, 255, 0.35);
}

.form-select-pill {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 64px;
  cursor: pointer;
  background-color: #eeeeee;
  background-image:
          url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='12' fill='none' stroke='%23151515' stroke-width='2'/%3E%3Cpath d='M11 14l5 5 5-5' fill='none' stroke='%23151515' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 31px 31px;
}

.form-select-pill:focus {
  background-color: #ffffff;
}

.form-upload {
  width: 100%;
  min-height: 264px;
  border-radius: 18px;
  background: #eeeeee;
  padding: 20px 58px 22px;
}

.form-upload__title {
  margin: 0 0 19px;
  color: #171717;
  text-align: center;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.36em;
}

.form-upload__drop {
  min-height: 196px;
  width: 100%;
  border: 2px solid #10c7ff;
  border-radius: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  color: #111111;
  text-align: center;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.form-upload__drop:hover {
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 22px rgba(16, 199, 255, 0.22);
}

.form-upload__icon {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.form-upload__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.form-upload__main {
  display: block;
  color: #171717;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-upload__or {
  display: block;
  margin: 5px 0;
  color: #171717;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-upload__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 182px;
  min-height: 38px;
  border: 2px solid #171717;
  border-radius: 999px;
  padding: 8px 26px;
  color: #171717;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: background 0.18s ease, color 0.18s ease;
}

.form-upload__drop:hover .form-upload__button {
  background: #171717;
  color: #ffffff;
}

.form-upload__formats {
  display: block;
  max-width: 90%;
  margin-top: 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.34);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.17em;
}

.form-register__checks {
  max-width: 1320px;
  margin-top: 29px;
}

.form-check-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.32;
  font-weight: 400;
  text-align: left;
}

.form-check-line a {
  color: inherit;
  text-decoration: underline;
}

.form-check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.form-check:checked {
  background: #ffffff;
}

.form-check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #00172b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-submit {
  width: 440px;
  min-height: 66px;
  border-radius: 23px;
  border: 1px solid rgba(34, 211, 238, 0.95);
  background: rgba(0, 16, 30, 0.18);
  color: #10d9ff;
  font-family: "tt_bold", "tt_black", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  cursor: pointer;
  box-shadow:
          0 0 17px rgba(16, 217, 255, 0.9),
          0 0 34px rgba(16, 217, 255, 0.42),
          inset 0 0 18px rgba(16, 217, 255, 0.22);
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.form-submit:hover {
  transform: scale(0.97);
  background: #10d9ff;
  color: #00172b;
  box-shadow:
          0 0 20px rgba(16, 217, 255, 0.95),
          0 0 42px rgba(16, 217, 255, 0.55);
}

/* == LOADER == */

#form .loader {
  display: none;
  padding: 50px 0;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 350ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 3px transparent;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*========== Responsive ==========*/

@media screen and (max-width: 1279px) {
  .form-register__label {
    margin-left: 16px;
  }

  .form-upload {
    padding-left: 34px;
    padding-right: 34px;
  }

  .form-upload__title {
    letter-spacing: 0.24em;
  }
}

@media screen and (max-width: 1023px) {
  .form-register {
    min-height: auto;
  }

  .form-upload {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .form-register__label {
    margin-left: 12px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .form-pill {
    height: 54px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .form-select-pill {
    padding-right: 58px;
    background-position: calc(100% - 13px) 50%;
    background-size: 29px 29px;
  }

  .form-upload {
    border-radius: 16px;
    padding: 18px 18px 20px;
  }

  .form-upload__title {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .form-upload__drop {
    min-height: 178px;
    border-radius: 48px;
  }

  .form-upload__main {
    font-size: 13px;
  }

  .form-upload__button {
    min-width: 164px;
    min-height: 36px;
    font-size: 11px;
  }

  .form-check-line {
    font-size: 11px;
  }

  .form-submit {
    width: 100%;
    min-height: 60px;
    font-size: 15px;
    letter-spacing: 0.18em;
  }
}