body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
@font-face {
  font-family: "RubikOne";
  src: url("../../fonts/rubikone/RubikOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0px;
  margin: 15px 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    #fbfbf400,
    #eec59f00,
    #f080771c,
    #6024c542,
    #6024c594
  );
  height: 30%;
  width: 100%;
}
.header {
  width: 100%;
  position: relative;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.main {
  background-image: url(../../images/bg-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: center;
  position: relative;
}
.header__logo_lalabet img {
  width: 180px;
}
.header__logo_tiger img {
  width: 112px;
}
#rotatingImage {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  object-fit: cover;
  filter: blur(0px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
  background-color: #323750;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
  z-index: 8;
}

#rotatingImage.spinning {
  filter: blur(2px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset, 0 0 60px rgba(96, 36, 197, 0.3);
  transition: transform 3s cubic-bezier(0.3, 0, 0.2, 1), filter 0.5s ease;
}

.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 508px;
  height: 508px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(96, 36, 197, 0.08) 0%,
    rgba(96, 36, 197, 0.04) 45%,
    transparent 65%
  );
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.circle.spinning::before {
  opacity: 1;
}
.arrow {
  position: absolute;
  width: 74px;
  height: 62px;
  right: -3%;
  top: 43%;
  z-index: 16;
  pointer-events: none;
}

.vector {
  position: absolute;
  right: -3%;
  top: 43%;

  width: 33px;
  height: 70.5px;
  z-index: 12;
}
.spin-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 16;
  width: 124px;
  height: 124px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  background-image: url(../../images/spin.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  animation: pulse 1.5s infinite;
}
.spin-text {
  position: absolute;
  bottom: 153px;
  right: 176px;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes spin-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 15px rgba(255, 77, 173, 0.8))
      drop-shadow(0 0 25px rgba(255, 77, 173, 0.6))
      drop-shadow(0 0 35px rgba(255, 77, 173, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(255, 77, 173, 1))
      drop-shadow(0 0 30px rgba(255, 77, 173, 0.8))
      drop-shadow(0 0 40px rgba(255, 77, 173, 0.6));
  }
}

.spin-button {
  display: inline-block;
}

.lights {
  position: absolute;
  z-index: 14;
  width: 508px;
  height: 508px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: none !important;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  filter: drop-shadow(0 0 20px rgba(255, 77, 173, 0.6))
    drop-shadow(0 0 40px rgba(255, 77, 173, 0.4))
    drop-shadow(0 0 60px rgba(255, 77, 173, 0.2));
}
.lights-back {
  position: absolute;
  width: 466px;
  height: 470px;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.blinking-image {
  animation: blink 2s infinite;
}

.container {
  height: 100vh;
  width: 90%;
  position: relative;
  margin: 0 auto;
  z-index: 39;
}
.hero-1 {
  position: absolute;
  width: 270px;
  left: 0;
  bottom: 0;
}
.hero-2 {
  position: absolute;
  width: 408px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.circle {
  background: transparent;
  position: absolute;
  width: 508px;
  height: 508px;
  bottom: 0;
  border-radius: 50%;
  overflow: visible;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.coins {
  position: absolute;
  max-width: 90%;
  bottom: 0;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.titles-block {
  text-align: center;
}
.title {
  font-size: 58px;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "RubikOne";
}
.subtitle {
  font-family: "RubikOne";
  font-size: 68px;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: 0.02em;
  color: #ff4dad;
  margin: 10px 20px;
  text-transform: uppercase;
}
.popup-content {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 700px;
  color: white;
  width: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 998;
}
button {
  cursor: pointer;
  background: inherit;
  border: none;
}
button a {
  color: #fff;
  display: block;
  width: 372px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotate {
  transform: rotate(-45deg);
  animation: rotation 3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes rotation {
  from {
    transform: rotate(-46deg);
  }
  to {
    transform: rotate(1435deg);
  }
}
.popup__img {
  width: 556px;
  position: relative;
  margin-top: 50px;
}
.popup__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  top: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 335px;
  font-family: Poppins;
  text-align: center;
  max-width: 50%;
  word-wrap: break-word;
  padding: 0 15px;
  box-sizing: border-box;
}
.popup__title {
  position: absolute;
  top: 105px;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  text-align: center;
  background-image: linear-gradient(to right, #f8d57e, #ffeeb1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 55px;
  width: 100%;
}
.popup__button {
  position: absolute;
  top: 180px;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  width: 372px;
}
.text-popup1 {
  position: absolute;
  top: 280px;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 58px;
  color: #ff4dad;
  font-family: Poppins;
  font-size: 68px;
  font-weight: 900;
  line-height: 78.9px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 500px;
}
.text-popup2 {
  position: absolute;
  top: 258px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 58px;
  color: #ff4dad;
  font-family: Poppins;
  font-size: 78.9px;
  font-weight: 900;
  line-height: 78.9px;
  letter-spacing: 0.02em;
}
.popup__tiger {
  position: absolute;
  width: 400px;
  bottom: 49%;
  left: 53%;
  transform: translate(-50%, 0);
  animation: 4s ease-in-out infinite moveUpDown;
}
#spinAgainBtn {
  width: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  position: absolute;
  top: 370px;
  font-family: Poppins;
  font-size: 24.66px;
  font-weight: 600;
  line-height: 29.59px;
  text-align: center;
  /* background: linear-gradient(0deg, #FF4DB5, #FF4DB5), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 33.04%), linear-gradient(180deg, rgba(0, 0, 0, 0) 74.56%, rgba(0, 0, 0, 0.15) 100%); */
  /* border: 4.93px solid; */
  /* border-image-source: linear-gradient(0deg, #C63D87 0%, #FF9ED2 100%); */
  width: 288px;
  height: 70px;
  padding: 9.86px;
  gap: 0px;
  border-radius: 34.52px;
  margin-top: 30px;
  background-image: url(../../images/button.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/back-overlay.webp"); /* Replace with your image path */
  background-size: cover; /* Adjusts the image to cover the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center; /* Centers the image */
  opacity: 1; /* Optional: Adjusts the transparency of the image */
  z-index: 29; /* Positions the pseudo-element behind the main content */
}
.main-img-bottom {
  display: none;
}
.switch-language {
  position: relative;
  z-index: 29;
}
.switch-language__item {
  justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.switch-language__flag {
  display: block;
  width: 40px;
  position: relative;
}
.switch-language__text {
  color: #fff;
  position: relative;
  color: #fff;
  line-height: 18px;
}
.switch-language__selected {
  padding-right: 20px;
  cursor: pointer;
}
.switch-language__selected .switch-language__icon::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 8px;
  height: 8px;
  right: 20px;
  background-image: url(../../images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(200%) translateY(-50%) rotate(0);
  -ms-transform: translateX(200%) translateY(-50%) rotate(0);
  transform: translateX(200%) translateY(-50%) rotate(0);
}
.switch-language__content {
  display: none;
  position: absolute;
  right: 0;
  top: 0px;
  min-width: 120px;
  background-color: #23282d;
  padding: 12px 8px;
  border-radius: 5px;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  z-index: 29;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.switch-language__content::-webkit-scrollbar {
  width: 10px;
}

.switch-language__content::-webkit-scrollbar-track {
  background-color: #23282d;
  border-radius: 10px;
}

.switch-language__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #808387;
}
.switch-language__content .switch-language__item {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.switch-language__content .switch-language__item:hover {
  background: rgba(0, 0, 0, 0.2666666667);
}
.switch-language__content .switch-language__item + .switch-language__item {
  margin-top: 8px;
}
.switch-language
  .switch-language__selected.active
  .switch-language__icon::after {
  -webkit-transform: translateX(200%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(200%) translateY(-50%) rotate(180deg);
  transform: translateX(200%) translateY(-50%) rotate(180deg);
}
.switch-language .switch-language__content.active {
  display: block;
}
.header .switcher-language {
  position: relative;
  padding-right: 20px;
}
.header .switcher-language__picture {
  display: block;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .switcher-language__picture:hover {
  opacity: 0.6;
}
.header .switcher-language__flags::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 4px;
  height: 3px;
  background-image: url(../img/lang-up.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .switcher-language .switcher-language__flags.show {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 8px;
}
.header .switcher-language.active-drop::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #221e1e;
  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;
  z-index: 1000;
}
.preloader.hidden {
  -webkit-animation: 1.5s linear forwards hiddenPreloader;
  animation: 1.5s linear forwards hiddenPreloader;
}
@-webkit-keyframes hiddenPreloader {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  30% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes hiddenPreloader {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  30% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.text-popup1 {
  font-size: 42px;
  line-height: 48px;
  width: 450px;
}
.text-popup2 {
  font-size: 32px;
  line-height: 46px;
}
.popup__subtitle {
  font-size: 16px;
  line-height: 20px;
}
