@font-face {
  font-family: main__site__font;
  src: url("./fonts/Kanit-Regular.ttf");
}
body {
  font-family: main__site__font;
  font-size: 18px;
  background-color: #bd2349;
  color: white;
}

.header__content__register {
  background: radial-gradient(
    100% 100% at 50% 0,
    #d1fcba 0,
    #98ff7c 72%,
    #75ff5b 100%
  );
}
.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,
    #c9f9ff 0,
    #73b0ff 60%,
    #6d6bfb 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;
}
.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;
}


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

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

.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;
}