.pop-up {
  position: fixed;
  justify-content: center;
  align-content: center;
  background-color: var(--primary-color-dark);
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
}
.pop-up .very-small {
  font-size: 0.8em;
}
@media (max-width: 499px) {
  .pop-up p {
    font-size: 0.85em !important;
  }
  .pop-up h2, .pop-up h3, .pop-up h4 {
    font-size: 1em !important;
  }
}

h1, h2, h3, h4 {
  color: var(--primary-color);
  font-weight: 900;
}

@media (max-width: 499px) {
  .fs-5 {
    font-size: 1em !important;
  }
}

@media (max-width: 499px) {
  .roulette-content .button {
    padding: 0.5em 0.25em;
  }
  .pop-up .very-small {
    font-size: 0.6em !important;
  }
}
.roulette-spinner {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .roulette-spinner {
    position: absolute;
    bottom: -250px;
    left: calc(50% - 250px);
  }
}
.roulette-spinner .arrow {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  max-width: 40px;
  z-index: 9;
}
@media (max-width: 767px) {
  .roulette-spinner .arrow {
    position: absolute;
    top: 20px;
    right: calc(50% - 20px);
    rotate: -90deg;
  }
}
.roulette-spinner .circle {
  max-width: 500px;
  width: 400px;
}
@media (max-width: 899px) {
  .roulette-spinner .circle {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .roulette-spinner .circle {
    max-width: 500px;
    width: 500px;
  }
}

.bounce-in {
  animation-duration: 0.75s;
  animation-duration: 0.75s;
  animation-name: bounceIn;
  animation-fill-mode: both;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes glowUp {
  0% {
    box-shadow: 0 0 4px gold;
  }
  50% {
    box-shadow: 0 0 60px gold;
  }
  100% {
    box-shadow: 0 0 4px gold;
  }
}
.fade-out {
  animation: fadeOut 0.4s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 120px !important;
  }
}

@media (max-width: 767px) {
  .roulette-content {
    padding-bottom: 220px;
  }
}
.roulette-content.after {
  display: none;
  opacity: 0;
  z-index: -1;
}
.roulette-content.after.bounce-in {
  display: block;
  z-index: 9;
}
.roulette-content.after.bounce-in .button-bg {
  animation: glowUp;
  animation-duration: 2s;
  animation-delay: 0.25s;
  animation-iteration-count: infinite;
}

.spinning {
  animation: rotateroulette forwards 6s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
}
@media (max-width: 767px) {
  .spinning {
    animation: rotateroulette-mob forwards 6s;
    transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
  }
}

@keyframes rotateroulette {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(7248deg);
  }
  90% {
    transform: rotate(7240deg);
  }
  100% {
    transform: rotate(7242deg);
  }
}
@keyframes rotateroulette-mob {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(6976deg);
  }
  90% {
    transform: rotate(6968deg);
  }
  100% {
    transform: rotate(6970deg);
  }
}
/* Kits */
.spinning-k1 {
  animation: rotateroulette-k1 forwards 6s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
}
@media (max-width: 767px) {
  .spinning-k1 {
    animation: rotateroulette-k1-mob forwards 6s;
    transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
  }
}

@keyframes rotateroulette-k1 {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(7168deg);
  }
  90% {
    transform: rotate(7160deg);
  }
  100% {
    transform: rotate(7162deg);
  }
}
@keyframes rotateroulette-k1-mob {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(6900deg);
  }
  90% {
    transform: rotate(6892deg);
  }
  100% {
    transform: rotate(6894deg);
  }
}
.spinning-k2 {
  animation: rotateroulette-k2 forwards 6s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
}
@media (max-width: 767px) {
  .spinning-k2 {
    animation: rotateroulette-k2-mob forwards 6s;
    transition-timing-function: cubic-bezier(0, 0.55, 0.47, 0.99);
  }
}

@keyframes rotateroulette-k2 {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(7098deg);
  }
  90% {
    transform: rotate(7090deg);
  }
  100% {
    transform: rotate(7092deg);
  }
}
@keyframes rotateroulette-k2-mob {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(6826deg);
  }
  90% {
    transform: rotate(6818deg);
  }
  100% {
    transform: rotate(6820deg);
  }
}
@media (max-width: 426px) {
  body.spinner {
    font-size: 16px;
  }
}
body.spinner .no-thanks {
  max-width: 600px;
}
body.spinner .very-small {
  font-size: 0.8em;
}
body.spinner .offer-box {
  background-color: #f0f6f9;
  border-radius: 0.5em;
  border: 1px solid var(--primary-color);
  overflow: hidden;
}
body.spinner .offer-box h2 {
  color: white;
  margin: 0 auto;
  text-align: center;
}
body.spinner .offer-box .row {
  margin-left: auto;
  margin-right: auto;
}
body.spinner .offer-box .price {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00af66;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
body.spinner .offer-box .price > div {
  font-size: 0.35em;
  font-weight: normal;
  color: var(--text-color);
}
body.spinner .offer-box .price s {
  display: block;
  text-decoration-color: red;
  color: grey;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.spinner h2, body.spinner h3, body.spinner h4 {
    font-size: 1.25em !important;
  }
}/*# sourceMappingURL=spinner.css.map */