/* MEDIA QUERIES */
html, body {
  height: 100%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
html body {
  min-height: 100vh;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #000002;
}
html .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
html .d-flex {
  display: flex;
}
html .justify-content-center {
  justify-content: center;
}
html .align-items-center {
  align-items: center;
}
html .position-relative {
  position: relative;
}
html .position-absolute {
  position: absolute;
}
html button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
html button:disabled {
  filter: grayscale(1);
}

.container {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
}
.container .background {
  position: relative;
  width: 480px;
  overflow-x: hidden;
}
.container .background .platform {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  background-image: url("./images/bg_main_d.jpg?v1.0");
  background-image: -webkit-image-set(url("./images/bg_main_d.webp?v1.0") 1x);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .container .background .platform {
    background-image: url("./images/bg_main_m.jpg?v1.0");
    background-image: -webkit-image-set(url("./images/bg_main_m.webp?v1.0") 1x);
  }
}
.container .background .platform::before {
  content: " ";
  position: absolute;
  background: #000105;
  background: linear-gradient(180deg, rgba(0, 1, 5, 0) 29%, rgb(0, 1, 5) 70%);
  bottom: 0;
  width: 100%;
  height: 40%;
}
.container .background .platform .content {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.container .background .platform .content .logo {
  padding: 10px 0;
}
.container .background .platform .content .games {
  width: 100%;
  top: 20%;
}
.container .background .platform .content .games .machine {
  background: transparent;
  position: relative;
  overflow: hidden;
}
.container .background .platform .content .games .machine .reel-viewport {
  height: 410px;
  perspective: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport {
    height: 280px;
  }
}
.container .background .platform .content .games .machine .reel-viewport::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 122.5px);
  right: calc(50% - 122.5px);
  width: 245px;
  height: 180px;
  background: #000105;
  background: linear-gradient(0deg, rgba(0, 1, 5, 0) 29%, rgb(0, 1, 5) 70%);
  z-index: 5;
  pointer-events: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport::before {
    left: calc(50% - 90px);
    right: calc(50% - 90px);
    width: 180px;
    height: 60px;
  }
}
.container .background .platform .content .games .machine .reel-viewport::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 122.5px);
  right: calc(50% - 122.5px);
  width: 245px;
  height: 180px;
  background: #000105;
  background: linear-gradient(180deg, rgba(0, 1, 5, 0) 29%, rgb(0, 1, 5) 70%);
  z-index: 5;
  pointer-events: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport::after {
    left: calc(50% - 90px);
    right: calc(50% - 90px);
    width: 180px;
    height: 60px;
  }
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d {
  width: 245px;
  height: 410px;
  position: relative;
  transform-style: preserve-3d;
  transition: none;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport .carousel-3d {
    width: 180px;
    height: 280px;
  }
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item {
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  top: 50%;
  margin-top: -55px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(1) {
  transform: rotateX(0deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(2) {
  transform: rotateX(40deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(3) {
  transform: rotateX(80deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(4) {
  transform: rotateX(120deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(5) {
  transform: rotateX(160deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(6) {
  transform: rotateX(200deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(7) {
  transform: rotateX(240deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(8) {
  transform: rotateX(280deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item:nth-child(9) {
  transform: rotateX(320deg) translateZ(200px);
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item .prize-card {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item .prize-card img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item .prize-card img {
    width: 140px;
    height: 140px;
  }
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item .prize-card img.hidden {
  display: none;
}
.container .background .platform .content .games .machine .reel-viewport .carousel-3d .carousel-item.active img {
  animation: zoomInOut 2s ease-in-out infinite;
}
.container .background .platform .content .games .machine .reel-viewport .arrows .arrow {
  width: 50px;
}
@media screen and (max-width: 380px) {
  .container .background .platform .content .games .machine .reel-viewport .arrows .arrow {
    width: 30px;
  }
}
.container .background .platform .content .games .machine .reel-viewport .arrows .arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.container .background .platform .content .games .machine .reel-viewport .arrows .arrow.left {
  top: 40%;
  right: 18%;
}
.container .background .platform .content .games .machine .reel-viewport .arrows .arrow.right {
  left: 18%;
  top: 40%;
}
.container .background .platform .content .cta-button {
  width: 40%;
  left: 30%;
  right: 30%;
  bottom: 10px;
  animation: headShake 2s ease-in-out infinite;
  z-index: 9;
}

.zoom-travel-in {
  animation: zoomTravelIn 0.35s ease-out forwards;
  transform-origin: center center;
  will-change: transform, opacity;
  display: block !important;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05, 1.05, 1.05);
  }
  75% {
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes stickEject {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 1;
  }
  /* 40% {
      transform: translateX(0) translateY(-50px) rotate(0deg);
      opacity: 1;
  }
  70% {
      transform: translateX(0) translateY(-65px) rotate(0deg);
      opacity: 1;
  } */
  100% {
    transform: translateX(0) translateY(-55px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotate360 {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@keyframes stickGlow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6)) drop-shadow(0 0 12px rgba(255, 183, 0, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 183, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 69, 0, 0.6));
  }
}
@keyframes zoomTravelOut {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(2.5, 2.5, 1);
    opacity: 0;
  }
}
@keyframes zoomTravelIn {
  0% {
    transform: scale3d(2.5, 2.5, 1);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes zoomInSpring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    filter: drop-shadow(5px 5px 10px rgba(255, 215, 0, 0.8));
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes rotateSwing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}/*# sourceMappingURL=style.css.map */