@font-face {
  font-family: main__site__font ;
  src: url("./fonts/Kanit-Regular.ttf") ;
}

/* body {
  font-family: main__site__font ;
  font-size: 18px;
  background-color: #000;
  color: white;
} */

.navbar_color{
  /* background-image: linear-gradient(129deg, #8f0b08, #3b1712); */
  /* background: linear-gradient(180deg, #313131, #100d0d); */
  background: linear-gradient(180deg, #3A3A3A 0%, #000000 100%);
}
body {
  font-family: main__site__font ;
  font-size: 18px;
  background: url(/public/img/img-body.jpg);
    color: white;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.elementor ul {
    list-style: disc !important;
    margin-left: 1.5rem !important;
    padding: 0;
}

.elementor ol {
  list-style: decimal !important;
  margin-left: 1.5rem !important;
  padding: 0;
}

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #b0b4bb;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: #e6e8ec;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}


.button__gold__login{
  position: relative;
  padding-left: 2.25rem!important;
  padding-right: 2.25rem!important;
  color: #000;
  background: linear-gradient(180deg,#f5d174 0,#af7e00);
  line-height: 26px;
  padding-top: 6px;
    padding-bottom: 6px;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}


.button__gold__nav {
  background: linear-gradient(180deg,#3b3b3b,#050505);
  border: 1px solid gold;
    animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px #FFFFAC;
  }
  50% {
    box-shadow: 0 0 12px gold;
  }
  100% {
    box-shadow: 0 0 5px #FFFFAC;
  }
}

.button__gold__nav {
  animation: glowing 1300ms infinite;
}

.animated-button1 {
  padding: 10px 29px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 217, 0);
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
  color: white;
}



.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
}

.text_ani__color__white {
  display: inline-block;
  font-weight: 700;
  background: rgb(255, 255, 255) -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, gold), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.text_ani__color__black {
  display: inline-block;
  background: white -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes x-shimmer {
  0% {
    background-position: -200px top
  }

  to {
    background-position: 200px top
  }
}


.grolwing__gold{
  top: 50%;
  left: 50%;
  width: 82%;
  height: 56%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  animation: glowing2 1700ms infinite;
  border-radius: 50px;
}

@keyframes glowing2 {
  0% {
    box-shadow: 0 0 10px #FFFFAC;
  }
  50% {
    box-shadow: 0 0 30px gold;
  }
  100% {
    box-shadow: 0 0 10px #FFFFAC;
  }
}



@media only screen and (min-width: 1280px) {
  .bg__content__bounce{
    display: block;
      position: absolute;
      width: 220px;
      height: 220px;
      top: 75%;
      left: 50%;
      background: linear-gradient(180deg,#424242,#000);
      z-index: 1;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      border-radius: 50%;
  }
}

.border__tab:after, .border__tab:before{
  top: 0;
  content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent 10%,#eab671 50%,transparent 90%);
}

.text__content{
  background: linear-gradient(#fff 10%,#979899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text__content__highlight{
  background: linear-gradient(#f5d174 10%,#af7e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text__content__highlight_gold{
  background: linear-gradient(#f5d174 10%,#af7e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,5%,0);
      transform: translate3d(0,5%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.content__footer a{
  align-items: center;
  color: #3a3a3a;
  background: #ffffff;
  transition: all .2s;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 600;
    font-size: .85rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    margin-bottom: 20px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.content__footer a:hover{
  align-items: center;
  color: #ffffff;
  background: #83100a;
  transition: all .2s;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 600;
    font-size: .85rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    margin-bottom: 20px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.star__animation{
  animation: starAnimate .9s ease-in infinite alternate;
}

.login__animation{
animation: x-rotate-item 1s infinite;
}

.star__ :hover{
  scale: 1.1;
}

.nav__footer::before{
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#cbaf63,#725108);
}

.border__nav{
  border-right: 1px solid hsla(0,0%,100%,.1);
}

.border__nav__show{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 7px;
  overflow: hidden;
  animation: x-opacity-glow-fading-up 2.5s infinite alternate;
  transition: all 2.5s linear;
  border-radius: 12px;
  box-shadow: 0 0 2px #fff, 0 0 6px hsl(0deg 0% 100% / 70%), 0 0 12px hsl(0deg 0% 100% / 70%), 0 0 24px hsl(0deg 0% 100% / 70%), 0 0 30px hsl(0deg 0% 100% / 70%);
}

.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;
}
.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: #83100a;
  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: #83100a;
}

.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: #83100a;
  box-shadow: none;
  outline: 0;
  font-size: 10px;
}


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

.lightning img {
  position: fixed;
  width: 100%;
  max-width: 338px !important;
  top: -79px;
  left: -42px;
  animation: lightning 5s ease 0s infinite normal none;
  z-index: 110;
}

@media only screen and (min-width: 1280px) {
  .lightning img {
    position: fixed;
    width: 100%;
    max-width: 338px !important;
    top: -79px;
    left: -42px;
    animation: lightning 5s ease 0s infinite normal none;
    z-index: 110;
  }
}


@keyframes lightning {
  0.0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }

  20.4% {
    opacity: 0;
  }

  21.0% {
    opacity: 1;
  }

  22% {
    opacity: 0;
  }

  23% {
    opacity: 1;
  }

  50.4% {
    opacity: 0;
  }

  53.3% {
    opacity: 0;
  }

  56.9% {
    opacity: .5;
  }

  57% {
    opacity: 0;
  }

  59% {
    opacity: .5;
  }
}

.x-tab-hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 4px;
  position: relative;
  background: white;
  box-shadow: 0 0 5px #fa2121, 0 0 15px #fa2121, 0 0 20px #ff0f0f;
}

