@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Koulen&family=Poppins:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
}
body {
    justify-content: center;
}
nav{
    width: 100%;
    height: 51px;
    background: -webkit-linear-gradient(right,#00303f,#007d9c,#002d3f);
}
nav .nav-links{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
nav .nav-links ul{
    float: left;
}
nav .nav-links ul li{
    display: inline-block;
    line-height: 50px;
    transition: 0.3s;
}
nav .nav-links ul li:hover{
    background-color: rgb(4, 195, 243);
}
nav .nav-links ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Koulen', cursive;
    padding: 12px 24px;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 999;
}
.nav-links a:hover{
    color: #fff;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}
#check{
    display: none;
}
.icon-nav {
    display: none;
}
#home {
    font-size: 20px;
}
#phone {
    font-size: 20px;
}
header {
    width: 100%;
    height: auto;
}
header .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    position: relative;
}
header .container .logo img {
    width: auto;
    height: 100px;
    margin-left: 150px;
}
header .container .right-menu {
    position: absolute;
    float: right;
    right: 0px;
    top: 40px;
}
header .container .right-menu a {
    color: #fff;
    font-size: 16px;
    font-family: 'Battambang', cursive;
    text-decoration: none;
    background-color: rgb(0, 132, 165);
    padding: 5px 10px;
    line-height: 50px;
    border-radius: 5px;
}
header .container .right-bottom {
    position: absolute;
    float: right;
    right: 0px;
    top: 15px;
}
header .container .right-bottom a {
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    text-decoration: none;
    padding-left: 10px;
}
header .container .right-bottom i {
    color: rgb(0, 109, 143);
    font-size: 14px;
    animation: puboth 0.5s linear infinite;
}
@keyframes puboth{
    0%{
        transform: translateY(-20%);
    }
    20%{
        transform: translateY(0%);
    }
    40%{
        transform: translateY(0%);
    }
    60%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-20%);
    }
}
#slider{
    overflow: hidden;
    width: 100%;
}
#slider figure img{
    float: left;
    width: 20%;
}
#slider figure{
    position: relative;
    width: 500%;
    animation: slide 15s infinite;
}
@keyframes slide{
    0%{
        left: 0;
    }
    10%{
        left: 0;
    }
    20%{
        left: -100%;
    }
    30%{
        left: -100%;
    }
    40%{
        left: -200%;
    }
    50%{
        left: -200%;
    }
    60%{
        left: -300%;
    }
    70%{
        left: -300%;
    }
    80%{
        left: -400%;
    }
    90%{
        left: -400%;
    }
    100%{
        left: 0;
    }    
}
.topbox {
    width: 100%;
    height: auto;
    background-color: #00242a;
}
.topbox .container{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    background-color: #1f1f1f;
}
.topbox .container span{
    height: auto;
    background-color: #008db1;
    border: 1px solid #009fc7;
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    padding: 0px 20px;
    border-radius: 5px;
    float: left;
}
.topbox .container i{
    font-size: 14px;
}
.topbox .container .row{
    max-width: 1280px;
    margin-left: 130px;
    background-color: rgb(0, 33, 39);
    border: 1px solid rgb(82, 82, 82);
    border-radius: 5px;
    padding: 3px;
}
.topbox .container .row #textShow{
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    line-height: 1;
}
.section01 {
    width: 100%;
    height: auto;
}
.section01 .container {
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding: 10px
}
.section01 .container .row {
    cursor: pointer;
}
.section01 .container .row img {
    width: 100%;
}
.section02 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.section02 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section02 .container .row {
    cursor: pointer;
    position: relative;
}
.section02 .container .row h2 {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Battambang', cursive;
}
.section02 .container .row p {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    margin-top: 40px;
    line-height: 20px;
    word-break: break-all;
}
.section02 .container .row a {
    width: 100px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    line-height: 20px;
    background-color: rgba(42, 42, 42, 0.5);
    padding: 10px;
    padding-left: 30px;
    bottom: 50px;
    text-align: center;
}
.section02 .container .row img {
    width: 100%;
    border-radius: 10px;
}
.txt-banner {
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
}
.txt-banner h2{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Battambang', cursive;
}
.section03 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.section03 h2 {
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Battambang', cursive;
}
.section03 .container {
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section03 .container .row {
    cursor: pointer;
    position: relative;
}
.section03 .container .row img {
    width: 100%;
}
.section03 .container .row a {
    text-decoration: none;
}
.section03 .container .row p{
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Battambang', cursive;
    color: #000;
    background-color: rgb(240, 240, 240);
}
.section04 {
    max-width: 1380px;
    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;
  }
  
  .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;
    }
  }
.slider-width{
    height: 250px;
    margin: auto;
    position: relative;
    width: 80%;
    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(255, 255, 255rgba(253, 253, 253, 0)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);
}
.section05 {
    width: 100%;
    height: auto;
}
.section05 .container {
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section05 .container .row {
    cursor: pointer;
    position: relative;
}
.section05 .container .row img {
    width: 100%;
    border-radius: 10px;
}
footer {
    width: 100%;
    height: auto;
    background-color: #f7f8f9;
    padding-top: 50px;
}
footer .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1em;
}
footer .container .row {
    position: relative;
    margin: 0;
}
footer .container .row .lineb {
    position: absolute;
    float: right;
    right: -10px;
}
footer .container .row h2 {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: left;
}
footer .container .row p {
    color: rgb(119, 119, 119);
    font-size: 12px;
    font-weight: 400;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: left;
    padding-right: 10px;
    line-height: 20px;
}
.footer-w {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 50px;
}
.footer-w .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.footer-w .container h2 {
    color: rgb(87, 87, 87);
    font-size: 12px;
    font-weight: 400;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.footer-w .container img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.footer-c {
    width: 100%;
    height: auto;
    background-color: #f7f8f9;
    padding-top: 50px;
}
.footer-c .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.footer-c .container h2 {
    color: rgb(87, 87, 87);
    font-size: 12px;
    font-weight: 400;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.footer-c .container img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.section06 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.section06 h2 {
    text-align: center;
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Battambang', cursive;
    padding: 10px;
}
.section06 .container {
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section06 .container .row {
    cursor: pointer;
    position: relative;
}
.section06 .container .row img {
    width: 100%;
}
.section06 .container .row a {
    text-decoration: none;
}
.section06 .container .row p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    color: #000;
    text-transform: uppercase;
}
.sidebar {
    position: fixed;
    z-index: 999;
    width: 70px;
    left: -5px;
    margin-top: 300px;
    transition: all 0.3s linear;
    /* box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4); */
}
.sidebar li{
    height: 60px;
    position:relative;
    padding: 0px;
}
.sidebar li a{
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    font-family: DB-Heavent-Cond;
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    padding-left:25%;
    transition: all .3s linear;
}
.sidebar li:nth-child(1) a{
    background: #4267B2;
}
.sidebar li:nth-child(2) a{
    background: #1DA1F2;
}
.sidebar li:nth-child(3) a{
    background: #00b900;
}
.sidebar li:nth-child(4) a{
    background: #00c2c2;  
}
/* .sidebar li:nth-child(5) a{
background: #333;
} */
.sidebar li:nth-child(5) a{
    background: #ff0000;
}
.sidebar li a i{
    position:absolute;
    top: 15px;
    left: 25px;
    font-size: 27px;
}
.sidebar ul li a span{
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sidebar a:hover {
    z-index:1;
    width: 200px;
}
.sidebar ul li:hover a span{
    padding-left: 30%;
    display: block;
}
.logo-mobile {
    display: none;
}
.btn_two {
    display: none;
}
.casino {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.casino .container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.casino .container .row {
    cursor: pointer;
    position: relative;
}
.casino .container .row img {
    width: 100%;
    border-radius: 10px;
}
.login {
    display: none;
}

  