@font-face {
  font-family: main__site__font;
  src: url("./fonts/Kanit-Regular.ttf");
}
body {
  font-family: main__site__font;
  font-size: 18px;
  background-image: url(../img/BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

@media only screen and (min-width: 768px) {
  .bg-size-100{
    background-size: cover;
  }
  body{
    background-position: center center;
  }
}

@media only screen and (max-width: 768px) {
  .bg-size-100{
    background-size: 100%;
  }
  body{
    background-position: right center;
  }
}

.img_slide {
  width: 100% !important;
  border-radius: 1.5rem !important;
  height: auto !important;
}

.header__content__register {
  background: radial-gradient(
    100% 100% at 50% 0,
    #d1fcba 0,
    #98ff7c 72%,
    #75ff5b 100%
  );
}

.nav_color{
  background: linear-gradient(180deg, #272727, #101010) !important;
}
.nav__button__login {
  color: #fafafa;
  background: radial-gradient(100% 100% at 50% 0, #f1cbff 0, #d977fd 100%);
}

.mobile__register {
  background: radial-gradient(
    100% 100% at 50.02% 0,
    #5c5c5c 0,
    #363636 60%,
    #0f0f0f 100%
  );
  /* background: radial-gradient( #ffffff 0, #bd2349 60%, #601225 100% ); */
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  padding: 2rem !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active {
  background: white !important;
}

.contact__text {
  z-index: -1;
}

.bg-set-gold{
  background-image: linear-gradient( 90deg , rgba(235, 180, 89, 1) 0%, rgba(223, 170, 90, 1) 11%, rgba(192, 120, 12, 1) 52%, rgba(238, 205, 159, 1) 89%);
}
.swiper__items__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 
*::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  scroll-padding: 0px 0px 0px 0px;
}

*::-webkit-scrollbar-track {
  background: white;
  scroll-padding: 0px 0px 0px 0px;
}

*::-webkit-scrollbar-thumb {
  background-color: #484848;
  border-radius: 5px;
  border: 1px solid #ffffff;
  scroll-padding: 0px 0px 0px 0px;
} */
.swiper__game__slide {
  width: auto !important;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  width: 40px !important;
  height: 40px !important;
  color: #831b33;
  line-height: 40px;
  padding: 0;
  border-radius: 50% !important;
  border-color: rgba(255, 200, 39, 0.1);
  background: white;
  box-shadow: none;
  outline: 0;
  margin: 0px 3px 0px 3px !important;
  font-size: 10px;
}

.page-numbers:hover {
  color: white;
  background: #831b33;
}

.current {
  text-align: center;
  padding: 10px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: white;
  line-height: 40px;
  padding: 0;
  border-radius: 50% !important;
  border-color: rgba(255, 200, 39, 0.1);
  background: #831b33;
  box-shadow: none;
  outline: 0;
  font-size: 10px;
}

/* .prev{
    display: inline-block;
    text-align: center;
    padding: 10px ;
    font-weight: 600;
    width: 50px !important;
    height: 50px !important;
    color: #831B33;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: white;
    box-shadow: none;
    outline: 0;
    margin: 0px 3px 0px 3px !important;
} */

.pagination {
  margin: 0;
  margin-top: 10px !important;
  justify-content: center;
}




.elementor .elementor-widget-container ul:not(.elementor-toc__list-wrapper) {
  list-style: disc !important;
  margin-left: 1.5rem !important;
  padding: 0;
}

.elementor .elementor-widget-container ol:not(.elementor-toc__list-wrapper) {
list-style: decimal !important;
margin-left: 1.5rem !important;
padding: 0;
}

.elementor .elementor-widget-container ul:not(.elementor-toc__list-wrapper) li {
list-style: disc !important;
padding: 0;
}