.main {
  background-image: url('../assets/bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.logo {
  max-width: 350px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: white;
}

.slotSwiper {
  padding-bottom: 30px;
}

.cusor-pointer {
  cursor: pointer;
}

.mini-game-item {
  display: none;
}

.mini-game-item.show {
  display: block;
}

.mini-game-item img {
  width: 80px;
  height: auto;
}

.only-mobile {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .only-mobile {
    display: flex !important;
  }

  #mini-game,
  #download-app {
    display: none;
  }

  .slotSwiper {
    padding-bottom: 25px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}