@font-face {
  font-family: "Panton_Black";
  src: url("../fonts/Panton-Black.woff2") format("woff2"), url("../fonts/Panton-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Panton_Black", sans-serif;
  background-color: #000;
}

h1 {
  margin: 20px 0 8px;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}

.helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
  background-image: url("/img/themes.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-image: url("../img/coins-crowns.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

  @keyframes coinScale1 {
    0% {
      transform: scale(0.9);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.9);
    }
  }

  @keyframes coinScale2 {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

.mon {
  position: absolute;
  animation: coinScale1 5s infinite linear;
}

/* .mon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  animation: lights1 2s infinite linear;
} */

.mon img {
  max-width: 100%;
}

.mon1 {
  top: 9%;
  left: 5%;
  max-width: 130px;
}

.mon2 {
  top: 0%;
  left: 11%;
  max-width: 410px;
  animation-name: coinScale2;
}

.mon3 {
  top: 6%;
  right: 0%;
  max-width: 440px;
}

.mon4 {
  top: 66%;
  right: -5%;
  max-width: 180px;
  animation-name: coinScale2;
}

.mon5 {
  bottom: -4%;
  right: 34%;
  max-width: 470px;
}

.mon6 {
  bottom: 11%;
  left: 32%;
  max-width: 160px;
  animation-name: coinScale2;
}

.mon7 {
  bottom: 21%;
  left: 0%;
  max-width: 390px;
}

.c1 {
  top: -4%;
  left: 54%;
  max-width: 310px;
  animation-name: coinScale2;
}

.c2 {
  bottom: 12%;
  left: 12%;
  max-width: 310px;
}

.content__left, .content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 20%;
  position: relative;
}
.content__left {
  width: 30%;
  max-width: 540px;
}
.content__logo {
  position: absolute;
  top: calc(-100% + 72px);
  text-align: center;
}
.content__logo img {
  max-width: 180px;
}
.content__logo h1 {
  margin: 0;
}
.content__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.content__subtext {
  position: absolute;
  top: calc(100% + 50px);
  text-align: center;
  left: 6%;
  max-width: 420px;
}
.content__subtext span {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.content__subtext p {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  margin: 0;
}
.content__text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  text-shadow: 3px 2px 3px #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 52px;
  margin: 0;
  width: 100%;
  padding: 32px 0;
  border-radius: 0 24px 24px 0;
  background: rgb(255, 92, 3);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 3)), color-stop(50%, rgb(255, 163, 0)), to(rgb(255, 92, 3)));
  background: linear-gradient(90deg, rgb(255, 92, 3) 0%, rgb(255, 163, 0) 50%, rgb(255, 92, 3) 100%);
}
.content__text h2 span {
  font-size: 128px;
  width: 100%;
}
.content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 5%;
  height: 100%;
}
.content__img img {
  max-height: 90%;
  max-width: 100%;
}
.content .spinWheel {
  width: 100%;
  height: auto;
  z-index: 1;
}
.content .spinWheel__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  height: 800px;
  -ms-flex-item-align: center;
      align-self: center;
}
.content .spinWheel__prizes {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 540px;
  height: 540px;
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/prizes.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 2s;
  transition: transform 2s;
}

/* @keyframes wheelPartRotate {
  0% {
    background-size: 98%;
  }

  50% {
    background-size: 102%;
  }

  100% {
    background-size: 98%;
  }
}


.content {
  animation: wheelPartRotate 5s infinite linear;
} */

@keyframes buttonVis {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.content .spinWheel__button {
  position: absolute;
  z-index: 2;
  width: 280px;
  height: 280px;
  background-image: url("../img/wheel_button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.1s;
  transition: opacity 0.4s, transform 0.1s;
  animation: buttonVis 2.5s infinite;
}
.content .spinWheel__button:active {
  opacity: 1;
  animation: initial;
  transform: scale(0.96);
}

@keyframes lightVis {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes lightVis1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

:root {
  --blinkTime: 2s;
}

.light {
  position: absolute;
  animation: lightVis var(--blinkTime) infinite;
  z-index: 3;
}

.light1 {
  top: -22px;
  left: 212px;
}

.light2 {
  top: -22px;
  right: 212px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.light3 {
  top: 68px;
  right: 54px;
}

.light4 {
  top: 68px;
  left: 54px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.light5 {
  top: 227px;
  right: -37px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.light6 {
  top: 227px;
  left: -37px;
}

.light7 {
  top: 410px;
  right: -38px;
}

.light8 {
  top: 410px;
  left: -38px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.light9 {
  top: 568px;
  right: 55px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.light10 {
  top: 568px;
  left: 55px;
}

.light11 {
  top: 658px;
  right: 212px;
}

.light12 {
  top: 658px;
  left: 212px;
  animation: lightVis1 var(--blinkTime) infinite;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #400A7F;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.preloader.visible {
  opacity: 1;
  visibility: visible;
}

.preloader-5 {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 30px auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #EA942A;
  animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #D8741A;
  animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FDD65A;
  animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
  0%   {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.mob {
  display: none;
}


.modal {
  position: relative;
  border-radius: 16px;
  width: 400px;
  max-width: 95%;
  background: rgb(255, 92, 3);
  background: linear-gradient(120deg, #34085a 0%, #34085a 65%, #400a6f 40%);
  text-align: center;
}
.modal:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: block;
  border: 2px solid #490b7f;
  border-radius: 12px;
  z-index: 0;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin: 0;
}
.modalFirst .modal {
  width: 470px;
}
.modalSecond .modal__button {
  width: 246px;
}
.modal h1 {
  color: #ffa400;
  font-size: 92px;
}
.modal h2 {
  font-size: 32px;
}
.modal h3 {
  font-size: 24px;
}
.modal h4 {
  color: #ffa400;
  font-size: 32px;
}
.modal__wrapper {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.modal__content {
  position: relative;
  z-index: 1;
  padding: 42px 16px;
  border-radius: 16px;
  background-image: url("../img/crowns.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.modal__text {
  margin: 24px 0;
}
.modal__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 200px;
  line-height: 40px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffa002), to(#ffa400));
  background: linear-gradient(1800deg, #ffa002 0%, #ffa400 100%);
  color: #FFFFFF;
}
.modal__button:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.9;
}

.spinWheel__wrapper .content__img {
  display: none;
}

@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 5px #ffa400;
  }

  50% {
    box-shadow: 0 0 26px #ffa400;
  }

  0% {
    box-shadow: 0 0 5px #ffa400;
  }
}

.modal__button.goLinkPrev {
  box-shadow: 0 0 5px #ffa400;
  animation: buttonPulse 2.5s infinite;
}

.goLink {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.visible {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 1480px) {
  .content__text h2 {
    font-size: 50px;
  }
  .content__text h2 span {
    font-size: 92px;
  }
  .content__logo h1 {
    font-size: 38px;
  }
  .content__logo img {
    max-width: 120px;
  }
}

@media all and (max-width: 1280px) {
  .content__text h2 {
    font-size: 40px;
  }
  .content__text h2 span {
    font-size: 72px;
  }
  .content__subtext {
    left: 0;
    max-width: 350px;
  }
  .content__subtext p {
    font-size: 40px;
    line-height: 36px;
  }
  .content__subtext span {
    font-size: 23px;
    line-height: 23px;
  }
  .content__logo h1 {
    font-size: 28px;
  }
  .content__logo img {
    max-width: 100px;
  }
  .content .spinWheel__wrapper {
    width: 600px;
    max-width: 100%;
    height: auto;
  }
  .content .spinWheel__prizes {
    width: 400px;
    max-width: 65%;
    height: 65vw;
    max-height: 400px;
  }
  .content .spinWheel__button {
    width: 36%;
    height: 36%;
  }

  .light {
    max-width: 110px;
  }

  .light1 {
    top: -9px;
    left: 177px;
  }

  .light2 {
    top: -9px;
    right: 178px;
  }

  .light3 {
    top: 59px;
    right: 60px;
  }

  .light4 {
    top: 59px;
    left: 60px;
  }

  .light5 {
    top: 177px;
    right: -9px;
  }

  .light6 {
    top: 177px;
    left: -9px;
  }

  .light7 {
    top: 315px;
    right: -8px;
  }

  .light8 {
    top: 315px;
    left: -9px;
  }

  .light9 {
    top: 434px;
    right: 60px;
  }

  .light10 {
    top: 434px;
    left: 60px;
  }

  .light11 {
    top: 502px;
    right: 177px;
  }

  .light12 {
    top: 502px;
    left: 177px;
  }

  .mon1 {
    max-width: 100px;
  }

  .mon2 {
    max-width: 300px;
  }

  .mon3 {
    max-width: 300px;
  }

  .mon4 {
    max-width: 130px;
  }

  .mon5 {
    bottom: -2%;
    right: 28%;
    max-width: 300px;
  }

  .mon6 {
    bottom: 5%;
    left: 30%;
    max-width: 120px;
  }

  .mon7 {
    bottom: 21%;
    left: 0%;
    max-width: 300px;
  }
  .c1 {
    max-width: 210px;
    top: 0;
  }

  .c2 {
    max-width: 210px;
  }


}

@keyframes bgScale {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}


@media all and (max-width: 980px) {
  .helper {
    background-image: url(../img/bg-mob.jpg);
  }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url(../img/coins-crowns-mob.png);
    animation: bgScale 5s infinite linear;
  }
  .content__logo {
    margin-bottom: 10px;
  }
  .content__logo img {
    max-width: 80px;
  }
  .content__logo h1 {
    font-size: 26px;
  }
  .content__left {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-width: initial;
    position: initial;
  }
  .content__right {
    display: none;
  }

  .spinWheel__wrapper .content__img {
    display: block;
    position: absolute;
    width: 250px;
    bottom: -150px;
    right: -110px;
    height: auto;
    z-index: 1;
  }

  .content__back {
    display: none;
  }
  .content__subtext span {
    font-size: 21px;
    line-height: 18px;
  }
  .content__subtext p {
    font-size: 28px;
    line-height: 26px;
  }
  .content__text {
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__text h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 0;
    padding: 10px;
    flex-wrap: wrap;
    font-size: 29px;
  }
  .content__text h2 span {
    width: auto;
    font-size: unset;
    margin-right: 8px;
  }
  .content .spinWheel__button {
    width: 26%;
    height: 26%;
  }
  .content__logo {
    position: unset;
    margin-bottom: 12px;
  }
  .desc {
    display: none;
  }
  .spinWheel__wrapper {
    padding-bottom: 110px;
    margin-bottom: 10px;
  }
  .mob {
    position: absolute;
    bottom: -6px;
    left: 5px;
    top: auto;
    padding: 20px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 280px;
    width: 100%;
  }
  /* .helper {
    overflow-y: auto;
  } */

  .content {
    background-position: center bottom;
    margin: 0;
  }
}

@media all and (max-width: 600px) {
  .light {
    display: none;
  }

  .spinWheel__wrapper .content__img {
    width: 220px;
    bottom: -190px;
    right: -60px;
    line-height: 0;
  }
}

@media all and (max-width: 600px) {
  .light {
    display: none;
  }

  .spinWheel__wrapper .content__img {
    width: 220px;
    bottom: -190px;
    right: -60px;
  }
}

@media all and (max-width: 430px) {
  .spinWheel__wrapper .content__img {
    width: 193px;
    bottom: -170px;
    right: -60px;
  }

  .mob {
    bottom: 9px;
    padding: 14px 10px;
  }

  .content__subtext {
    max-width: 210px;
  }

  .content__subtext span {
    font-size: 15px;
    line-height: 15px;
  }

  .content__subtext p {
    font-size: 23px;
    line-height: 23px;
  }
}

@media all and (max-width: 380px) {
  .content__text h2 {
    font-size: 24px;
  }
}
/*# sourceMappingURL=init.css.map */
