/**
 * game-wheel / olympus extra styles (main-game, active, background, gamble, fullscreen).
 * Load after wheel.css when using game-wheel standalone.
 */

/* Container background when game-wheel is active */
.swichTab__olympus.active {
  display: block;
}
.swichTab__olympus {
  display: none;
}
.midContWrap.olympo_bg {
  background: url(../img/olympus/olympo_bg.webp) center no-repeat;
  background-size: cover;
  margin: 0;
  min-height: 712px;
  overflow: hidden;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 34px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .midContWrap.olympo_bg {
    background: url(../img/olympus/olympo_bg-mob.webp) center no-repeat;
    min-height: 156vw;
    padding-top: 7vw;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 0;
    border-bottom-left-radius: 3.5vw;
    border-bottom-right-radius: 3.5vw;
  }
}

/* Main game block */
.main-game {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 390px;
  height: auto;
  position: relative;
  padding: 4px;
  border-radius: 8px;
  z-index: 4;
  margin: 0 auto;
}

.main-game.active {
  display: flex;
}

.main-game.full {
  width: 100%;
  margin-top: 0;
  height: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .main-game {
    width: 95vw;
    margin-top: 0;
    padding: 1vw;
  }
  .main-game.full {
    width: 100%;
    margin-top: 0;
    height: 100%;
  }
}

/* Gamble button (olympus) */
.olympus__gambleBtn {
  width: 65px;
  height: 48px;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(180deg, #fffeef 0%, #5d1427 100%);
  display: none;
}

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

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

.olympus__gambleInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  background: radial-gradient(
    94.69% 94.68% at 49.06% 5.32%,
    #d1bcff 0%,
    #c1274c 100%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.olympus__gambleTxt {
  font-family: "AdjaraSemiBold", sans-serif;
  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) {
  .olympus__gambleBtn {
    width: 14vw;
    height: 12.5vw;
  }
  .olympus__gambleBtn.intoFull {
    height: 10.5vw;
  }
  .olympus__gambleTxt {
    font-size: 2.8vw;
  }
}

/* Star count (olympus wheel) */
.starCountOut.olympusWheelStar {
  left: -3px;
  bottom: -6px;
  width: 38px;
  height: 21px;
  z-index: -1;
}

.starCountText.olympusWheelStarsAmount {
  font-family: "AdjaraSemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .starCountOut.olympusWheelStar {
    left: 0vw;
    bottom: -0.8vw;
    width: 7.5vw;
    height: 4vw;
  }
  .starCountText.olympusWheelStarsAmount {
    font-size: 2.6vw;
  }
}

/* Fullscreen – olympus */
.fullscreen-infos.olympus {
  background: linear-gradient(180deg, #372920 0%, #150f0c 100%);
}

.fullScreen-games.olympus {
  background: url(../img/olympus-fullscreen-bg.webp) center no-repeat;
  background-size: cover;
}

.fullscreen-infos-continue.olympus {
  background: rgba(32, 15, 15, 1);
}

.olympusIcon-fullscreen {
  width: 13vw !important;
  height: 10vw !important;
  object-fit: cover;
}

.fullscreenInfo__head-tabs.olympusTabsColor {
  background: rgba(27, 20, 16, 1);
  border: 1px solid rgba(87, 95, 119, 1);
}

.fullscreenInfo__head-tab.olympusTabCol.active {
  background: linear-gradient(180deg, #907b6b 0%, #61493b 100%);
  border: 1px solid rgba(85, 75, 76, 1);
}

/* Multiplier in full (olympus) */
.olympus .multiplier__topNBot.intoFull {
  height: 30vw;
}

/* ---------- ხმის ღილაკი (Wheel of Olympus) ---------- */
.multiplier__soundBtn {
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 3px;
}

.multiplier__soundBtn.oly {
  background: #584c46;
}

.multiplier__soundBtn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.multiplier__soundBtn_inner.oly {
  background: #5e534e;
}

.multiplier__soundBtnInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5e534e;
  border-radius: 50%;
}

.multiplier__soundBtn-toggle {
  width: 16px;
  height: 16px;
  background-image: url(../img/sound-unmuted.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.multiplier__soundBtn-toggle.mute {
  width: 16px;
  height: 16px;
  background-image: url(../img/sound-muted.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier__soundBtn {
    width: 9vw !important;
    height: 9vw !important;
  }
  .multiplier__soundBtn-toggle,
  .multiplier__soundBtn-toggle.mute {
    width: 4.5vw !important;
    height: 4.5vw !important;
  }
}

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

.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) {
  .wheelGame__lower .multiplier__soundBtn.oly {
    width: 8.5333vw !important;
    height: 8.5333vw !important;
    flex-basis: 8.5333vw;
  }

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