@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nokora:wght@100;300;400;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #2a2a2a;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 999;
  background-color: #2a2a2a;
}

header .container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  padding: 5px;
}

header .container .logo {
  padding: 0;
}

header .container .logo img {
  position: relative;
  width: 20%;
}

header .container .login {
  display: flex;
  float: right;
  right: 10px;
  position: relative;
}

header .container .login i {
  color: #c6a34b;
  font-size: 14px;
}

header .container .login .btn1 {
  color: #e7d39d;
  font-size: 14px;
  font-family: "Nokora", sans-serif;
  background: none;
  border-radius: 50px;
  margin-left: 10px;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  font-weight: 500;
  border: 1px solid #e3d898;
}

main {
  margin-top: 70px;
}

/* ------------------------Verticaltab------------------- */
.mobile_game {
  width: 100%;
  height: auto;
}

.mobile_game .container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

#container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  z-index: 2;
  position: relative;
}

/* Targetting menu */
.menu-mobile {
  grid-column: 1/3;
}

/* Unoder list */
.tab ul {
  list-style: none;
}

.tab li {
  text-align: center;
  color: #ebc76e;
  font-size: 16px;
  font-family: DB-Heavent-Cond;
  transition: .5s;
  background: linear-gradient(to bottom, #383838, #2a2a2a);
  margin-top: 0.8rem;
  padding: 3px;
  border-radius: 17px;
  box-shadow: 0 5px 7px 0 #000000;
  list-style: none;
  line-height: 30px;
}

.tab li img {
  margin-top: 0;
}

.tab {
  position: relative;
  left: 15px;
}

/* Hovering list */
.tab li:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: #ebc76e;
}

/* making the tab list active */
.tab li.active {
  color: #000;
  background: linear-gradient(180deg, rgb(193, 170, 139) 0%, rgb(193, 170, 139) 50%, rgb(226, 210, 195) 100%);
}

/* Targetting content */
.content {
  grid-column: 3/-1;
}

/* Targetting the .inner-content */
.inner-content {
  display: grid;
  grid-template-rows: repeat(1, 2fr);
  /* margin-top: 0.5rem; */
  margin-left: 1.8em;
  margin-right: 1rem;
}

.btn-text-2,
.btn-text-3,
.btn-text-4 {
  color: white;
}

.sport {
  width: 100%;
  height: auto;
  padding: 5px 0;
}

.sport .allsport {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.sport .allsport .boxsport {
  padding: 0;
}

.sport .allsport img {
  width: 100%;
  box-shadow: 0px 5px 10px rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.808);
  border-radius: 10px;
  border: 1px solid #3d3d3d;
}

.promotion_mo {
  color: #ebc76e;
  text-decoration: none;
}

/* ----------Sport1 Start ---------- */
.sport1 {
  width: 100%;
  height: auto;
}

.sport1 .allsport1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 10px 0px;
  gap: 0.5em;
}

.sport1 .allsport1 .boxsport1 {
  margin: 0;
}

.sport1 .allsport1 img {
  width: 100%;
  border-radius: 10px;
}

.sport1 .allsport2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 10px 0px;
  gap: 0.5em;
}

.sport1 .allsport2 .boxsport1 {
  margin: 0;
}

.sport1 .allsport2 img {
  width: 100%;
  box-shadow: 5px 5px 10px #000;
  border: 1px solid rgba(0, 0, 0, 0.808);
  border-radius: 10px;
}

/* ------------------------Verticaltab------------------- */
.tab_4 {
  width: 100%;
  height: auto;
}

.tab_4 .container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  gap: 1em;
  padding: 10px;
}

.tab_4 .container a {
  text-decoration: none;
}

.tab_4 .container .row {
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  border-radius: 15px;
  padding: 10px;
}

.tab_4 .container .row img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tab_4 .container .row p {
  color: #000;
  font-family: DB-Heavent-Cond;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.topbox {
  width: 100%;
  height: auto;
}

.topbox .container {
  max-width: 1270px;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  background-color: none;
}

.topbox .container .row {
  max-width: 1480px;
  background-color: rgb(48, 48, 48);
  border: 1px solid rgb(67, 67, 67);
  border-radius: 50px;
  padding: 5px;
}

.topbox .container .row #textShow {
  position: relative;
  top: 2px;
  color: #ebc76e;
  font-size: 12px;
  font-family: "Nokora", sans-serif;
  line-height: 1;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/*jssor slider bullet skin 132 css*/
.jssorb132 {
  position: absolute;
}

.jssorb132 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb132 .i .b {
  fill: #fff;
  fill-opacity: 0.8;
  stroke: #000;
  stroke-width: 1600;
  stroke-miterlimit: 10;
  stroke-opacity: 0.7;
}

.jssorb132 .i:hover .b {
  fill: #000;
  fill-opacity: .7;
  stroke: #fff;
  stroke-width: 2000;
  stroke-opacity: 0.8;
}

.jssorb132 .iav .b {
  fill: #000;
  stroke: #fff;
  stroke-width: 2400;
  fill-opacity: 0.8;
  stroke-opacity: 1;
}

.jssorb132 .i.idn {
  opacity: 0.3;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: .8;
}

.jssora051.jssora051dn {
  opacity: .5;
}

.jssora051.jssora051ds {
  opacity: .3;
  pointer-events: none;
}

/* ------------------------Slide---------------------- */
#menus {
  width: 100%;
  bottom: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/footer/footer-bg.png) center;
  padding: 30px 0px 20px;
  z-index: 3;
}

#menus li {
  list-style-type: none;
}

#menus li a {
  width: 80px;
  height: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  display: block;
  transition: 1s;
  text-transform: uppercase;
  position: relative;
}

#menus #txt1 {
  left: -20px;
  position: relative;
}

#menus #txt2 {
  left: 20px;
  position: relative;
}

#menus li a i {
  width: 100%;
  font-size: 20px;
  position: absolute;
  left: 0px;
  transition-delay: .3s;
  z-index: 9;
  color: #fff;
  top: -10px;
}

#menus li a img {
  position: relative;
  width: 40%;
  bottom: 20px;
}

#menus li a .logo-animate {
  width: 100%;
  margin-top: -30px;
  animation: card55 4s linear infinite;
}

@keyframes card55 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(30deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#menus li a.active-icon i {
  top: -60%;
  transition-delay: .3s;
  transition: 1s;
}

#menus li a span {
  display: block;
  font-size: 16px;
  width: 100%;
  position: absolute;
  bottom: -15px;
  transition-delay: .3s;
  transition: 1s;
  z-index: 9;
  color: #ebc76e;
  font-family: DB-Heavent-Cond;
}

#menus li a.active-icon span {
  bottom: 14px;
  transition-delay: .5s;
  transition: 1s;
  opacity: 1;
}

.banner-001 {
  display: none;
}

.nav-bottom {
  display: block;
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 3;
}

.nav-bottom .wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #2a2a2a;
  box-shadow: 0px -9px 11px #141414;
}

.nav-bottom .container-me {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 5px;
}

.nav-bottom .container-me .row {
  cursor: pointer;
}

.nav-bottom .container-me .row i {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  color: #c6a34b;
  padding: 5px 0;
}

.nav-bottom .container-me .row .qrcode {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  position: relative;
  bottom: 20px;
  border-radius: 100%;
  background-color: #2a2a2a;
  border: 2px solid #505050;
  box-shadow: 0px 6px 12px #000;
}

.nav-bottom .container-me .row img {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 0%;
  animation: logoanimate 4s infinite;
}

@keyframes logoanimate {
  0% {
    transform: scale(0.8);
  }

  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(0.8);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(0.8);
  }
}

.nav-bottom .container-me .row p {
  font-size: 12px;
  font-family: "Nokora", sans-serif;
  color: #c3a250;
  text-align: center;
}