@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@300&family=Koulen&family=Moulpali&family=Roboto&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    background: url(../images/wrapper/bg.jpg) fixed center;
    background-size: 100%;
    background-attachment: fixed;
}
.social {
    width: 100%;
    height: auto;
    background: linear-gradient(130deg, #1e1e1e 30%, #1e1e1e 88%);
}
.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: #dbdbdb;
    font-size: 12px;
    font-family: 'Battambang', cursive;
    text-decoration: none;
    padding-left: 5px;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #000;
    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: #ffffff;
    font-size: 12px;
    font-family: 'Battambang', cursive;
    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 #f2e143;
    background: none;
}
input[type=password] {
    width: 100%;
    background: none;
    border: 1px solid #f2e143;
}
  
header .wrapper .process ::placeholder{
    color: #fff;
    font-size: 12px;
    font-family: 'Battambang', cursive;
}
header .wrapper .process button{
    width: 120px;
    border: none;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    border: 1px solid #f2e143;
}
header .wrapper .process button:hover{
    background-color: rgb(93, 0, 0);
}
header .wrapper .process button a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Battambang', cursive;
}

nav {
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    background-size: 100%;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    box-shadow: 5px 0px 10px #000;
}
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: 0 20px;
}
nav .nav-links ul li:hover{
    background-color: #fff;
}
nav .nav-links ul li i{
    position: relative;
    top: 3px;
    font-size: 22px;
    color: #000;
}
nav .nav-links ul li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 'Battambang', cursive;
    line-height: 40px;
}
.checkbtn{
    color: #000;
    line-height: 40px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}
#check{
    display: none;
}
main {
    margin-top: 165px;
}
/* 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: rgb(42, 42, 42);
    background-size: 100%;
    color: #fff;
    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 #000000;
}
.tablink i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #fff;
}

.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: 10px 10px;
    height: 100%;
}
.tabcontent .container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    box-sizing: border-box;
    gap: 0.5em;
    padding-top: 10px;
}
.tabcontent .container .row {
    margin: 0;
    border: 5px solid #626262;
}
.tabcontent .container .row img {
    width: 100%;
}
.tabcontent .container_pg {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding-top: 10px;
}
.tabcontent .container_pg .row {
    margin: 0;
}
.tabcontent .container_pg .row img {
    width: 100%;
    border: 5px solid #626262;
}
.tabcontent .container_genting {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1em;
    margin: 0 auto;
    padding-top: 10px;
}
.tabcontent .container_genting .row {
    margin: 0;
}
.tabcontent .container_genting .row img {
    width: 100%;
    border: 5px solid #626262;
}
.tabcontent .container_joker {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding-top: 10px;
}
.tabcontent .container_joker .row {
    margin: 0;
}
.tabcontent .container_joker .row img {
    width: 100%;
    border: 5px solid #626262;
}
.tabcontent1 .container_pussy {
    width: 100%;
}
.tabcontent .container_918kiss {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding-top: 10px;
}
.tabcontent .container_918kiss .row {
    margin: 0;
}
.tabcontent .container_918kiss .row img {
    width: 100%;
    border: 5px solid #626262;
}
.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;
    max-width: 1560px;
    height: auto;
    /* background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%); */
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid rgb(253, 248, 70);
}
.topbox .container{
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}
.topbox .container span{
    position: relative;
    height: auto;
    color: #fff;
    font-size: 20px;
    padding: 2px 20px;
    border-radius: 5px;
    float: left;
    top: 0px;
    left: 10px;
}
.topbox .container i{
    font-size: 18px;
}
.topbox .container .row{
    max-width: 1550px;
    margin-left: 120px;
    border-radius: 5px;
    padding: 0px;
}
.topbox .container .row #textShow{
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    line-height: 28px;
    top: 5px;
}
.slot-d {
    width: 100%;
    height: auto;
}
.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: 'Battambang', cursive;
  }
  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 {
    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%);
    font-size: 14px;
  }
  @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: #fff;
}
.provider .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.provider .container img {
    width: 100%;
}
footer {
    position: relative;
    width: 100%;
    background-color: #000845;
    min-height: 100px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .social_icon,
footer .f_menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
footer .social_icon li,
footer .f_menu li {
    list-style: none;
}
footer .social_icon li a {
    color: #fff;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
footer .social_icon li a:hover {
    transform: translateY(-10px);
}
footer .f_menu li a {
    color: #fff;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}
footer .f_menu li a:hover {
    opacity: 1;
}
footer p {
    max-width: 1280px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    opacity: 0.7;
}
footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wrapper/wave.png);
    background-size: 1000px 100px;
}
footer .wave#wave1 {
    z-index: 3;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}
footer .wave#wave2 {
    z-index: 2;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}
footer .wave#wave3 {
    z-index: 3;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}
footer .wave#wave4 {
    z-index: 2;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}
@keyframes animateWave {
    0%{
        background-position-x: 1000px;
    }
    100%{
        background-position-x: 0px;
    }
}
@keyframes animateWave_02 {
    0%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: 1000px;
    }
}
footer {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(17, 0, 0) 0%, rgb(255, 0, 0) 50%, rgb(22, 0, 0)00%);
    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 {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.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: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: DB-Heavent-Cond;
    word-break: break-all;
    text-align: left;
    padding-bottom: 20px;
}
#menus {
    width: 100%;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(72, 64, 0, 0.8);
    backdrop-filter: saturate(125%) blur(10px);
    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: #fff;
    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: #fff;
    top: -10px;
}
#menus li a.active-icon i {
    top: -60%;
    transition-delay: .3s;
    transition: 1s;
}
#menus li a span {
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    transition-delay: .3s;
    transition: 1s;
    z-index: 9;
    color: #fff;
    font-family: 'Battambang', cursive;
}
#menus li a.active-icon span {
    bottom: 14px;
    transition-delay: .5s;
    transition: 1s;
    opacity: 1;
}
.log-sigup {
    display: none;
}
.h-mobile {
    display: none;
}
.btn_3 {
    display: none;
}
.videoshow {
    width: 100%;
    height: auto;
}

.videoshow .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1.5em;
}

.videoshow .container .row {
    padding: 0;
}

.videoshow .container .row video {
    width: 100%;
    border: 5px solid #626262;
}
.section06 {
    width: 100%;
    height: auto;
    background-color: #101826;
    padding-bottom: 50px;
}
.section06 h2 {
    text-align: center;
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Battambang', cursive;
    padding: 10px;
}
.section06 .container {
    max-width: 560px;
    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;
}
.section07 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.section07 .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    background: url(../images/wrapper/Game-Pages-Sports-BG.jpg) center;
}
.section07 .container .row{
    display: flex;
}  
.section07 .container .colum01 {
    width: 50%;
    height: auto;
} 
.section07 .container .colum01 h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'Battambang', cursive;
}  
.section07 .container .colum01 p {
    color: #fff;
    font-size: 16px;
    font-family: 'Battambang', cursive;
    word-break: break-all;
    z-index: 2;
    position: relative;
} 
.section07 .container .colum01 button {
    width: 150px;
    height: 40px;
    color: #000;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    background: url(../images/wrapper/gold-pattern.jpg);
    background-size: 120%;
    border-radius: 50px;
    border: none;
    cursor: pointer;
} 
.section07 .container .colum02 {
    width: 50%;
    height: auto;
}
.section07 .container .colum02 img {
    width: 100%;
} 
.line_gif {
    height: 80px;
    z-index: 2;
    position: relative;
}
.phone {
    height: 250px;
}
#container {
    display: none;
}
.left-img {
    position: fixed;
    z-index: 999;
    left: 10px;
    top: 180px;
    height: 350px;
}


.sf-snow-flake {
    position: fixed;
    top: -20px;
    z-index: 99999;
}

.sf-snow-anim {
    top: 110%;
}
  