@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@400&family=Koulen&family=Moulpali&family=Roboto&display=swap');
*{
    padding: 0;
    margin: 0;
}
body {
    background: url(../images/wrapper/bg.jpg) fixed center;
    background-image: url(../images/wrapper/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
}
:root {
    --color-1: #fff;
    --color-2: #000;
    --color-3: #e6e7e8;
    --color-4: #e9c600;
}
header {
    width: 100%;
    height: auto;
    top: 0;
    position: fixed;
    z-index: 3;
    background-color: #000;
}
.logo-item {
    width: 100%;
    height: auto;
    background-image: url(../images/header/top-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.logo-item .container {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
}
.logo-item .container .logo {
    height: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    animation: logoweb 5s infinite linear;
}
@keyframes logoweb {
    0% {
        transform: rotateZ(0deg);
    }
    25% {
        transform: rotateZ(10deg);
    }
    50% {
        transform: rotateZ(0deg);
    }
    75% {
        transform: rotateZ(-20deg);
    }
}
.logo-item .container .contact {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.logo-item .container .contact .phone {
    position: absolute;
    float: left;
    left: 0;
    bottom: 10px;
}
.logo-item .container .contact .phone p {
    position: relative;
    color: #f4d248;
    font-size: 16px;
    font-family: 'Battambang', cursive;
}
.logo-item .container .contact .phone span {
    font-family: 'Roboto', sans-serif;
    position: relative;
    bottom: 10px;
    color: #fff;
}
.logo-item .container .contact .phone img {
    position: relative;
    height: 50px;
    top: 10px;
    animation: puboth 0.5s linear infinite;
}
@keyframes puboth {
    0%{
        transform: translateY(-5%);
    }
    20%{
        transform: translateY(0%);
    }
    40%{
        transform: translateY(0%);
    }
    60%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-5%);
    }
}
.logo-item .container .contact .tele {
    position: absolute;
    float: right;
    right: 0;
    bottom: 10px;
}
.logo-item .container .contact .tele p {
    color: #f4d248;
    font-size: 16px;
    font-family: 'Battambang', cursive;    
}
.logo-item .container .contact .tele img {
    height: 60px;
}
nav {
    width: 100%;
    height: 51px;
    box-shadow: 0px 0 5px rgb(0 0 0 / 80%);
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    border-bottom: #f9d94e 1px solid;
}
nav .nav-links{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
nav .nav-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .nav-links ul li{
    line-height: 50px;
    transition: 0.3s;
    list-style: none;
}
nav .nav-links ul li:hover{
    background-color: rgb(75, 0, 0);

}
nav .nav-links ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    padding: 12px 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 999;
}
nav .nav-links ul li span {
    font-family: 'Poppins', sans-serif;
    color: var(--color-2);
    text-transform: uppercase;
}
.nav-links a:hover{
    color: #fff;
}
.checkbtn{
    font-size: 30px;
    color: #000;
    line-height: 40px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}
#check{
    display: none;
}
.icon-nav {
    display: none;
}
.icon-dt {
    position: relative;
    top: 10px;
    height: 30px;
}
main {
    position: relative;
    top: 260px;
}
.space-slide {
    margin-top: 10px;
}
/* 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;}

.section1 {
    width: 100%;
    height: auto;
    box-shadow: 0px 0 5px rgb(0 0 0 / 80%);
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    padding: 5px 0;
}
.section1 .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.section1 .container .row {
    margin: 0;
    padding-left: 30px;
}
.section1 .container .row ion-icon {
    font-size: 50px;
    color: #000;
    float: left;
    padding-right: 10px;
    padding-top: 15px;
    animation: puboth 0.5s linear infinite;
}
@keyframes puboth {
    0%{
        transform: translateY(-5%);
    }
    20%{
        transform: translateY(0%);
    }
    40%{
        transform: translateY(0%);
    }
    60%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-5%);
    }
}
.section1 .container .row p {
    color: var(--color-2);
    font-size: 16px;
    font-family: 'Battambang', cursive;
}
.section1 .container .row h2 {
    color: var(--color-2);
    font-size: 20px;
    font-family: 'Koulen', cursive;
    line-height: 20px;
}
.section1 .container .row h3 {
    color: var(--color-2);
    font-size: 15px;
    font-family: 'Battambang', cursive;
    font-weight: 500;
}
.topbox {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(155, 111, 0) 0%, rgb(253, 248, 70) 50%, rgb(206, 140, 0));
    position: relative;
}
.topbox .container{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    background-color: none;
}
.topbox .container span{
    height: auto;
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 0px 10px;
    float: left;
    margin-left: 50px;
}
.topbox .container i{
    font-size: 14px;
}
.topbox .container .row{
    max-width: 1280px;
    margin-left: 120px;
    background-color: #000;
    border: 1px solid rgb(75, 0, 0);
    border-radius: 5px;
    padding: 3px;
}
.topbox .container .row #textShow{
    position: relative;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Battambang', cursive;
    line-height: 15px;
    text-transform: uppercase;
}
.top-re {
    display: none;
}
.btn_3 {
    display: none;
}
.test {
    width: 100%;
    height: auto;
}
.test .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1em;
}
.test .container .row {
    padding: 0;
}
.test .container .row img {
    width: 100%;
}
.slide_jackport {
    width: 100%;
    height: auto;
    background-position: center;
    /* background-image: url(../images/slide/bg-slide.gif); */
}
.section03 {
    width: 100%;
    height: auto;
    background: url(../images/wrapper/bg_slot.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section03 .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section03 .container .row {
    padding: 0;
}
.section03 .container .row img {
    width: 100%;
}
.section03 .container .row video {
    width: 100%;
    position: relative;
    top: 20px;
    border: 4px solid #e9c600;
}
.section03 .container .row h2 {
    color: #000;
    font-size: 26px;
    text-align: center;
    font-family: 'Koulen', cursive;
    border-radius: 5px;
    margin-top: 20px;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
}
.section03 .container .row p {
    padding: 55px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Battambang', cursive;
    word-break: break-all;
}
.section03 .container .row h3 {
    margin-top: 20px;
    color: #fff;
    width: 200px;
    font-size: 30px;
    text-align: center;
    font-family: DB-Heavent-Cond;
    border-radius: 50px;
    border: 0.2rem solid #fff;
    box-shadow: 0 0 0.1px #f000e8, inset 0 0 0.1px #f000e8, 0 0 10px #f000e8, inset 0 0 10px #f000e8, 0 0 10px #f000e8, inset 0 0 10px #f000e8;
}
.section03 .container .row .register {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.slider-width{
    background-color: rgba(23, 23, 23, 0.7);
    height: 250px;
    margin: auto;
    position: relative;
    max-width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.container-track{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
}
.container-track:hover{
    animation-play-state: paused;
}
@keyframes scroll{
    0%{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
        -webkit-transform: translateX(calc(-250px * 9));
        -moz-transform: translateX(calc(-250px * 9));
        -ms-transform: translateX(calc(-250px * 9));
        -o-transform: translateX(calc(-250px * 9));
}
}
.slide-row{
    height: 220px;
    width: 160px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
.slide-row img{
    width: 100%;
    transition: 1s;
    border-radius: 10px;
}
.slide-row img:hover{
    transform: translateZ(20px);
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
}
.slider-width::before,
.slider-width::after {
   background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%);
   content: '';
   height: 100%;
   position: absolute;
   width: 15%;
   z-index: 2;
}
.slider-width::before{
    left: 0;
    top: 0;
}
.slider-width::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
#menus {
    width: 100%;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px 15px;
    z-index: 3;
}
#menus li {
    list-style-type: none;
}
#menus li a {
    width: 75px;
    height: 25px;
    color: #000;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    display: block;
    transition: 1s;
    text-transform: uppercase;
    position: relative;
}
#menus li a i {
    width: 100%;
    font-size: 20px;
    position: absolute;
    left: 0px;
    transition-delay: .3s;
    z-index: 9;
    color: #000;
    top: -10px;
}
#menus li a.active-icon i {
    top: -60%;
    transition-delay: .3s;
    transition: 1s;
}
#menus li a span {
    display: block;
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    transition-delay: .3s;
    transition: 1s;
    z-index: 9;
    color: #000;
    font-family: 'Battambang', cursive;
}
#menus li a.active-icon span {
    bottom: 14px;
    transition-delay: .5s;
    transition: 1s;
    opacity: 1;
}
.agent {
    width: 100%;
    height: auto;
}
.agent .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.agent .container .row {
    cursor: pointer;
}
.agent .container .row img {
    width: 100%;
    transition: 0.3s;
}
.agent .container .row img:hover {
    transform: scale(0.9);
    filter: brightness(200%);
}
.bank {
    width: 100%;
    height: auto;
    border-top: 4px solid #ebad32;
    background: linear-gradient(45deg, #fbdd2f 0%,#fce641 37%,#fcfb71 66%,#b8951c 93%,#fef867 100%);
    background-size: cover;
    padding: 40px 0;
}
.bank h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Battambang', cursive;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.bank p {
    color: #000;
    font-size: 18px;
    font-family: 'Battambang', cursive;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.bank .container {
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding: 10px;
}
.bank .container .row {
    cursor: pointer;
}
.bank .container .row img {
    width: 100%;
}
.section04 {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
}
.section04 h2 {
    font-size: 14px;
    font-family: 'Battambang', cursive;
    color: #000;
    font-weight: 500;
}
.image-grid {
    --gap: 15px;
    --num-cols: 4;
    --row-height: 200px;
  
    box-sizing: border-box;
    padding: var(--gap);
  
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);
  }
  
  .image-grid > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #333333;
  }
  
  .image-grid-col-2 {
    grid-column: span 2;
  }
  
  .image-grid-row-2 {
    grid-row: span 2;
  }
  
  /* Anything udner 1024px */
  @media screen and (max-width: 1024px) {
    .image-grid {
      --num-cols: 2;
      --row-height: 200px;
    }
  }
.game {
    width: 100%;
    height: auto;
}
.game .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.game .container .row {
    cursor: pointer;
}
.game .container .row img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.game .container .row img:hover {
    filter: brightness(150%);
    transform: rotate(5deg);    
}
footer {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #131c29 0, #000000 50%, #0c1b1d 0);
    padding-top: 50px;
}
footer .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2em;
}
footer .container .row {
    position: relative;
    margin: 0;
}
footer .container .row .lineb {
    position: absolute;
    float: right;
    right: -10px;
}
footer .container .row h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: left;
}
footer .container .row p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: left;
    padding-right: 10px;
    line-height: 20px;
    text-transform: uppercase;
}
.footer-w {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    padding-top: 50px;
    z-index: 2;
}
.footer-w .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-w .container .f1 {
    padding: 0;
}
.footer-w .container .f1 img {
    height: 50px;
    padding-left: 10px;
}
.footer-w .container .f2 {
    padding: 0;
}
.footer-w .container .f2 img {
    height: 30px;
}
.footer-w .container .f3 img {
    height: 50px;
    padding-left: 10px;
}
.footer-w .container .f3 {
    padding: 0;
}
.footer-w .container h2 {
    color: rgb(241, 241, 241);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: left;
    padding-bottom: 20px;
}
.clear-bottum {
    margin-top: 60px;
}
canvas {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }