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

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body {
    background: url(../images/wrapper/5626873.jpg) fixed center;
    background-size: cover;
}

.social {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.social ul {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    background-size: 100%;
    padding: 5px;
}

.social ul li {
    list-style-type: none;
    display: inline;
}

.social ul li a {
    color: #000;
    font-size: 16px;
    font-family: "Nokora", sans-serif;
    text-decoration: none;
    padding-left: 5px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: url(../images/header/bg_header.jpg);
    background-size: 100%;
    z-index: 999;
}

header .wrapper {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}

header .wrapper label img {
    padding: 10px;
    height: 100px;
}

header .wrapper ul {
    float: right;
    margin-top: 20px;
}

header .wrapper ul li {
    display: inline-block;
}

header .wrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    padding: 0 10px;
}

header .wrapper .process {
    position: relative;
    width: 100%;
    top: 20px;
}

header .wrapper .process input {
    width: 150px;
    height: auto;
    padding: 10px;
    border-radius: 5px;
}

input[type=text] {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
}

input[type=password] {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
}

header .wrapper .process ::placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
}

header .wrapper .process button {
    width: 120px;
    border: none;
    padding: 9px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease;
    background: linear-gradient(to right, #351800, #bb5600);
    /* border: 1px solid #DEE0EA; */
}

header .wrapper .process button:hover {
    background: linear-gradient(to right, #351800, #bb5600);
}

header .wrapper .process button a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
}

nav {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #351800, #bb5600);
    border-bottom: #ff7700 1px solid;
}

nav .nav-links {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

nav .nav-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .nav-links ul li {
    transition: 0.3s;
    list-style: none;
    padding: 5px 15px;
}

nav .nav-links ul li:hover {
    background-color: #000;
}

nav .nav-links ul li i {
    position: relative;
    top: 3px;
    font-size: 22px;
    color: #fff;
}

nav .nav-links ul li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    line-height: 40px;
}

.checkbtn {
    color: #000;
    line-height: 50px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}

#check {
    display: none;
}

main {
    margin-top: 162px;
}

/* 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;
}

.vertical_tab {
    max-width: 1620px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

/* Style tab links */
.tablink {
    background-color: #fff;
    background-size: 100%;
    color: #000;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    width: 20%;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    text-align: center;
    /* margin-left: 10px; */
    border: 1px solid #dedede;
}

.tablink i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #000;
}

.tablink img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 40px 20px;
    height: 100%;
}

.tabcontent .container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    box-sizing: border-box;
    gap: 0.5em;
}

.tabcontent .container .row {
    margin: 0;
}

.tabcontent .container .row img {
    width: 100%;
    border-radius: 15px;
}

.tabcontent .container_pg {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    gap: 1em;
    padding-top: 10px;
}

.tabcontent .container_pg .row {
    margin: 0;
}

.tabcontent .container_pg .row img {
    width: 100%;
    border: 1px solid #f2e143;
    border-radius: 20px;
}

.tabcontent .container_genting {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-sizing: border-box;
    gap: 1em;
    padding: 10px 0;
}

.tabcontent .container_genting .row {
    margin: 0;
}

.tabcontent .container_genting .row img {
    width: 100%;
}

.tabcontent .container_joker {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.tabcontent .container_joker .row {
    margin: 0;
}

.tabcontent .container_joker .row img {
    width: 100%;
}

.tabcontent1 .container_pussy {
    width: 100%;
}

.tabcontent .container_918kiss {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.tabcontent .container_918kiss .row {
    margin: 0;
}

.tabcontent .container_918kiss .row img {
    width: 100%;
    border-radius: 10px;
}

.tabcontent .container_rich {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.tabcontent .container_rich .row {
    margin: 0;
}

.tabcontent .container_rich .row img {
    width: 100%;
    border-radius: 10px;
}

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

.topbox {
    position: relative;
    top: 10px;
    width: 100%;
    height: auto;
    /* background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%); */
}

.topbox .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    background: linear-gradient(to right, #351800, #bb5600);
    border-radius: 50px;
    padding: 3px;
}

.topbox .container span {
    position: relative;
    height: auto;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 2px 20px;
    border-radius: 50px;
    float: left;
    top: 3px;
    left: 10px;
}

.topbox .container i {
    font-size: 18px;
}

.topbox .container .row {
    max-width: 1550px;
    margin-left: 90px;
    border-radius: 5px;
    background-color: #000;
    border-radius: 50px;
}

.topbox .container .row #textShow {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    line-height: 25px;
    top: 5px;
}

.slot-d {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.slot-d .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1em;
}

.slot-d .container .row {
    box-sizing: border-box;
}

.slot-d .container .row img {
    width: 100%;
    border-radius: 10px;
}

.banner {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
}

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

ul.featured {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
    color: white;
    font-family: "Nokora", sans-serif;
    font-size: 22px;
}

ul.featured * {
    box-sizing: border-box;
}

ul.featured .right div {
    margin-top: 15px;
}

ul.featured .left,
ul.featured .right-top,
ul.featured .right-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.featured .text {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 30% 15px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (min-width: 991px) {
    ul.featured {
        display: table;
        height: 100%;
    }

    ul.featured li {
        display: table-cell;
        vertical-align: bottom;
    }

    ul.featured li.left {
        width: 66.666%;
    }

    ul.featured li.right {
        width: 33.333%;
    }

    ul.featured li.right div {
        min-height: 50%;
        margin-top: 0;
    }
}

.provider {
    width: 100%;
    background-color: #000;
    backdrop-filter: blur(10px);
}

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

.provider .container img {
    width: 100%;
}

footer {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    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: 20px;
    font-weight: 600;
    font-family: "Nokora", sans-serif;
    word-break: break-all;
    text-align: left;
}

footer .container .row p {
    color: rgb(218, 218, 218);
    font-size: 16px;
    font-weight: 400;
    font-family: "Nokora", sans-serif;
    word-break: break-all;
    text-align: left;
    padding-right: 10px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer-w {
    width: 100%;
    height: auto;
    background-color: #000;
    backdrop-filter: blur(10px);
    padding: 20px 0px 80px;
}

.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: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nokora", sans-serif;
    word-break: break-all;
    text-align: left;
    padding-bottom: 20px;
}


.log-sigup {
    display: none;
}

.h-mobile {
    display: none;
}

.btn_3 {
    display: none;
}

.agent-game {
    width: 100%;
    height: auto;
}

.agent-game .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.agent-game .container .row {
    cursor: pointer;
}

.agent-game .container .row img {
    width: 100%;
    transition: 0.3s;
    border-radius: 15px;
}

.agent-game .container .row img:hover {
    transform: scale(0.9);
    filter: brightness(200%);
}

.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: 1560px;
    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 #494949;
}

.section03 .container .row h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: "Nokora", sans-serif;
    border-radius: 10px;
    margin-top: 20px;
    background: linear-gradient(to right, #351800, #bb5600);
}

.section03 .container .row p {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    word-break: break-all;
}

.section03 .container .row h3 {
    margin-top: 20px;
    color: #fff;
    width: 200px;
    font-size: 30px;
    text-align: center;
    font-family: "Nokora", sans-serif;
    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);
}

form {
    display: none;
}

.type {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.type .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

.type .container .row {
    cursor: pointer;
}

.type .container .row:hover {
    transition: 0.3s ease;
    filter: brightness(150%);
}

.type .container .row img {
    width: 100%;
    height: auto;
}

.type .container .row p {
    font-family: "Nokora", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 8px;
    text-align: center;
    background: linear-gradient(to right, #351800, #bb5600);
}

.sport {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.sport .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

.sport .container .row {
    cursor: pointer;
}

.sport .container .row h2 {
    font-family: "Nokora", sans-serif;
    font-size: 24px;
    color: #000;
    padding: 3px;
    text-align: center;
    background: linear-gradient(to right, #351800, #bb5600);
}

.sport .container .row p {
    font-family: "Nokora", sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 3px;
    text-align: center;
}

.sport .container .row img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sport_bellow {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.sport_bellow .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

.sport_bellow .container .row {
    cursor: pointer;
}

.sport_bellow .container .row p {
    font-family: "Nokora", sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #494949;
    padding-top: 20px;
    padding-bottom: 20px;
}

.img_sport {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.img_sport .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

.img_sport .container .row {
    cursor: pointer;
}

.img_sport .container .row img {
    width: 100%;
    height: auto;
}

.nation {
    display: none;
}

.nav-bottom {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    background: linear-gradient(135deg, rgb(17, 0, 0) 0%, rgb(173 79 0) 50%, rgb(22, 0, 0) 00%);
}

.nav-bottom .wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

.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: #fff;
    padding: 10px 0;
}

.nav-bottom .container-me .row .qrcode {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
    bottom: 20px;
    border-radius: 100%;
    box-shadow: -1px 5px 16px 1px #bfbcbc;
    background-color: #000000;
}

.nav-bottom .container-me .row img {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

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

.section01 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.section01 .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.section01 .container .row {
    margin: 0;
}

.section01 .container .row img {
    width: 100%;
    transition: all 0.4s ease;
}

.section01 .container .row img:hover {
    filter: brightness(150%);
    cursor: pointer;
    margin-top: -5px;
}

.section03 {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.section03 .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    gap: 1em;
}

.section03 .container .row {
    margin: 0;
}

.section03 .container .row img {
    width: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 0 15px #850000;
}