.wheelPopup {
  position: absolute;
  z-index: 45;
  width: 343px;
  height: 395px;

  /* top: 1750px; */
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: 0 auto; */
  border-radius: 8px;

  padding: 5px;

  display: none;

  background-color: rgba(214, 139, 8, 1);
}

.wheelPopup.active {
  display: block;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup {
    width: 85vw;
    height: 100vw;
    /* top: 373vw; */
  }
}

.wheelPopup__close {
  position: absolute;
  z-index: 25;
  right: -20px;
  top: -20px;

  background-image: url(../img/olympus/wheelpopup-close.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;

  width: 50px;
  height: 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__close {
    width: 13vw;
    height: 13vw;
    right: -4vw;
    top: -4vw;
  }
}

.wheelPopup__inner {
  width: 100%;
  height: 100%;

  background: rgba(39, 35, 49, 1);
  border-radius: 8px;
}

.wheelPopup__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.wheelPopup__icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  margin-top: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon {
    margin-top: 12vw;
  }
}

.wheelPopup__icon.freespin {
  width: 92px;
  height: 90px;

  background-image: url(../img/olympus/wheelpopup-fs.webp);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon.freespin {
    width: 25vw;
    height: 25vw;
  }
}

.wheelPopup__icon.car {
  background-image: url(../img/icons/car-icon-june.webp);
  width: 80px;
  height: 80px;
}
.wheelPopup__icon.jackpot {
  background-image: url(../img/icons/rj-icon.webp);
  width: 80px;
  height: 80px;
}

.wheelPopup__icon.bronze {
  background-image: url(../../img/collectables/collectable-icon-bronze.png);
  width: 80px;
  height: 80px;
}
.wheelPopup__icon.silver {
  background-image: url(../../img/collectables/collectable-icon-silver.png);
  width: 80px;
  height: 80px;
}
.wheelPopup__icon.gold {
  background-image: url(../../img/collectables/collectable-icon-gold.png);
  width: 80px;
  height: 80px;
}
.wheelPopup__icon.crown {
  background-image: url(../img/icons/royal-static-dec.webp);
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon.silver,
  .wheelPopup__icon.gold,
  .wheelPopup__icon.bronze,
  .wheelPopup__icon.crown {
    width: 25vw;
    height: 25vw;
  }

  .wheelPopup__icon.car {
    width: 25vw;
    height: 25vw;
  }
  .wheelPopup__icon.jackpot {
    width: 25vw;
    height: 25vw;
  }
}

.wheelPopup__icon.zeus {
  background-image: url(../img/olympus/zeusframe-pop.webp);
  width: 100px;
  height: 100px;
}
.wheelPopup__icon.hades {
  background-image: url(../img/olympus/hadesframe-pop.webp);
  width: 100px;
  height: 100px;
}
.wheelPopup__icon.poseidon {
  background-image: url(../img/olympus/poseidonframe-pop.webp);
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon.zeus,
  .wheelPopup__icon.poseidon,
  .wheelPopup__icon.hades {
    width: 27vw;
    height: 27vw;
  }
}

.wheelPopup__icon.lost {
  width: 200px;
  height: 65px;

  background-image: url(../img/olympus/wheelpop-zero.webp);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon.lost {
    width: 51vw;
    height: 17vw;
  }
}

.wheelPopup__icon.dali {
  width: 155px;
  height: 105px;
  /* visibility: hidden; */
  background-image: url(../img/olympus/zeus-icon-tab.webp);
  border-bottom: 3px solid #d58b0a;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__icon.dali {
    width: 31vw;
    height: 23vw;
  }
}

.wheelPopup__gz {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 22px;

  margin-top: 40px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__gz {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.wheelPopup__gz.inactive {
  opacity: 0;
}

.wheelPopup__mainTxt {
  margin-top: 0;
  width: 75%;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__mainTxt {
    margin-top: 3.5vw;
  }
}

.wheelPopup__mainPara {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  display: none;
}
.wheelPopup__mainPara span {
  font-family: "AdjaraRegular";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__mainPara {
    font-size: 3.4vw;
  }
  .wheelPopup__mainPara span {
    font-size: 3.4vw;
  }
}

.goldPopIcon {
  width: 20px;
  height: 20px;

  background-image: url(../../img/collectables/collectable-icon-gold.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  display: inline-block;
}

.wheelPopup__mainPara.active {
  display: block;
}

.wheelPopup__zeusTxts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  width: 75%;

  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts {
    margin-top: 1.3vw;
  }
}

.wheelPopup__zeusTxts-item {
  display: none;
  justify-content: flex-start;
  align-items: center;

  margin-top: 7px;
  /* width: 150px; */
  gap: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-item {
    margin-top: 0.8vw;
    /* width: 38vw; */
    gap: 1.5vw;
  }
}

.wheelPopup__zeusTxts-item.active {
  display: flex;
}

.wheelPopup__zeusTxts-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  width: 30px;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon {
    width: 8vw;
  }
}

.wheelPopup__zeusTxts-icon.freespin {
  background-image: url(../img/icons/freespin-40x40.webp);
  width: 45px;
  height: 30px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.freespin {
    width: 12vw;
    height: 8vw;
  }
}

.wheelPopup__zeusTxts-icon.house {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.house {
    width: 8vw;
    height: 8vw;
  }
}
.wheelPopup__zeusTxts-icon.car {
  background-image: url(../img/icons/car-icon-june.webp);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.car {
    width: 8vw;
    height: 8vw;
  }
}
.wheelPopup__zeusTxts-icon.jackpot {
  background-image: url(../img/icons/rj-icon.webp);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.jackpot {
    width: 12vw;
    height: 8vw;
  }
}

.wheelPopup__zeusTxts-icon.silver {
  background-image: url(../../img/collectables/collectable-icon-silver.png);
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.silver {
    width: 12vw;
    height: 12vw;
  }
}

.wheelPopup__zeusTxts-icon.bronze {
  background-image: url(../../img/collectables/collectable-icon-bronze.png);
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.bronze {
    width: 12vw;
    height: 12vw;
  }
}

.wheelPopup__zeusTxts-icon.crown {
  background-image: url(../img/icons/royal-static-dec.webp);
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.crown {
    width: 12vw;
    height: 12vw;
  }
}
.wheelPopup__zeusTxts-icon.gold {
  background-image: url(../../img/collectables/collectable-icon-gold.png);
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.gold {
    width: 12vw;
    height: 12vw;
  }
}

.wheelPopup__zeusTxts-icon.spin-coins {
  background-image: url(../img/icons/max-coin-new.webp);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.spin-coins {
    width: 6vw;
    height: 6vw;
  }
}
.wheelPopup__zeusTxts-icon.lp {
  background-image: url(../img/icons/wheel-prize-icon-coin.webp);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-icon.lp {
    width: 6vw;
    height: 6vw;
  }
}

.wheelPopup__zeusTxts-amount {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 14px;

  width: auto;
  text-align: left;
  margin-left: 7px;
}

.wheelPopup__zeusTxts-amount.w-15 {
  width: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-amount {
    font-size: 3.7vw;
    width: auto;
    margin-left: 1.5vw;
  }

  .wheelPopup__zeusTxts-amount.w-15 {
    width: 3vw;
  }
}
.wheelPopup__zeusTxts-amountTxt {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 14px;

  text-align: left;
  margin-left: 7px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelPopup__zeusTxts-amountTxt {
    font-size: 3.7vw;

    margin-left: 1.5vw;
  }
}

.olympus {
  width: 390px;
  height: auto;
  position: relative;
  margin-top: 60px;
}

.olympus.blurred {
  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus {
    width: 95vw;
    margin-top: 0;
  }
}

.olympus__frames {
  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;

  width: 100%;
  height: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__frames {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.olympus__frames-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.olympus__frames-parent::before {
  content: "";
  display: block;
  padding-top: 0%;
}

.olympus__frames-zeus {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/zeus-frame-resized.webp) no-repeat 0 0%;
  background-size: 99.5%;
}

.olympus__frames-zeus.active {
  -webkit-animation: sprite 1.5s steps(11) infinite;
  animation: sprite 1.5s steps(11) infinite;
}

.olympus__frames-item {
  width: 105px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__frames-item {
    width: 27vw;
    height: 18vw;
  }
}

.olympus__frames-item.darken {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.olympus__frames-item.active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__frames-zeus {
    background-size: 99.5%;
  }
}

.olympus__frames-hades {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/god2--hades-frame-min_res.webp) no-repeat 0 0%;
  background-size: 99.5%;
}

.olympus__frames-hades.active {
  -webkit-animation: sprite 1.5s steps(11) infinite;
  animation: sprite 1.5s steps(11) infinite;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__frames-hades {
    background-size: 99.5%;
  }
}

.olympus__frames-poseidon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/god3--poseidon-frame-min_res.webp) no-repeat 0
    0%;
  background-size: 99.5%;
}

.olympus__frames-poseidon.active {
  -webkit-animation: sprite 1.5s steps(11) infinite;
  animation: sprite 1.5s steps(11) infinite;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__frames-poseidon {
    background-size: 99.5%;
  }
}

.olympus__shine {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__shine {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.olympus__shine-item {
  width: 105px;
  height: 70px;
  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;
}

.olympus__shine-shining {
  width: 80px;
  height: 50px;
  /* animation-name: shine; */
  -webkit-animation-duration: 4.2s;
  animation-duration: 4.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.olympus__shine-shining.active {
  -webkit-animation-name: shine;
  animation-name: shine;
}

.olympus__shine-shining.brighten {
  -webkit-box-shadow:
    0 0 30px #fff,
    0 0 50px #fff,
    0 0 50px #fff,
    0 0 80px #fff;
  box-shadow:
    0 0 30px #fff,
    0 0 50px #fff,
    0 0 50px #fff,
    0 0 80px #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__shine-item {
    width: 27vw;
    height: 18vw;
  }

  .olympus__shine-shining {
    width: 20vw;
    height: 13vw;
  }
}

.olympus__shine-shining.inactive {
  display: none;
}

.olympus__shine #shine1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.olympus__shine #shine2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.olympus__shine #shine3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wheelOuter {
  margin-top: -60px;

  width: 390px;
  height: 500px;

  background-image: url(../img/olympus/wheel-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  padding-bottom: 65px;
}

.wheelOuter.blurred {
  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOuter {
    width: 90vw;
    height: 119vw;
    margin-top: -16vw;
    padding-bottom: 16vw;
  }
}

.wheel {
  width: 340px;
  height: 340px;
  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;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel {
    width: 75vw;
    height: 75vw;
    /* margin-top: 8vw; */
    -webkit-box-ordinal-group: 3;
    /* -ms-flex-order: 2;
      order: 2; */
  }
}

.popUp {
  width: 343px;
  height: 395px;

  background-color: rgba(39, 35, 49, 0.9);
  border: 2px solid #d68b08;
  border-radius: 8px;

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25;

  display: none;
}

.popUp.active {
  display: block;
}

.popUp__close {
  width: 15px;
  height: 15px;

  background-image: url(../img/icons/x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  right: 5%;
  top: 5%;

  cursor: pointer;
}

.popUp__container {
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 0 20px;
}

.popUp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;
  height: 100%;
}

.popUp__item-icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  width: 105px;
  height: 100px;

  margin-top: 20px;
}

.popUp__item-icon.freespinIcon {
  background-image: url(../img/olympus/freespin-popup.webp);
}

.popUp__item-icon.zeusIcon {
  background-image: url(../img/olympus/zeus-popup.webp);
}

.popUp__item-icon.hadesIcon {
  background-image: url(../img/olympus/hades-popup.webp);
}

.popUp__item-icon.poseidonIcon {
  background-image: url(../img/olympus/poseidon-popup.webp);
}
.popUp__item-icon.godsIcon {
  width: 211px;
  height: 93px;
}

.popUp__item-icon.gelIcon {
  width: 158px;
  height: 58px;
}
.popUp__item-icon.fiveTicketIcon {
  width: 220px;
  height: 38px;
}

.popUp__item-gratz {
  font-family: "AdjaraSemiBold";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;

  margin-top: 20px;
}
.popUp__item-gzYouWon {
  font-family: "AdjaraSemiBold";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;

  margin-top: 20px;
  margin-bottom: 20px;
}

.popUp__item-wonTextCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popUp__item-text {
  font-family: "AdjaraRegular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;

  margin-top: 5px;

  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popUp__item-text.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popUpFreespinVar,
#popUpTicketVar,
#popUpArfaVar,
#popUpGelVar {
  margin-right: 7px;
  margin-left: 4px;
}

.popUp__item-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 7px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .popUp__item-bullet {
    width: 1vw;
    height: 1vw;
    margin-right: 1.5vw;
  }
}

.popUp__item-superSpin {
  width: 198px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  /* display: flex; */
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding-left: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .popUp__item-superSpin {
    width: 46.33333vw;
    height: 14vw;

    padding-left: 3vw;
    margin-top: 10vw;
  }
}

.popUp__item-superSpin.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popUp__item-superSpinAmount {
  width: 43px;
  height: 43px;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-family: "AdjaraBold";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .popUp__item-superSpinAmount {
    width: 11.3333vw;
    height: 11.3333vw;
    font-size: 3.5vw;
  }
}

.popUp__item-superSpinText {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: center;

  margin-left: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .popUp__item-superSpinText {
    font-size: 3.5vw;
    margin-left: 5vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .popUp {
    width: 90vw;
    height: 105.3333vw;
  }

  .popUp__close {
    width: 9vw;
    height: 10.3333vw;
    background-size: 100% 100%;
  }

  .popUp__container {
    padding: 0 6vw;
  }

  .popUp__item-icon {
    width: 28vw;
    height: 26.7vw;
    margin-top: 7vw;
  }

  .popUp__item-gratz {
    font-size: 4.3vw;
    margin-top: 7vw;
  }

  .popUp__item-gzYouWon {
    font-size: 3.8vw;
    margin-bottom: 7vw;
  }

  .popUp__item-text {
    font-size: 3.3vw;
    margin-top: 1vw;
  }

  #popUpFreespinVar,
  #popUpTicketVar,
  #popUpArfaVar,
  #popUpGelVar {
    margin-right: 1.5vw;
    margin-left: 0.5vw;
  }

  .popUp__item-icon.godsIcon {
    width: 55vw;
    height: 23vw;
  }

  .popUp__item-icon.gelIcon {
    width: 40.5vw;
    height: 15vw;
  }

  .popUp__item-icon.fiveTicketIcon {
    width: 56.5vw;
    height: 10vw;
  }
}

.wheel__test {
  width: 78%;
  height: 78%;

  border-radius: 100%;
  position: absolute;
  z-index: 55;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border: 2px solid #fff;

  pointer-events: none;
  opacity: 0;

  display: none;
}

.wheel__base {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/olympus/wheelframe.webp);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wheel__visualShells {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  display: none;
}

.wheel__visualShell {
  position: absolute;
  width: 13.6%;
  height: 17.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 6px 8px rgba(36, 17, 0, 0.35));
}

.wheel__visualShell--5x {
  background-image: url(../img/olympus/shell-5x.png);
}

.wheel__visualShell--10x {
  background-image: url(../img/olympus/shell-10x.png);
}

.wheel__visualShell--100x {
  background-image: url(../img/olympus/shell-100x.png);
}

.wheel__visualShell--3x {
  background-image: url(../img/olympus/shell-3x.png);
}

.wheel__visualShell--wheelPrize1 {
  left: 26%;
  top: -6%;
  transform: rotate(-84deg);
  width: 18%;
  height: 18%;
}

.wheel__visualShell--wheelPrize2 {
  left: 59%;
  top: -5%;
  transform: rotate(-55deg);
  width: 13%;
  height: 16%;
}

.wheel__visualShell--wheelPrize3 {
  left: 77%;
  top: 7%;
  transform: rotate(-65deg);
  width: 19%;
  height: 18%;
}

.wheel__visualShell--wheelPrize4 {
  left: 76%;
  top: 76%;
  transform: rotate(345deg);
  width: 19%;
  height: 20%;
}

.wheel__visualShell--wheelPrize5 {
  left: 88%;
  top: 24%;
  transform: rotate(282deg);
  width: 19%;
  height: 20%;
}

.wheel__visualShell--wheelPrize6 {
  left: 28%;
  top: 89%;
  transform: rotate(81deg);
  width: 20%;
  height: 19%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__base {
    background-image: url(../img/olympus/wheelframe-mob.webp);
  }

  .wheel__visualShell {
    width: 18.6%;
    height: 18.6%;
  }
}

.wheel__base.darken {
  -webkit-filter: brightness(0.5) blur(2px);
  filter: brightness(0.5) blur(2px);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__base.darken {
    -webkit-filter: brightness(0.5) blur(1px);
    filter: brightness(0.5) blur(1px);
  }
}

.wheel .head {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  margin: 0 auto;

  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  opacity: 0;
  pointer-events: none;
}

#god--1 {
  top: -7%;
  left: 18%;
}
#god--2 {
  top: -7%;
  left: 7%;
}

#god--3 {
  top: -7%;
  left: 13%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel .head {
    left: 12%;
  }
}

.wheel .head.active {
  -webkit-animation: slide-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wheel .head.inactive {
  -webkit-animation: slide-out 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-out 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wheel .head::before {
  content: "";
  display: block;
  /* padding-top: 20%; */
}

.wheel .zeus {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/zeus-anim-resized.webp) no-repeat 0 0%;
  background-size: 65.8%;
  -webkit-animation: sprite 2s steps(19) infinite;
  animation: sprite 2s steps(19) infinite;
}

.wheel .hades {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/hades-anim-resized.webp) no-repeat 0 0%;
  background-size: 82.8%;
  -webkit-animation: sprite 3.5s steps(24) infinite;
  animation: sprite 3.5s steps(24) infinite;
}

.wheel .poseidon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: url(../img/olympus/poseidon-anim-resized.webp) no-repeat 0 0%;
  background-size: 68.5%;
  -webkit-animation: sprite 2s steps(30) infinite;
  animation: sprite 2s steps(30) infinite;
}

.wheel__levelOne {
  /* width: 459px; */
  /* height: 459px; */
  width: 93%;
  height: 93%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/olympus/wheel-dark-bg.webp);
  background-size: contain;
  position: absolute;
  z-index: 3;
}

/* @media screen and (max-width: 940px) and (min-width: 320px) {
      .wheel__levelOne {
        width: 75vw;
        height: 75vw;
      }
    } */

.wheel .wheelParent {
  position: absolute;
  z-index: 5;
  width: 92%;
  height: 92%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* display: none; */
  opacity: 0;
  pointer-events: none;
}

.wheel .wheelParent.active {
  -webkit-animation: showUp 0.5s ease-in-out both;
  animation: showUp 0.5s ease-in-out both;
  /* rotate-center 0.5s ease-in-out both; */
}

.wheel .thunder {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/olympus/thunder-animation-min_res.webp) no-repeat 0 0%;
  background-size: 100%;
  -webkit-animation: sprite 2s steps(15) infinite;
  animation: sprite 2s steps(15) infinite;
}

.wheel .fire {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/olympus/fireey-wheel-resized_res.webp) no-repeat 0 0%;
  background-size: 100%;
  -webkit-animation: sprite 3.5s steps(32) infinite;
  animation: sprite 3.5s steps(32) infinite;
}

.wheel .water {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/olympus/watered-optimised_res.webp) no-repeat 0 0%;
  background-size: 100%;
  -webkit-animation: sprite 2.5s steps(16) infinite;
  animation: sprite 2.5s steps(16) infinite;
}

.wheel__levelOne .wheel-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 96%;
  height: 96%;
  /* transition: all 0.2s ease-in-out; */
}

.wheel__levelOne .wheel-lines.darken {
  -webkit-filter: brightness(0.5) blur(2px);
  filter: brightness(0.5) blur(2px);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne .wheel-lines.darken {
    -webkit-filter: brightness(0.5) blur(1px);
    filter: brightness(0.5) blur(1px);
  }
}

.wheel__levelOne .prize.zeusWon {
  fill: rgba(34, 162, 190, 1) !important;
}

.wheel__levelOne .prize.hadesWon {
  fill: rgba(211, 92, 46, 1);
}

/* .wheel__levelOne .prize.poseidonWon {
      
      fill: rgba(74, 122, 194, 1);
    } */

.wheel__levelOne .circle {
  position: absolute;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne .circle {
    width: 59vw;
    height: 59vw;
    opacity: 0;
  }
}

.wheel__levelOne-anker {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.wheel__levelOne-item {
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 130px;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wheel__levelOne-item.inactive {
  opacity: 0.2;
}

.wheel__levelOne-item.darken {
  -webkit-filter: brightness(0.5) blur(2px);
  filter: brightness(0.5) blur(2px);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item.darken {
    -webkit-filter: brightness(0.5) blur(1px);
    filter: brightness(0.5) blur(1px);
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item {
    width: 14.6666666667vw;
    height: 30.6666666667vw;
    padding-top: 8vw;
  }
}

.wheel__levelOne-item:nth-child(1) {
  right: 29.5%;
  top: -1.5%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(1) {
    right: 29.5%;
    top: -6.5%;
  }
}

.wheel__levelOne-item:nth-child(1) .wheel__levelOne-ticket {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

/* .wheel__levelOne-item:nth-child(1) .wheel__levelOne-amount {
    font-size: 17px;
  } */

.wheel__levelOne-item:nth-child(1) .wheel__levelOne-conch {
  top: -22%;
  left: -5%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(1) .wheel__levelOne-conch {
    top: -10%;
    left: -15%;
  }

  .wheel__levelOne-item:nth-child(1) .wheel__levelOne-amount {
    /* font-size: 3.5vw; */
    margin-top: 4vw;
  }
}

.wheel__levelOne-item:nth-child(2) {
  right: 13%;
  top: 6%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(2) {
    right: 13.5%;
    top: 2%;
  }
}

.wheel__levelOne-item:nth-child(2) .wheel__levelOne-conch {
  top: -19%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(2) .wheel__levelOne-conch {
    top: -7%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(3) {
  right: 8.5%;
  top: 23%;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(3) {
    right: 6%;
    top: 20%;
  }

  .wheel__levelOne-item:nth-child(3) .wheel__levelOne-amount {
    font-size: 3.3vw;
    margin-top: 4vw;
  }
}

.wheel__levelOne-item:nth-child(3) .wheel__levelOne-conch {
  top: -22%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(3) .wheel__levelOne-conch {
    top: -10%;
    left: -20%;
  }
}

.wheel__levelOne-item:nth-child(3) .wheel__levelOne-cash {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wheel__levelOne-item:nth-child(4) {
  right: 8%;
  bottom: 22.5%;
  -webkit-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  transform: rotate(105deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(4) {
    right: 5.5%;
    bottom: 19.5%;
  }
}

.wheel__levelOne-item:nth-child(4) .wheel__levelOne-iconPr {
  -webkit-transform: rotate(205deg);
  -ms-transform: rotate(205deg);
  transform: rotate(205deg);
}

.wheel__levelOne-item:nth-child(4) .wheel__levelOne-conch {
  top: -21%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(4) .wheel__levelOne-conch {
    top: -10%;
    left: -10%;
  }
}

.wheel__levelOne-item:nth-child(5) {
  right: 16%;
  bottom: 6%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(5) {
    right: 13%;
    bottom: 1%;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(5) .wheel__levelOne-inactive {
    left: -3%;
    top: -3.3%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.wheel__levelOne-item:nth-child(5) .wheel__levelOne-conch {
  top: -22%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(5) .wheel__levelOne-conch {
    top: -9%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(6) {
  right: 31%;
  bottom: -1.5%;
  -webkit-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  transform: rotate(165deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(6) {
    right: 31.5%;
    bottom: -8.5%;
  }
}

.wheel__levelOne-item:nth-child(6) .wheel__levelOne-cash {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wheel__levelOne-item:nth-child(6) .wheel__levelOne-conch {
  top: -14%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(6) .wheel__levelOne-conch {
    top: -6%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(7) {
  right: 49.6%;
  bottom: -1%;
  -webkit-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  transform: rotate(195deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(7) {
    right: 51%;
    bottom: -6.5%;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(7) .wheel__levelOne-inactive {
    left: -5%;
    top: -2%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.wheel__levelOne-item:nth-child(7) .wheel__levelOne-conch {
  top: -21%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(7) .wheel__levelOne-conch {
    top: -9%;
    left: -14%;
  }

  .wheel__levelOne-item:nth-child(7) .wheel__levelOne-amount {
    font-size: 2.7vw;
    margin-top: 3.7vw;
  }
}

/* .wheel__levelOne-item:nth-child(7) .wheel__levelOne-amount {
    font-size: 17px;
  } */

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(7) .wheel__levelOne-amount {
    font-size: 3.5vw;
    margin-top: 4vw;
  }
}

.wheel__levelOne-item:nth-child(8) {
  left: 15%;
  bottom: 9%;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(8) {
    bottom: 5.5%;
    left: 14.5%;
  }

  .wheel__levelOne-item:nth-child(8) .wheel__levelOne-amount {
    font-size: 3.3vw;
    margin-top: 4vw;
  }
}

.wheel__levelOne-item:nth-child(8) .wheel__levelOne-conch {
  top: -21%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(8) .wheel__levelOne-conch {
    top: -9%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(9) {
  left: 8%;
  bottom: 21%;
  -webkit-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  transform: rotate(255deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(9) {
    left: 5%;
    bottom: 18.5%;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(9) .wheel__levelOne-inactive {
    left: -2%;
    top: -2%;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

.wheel__levelOne-item:nth-child(9) .wheel__levelOne-conch {
  top: -21%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(9) .wheel__levelOne-conch {
    top: -9%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(10) {
  left: 8%;
  top: 20.5%;
  -webkit-transform: rotate(285deg);
  -ms-transform: rotate(285deg);
  transform: rotate(285deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(10) {
    left: 5%;
    top: 18.5%;
  }
}

.wheel__levelOne-item:nth-child(10) .wheel__levelOne-iconPr {
  -webkit-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

.wheel__levelOne-item:nth-child(10) .wheel__levelOne-conch {
  top: -21%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(10) .wheel__levelOne-conch {
    top: -9%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(11) {
  left: 16%;
  top: 6.5%;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(11) {
    left: 14%;
    top: 2%;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(11) .wheel__levelOne-inactive {
    left: -1%;
    top: -1%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.wheel__levelOne-item:nth-child(11) .wheel__levelOne-cash {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wheel__levelOne-item:nth-child(11) .wheel__levelOne-conch {
  top: -16%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(11) .wheel__levelOne-conch {
    top: -5%;
    left: -15%;
  }
}

.wheel__levelOne-item:nth-child(12) {
  left: 32.5%;
  top: -1.5%;
  -webkit-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  transform: rotate(345deg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(12) {
    left: 31.5%;
    top: -7%;
  }
}

.wheel__levelOne-item:nth-child(12) .wheel__levelOne-conch {
  top: -20%;
  left: -10%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-item:nth-child(12) .wheel__levelOne-conch {
    top: -9%;
    left: -15%;
  }
}

.wheel__levelOne-item.active .wheel__levelOne-active {
  opacity: 1;
  visibility: visible;
}

.wheel__levelOne-item.active .wheel__levelOne-freespin {
  -webkit-animation: rotate-center 0.5s ease-in-out both;
  animation: rotate-center 0.5s ease-in-out both;
}

.wheel__levelOne-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wheel__levelOne-active {
  width: 100%;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 5;
  visibility: hidden;
  opacity: 1;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition:
    visibility 0.3s linear,
    opacity 0.3s linear;
  -o-transition:
    visibility 0.3s linear,
    opacity 0.3s linear;
  transition:
    visibility 0.3s linear,
    opacity 0.3s linear;
}

.wheel__levelOne-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 21px;
  padding-right: 6px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-content {
    padding-top: 6vw;
    padding-right: 1vw;
  }
}

.wheel__levelOne-content.inactive {
  opacity: 0.5;
}

.wheel__levelOne-collectable {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wheel__levelOne-collectable.jackpot {
  background-image: url(../img/icons/rj-icon.webp);
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.jackpot {
    width: 9vw;
    height: 9vw;
  }
}

.wheel__levelOne-collectable {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wheel__levelOne-collectable.house {
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.house {
    width: 9vw;
    height: 9vw;
  }
}

.wheel__levelOne-collectable.bronze {
  background-image: url(../../img/collectables/collectable-icon-bronze.png);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: 4px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.bronze {
    width: 7.5vw;
    height: 7.5vw;
  }
}

.wheel__levelOne-collectable.gold {
  background-image: url(../../img/collectables/collectable-icon-gold.png);
  width: 40px;
  height: 40px;
  margin-top: -30px;
  margin-left: 2px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.gold {
    width: 7.5vw;
    height: 7.5vw;
  }
}

.wheel__levelOne-collectable.silver {
  background-image: url(../../img/collectables/collectable-icon-silver.png);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: 12px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.silver {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.wheel__levelOne-collectable.crown {
  background-image: url(../img/icons/royal-static-dec.webp);
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.crown {
    width: 12.5vw;
    height: 12.5vw;
  }
}

.wheel__levelOne-collectable.dali5 {
  background-image: url(../img/icons/star-x5.webp);
  width: 37px;
  height: 48px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.dali5 {
    width: 10vw;
    height: 12vw;
  }
}
.wheel__levelOne-collectable.dali10 {
  background-image: url(../img/icons/star-x10.webp);
  width: 37px;
  height: 48px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.dali10 {
    width: 10vw;
    height: 12vw;
  }
}
.wheel__levelOne-collectable.dali {
  background-image: url(../img/icons/juststar.webp);
  width: 37px;
  height: 48px;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.dali {
    width: 10vw;
    height: 12vw;
  }
}
.wheel__levelOne-collectable.offer {
  background-image: url(../img/icons/offerbox-static-icon.webp);
  width: 50px;
  height: 48px;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.offer {
    width: 12vw;
    height: 12vw;
  }
}

.wheel__levelOne-collectable.goldenX {
  width: 69px;
  height: 46px;
  background-image: url(../img/icons/zero-rotated2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-51deg);
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.goldenX {
    width: 9.5vw;
    height: 14.5vw;
    transform: rotate(-60deg);
  }
}

.wheel__levelOne-collectable.lB {
  width: 16px;
  height: 16.838px;
  background-image: url(../img/icons/wheel-prize-icon-coin.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  transform: rotate(-90deg);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.lB {
    width: 3.5vw;
    height: 3.7vw;
  }
}
.wheel__levelOne-collectable.sP {
  width: 16px;
  height: 16.838px;
  background-image: url(../img/icons/max-coin-new.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-collectable.sP {
    width: 3.5vw;
    height: 3.7vw;
    top: -0.5vw;
  }
}

.wheel__levelOne-amount {
  font-family: "AdjaraBold";
  font-size: 15px;
  color: #ffe4b9;
  text-align: left;
  margin-top: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg) translateX(-7px);

  text-transform: uppercase;
  font-feature-settings: "case" on;
}

.wheel__levelOne-amount.mt-5 {
  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-amount {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }

  .wheel__levelOne-amount.mt-5 {
    margin-top: 2.5vw;
  }
}

/* OLYMPUS WHEEL SPEC â€” hide old amount text; only prizeLabel (Layout A) shows */
.wheel__levelOne-content .wheel__levelOne-amount {
  display: none;
}

.wheel__levelOne-prizeLabel {
  display: block;
  font-family: "AdjaraBold";
  font-size: 15px;
  /* color: #ffe4b9; */
  text-align: left;
  margin-top: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg) translateX(-7px);
  text-transform: uppercase;
  font-feature-settings: "case" on;

  background: linear-gradient(
    180deg,
    #f8d438 7.5%,
    #f9e990 35.5%,
    #b56116 90.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.2px #3f1212;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-prizeLabel {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}

.wheel__levelOne-freespin {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/olympus/freespin-wheel2.webp);
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-freespin {
    width: 7vw;
    height: 7vw;
  }
}

.wheel__levelOne-cash {
  font-family: "AdjaraBold";
  font-size: 30px;
  color: #fff2dd;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-cash {
    font-size: 4.5vw;
  }
}

.wheel__levelOne-iconPr {
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-iconPr {
    width: 16vw;
    height: 16vw;
  }
}

.wheel__levelOne-anim {
  width: 300px;
  height: 300px;

  background: url(../img/olympus/sect-anim.webp) no-repeat 0 0%;
  background-size: 99.5%;

  position: absolute;
  top: 0;
  left: -160%;
  transform: rotate(-75deg);
  bottom: 0;
  right: 0;
  z-index: 7;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-anim {
    width: 65vw;
    height: 65vw;
    left: -170%;
  }
}

/* .wheel__levelOne-anim.active {
    animation: sprite 1.2s steps(37) infinite;
  } */

.wheel__levelOne-conch {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/olympus/nijara.webp);
  position: absolute;
  z-index: 4;
  top: 0%;
  left: 0%;
  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-conch {
    width: 18vw;
    height: 18vw;
    background-size: 100% 100%;
  }
}

.wheel__levelOne-conch.active {
  opacity: 1;
}

.wheel__levelOne-conchValue {
  width: 25px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-conchValue {
    width: 7vw;
    height: 7vw;
  }
}

.wheel__levelOne-conchValue.oneX {
  background-image: url(../img/olympus/2X.webp);
}
.wheel__levelOne-conchValue.twoX {
  background-image: url(../img/olympus/2X.webp);
}

.wheel__levelOne-conchValue.threeX {
  background-image: url(../img/olympus/3X.webp);
}

.wheel__levelOne-conchValue.fiveX {
  background-image: url(../img/olympus/5X.webp);
}

.wheel__levelOne-conchValue.tenX {
  background-image: url(../img/olympus/10X.webp);
}

.wheel__levelOne-conchValue.hundredX {
  background-image: url(../img/olympus/100X.webp);
  width: 40px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__levelOne-conchValue.hundredX {
    width: 9.3333vw;
  }
}

.wheel__outer-ring {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__outer-ring {
    top: 0;
  }
}

.wheel__outer-ring.darken {
  -webkit-filter: brightness(0.5) blur(2px);
  filter: brightness(0.5) blur(2px);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__outer-ring.darken {
    -webkit-filter: brightness(0.5) blur(px);
    filter: brightness(0.5) blur(px);
  }
}

.wheel__outer-arrow {
  width: 91px;
  height: 90px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/olympus/new-arr1.webp);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);

  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding-top: 10px;

  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__outer-arrow {
    width: 22vw;
    height: 22vw;
    -webkit-transform: translateY(-8.5vw);
    -ms-transform: translateY(-8.5vw);
    transform: translateY(-12.5vw);
    padding-top: 2.45vw;
  }
}

.wheel__outer-arrowText {
  width: 150px;
  height: 150px;

  position: absolute;
  top: -48px;
  left: -46px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6;

  background-repeat: no-repeat;

  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__outer-arrowText {
    font-size: 3.3vw;

    width: 33vw;
    height: 33vw;

    top: -10vw;
    left: -8.5vw;
  }
}

.wheel__outer-arrowText.x1 {
  background-image: url(../img/olympus/x1-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x1.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x1-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x3 {
  background-image: url(../img/olympus/x3-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x3.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x3-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x5 {
  background-image: url(../img/olympus/x5-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x5.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x5-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x10 {
  background-image: url(../img/olympus/x10-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x10.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x10-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x20 {
  background-image: url(../img/olympus/x20-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x20.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x20-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x50 {
  background-image: url(../img/olympus/x50-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x50.active {
  opacity: 1;
  animation: sprite 1.2s steps(26) 1;
  background-image: url(../img/olympus/x50-bet-change.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x100 {
  background-image: url(../img/olympus/100.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__outer-arrowText.x100.active {
  opacity: 1;
  animation: sprite 1.5s steps(21) 1;
  background-image: url(../img/olympus/100.webp);
  background-size: 120%;
  background-position: 0% 100%;
}

.wheel__spinButton {
  width: 100px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/olympus/button.webp);
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  font-family: "AdjaraBold";
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__spinButton {
    width: 19vw;
    height: 19vw;
    font-size: 3.7vw;
  }
}

.soundBtn {
  width: 34px;
  height: 34px;
  background-color: #123fca;
  position: absolute;
  left: 27%;
  top: 67%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;

  display: block;
  opacity: 0;
}

.soundBtn.muted {
  background-color: red;
}

.wheel__spinButton.darken {
  -webkit-filter: brightness(0.5) blur(2px);
  filter: brightness(0.5) blur(2px);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__spinButton.darken {
    -webkit-filter: brightness(0.5) blur(1px);
    filter: brightness(0.5) blur(1px);
  }
}

.wheel__spinButton.active {
  cursor: pointer;
}

.wheel__spinButton.inactive {
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

.wheelGame__lower {
  width: 392px;
  height: 62px;

  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    #36728b 18.47%,
    #a0bdd8 44.88%,
    #628bb1 95.09%,
    #6388b3 100%
  );
  margin-top: -56px;
}

.wheelGame__lower.blurred {
  opacity: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__lower {
    width: 90vw;
    height: 18.7vw;
    /* order: 3; */
    margin-top: -13vw;
  }

  .wheelGame__lower.intoFull {
    height: 14vw;
    transform: translateY(-2vw);
  }
}

.wheelGame__lowerInner {
  width: 100%;
  height: 100%;

  border-radius: 12px;

  background: rgba(53, 37, 27, 0.9);
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.26);

  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wheelGame__spinsBox {
  width: 140px;
  height: 48px;
  /* background: linear-gradient(
    90deg,
    #478e9e 18.47%,
    #a0ced8 44.88%,
    #6379b3 92.5%,
    #629eb1 95.09%,
    #6370b3 100%
  ); */
  border: 1px solid #584c46;

  border-radius: 8px;
}
.wheelGame__lower .video__button {
  position: relative;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  transform: none;
  background: #5e534e;
  border: 3px solid #584c46;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__lower .video__button {
    width: 9vw;
    height: 9vw;
    border: 0.8vw solid #584c46;
  }
}

.wheelGame__lower .video__button .video__button-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__lower .video__button .video__button-icon {
    width: 4.5vw;
    height: 4.5vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__spinsBox {
    width: 31vw;
    height: 12.5vw;
  }

  .wheelGame__spinsBox.intoFull {
    height: 10.5vw;
  }
}

.wheelGame__spinsBoxInner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #96734b 0%, #3c3531 100%);

  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.34) inset;

  border-radius: 8px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.wheelGame__spinsText {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  font-feature-settings: "case" on;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__spinsText {
    font-size: 3.3vw;
  }
}

.wheelGame__spinsAmount {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 14px;

  margin-left: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__spinsAmount {
    font-size: 3.3vw;
    margin-left: 2vw;
  }
}

.wheelGame__betBox {
  width: 140px;
  height: 48px;
  padding: 1.5px;
  background: linear-gradient(179.5deg, #ffe7b8 0.46%, #65481a 112.02%);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betBox {
    width: 31.3vw;
    height: 12.5vw;
  }

  .wheelGame__betBox.intoFull {
    height: 10.5vw;
  }
}

.wheelGame__betBox.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.wheelGame__betBoxInner {
  width: 100%;
  height: 100%;

  border-radius: 8px;

  background: linear-gradient(
    180.31deg,
    #f7bb56 -3.7%,
    #f5e16e 50.82%,
    #efa34d 99.73%
  );
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-left: 6px;
  padding-right: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betBoxInner {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}

.wheelGame__betTxt {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #292423;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betTxt {
    font-size: 3.2vw;
  }
}

.wheelGame__betAmountBox {
  width: 76px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-left: 3px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betAmountBox {
    width: 20vw;
    margin-left: 0.5vw;
  }
}

.wheelGame__betAmount {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #292423;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betAmount {
    font-size: 3.2vw;
  }
}

.wheelGame__betArrow {
  width: 15px;
  height: 15px;

  background-image: url(../img/icons/betarrow-july.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betArrow {
    width: 4vw;
    height: 4vw;
  }
}

.wheelGame__body-betMultipliers {
  height: auto;
  width: 110px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
  position: absolute;
  z-index: 10;
  -webkit-transform: translateZ(0) translate3d(0, 0, 1px);
  transform: translateZ(0) translate3d(0, 0, 1px);
  right: 64px;
  top: 52px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__body-betMultipliers {
    width: 28.3vw;
    top: -4.3vw;
    right: 7vw;
  }

  .wheelGame__body-betMultipliers.intoFull {
    right: 15vw;
  }
}

.wheelGame__body-betMultipliers.active {
  display: flex;
  -webkit-animation: slide-bot 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bot 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wheelGame__body-betItem {
  width: 100%;
  height: 48px;

  padding: 1.5px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #7ebecc 0%,
    rgba(103, 138, 163, 0) 80%,
    #6783a3 100%
  );
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__body-betItem {
    height: 12.5vw;
  }
}

.wheelGame__body-betItem:hover .wheelGame__body-betItemInner {
  background: linear-gradient(
    178.69deg,
    #f6c15c 1.1%,
    #f6de6d 45.41%,
    #f3c660 98.89%
  );
}

.wheelGame__body-betItem.inactive {
  pointer-events: none;

  filter: brightness(0.5);
}

.wheelGame__body-betItem.hid {
  display: none;
}

.wheelGame__body-betItemInner {
  width: 100%;
  height: 100%;

  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid #8f8266;
  background: linear-gradient(180deg, #fad998 0%, #7d694f 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wheelGame__body-betItemInner p {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-top: 22px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__body-betItemInner p {
    font-size: 3.3vw;
    margin-top: 5.5vw;
  }
}

.wheelGame__gambleBtn {
  width: 65px;
  height: 48px;

  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    185.66deg,
    rgba(228, 203, 159, 0.7) -10.02%,
    rgba(44, 25, 18, 0.7) 58.56%
  );
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__gambleBtn {
    width: 14vw;
    height: 12.5vw;
  }
}

.wheelGame__gambleBtn.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.wheelGame__gambleBtn.blink {
  animation: grayscaling 0.3s linear infinite;
}

.wheelGame__gambleInner {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  cursor: pointer;
  background: linear-gradient(180deg, #d67d7c 0%, #873b48 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.wheelGame__gambleTxt {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  font-feature-settings: "case" on;
  text-transform: uppercase;

  text-shadow:
    2px 0 rgba(47, 33, 22, 1),
    -2px 0 rgba(47, 33, 22, 1),
    0 2px rgba(47, 33, 22, 1),
    0 -2px rgba(47, 33, 22, 1),
    1px 1px rgba(47, 33, 22, 1),
    -1px -1px rgba(47, 33, 22, 1),
    1px -1px rgba(47, 33, 22, 1),
    -1px 1px rgba(47, 33, 22, 1);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__gambleTxt {
    font-size: 2.8vw;
  }
}

.spinningOne {
  animation-duration: 8s;
  -webkit-animation-timing-function: cubic-bezier(0.5, -0.155, 0.7, 1.09);
  animation-timing-function: cubic-bezier(0.5, -0.155, 0.7, 1.09);
  animation-name: spinningOne;
  will-change: transform;
}

.spinningTwo {
  animation-duration: 30s;
  -webkit-animation-timing-function: cubic-bezier(0.2, -0.1, 0.77, 1.06);
  animation-timing-function: cubic-bezier(0.2, -0.1, 0.77, 1.06);
  animation-name: spinningOne;
  will-change: transform;
}

@keyframes slide-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sprite {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0 100%;
  }
}

@keyframes sprite {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0 100%;
  }
}

@-webkit-keyframes shine {
  0%,
  20%,
  50%,
  80% {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  30%,
  70%,
  95% {
    color: #fff;
    -webkit-box-shadow:
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 40px #fff,
      0 0 80px #fff;
    box-shadow:
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 40px #fff,
      0 0 80px #fff;
  }
}

@keyframes shine {
  0%,
  20%,
  50%,
  80% {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  30%,
  70%,
  95% {
    color: #fff;
    -webkit-box-shadow:
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 40px #fff,
      0 0 80px #fff;
    box-shadow:
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 40px #fff,
      0 0 80px #fff;
  }
}

@keyframes moveFront {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  70% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes showUp {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

#wheelPrize2 .wheel__levelOne-collectable.lB {
  top: 15px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize2 .wheel__levelOne-collectable.lB {
    top: 5vw;
  }
}
#wheelPrize3 .wheel__levelOne-collectable.sP {
  top: 17px;
  top: 19px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize3 .wheel__levelOne-collectable.sP {
    top: 5.5vw;
    top: 6vw;
  }
}
#wheelPrize4 .wheel__levelOne-collectable.lB {
  top: 16px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize4 .wheel__levelOne-collectable.lB {
    top: 5vw;
  }
}
#wheelPrize5 .wheel__levelOne-collectable.sP {
  top: 14px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize5 .wheel__levelOne-collectable.sP {
    top: 4.7vw;
  }
}
#wheelPrize6 .wheel__levelOne-collectable.sP {
  top: 4px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize6 .wheel__levelOne-collectable.sP {
    top: 1.6vw;
  }
}
#wheelPrize6 .wheel__levelOne-content {
  padding-top: 32px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize6 .wheel__levelOne-content {
    padding-top: 8vw;
    padding-right: 2vw;
  }
}
#wheelPrize7 .wheel__levelOne-collectable.sP {
  top: 17px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize7 .wheel__levelOne-collectable.sP {
    top: 5.5vw;
  }
}
#wheelPrize8 .wheel__levelOne-collectable.lB {
  top: 9px;
  position: absolute;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize8 .wheel__levelOne-collectable.lB {
    top: 3.4vw;
  }
}
#wheelPrize9 .wheel__levelOne-collectable.sP {
  top: 3px;
  position: absolute;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize9 .wheel__levelOne-collectable.sP {
    top: 2vw;
  }
}
#wheelPrize10 .wheel__levelOne-collectable.lB {
  top: 21px;
  position: absolute;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize10 .wheel__levelOne-collectable.lB {
    top: 6vw;
  }
}
#wheelPrize11 .wheel__levelOne-collectable.sP {
  top: 8px;
  position: absolute;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize11 .wheel__levelOne-collectable.sP {
    top: 3.3vw;
  }
}
#wheelPrize12 .wheel__levelOne-collectable.lB {
  top: 20px;
  position: absolute;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  #wheelPrize12 .wheel__levelOne-collectable.lB {
    top: 6vw;
  }
}

.main-game__onbording-icon {
  background-image: url(../img/icons/olymmpus-onbording-icon.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 67px;
  top: 129px;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .main-game__onbording-icon {
    width: 7vw;
    height: 7vw;
    right: 19vw;
    top: 33vw;
  }
}

.olympusOnbording.active {
  display: block;
}

.olympusOnbording {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.olympusOnbording__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 376px;
  top: 1550px;
  height: auto;
  padding: 5px 20px;
  position: absolute;
  margin: auto;
  z-index: 30;
  left: 0;
  right: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording__box {
    width: 98%;
    height: auto;
    padding: 1.33vw 5.33vw;
    top: 310vw;
  }
}

.olympus__Onbording-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__Onbording-button {
    margin: 9vw auto;
  }
}
.olympus__Onbording-button div {
  width: 166px;
  height: 40px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus__Onbording-button div {
    width: 40vw;
    height: 10vw;
    font-size: 3.5vw;
  }
}

.olympusBtn-skipBtn.active {
  display: flex;
}
.olympusBtn-skipBtn {
  display: flex;
  border: 1px solid #453e37;
  background: #332d27;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-skipBtn {
    border: 0.267vw solid #f5ab57;
  }
}

.olympusBtn-nextBtn.active {
  display: flex;
}
.olympusBtn-nextBtn {
  display: flex;
  /* border: 1px solid #f5ab57; */
  background: var(--Green-CTA, #C7B881);
  display: none;
  border-radius: 4px;
  color: #000!important;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-nextBtn {
    border: 0.267vw solid #f5ab57;
  }
}
.olympusBtn-prevBtn.active {
  display: flex;
}
.olympusBtn-prevBtn {
  display: flex;
  /* border: 1px solid #453e37; */
  background: #211f27;
  display: none;
  border-radius: 4px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-prevBtn {
    border: 0.267vw solid #453e37;
  }
}
.olympusBtn-next-nextBtn.active {
  display: flex;
}
.olympusBtn-next-nextBtn {
  display: flex;
  /* border: 1px solid #f5ab57; */
  background: var(--Green-CTA, #C7B881);
  cursor: pointer;
  display: none;
  border-radius: 4px;
  color: #000!important;
}
.olympusBtn-prev-prevBtn.active {
  display: flex;
}
.olympusBtn-prev-prevBtn {
  display: flex;
  border: 1px solid #453e37;
  background: #211f27;
  display: none;
  border-radius: 4px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-prev-prevBtn {
    border: 0.267vw solid #453e37;
  }
}
.olympusBtn-next-nextBtn-2.active {
  display: flex;
}
.olympusBtn-next-nextBtn-2 {
  display: flex;
  /* border: 1px solid #f5ab57; */
  background: var(--Green-CTA, #C7B881);
  cursor: pointer;
  display: none;
  border-radius: 4px;
  color: #000!important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-next-nextBtn-2 {
    border: 0.267vw solid #f5ab57;
  }
}
.olympusBtn-prev-prevBtn-2.active {
  display: flex;
}
.olympusBtn-prev-prevBtn-2 {
  display: flex;
  border: 1px solid #453e37;
  background: #211f27;
  display: none;
  border-radius: 4px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-prev-prevBtn-2 {
    border: 0.267vw solid #453e37;
  }
}
.olympusBtn-next-nextBtn-3.active {
  display: flex;
}
.olympusBtn-next-nextBtn-3 {
  display: flex;
  /* border: 1px solid #f5ab57; */
  background: var(--Green-CTA, #C7B881);
  cursor: pointer;
  display: none;
  border-radius: 4px;
  color: #000!important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-next-nextBtn-3 {
    border: 0.267vw solid #f5ab57;
  }
}
.olympusBtn-prev-prevBtn-3.active {
  display: flex;
}
.olympusBtn-prev-prevBtn-3 {
  display: flex;
  border: 1px solid #453e37;
  background: #211f27;
  cursor: pointer;
  display: none;
  border-radius: 4px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-prev-prevBtn-3 {
    border: 0.267vw solid #453e37;
  }
}
.olympusBtn-doneBtn.active {
  display: flex;
}
.olympusBtn-doneBtn {
  display: flex;
  /* border: 1px solid #f5ab57; */
  background: var(--Green-CTA, #C7B881);
  cursor: pointer;
  display: none;
  border-radius: 4px;
  color: #000!important;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusBtn-doneBtn {
    border: 0.267vw solid #f5ab57;
  }
}

.olympusOnbording-one.active {
  display: flex;
}
.olympusOnbording-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.olympusOnbording-one-bg {
  width: 377px;
  height: 674px;
  padding-top: 84px;
  background-image: url(../img/icons/olympus-onb-bg-1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-bg {
    width: 98vw;
    height: 177.07vw;
  }
}
.olympusOnbording-one-icon {
  background-image: url(../img/icons/olympus-onb-gods-1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 346px;
  height: 100px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-icon {
    width: 90vw;
    height: 26vw;
  }
}
.olympusOnbording-one-arrow {
  background-image: url(../img/icons/olympus-onb-arrwo1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95.273px;
  height: 150.92px;
  margin-top: 5px;
  margin-left: 195px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-arrow {
    width: 24vw;
    height: 38vw;
    margin-top: 1.33vw;
    margin-left: 50vw;
  }
}

.olympusOnbording-one-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 343px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-content {
    width: 75vw;
  }
}
.olympusOnbording-one-content span {
  color: #fff;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-content span {
    font-size: 4vw;
    line-height: 5.3vw;
  }
}
.olympusOnbording-one-content p {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one-content p {
    font-size: 3.5vw;
    line-height: normal;
  }
}
.olympusOnbording-one.active ~ .olympus__Onbording-button {
  margin-top: -200px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-one.active ~ .olympus__Onbording-button {
    margin-top: -60vw;
  }
}
.olympusOnbording-two.active {
  display: flex;
}
.olympusOnbording-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.olympusOnbording-two-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 343px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two-content {
    width: 75vw;
  }
}
.olympusOnbording-two-content span {
  color: #fff;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two-content span {
    font-size: 4vw;
    line-height: 5.3vw;
  }
}
.olympusOnbording-two-content p {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two-content p {
    font-size: 3.5vw;
    line-height: normal;
  }
}
.olympusOnbording-two .olympusOnbording-one-bg {
  padding-top: 309px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two .olympusOnbording-one-bg {
    padding-top: 88vw;
  }
}

.olympusOnbording-two-footer {
  background-image: url(../img/icons/olympus-onb-icon-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 345px;
  height: 63px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two-footer {
    width: 92vw;
    height: 16.8vw;
  }
}
.olympusOnbording-two-arrow {
  background-image: url(../img/icons/olympus-onb-arrow2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36.67px;
  height: 97.311px;
  margin-top: 65px;
  margin-left: 200px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two-arrow {
    width: 8vw;
    height: 22vw;
    margin-top: 16.33vw;
    margin-left: 50vw;
  }
}
.olympusOnbording-two.active ~ .olympus__Onbording-button {
  margin-top: -210px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-two.active ~ .olympus__Onbording-button {
    margin-top: -57vw;
  }
}

.olympusOnbording-three.active {
  display: flex;
}
.olympusOnbording-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.olympusOnbording-three-bg {
  background-image: url(../img/icons/onbording-bg-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 377px;
  height: 920px;
  padding-top: 89px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three-bg {
    width: 98vw;
    height: 228.57vw;
    padding-top: 22.66vw;
  }
}

.godsIcon {
  width: 350px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .godsIcon {
    width: 90vw;
    height: 26vw;
  }
}
.godsIcon.zeus {
  background-image: url(../img/icons/onbirding-zeus-active.webp);
}
.godsIcon.hades {
  background-image: url(../img/icons/hades.webp);
}
.godsIcon.poseidon {
  background-image: url(../img/icons/poseidon.webp);
}

.olympus-wheel-bg {
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-image: url(../img/icons/onbording-wheel.webp); */
  width: 439px;
  height: 408.113px;
  margin-top: 0px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympus-wheel-bg {
    width: 107vw;
    height: 102.5vw;
  }
}
.olympusOnbording-three-arrow {
  background-image: url(../img/icons/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56.411px;
  height: 89.36px;
  margin-top: -10px;
  margin-left: 166px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three-arrow {
    width: 14.9vw;
    height: 23.7vw;
    margin-top: -4.2vw;
    margin-left: 41vw;
  }
}
.olympusOnbording-three-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 343px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three-content {
    width: 75vw;
  }
}

.olympusOnbording-three-content span {
  color: #fff;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three-content span {
    font-size: 4vw;
    line-height: 5.3vw;
  }
}
.olympusOnbording-three-content p {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three-content p {
    font-size: 3.5vw;
    line-height: normal;
  }
}
.olympusOnbording-three.active ~ .olympus__Onbording-button {
  margin-top: -94px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-three.active ~ .olympus__Onbording-button {
    margin-top: -29vw;
  }
}
/*  */
.olympusOnbording-four.active {
  display: flex;
}
.olympusOnbording-four {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.olympusOnbording-four-bg {
  background-image: url(../img/icons/onbording-bg-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 377px;
  height: 910px;
  padding-top: 86px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four-bg {
    width: 98vw;
    height: 228.57vw;
    padding-top: 22.66vw;
  }
}

.olympusOnbording-four-arrow {
  background-image: url(../img/icons/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56.411px;
  height: 89.36px;
  margin-top: -10px;
  margin-left: 166px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four-arrow {
    width: 14.9vw;
    height: 23.7vw;
    margin-top: -4.2vw;
    margin-left: 41vw;
  }
}
.olympusOnbording-four-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 343px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four-content {
    width: 75vw;
  }
}
.olympusOnbording-four-content span {
  color: #fff;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four-content span {
    font-size: 4vw;
    line-height: 5.3vw;
  }
}
.olympusOnbording-four-content p {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 16px;
  line-height: normal;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four-content p {
    font-size: 3.5vw;
    line-height: normal;
  }
}
.olympusOnbording-four.active ~ .olympus__Onbording-button {
  margin-top: -73px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-four.active ~ .olympus__Onbording-button {
    margin-top: -22vw;
  }
}

.olympusOnbording-five.active {
  display: flex;
}
.olympusOnbording-five {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.olympusOnbording-five-bg {
  background-image: url(../img/icons/onbording-bg-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 377px;
  height: 880px;
  padding-top: 86px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five-bg {
    width: 98vw;
    height: 228.57vw;
    padding-top: 10.66vw;
  }
}
.olympusOnbording-five-arrow {
  background-image: url(../img/icons/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56.411px;
  height: 89.36px;
  margin-top: -31px;
  margin-left: 166px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five-arrow {
    width: 14.9vw;
    height: 23.7vw;
    margin-top: -8.2vw;
    margin-left: 41vw;
  }
}
.olympusOnbording-five-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 343px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five-content {
    width: 75vw;
  }
}
.olympusOnbording-five-content span {
  color: #fff;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five-content span {
    font-size: 4vw;
    line-height: 5.3vw;
  }
}
.olympusOnbording-five-content p {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five-content p {
    font-size: 3.5vw;
    line-height: normal;
  }
}
.olympusOnbording-five.active ~ .olympus__Onbording-button {
  margin-top: -72px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .olympusOnbording-five.active ~ .olympus__Onbording-button {
    margin-top: -24vw;
  }
}

.poseidon-wheel {
  background-image: url(../img/icons/wheel-pose.webp);
}
.hades-wheel {
  background-image: url(../img/icons/wheel-hades.webp);
}
.zeus-wheel {
  background-image: url(../img/icons/wheel-zeus.webp);
}
.old-multiplier {
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  /* pointer-events: none; */
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: 400;
  color: #292423;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .old-multiplier {
    font-size: 3vw;
    /* left: 13.5vw; */
  }
}

/* .old-multiplier-1 {
  left: 35px;
}
.old-multiplier-5 {
  left: 31px;
}
.old-multiplier-4 {
  left: 31px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .old-multiplier-1 {
    left: 10.2vw;
  }
  .old-multiplier-5 {
    left: 7.5vw;
    top: 1vw;
  }
  .old-multiplier-4 {
    left: 8.3vw;
  }
} */

.wheelGame__betBoxInner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wheelGame__betTxt {
  flex: 0 0 20px;
}

.wheelGame__betAmountBox {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.wheelGame__betArrow {
  flex: 0 0 auto;
}

#wheelmultiplierAmount {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  white-space: nowrap;
}
.wheelGame__betBox .old-multiplier {
  left: 57%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelGame__betBox .old-multiplier {
    left: 55%;
  }
}

/* Olympus compact lower controls */
.swichTab__olympus .olympus {
  width: 350px;
  margin-top: 0;
  z-index: 3;
}

.swichTab__olympus .olympus__frames {
  justify-content: center;
  gap: 24px;
}

.swichTab__olympus .olympus__frames-item {
  width: 96px;
  height: 92px;
}

.swichTab__olympus .wheelOuter {
  width: 480px;
  height: 480px;
  margin-top: 8px;
  padding-bottom: 0;
  align-items: center;
  background-image: none;
}

.swichTab__olympus .wheel {
  width: 370px;
  height: 370px;
}

.wheelGame__lower {
  width: 343px;
  height: 62px;
  padding: 10px 8px;
  border-radius: 12px;
  background: #25292b;
  box-shadow: none;
  margin-top: -28px;
  position: relative;
  z-index: 8;
}

.wheelGame__lowerInner {
  gap: 4px;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wheelGame__lower .video__button,
.wheelGame__lower .multiplier__soundBtn.oly {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #4e5557;
  flex: 0 0 32px;
}

.wheelGame__lower .video__button .video__button-icon {
  width: 20px;
  height: 20px;
  background-image: none;
  position: relative;
}

.wheelGame__lower .video__button .video__button-icon::before {
  /* content: ""; */
  position: absolute;
  inset: 2px;
  border: 2px solid #f5f9fa;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}

.wheelGame__lower .video__button .video__button-icon::after {
  /* content: ""; */
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #f5f9fa;
  transform: rotate(-28deg);
}

.wheelGame__spinsBox,
.wheelGame__betBox {
  flex: 1 1 0;
  min-width: 0;
  height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0;
}

.wheelGame__spinsBoxInner {
  gap: 16px;
  border-radius: 8px;
  background: #363b3d;
  box-shadow: none;
  padding: 10px;
}

.wheelGame__spinsText,
.wheelGame__spinsAmount,
.wheelGame__betTxt,
.wheelGame__betAmount {
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wheelGame__spinsText,
.wheelGame__betTxt {
  font-family: "AdjaraBold", Arial, sans-serif;
  font-size: 14px;
}

.wheelGame__spinsAmount,
.wheelGame__betAmount {
  font-family: "AdjaraBold", Arial, sans-serif;
  font-size: 16px;
  margin-left: 0;
  white-space: nowrap;
}

.wheelGame__spinsText,
.wheelGame__spinsAmount {
  color: #f5f9fa;
}

.wheelGame__betBox {
  background: linear-gradient(
    180.36deg,
    #bea366 9.36%,
    #f6e8b8 33.05%,
    #c5b17f 72.92%,
    #5b4721 108.21%
  );
}

.wheelGame__betBoxInner {
  gap: 12px;
  justify-content: space-between;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  padding: 10px;
}

.wheelGame__betTxt,
.wheelGame__betAmount {
  color: #000;
}

.wheelGame__betAmountBox {
  width: auto;
  margin-left: 0;
  flex: 1 1 auto;
  justify-content: flex-start;
}

.wheelGame__betArrow {
  width: 12px;
  height: 12px;
  background-image: none;
  position: relative;
  flex: 0 0 12px;
}

.wheelGame__betArrow::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #25292b;
}

.wheelGame__betBox .old-multiplier {
  display: none;
}

.wheelGame__lower .multiplier__soundBtn_inner.oly,
.wheelGame__lower .multiplier__soundBtnInner {
  background: transparent;
}

.wheelGame__lower .multiplier__soundBtn-toggle,
.wheelGame__lower .multiplier__soundBtn-toggle.mute {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab__olympus .olympus {
    width: 83vw;
    margin-top: 0;
  }

  .swichTab__olympus .olympus__frames {
    gap: 3.5vw;
    justify-content: center;
  }

  .swichTab__olympus .olympus__frames-item {
    width: 25.6vw;
    height: 24.5333vw;
  }

  .swichTab__olympus .wheelOuter {
    width: 96vw;
    height: 96vw;
    margin-top: 8vw;
    padding-bottom: 0;
  }

  .swichTab__olympus .wheel {
    width: 78vw;
    height: 78vw;
  }

  .wheelGame__lower {
    width: 91.4667vw;
    height: 16.5333vw;
    padding: 2.6667vw 2.1333vw;
    margin-top: -2vw;
    border-radius: 3.2vw;
  }

  .wheelGame__lowerInner {
    gap: 1.0667vw;
  }

  .wheelGame__lower .video__button,
  .wheelGame__lower .multiplier__soundBtn.oly {
    width: 8.5333vw !important;
    height: 8.5333vw !important;
    flex-basis: 8.5333vw;
  }

  .wheelGame__lower .video__button .video__button-icon,
  .wheelGame__lower .multiplier__soundBtn-toggle,
  .wheelGame__lower .multiplier__soundBtn-toggle.mute {
    width: 5.3333vw !important;
    height: 5.3333vw !important;
  }

  .wheelGame__lower .video__button .video__button-icon::before {
    inset: 0.5333vw;
    border-width: 0.5333vw;
  }

  .wheelGame__lower .video__button .video__button-icon::after {
    top: 0.2667vw;
    left: 0.2667vw;
    border-top-width: 1.0667vw;
    border-bottom-width: 1.0667vw;
    border-right-width: 1.6vw;
  }

  .wheelGame__spinsBox,
  .wheelGame__betBox {
    width: auto;
    height: 11.2vw;
  }

  .wheelGame__spinsBoxInner,
  .wheelGame__betBoxInner {
    gap: 4.2667vw;
    padding: 2.6667vw;
    border-radius: 2.1333vw;
  }

  .wheelGame__betBoxInner {
    gap: 3.2vw;
  }

  .wheelGame__spinsText,
  .wheelGame__betTxt {
    font-size: 3.7333vw;
  }

  .wheelGame__spinsAmount,
  .wheelGame__betAmount {
    font-size: 4.2667vw;
    margin-left: 0;
  }

  .wheelGame__betAmountBox {
    width: auto;
    margin-left: 0;
  }

  .wheelGame__betArrow {
    width: 3.2vw;
    height: 3.2vw;
    flex-basis: 3.2vw;
  }

  .wheelGame__betArrow::before {
    left: 0.2667vw;
    top: 0.8vw;
    border-left-width: 1.3333vw;
    border-right-width: 1.3333vw;
    border-top-width: 1.8667vw;
  }
}
