@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;400&display=swap');

@-webkit-keyframes x-hamburger-wave {
  0% {
    width: 70%
  }

  to {
    width: 100%
  }
}

@keyframes x-hamburger-wave {
  0% {
    width: 70%
  }

  to {
    width: 100%
  }
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background: transparent;

}


.slick-prev {

  left: -25px;
  top: 50%;
  z-index: 1;

}


.slick-next {

  right: -25px;
  top: 50%;
  z-index: 1;

}


.slick-dots
{
  bottom: -40px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #ffffff;
}
.slick-dots li.slick-active button {
  color: #cba877;
  background: #cba877;
}

.slick-dots li.slick-active button:before {
  color: #cba877;
}
.slick-dots li button:before
{
  color: #ffffff;
}


body {
  /* font-family: "Lato", sans-serif; */
  background: #000;
  font-family: 'Prompt', sans-serif;
  background-image: url(../img/bg-main.webp?3);
  background-size: cover;
  background-repeat: repeat-y;
}

a{
  text-decoration: unset;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 9999;
}

.sidebar a {
  padding: 0px 0px 8px 32px;
  text-decoration: none;
  font-size: 21px;
  color: #e3e3e3;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  /* padding: 16px; */
}



.x-hamburger {
  margin-right: 20px;
  margin-top: 2px;
  width: 25px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer
}

.x-hamburger span {
  width: 70%;
  display: block;
  position: absolute;
  height: 3px;
  background: #dfb988;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

.x-hamburger span:first-child {
  top: 0;
  -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
  animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-hamburger span:first-child,
.x-hamburger span:nth-child(2) {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.x-hamburger span:nth-child(2) {
  top: 9px;
  -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
  animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
  animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}


.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}


.top-section {
  height: 70px;
}

.slot-logo {
  height: 60px;
}

.game-logo
{
  height: 50px;
  width: auto;
}

.t-btn {
  height: 66px;
  margin-top: -10px;
}

.c-btn
{
  height:66px;
  margin-top: -10px;
}

.acn {
  height: 40px;
  margin-top: 60px;
}

.gd-color {
  background: rgb(221, 184, 135);
  background: linear-gradient(179deg, rgba(221, 184, 135, 1) 21%, rgba(190, 156, 108, 1) 100%);
}

.marquee {
  font-size: 1.2rem;
  color: #333;
  font-family: sans-serif;
  margin-top: 8px;

}

.promotion-section {
  /* height: 400px; */
  text-align: center;
  background-image: url(../img/bg-header.webp?6);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 70px;
  padding-top: 20px;
}

.pro-img {
  height: 400px;
  width: auto;
}

.gallery-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: auto;
  width: 60% !important;
  opacity: 1;
}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
  height: inherit;
  padding: 40px 0;
}


.gallery-wrapper .content .gallery.full {
  height: 570px;
}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
  height: 100%;
}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
  height: 570px;
  padding: 40px 0;
}


.promotion-section {
  height: 850px;
}


.section-game-logo
{
  background: rgb(32,32,32);
  background: linear-gradient(180deg, rgba(32,32,32,1) 28.999999999999996%, rgba(4,4,4,1) 85%);
  border-top: 1px solid #cca978;
  border-bottom: 1px solid #cca978;
  margin-top: -50px;
 
}

#gameTab
{
    
  background: rgb(32,32,32);
  background: linear-gradient(180deg, rgba(32,32,32,1) 28.999999999999996%, rgba(4,4,4,1) 85%);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
   background-image: url(../img/bg-icon.webp?2);
}

#gameTab-inside
{
  align-items: center;
  justify-content: center;
}

.section-tab-game .nav-link
{
  color: #fff;
  transition-duration: 0.5s;
  border: 0;
}

.section-tab-game .nav
{
 
  border: 0;
}

.section-tab-game .nav-link:hover , .section-tab-game .nav-link.active
{
  background: #cca978;
}

.section-tab-game .nav-link a
{
  color: #fff;
  text-decoration: none;
}

.tablist-icon
{
  max-width: 60px;
}

.title-1
{
  font-size: 1.1rem;
}


.left-fix
{
    position: fixed;
    right: 0;
    top:calc(50% - 85px);
    padding: 10px;
    background:#2b143682;
    border-top-left-radius : 20px;
    border-bottom-left-radius: 20px;
    z-index: 99;
}

.left-fix img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;

  background: #000000e8;
   background-image: url(../img/top-header-bg.webp?4);
   z-index: 1030;
}

.arrow-icon
{
  width: 30px;
}

.x-title
{
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}

.slick-post img
{
  padding: 2px;
  background: rgb(166,114,0);
  background: linear-gradient(99deg, rgba(166,114,0,1) 0%, rgba(255,255,255,1) 50%, rgba(166,114,0,1) 100%);
}

.section-promotion , .section-news
{
  background: #000;

}

.tag-footer {
  background: #141414;
  border-radius: 10px;
  height: 30px;
  /* line-height: 30px; */
  color: #fff;
  transition-duration: 0.5s;
  padding: 5px 5px;
  display: inline-block;
}
.tag-footer a{
  color: #fff;
}

.tag-footer.active , .tag-footer:hover{
  background: #cca978;
  color: #000;
}

.tag-footer.active a, .tag-footer:hover a{
  color: #000;
}

.section-footer
{
  background: #000;
  border-radius: 20px;
  background-image: url(../img/footer-bg.webp?3);
  
}


.bank-icon
{
  max-width: 500px;
}


.btn-nb
{
    background: unset;
    border: unset;
}

.x-modal .btn-close-custom
{
    background: unset;
    border: unset;
    width: 50px;
    height: 50px;
    margin-right: -30px;
    margin-top: -50px;
    position: absolute;
    right: 25px;
    opacity: 0.8!important;
    z-index: 99!important;
}


.x-modal .btn-close-custom img{
    width: 50px;
    height: 50px;
}

.x-modal .modal-content
{
    color: #fff;
    background: #1a1a1a;
    padding: 10px;
    border-radius: 20px;
}

.x-modal .modal-content .modal-header
{
    
    background: #000;
    border-bottom: unset;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

}

.x-modal .modal-content .modal-body
{
    background: #000000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.x-modal .modal-content .modal-footer
{
    background: #1a1a1a;
    border-top: unset;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

}


.x-modal .modal-body-title
{
    justify-content: flex-start;
    display: flex;
    align-items: baseline;
}



.newsstand-blog-thumbnail {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.newsstand-blog-thumbnail img {
  padding: 2px;
  background: rgb(166,114,0);
  background: linear-gradient(99deg, rgba(166,114,0,1) 0%, rgba(255,255,255,1) 50%, rgba(166,114,0,1) 100%);
}


.newsstand-blog-modern.newsstand-blog-modern-feature .newsstand-blog-thumbnail-overlay, .post-board-item-wrapper .newsstand-blog-thumbnail-overlay {
  height: 211px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: url(../img/shadow-large.png) bottom repeat-x; */
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 75%) 56%, rgb(0 0 0 / 0%) 100%);
  margin: 2px;
}

.post-board-item-wrapper .newsstand-thumbnail-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  text-align: left;
}

.post-board-item-wrapper .newsstand-thumbnail-content a
{
  color: #fff;
  text-decoration: unset;
  font-size: 1rem;
}

.text-post-content
{
  color: #fff;
  font-size: 0.7rem;
}

.newsstand-thumbnail-title
{
  line-height: 1.2rem;
}


.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  justify-content: center;
  margin-bottom: 0;
}

.pagination .page-numbers
{
  background: rgb(221, 184, 135);
  background: linear-gradient(179deg, rgba(221, 184, 135, 1) 21%, rgba(190, 156, 108, 1) 100%);
  margin: 5px;
  padding: 5px 5px;
  min-width: 30px;
  text-align: center;
  color: #000;
  transition-duration: .5s;
}


.pagination .page-numbers.current , .pagination .page-numbers:hover
{
  background: rgb(255 255 255);
  background: linear-gradient(179deg, rgb(255 243 227) 21%, rgb(193 177 155) 100%);
  color: #000;
}

@media screen and (max-width: 1024.98px) {

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 20% !important;
  }

  .gallery-wrapper .content .gallery.full {
    height: 370px;
  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
    height: 100%;
  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
    height: 425px;
    padding: 40px 0;
  }


  .promotion-section {
    height: 585px!important;
  }

  .tablist-icon
  {
    max-width: 40px;
  }

  .section-tab-game .nav-link
  {
    padding: 0.5rem 15px;
  }

  .slot-logo {
    height: 45px;
  }

}



@media screen and (max-width: 767.98px) {

  .x-modal .modal-dialog
  {
    margin-top: 30px;
  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 10% !important;
  }


  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: auto !important;
    width: 80% !important;
  }


  .gallery-wrapper .content .gallery.full .swiper-next-button,
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    height: inherit;
    padding: 40px 0;
  }

  .gallery-wrapper .content
  {
    height: auto!important;
  }

  .promotion-section {
    height: 430px!important;
  }


  .slot-logo {
    width: 27%;
    height: auto;
  }

  .game-logo {
    height: 30px;
    width: auto;
  }


  .t-btn {
    height: auto;
    margin-top: 5px;
    width: auto;
    max-height: 43px;
    margin-left: 5px;
  }

  .gallery-wrapper .content .gallery.full {
    height: 260px;
  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
    height: 340px !important;
    padding: 40px 0;

  }
  #gameTab{
    max-width: 500px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  #gameTab-inside {
    align-items: center;
    justify-content: center;
    min-width: 720px;
  }
}
.show-modal-promotion {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .arrow-icon
  {
    width: 15px;
  }

  .slick-prev
  {
    left: 0;
  }
  .slick-next
  {
    right: 0;
  }
}


@media screen and (max-width: 450px) {


  .gallery-wrapper .content .gallery.full {
    height: 300px;
  }

  .promotion-section {
    height: 420px!important;
}
  .game-logo {
    height: 25px;
    width: auto;
  }

  
  .t-btn {
     height: 66px;
  margin-top: -10px;
  }

  .bank-icon
  {
    max-width: 310px;
  }

}

@media screen and (max-width: 420px) {
  /* .promotion-section {
    height: 390px!important
  } */

}

@media screen and (max-width: 380px) {
   
  .t-btn {
    width: 46%;

  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px !important;
    padding: 40px 0;

  }
  .promotion-section {
    height: 420px!important
  }

  .promotion-section {
    height: 395px!important;
}

}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }

}