@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /*========== Colors ==========*/
  --black-color: #000;
  --bg-color: #0a052e;
  --white-color: #fff;
  --blue-color: #578df1;
  --purple-color: #815df0;
  --purpleDark-color: #5e48d2;
}

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

body {
  background: url("../img/bg.webp");
  color: var(--black-color);
  position: relative;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (min-width: 2700px) {
}

.btn__bargradient {
  background: rgb(255,61,0);
  background: -moz-linear-gradient(90deg, rgba(255,61,0,1) 0%, rgba(255,83,0,1) 32%, rgba(255,110,0,1) 56%, rgba(219,112,124,1) 77%, rgba(153,41,237,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,61,0,1) 0%, rgba(255,83,0,1) 32%, rgba(255,110,0,1) 56%, rgba(219,112,124,1) 77%, rgba(153,41,237,1) 100%);
  background: linear-gradient(90deg, rgba(255,61,0,1) 0%, rgba(255,83,0,1) 32%, rgba(255,110,0,1) 56%, rgba(219,112,124,1) 77%, rgba(153,41,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3d00",endColorstr="#9929ed",GradientType=1);
}


.btn__gradientPurple {
  background: rgb(100,92,188) !important;
  background: -moz-linear-gradient(90deg, rgba(100,92,188,1) 0%, rgba(101,86,186,1) 30%, rgba(112,39,173,1) 60%, rgba(117,17,167,1) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(100,92,188,1) 0%, rgba(101,86,186,1) 30%, rgba(112,39,173,1) 60%, rgba(117,17,167,1) 100%) !important;
  background: linear-gradient(90deg, rgba(100,92,188,1) 0%, rgba(101,86,186,1) 30%, rgba(112,39,173,1) 60%, rgba(117,17,167,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#645cbc",endColorstr="#7511a7",GradientType=1) !important;
  color: var(--white-color) !important;
  width: 85% !important;
  padding: 12px 0 !important;
  display: block !important;
  text-align: center !important;
  margin: 25px auto 0 auto !important;
  font-weight: bold !important;
  border-radius: 24px !important;
  transition: 0.35s !important;
}

.btn__gradientPurple:hover {
  transform: scale(0.9) !important;
}




@media (min-width: 2024px) {
  .btn__gradientPurple {
    font-size: 24px !important;
  }
}

/*========== Products ==========*/

#products {
  background: url("../img/abstract_bg.webp") no-repeat;
  background-size: cover;
}

#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_down.png) 96% / 3.5% no-repeat #fff;
  border-radius: 25px;
}

@media (max-width: 1024px) {
  #products select {
    width: 90%;
  }
}

/*========== REWARDS ===========*/

#rewards {
  background: url("../img/bottom_bg.webp") no-repeat;
  background-size: cover;
}

/*========== Partners ==========*/

#partners {
  background: url("../img/partnerzy_bg.png") no-repeat;
  background-size: cover;
}

/*========== Form section ==========*/

#formSection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow_down.png) 96% / 5% no-repeat #fff;
}

/* Checkbox */

.flex-checkbox {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #fff !important;
}

.form__checkbox {
  width: 88%;
  margin: 0 auto;
}

@media screen and (max-width: 790px) {
  .flex-checkbox {
    margin-left: 0;
  }
  .form__checkbox {
    width: 95%;
  }
}


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

.flex-checkbox label {
  margin-left: 10px;
  font-size: 11px;
  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;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

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

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


#formSection #btnSend {
  color: #fff;
  font-weight: 900;
  width: 230px;
  padding: 10px 5px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 40px auto;
  display: block;
  transition: 0.25s;
  cursor: pointer;
}

#formSection #btnSend:hover {
  transform: scale(0.92);
}



/* == 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);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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