@font-face{
  font-family: "intel_light";
  src:url('../fonts/intelone-display-latin-light.e8ee702d.woff2')format("woff2");
  font-weight:300;
  font-style:normal
}
@font-face{
  font-family: "intel_regular";
  src:url('../fonts/intelone-display-latin-regular.7d30ccfa.woff2')format("woff2");
  font-weight:400;
  font-style:normal
}
@font-face{
  font-family: "intel_medium";
  src:url('../fonts/intelone-display-latin-medium.38e8d51a.woff2')format("woff2");
  font-weight:500;
  font-style:normal
}
@font-face{
  font-family: "intel_bold";
  src:url('../fonts/intelone-display-latin-bold.1e07e246.woff2')format("woff2");
  font-weight:700;
  font-style:normal
}

:root {
  /*========== Colors ==========*/
  --black-color: #000;
  --bg-color: #1e071e;
  --white-color: #fff;
  --purple-color: #ee24ff;
  --blue-color: #2c93ff;
  --blue-intel-color: #091646;
  --purple-border-color: #49394a;
}

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

body {
  position: relative;
  background: #000001 url("../img/bg2.webp") no-repeat center 260vh;
  background-size: contain;
  font-family: "intel_light", sans-serif;
}

.intel_black {
  font-family: "intel_bold", sans-serif !important;
}

.intel__light {
  font-family: "intel_regular", sans-serif !important;
}

.intel__medium {
  font-family: "intel_medium", serif !important;
}

.extraInfo .boldIntel {
  font-family: "intel_bold", sans-serif !important;
}

.purple__color {
  color: var(--purple-color);
}

.btn__blue {
  border: 2px solid var(--blue-color);
}

.border__purple {
  background: var(--purple-border-color);
}

.border__table {
  background: #6e6270;
}

.bg__table {
  background: #4a394b;
}

.btn__buy {
  background: rgb(225, 45, 254);
  background: -moz-linear-gradient(
    90deg,
    rgba(225, 45, 254, 1) 0%,
    rgba(194, 63, 253, 1) 33%,
    rgba(100, 116, 255, 1) 69%,
    rgba(15, 164, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(225, 45, 254, 1) 0%,
    rgba(194, 63, 253, 1) 33%,
    rgba(100, 116, 255, 1) 69%,
    rgba(15, 164, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(225, 45, 254, 1) 0%,
    rgba(194, 63, 253, 1) 33%,
    rgba(100, 116, 255, 1) 69%,
    rgba(15, 164, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e12dfe",endColorstr="#0fa4ff",GradientType=1);
  color: #fff;
  letter-spacing: 2px;
  padding: 8px 0;
  width: 70%;
  border-radius: 15px;
  margin: 20px auto;
  text-transform: uppercase;
  font-family: "Predator-black", serif;
}

.border__bottom-gradient {
  background: rgb(225, 45, 254);
  background: -moz-linear-gradient(
          90deg,
          rgba(225, 45, 254, 1) 0%,
          rgba(194, 63, 253, 1) 33%,
          rgba(100, 116, 255, 1) 69%,
          rgba(15, 164, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
          90deg,
          rgba(225, 45, 254, 1) 0%,
          rgba(194, 63, 253, 1) 33%,
          rgba(100, 116, 255, 1) 69%,
          rgba(15, 164, 255, 1) 100%
  );
  background: linear-gradient(
          90deg,
          rgba(225, 45, 254, 1) 0%,
          rgba(194, 63, 253, 1) 33%,
          rgba(100, 116, 255, 1) 69%,
          rgba(15, 164, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e12dfe",endColorstr="#0fa4ff",GradientType=1);
}

#bg1 {
  background: url("../img/bg1.webp") left no-repeat;
  background-size: contain;
}

/*========== RULES ==========*/

#rules {

}

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

.formSection {
  margin: 30px auto 20px auto !important;
  text-align: center;
  padding: 10px 10px 25px 10px;
  background: #021639;
  background: -webkit-linear-gradient(180deg, rgba(2, 22, 57, 1) 0%, rgba(4, 22, 55, 1) 50%, rgba(7, 37, 92, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(2, 22, 57, 1) 0%, rgba(4, 22, 55, 1) 50%, rgba(7, 37, 92, 1) 100%);
  background: linear-gradient(180deg, rgba(2, 22, 57, 1) 0%, rgba(4, 22, 55, 1) 50%, rgba(7, 37, 92, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021639", endColorstr="#07255C", GradientType=0);
  border: 3px solid #00c8ec;
  width: 100%;
  border-radius: 5px;
}

.formSection > h2 {
  font-family: "intel_bold", serif;
  font-size: 36px !important;
}

#form h4 {
  font-family: "intel_bold", serif;
  margin: 30px auto !important;
}

#form ::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.formSection .formSection__form {
  width: 700px;
  margin: 0 auto;
}

.formSection .formSection__form .oneInput,
.formSection .formSection__form .twoInput {
  margin: 10px auto;
}

.formSection .formSection__form .twoInput {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}

.formSection .formSection__form .threeInput {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  align-items: center;
}

.formSection .formSection__form .oneInput input,
.formSection .formSection__form .twoInput input,
.formSection .formSection__form .threeInput input {
  width: 100%;
  padding: 15px 0 15px 12px;
  border-radius: 9px;
  border: 1px solid #d5d5d5;
  font-family: "intel_regular", serif;
  font-size: 13px;
}

.formSection .formSection__form select {
  font-family: "intel_regular", serif;
  width: 100%;
  font-size: 13px;
  padding: 10px 10px 10px 30px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.png) 93% / 4.5% no-repeat #fff;
  border-radius: 9px;
  border: 1px solid #d5d5d5;
}

.formSection .formSection__form .oneInput select {
  background: url(../img/arrow.png) 96.5% / 2.2% no-repeat #fff;
}

.formSection .formSection__form #fileSection {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #000;
  border-radius: 9px;
  padding: 30px 23px 20px 23px;
  width: 100%;
}

#form #btnSend {
  margin: 0 auto;
  background: none;
  border: 1px solid #00c8ec;
  color: #00c8ec;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "intel_bold", serif;
  padding: 18px 10px !important;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 18px !important;
  width: 290px !important;
  transition: 0.15s !important;
  cursor: pointer !important;
  z-index: 5 !important;
}

@media screen and (max-width: 909px) {
  #form #btnSend {
    bottom: 240px;
  }
}

#form #btnSend:hover {
  transform: scale(0.95);
  background: #00c8ec;
  color: #fff;
}

#form .exampleFile {
  margin-top: 5px;
}

#form .exampleFile .btn-tertiary {
  padding: 9px 0;
  font-size: 14px;
}

#form .exampleFile .btn-tertiary2 {
  padding: 9px 0;
  font-size: 13px;
}

#form .exampleFile .btn-tertiary:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .formSection {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .formSection .formSection__form {
    width: 95% !important;
  }
}

@media screen and (max-width: 759px) {
  .formSection .formSection__form {
    width: 90%;
  }

  .formSection .formSection__form .twoInput,
  .formSection .formSection__form .threeInput {
    display: block;
  }

  .formSection .formSection__form .twoInput input:nth-child(2),
  .formSection .formSection__form .twoInput select:nth-child(2) {
    margin-top: 10px;
  }
}

/* Checkbox */

.flex-checkbox {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #fff !important;
}

.flex-checkbox a {
  text-decoration: underline !important;
}

.flex-checkbox label {
  margin-left: 10px;
  font-size: 12px;
  margin-top: 2px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
}

input[type="checkbox"]:checked {
  background: #fff;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: none;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: 1px solid #fff;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}

/* == 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;
  -webkit-animation: loading-bar-spinner 350ms linear infinite;
  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%;
}

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

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

/*========== Extra info ==========*/

.mailIco {
  animation: shake 2.42s ease infinite;
}

.extraInfo {
  border: 2px solid #1f1f59;
}


/*========== MEDIA QUERIES ==========*/

@media screen and (min-width: 2009px) {
  .formSection .formSection__form {
    width: 1100px;
    margin: 0 auto;
  }

  .formSection .formSection__form .oneInput input, .formSection .formSection__form .twoInput input, .formSection .formSection__form .threeInput input {
    font-size: 18px;
  }

  .row_file p, .flex-checkbox label {
    font-size: 18px;
  }



}

/*========== Animations ==========*/

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(8px, 0);
  }
  5.57143% {
    transform: translate(0, 0);
  }
  9.35714% {
    transform: translate(8px, 0);
  }
  14.14286% {
    transform: translate(0, 0);
  }
  18.92857% {
    transform: translate(8px, 0);
  }
  25.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
