
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.slots-landing-page {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slots-landing-page .wrapper-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.slots-landing-page .video-section {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

@media (min-width:576px) {
  .slots-landing-page .video-section {
    margin-top: 100px;
  }
}

.slots-landing-page .video-section video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.slots-landing-page .video-section .logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
}

.slots-landing-page .video-section .logo img {
  width: 270px;
  height: auto;
}

@media (min-width: 992px) {
  .slots-landing-page .video-section .logo img {
    width: 38vw;
  }
}

.slots-landing-page .video-section .divider-mega-release {
  width: 100%;
  position: absolute;
  bottom: -90px;
  z-index: 1;
  left: 0;
}

.slots-landing-page .video-section .divider-mega-release img {
  width: 100%;
  height: 116px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .slots-landing-page .video-section .divider img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.slots-landing-page .about-section {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

.slots-landing-page .about-section .about-inner-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25vw;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section {
    padding-top: 12vw;
  }
}

.slots-landing-page .about-section .about-inner-section .about-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
}

.slots-landing-page .about-section .about-inner-section .about-heading .about-heading-title {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%); */
  color: #fbc900;
  margin: 0;
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .about-heading .about-heading-title {
    font-size: 48px;
    line-height: 70px;
  }
}

.slots-landing-page .about-section .about-inner-section .about-heading .about-heading-text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .about-heading {
    gap: 40px;
  }
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 15px;
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body {
    flex-direction: row;
    gap: 40px;
  }
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body.reverse {
  flex-direction: column;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body.reverse {
    flex-direction: row-reverse;
  }
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding: 10px 0px;
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-right .slot-card-body-left-title {
  font-size: 26px;
  margin: 0;
  line-height: 100%;
  font-weight: 700;
  color: #fbc900;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-right .slot-card-body-left-title {
    font-size: 32px;
  }
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-right .slot-card-body-left-text {
  font-size: 16px;
  margin: 0;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-left {
  flex: 1;
}

.slots-landing-page .about-section .about-inner-section .slot-cards-section .slot .slot-card-body .slot-card-body-left img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 17px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .about-inner-section .slot-cards-section {
    margin-top: 70px;
    gap: 65px;
  }
}

.slots-landing-page .about-section .right-icon {
  position: absolute;
  top: 40px;
  right: 5%;
  display: none;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .right-icon {
    display: block;
  }
}

.slots-landing-page .about-section .right-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotateY(180deg);
}

@media (min-width: 1440px) {
  .slots-landing-page .about-section .right-icon img {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1440px) {
  .slots-landing-page .about-section .right-icon {
    top: 100px;
    right: 10%;
  }
}

.slots-landing-page .about-section .left-bottom-icon {
  position: absolute;
  bottom: -90px;
  left: 5%;
  display: none;
}

@media (min-width: 992px) {
  .slots-landing-page .about-section .left-bottom-icon {
    display: block;
  }
}

.slots-landing-page .about-section .left-bottom-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1440px) {
  .slots-landing-page .about-section .left-bottom-icon img {
    width: 100px;
    width: 100px;
  }
}

@media (min-width: 1440px) {
  .slots-landing-page .about-section .left-bottom-icon {
    left: 10%;
  }
}

.slots-landing-page .slot-info-section {
  height: auto;
  width: 100%;
  margin-top: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0 0 0;
  position: relative;
}

.slots-landing-page .slot-info-section .divider-top {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: auto;
}

.slots-landing-page .slot-info-section .divider-top img {
  height: 116px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .slots-landing-page .slot-info-section .divider-top img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.slots-landing-page .slot-info-section .divider-bottom {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 110px;
}

.slots-landing-page .slot-info-section .divider-bottom img {
  width: 100%;
  height: 116px;
  transform: rotate(180deg);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .slots-landing-page .slot-info-section .divider-bottom img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.slots-landing-page .slot-info-section .slot-info-inner-section {
  height: 100%;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-left {
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-left img {
  position: absolute;
  bottom: -25px;
  height: 70vh;
  z-index: 1;
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-left img {
    height: unset;
  }
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-left {
    width: 50%;
    height: unset;
  }
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-title h2 {
  font-size: 26px;
  font-weight: 700;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fbc900;
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-title h2 {
    font-size: 32px;
  }
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row {
  display: flex;
  flex-direction: row;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row .slot-info-right-table-row-col {
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 10px;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row .slot-info-right-table-row-col:first-child {
  font-weight: 800;
  color: #fff;
  text-align: right;
}

.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row .slot-info-right-table-row-col:last-child {
  font-weight: 600;
  text-align: left;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fbc900;
}

@media (min-width: 992px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row .slot-info-right-table-row-col {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table {
    gap: 25px;
  }
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right {
    width: 50%;
    gap: 30px;
  }
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section .slot-info-inner-section {
    flex-direction: row;
  }
}

@media (min-width: 576px) {
  .slots-landing-page .slot-info-section {
    height: 542px;
    padding: 0;
    margin-top: 100px;
  }
}

.slots-landing-page .gameplay-section {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.slots-landing-page .gameplay-section .gameplay-heading .gameplay-heading-title {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fbc900;
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .gameplay-section .gameplay-heading .gameplay-heading-title {
    font-size: 48px;
    line-height: 70px;
  }
}

.slots-landing-page .gameplay-section .gameplay-game {
  width: 100%;
}

.slots-landing-page .gameplay-section .gameplay-game iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 21px;
}

.slots-landing-page .image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.slots-landing-page .image img {
  height: 100%;
  width: 100%;
}

.slots-landing-page .date-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 15px;
  gap: 15px;
}

.slots-landing-page .date-section .date-title {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fbc900;
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .date-section .date-title {
    font-size: 48px;
    line-height: 70px;
  }
}

.slots-landing-page .date-section .date-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/new/shape.png);
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  
}
.slots-landing-page .date-section .date-btn.no-link {
    pointer-events: none; 
    cursor: default;
}
@media (min-width: 320px) {
  .slots-landing-page .date-section .date-btn {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .slots-landing-page .date-section .date-btn {
    width: 547px;
    height: 118px;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .slots-landing-page .date-section {
    padding: 60px 15px;
  }
}

.slots-landing-page .other-games-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 50px 10px 100px 10px;
  position: relative;
}

.slots-landing-page .other-games-section .divider-top {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: auto;
}

.slots-landing-page .other-games-section .divider-top img {
  height: 116px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .slots-landing-page .other-games-section .divider-top img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.slots-landing-page .other-games-section .other-games-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-title h2 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  /* background: linear-gradient(90deg, #fbc900 0%, #fffbbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fbc900;
  text-align: center;
}

@media (min-width: 992px) {
  .slots-landing-page .other-games-section .other-games-inner .other-games-title h2 {
    font-size: 48px;
    line-height: 70px;
  }
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper .swiper-wrapper {
  max-width: 1000px;
  width: 100%;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  text-decoration: none;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: top;
  transition: 0.5s;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .other-games-swiper .swiper-wrapper .swiper-slide a img:hover {
  transform: scale(1.05);
}


.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .prev-btn,
.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .next-btn {
  background: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .prev-btn img,
.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .next-btn img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 992px) {

  .slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .prev-btn img,
  .slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .next-btn img {
    width: 40px;
    height: 40px;
  }
}

.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .prev-btn.disabled,
.slots-landing-page .other-games-section .other-games-inner .other-games-swiper-container .next-btn.disabled {
  cursor: not-allowed;
}
.slots-landing-page .about-section .top-left-icon {
  position: absolute;
  top: 40px;
  left: 5%;
  display: none;
}
@media (min-width: 992px) {
  .slots-landing-page .about-section .top-left-icon {
    display: block;
  }
}
.slots-landing-page .about-section .top-left-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotateY(180deg);
}
@media (min-width: 1440px) {
  .slots-landing-page .about-section .top-left-icon img {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .slots-landing-page .about-section .top-left-icon {
    top: 100px;
    left: 10%;
  }
}
.slots-landing-page .about-section .bottom-right-icon {
  position: absolute;
  bottom: -90px;
  right: 5%;
  display: none;
}
@media (min-width: 992px) {
  .slots-landing-page .about-section .bottom-right-icon {
    display: block;
  }
}
.slots-landing-page .about-section .bottom-right-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1440px) {
  .slots-landing-page .about-section .bottom-right-icon img {
    width: 100px;
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .slots-landing-page .about-section .bottom-right-icon {
    right: 10%;
  }
}
.slots-landing-page .slot-info-section .slot-info-inner-section .slot-info-right .slot-info-right-table .slot-info-right-table-row .slot-info-right-table-row-col:last-child svg {
  height: auto;
  width: 25px;
  margin: -5px;
}