* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
}
a {

    text-decoration: none;
}
header {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    background-color: #000;
    background-size: 100%;
    z-index: 2;
}

header .container {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
header .container h2 {
    color: #fff;
    font-family: DB-Heavent-Cond;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
}
header .logo img {
    height: 40px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
header .container .point {
    position: absolute;
    float: right;
    right: 50px;
    top: 4px;
    border-radius: 5px;
}

header .container .point i {
    color: #000;
    font-size: 16px;
}

header .container .point p {
    width: auto;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 5px 10px;
    position: relative;
    z-index: 4;
}

nav {
    position: fixed;
    width: 100%;
    height: 41px;
    top: 0;
    z-index: 4;
    display: none;
}

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: 40px;
    transition: 0.3s;
}

nav .nav-links ul li:hover{

    background-color: rgb(122, 67, 0);

}

nav .nav-links ul li a{

    text-decoration: none;

    color: #fff;

    font-size: 22px;

    font-family: DB-Heavent-Cond;

    padding: 12px 34px;

    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;

}

main {

    margin: 45px auto;

}

.wrapper ul{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    list-style: none;

    text-align: center;

}

.wrapper ul li{

    margin: 15px 0;

}

.wrapper ul li a{

    color: none;

    text-decoration: none;

    font-size: 30px;

    font-family: DB-Heavent-Cond;

    font-weight: 500;

    padding: 5px 30px;

    color: #000;

    position: relative;

    line-height: 30px;

    transition: all 0.3s ease;

}

.wrapper ul li a:after{

    position: absolute;

    content: "";

    background: #fff;

    width: 100%;

    height: 50px;

    left: 0;

    border-radius: 50px;

    transform: scaleY(0);

    z-index: -1;

    transition: transform 0.3s ease;

}

.wrapper ul li a:hover:after{

    transform: scaleY(1);

}

.wrapper ul li a:hover{

    color: #4158d0;

}

input[type="checkbox"]{

    display: none;

}

  /* ---------------------------Navigation------------------------ */

.credit {

    max-width: 1280px;

    height: auto;

    background: url(../images/header/credit_bg.jpg) center no-repeat;

    border: 1px solid #363636;

    border-radius: 10px;

    margin: 0 auto;

    margin-top: 5px;

}

.credit .amount {

    max-width: 1270px;

    height: auto;

    margin: 0 auto;

}

.credit .amount p {

    color: #fff;

    text-align: center;

    font-size: 20px;

    font-family: DB-Heavent-Cond;

}

.credit .amount span {

    color: #fff;

    text-align: center;

    font-size: 20px;

    font-family: DB-Heavent-Cond;

}

.credit .amount .user-id {

    color: #fff;

    text-align: center;

    font-size: 20px;

    font-family: DB-Heavent-Cond;

    background-color: rgba(93, 93, 93, 0.6);

    padding: 0 10px;

    font-weight: 600;

    border-radius: 10px;

}

.credit .amount .fa-cc-visa {

    font-size: 16px;

}

.credit .amount i {

    color: #fff;

    text-align: center;

    font-size: 20px;

}

.credit .amount h2{

    color: rgb(251, 251, 251);

    text-align: center;

    font-family: DB-Heavent-Cond;

    font-size: 40px;

    line-height: 50px;

}

.credit .container {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    box-sizing: border-box;

    gap: 0.5em;

    padding: 5px;

}

.credit .container .row {

    cursor: pointer;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px rgb(139 66 8), inset 0 -1px 1px 2px rgb(250 227 133);

    background-image: linear-gradient(160deg, #fce43c, #d0b839, #f9f76e, #c8ae31, #a54e07);

    border: 1px solid #e6c404;

    color: rgb(120,50,5);

    padding: 6px;

    border-radius: 5px;

    transition: 0.5s;

}

.credit .container .row:hover {

    filter: brightness(150%);

}

.credit .container #widraw {

    cursor: pointer;

    box-shadow: 0 3px 6px rgba(0, 75, 68, 0.16), 0 3px 6px rgba(20, 110, 87, 0.4), inset 0 -1px 2px 1px rgb(1, 71, 68), inset 0 -1px 1px 2px rgb(190 190 190);

    background-image: linear-gradient(160deg, #066a5b, #03ac94, #00ffda, #01b097, #004f43);

    border: 1px solid #00ffda;

    color: rgb(5, 120, 95);

    padding: 6px;

    border-radius: 5px;

}

.credit .container .row p{

    text-align: center;

    color: #000;

    font-size: 30px;

    font-family: DB-Heavent-Cond;

}

.credit .container .row i{

    color: #000;

    font-size: 20px;

}

.topbox {

    width: 100%;

    height: auto;

    margin-top: 5px;

}

.topbox .container{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    background: #12141d;
    border-radius: 10px;
}

.topbox .container span{
    height: auto;
    padding: 0 10px;
    border-radius: 5px;
    float: left;
    line-height: 29px;
    position: relative;
    top: 5px;
}

.topbox .container ion-icon {
    font-size: 20px;
    color: #fff;

}

.topbox .container .row{
    max-width: 1280px;
    margin-left: 40px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    padding: 3px;
}

.topbox .container .row #textShow{
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    line-height: 1;
}

.transition {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.transition .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.5em;
}
.transition .container a {
    cursor: pointer;
    display: inline;
    cursor: pointer;
    transition: 0.5s;
    padding: 10px;
    border-radius: 10px;
}
.transition .container .row {
   margin: 0 auto;
   width: 100%;
}
.transition .container .row .icon-w {
    display: block;
    float: left;
    color: #fff;
    font-size: 30px;
}
.transition .container .row .icon-txt {
    font-family: DB-Heavent-Cond;
    font-size: 20px;
    text-align: center;
    color: #fff;
    float: left;
    display: block;
    padding-left: 20px;
    line-height: 30px;
}
.transition .container .row .icon-txt h2 {
    font-family: DB-Heavent-Cond;
    font-size: 26px;
    text-align: left;
    color: #fff;
    float: left;
    display: block;
}
.transition .container .row .icon-txt p {
    font-family: DB-Heavent-Cond;
    font-size: 18px;
    text-align: left;
    color: rgb(217, 217, 217);
    float: left;
    display: block;
    line-height: 20px;
    margin-top: 10px;
}
.transition .container .row .icon-txt h3 {
    font-family: DB-Heavent-Cond;
    font-size: 25px;
    text-align: right;
    color: rgb(217, 217, 217);
    float: right;
    right: -30px;
    position: relative;
    font-weight: 500;
}

.option {
    width: 100%;
    height: auto;
}

.option .container {

    max-width: 1280px;

    height: auto;

    margin: 20px auto;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    box-sizing: border-box;

    gap: 0.5em;

    padding: 0 10px;

}

.option .container .row {

    background-color: #343635;

    padding: 10px;

    border-radius: 5px;

    cursor: pointer;

    box-shadow: 3px 5px 7px #000;

}

.option .container a {

    text-decoration: none;

}

.option .container .row i {

    font-size: 25px;

    float: left;

    color: #b8a676;

}

.option .container .row p {

    font-family: DB-Heavent-Cond;

    font-size: 18px;

    text-align: center;

    color: #b8a676;

}

.play-game {

    width: 100%;

    height: auto;

}

.play-game .container{

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(1fr);

    box-sizing: border-box;

    padding: 5px;

    cursor: pointer;

}

.play-game .container p{

    color: #ffffff;

    background-color: #6c757d;

    padding: 10px;

    font-size: 25px;

    font-family: DB-Heavent-Cond;

    text-align: center;

    border-radius: 5px;

    animation: puboth 1000ms linear infinite;

}

.play-game .container i{

    font-size: 20px;

}

@keyframes puboth {

    0% {

        background-color: #860202;

    }

    25% {

        background-color: #fd0000;

    }

    50% {

        background-color: #700000;

    }

    75% {

        background-color: #a00202;

    }

    100% {

        background-color: #860202;

    }

}

#menus {
    width: 100%;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(34deg,#2cf4cf,#037166 52%,#24d200);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px 15px;
    backdrop-filter: blur(15px);
}

#menus li {
    list-style-type: none;
}

#menus li a {
    width: 70px;
    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 ion-icon {
    width: 100%;
    font-size: 22px;
    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: 15px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    transition-delay: .3s;
    transition: 1s;
    z-index: 9;
    color: #fff;
    font-family: DB-Heavent-Cond;
}

#menus li a.active-icon span {
    bottom: 14px;
    transition-delay: .5s;
    transition: 1s;
    opacity: 1;
}
.user {

    width: 100%;

    height: auto;

    padding-top: 10px;

}

.user .container {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    box-sizing: border-box;

    gap: 0.5em;

    padding: 0 10px;

}

.user .container .row {

    padding: 10px;

    border-radius: 5px;

    cursor: pointer;

    background-color: #343635;

    box-shadow: 2px 4px 7px #000;

    border: 1px solid #4f5050;

}

.user .container a {

    text-decoration: none;

    color: #b8a676;

}

.user .container .row i {

    font-size: 30px;

    float: left;

    color: #b8a676;

}

.user .container .row h2 {

    position: relative;

    font-family: DB-Heavent-Cond;

    font-size: 16px;

    text-align: left;

    left: 10px;

    color: #b8a676;

    line-height: 10px;

    font-weight: 500;

    text-decoration: none;

    outline-color: black;

}

.user .container .row p {

    position: relative;

    font-family: DB-Heavent-Cond;

    font-size: 16px;

    text-align: left;

    color: #b8a676;

    left: 10px;

    margin-top: 10px;

    line-height: 10px;

}

.profile {

    width: 100%;

    height: auto;

}

.img-profile {

    width: 20%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    padding: 10px;

}

.profile .container{

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    padding: 10px;

    /* box-shadow: 2px 5px 7px #000; */

}

.profile .container h2{
    color: #fff;
    font-family: DB-Heavent-Cond;
    text-align: center;
    font-size: 22px;
    background-color: #12141d;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
}

.profile .container i{
    color: #f7971d !important;
    font-size: 14px;
    float: left;
}

#cog {
    color: #fff;
    font-size: 20px;
    float: none;
}

.profile .container .row{
    background-color: #12141d;
    border-radius: 15px;
    margin-top: 10px;
    padding: 10px;
}

.profile .container .row table {
    width: 100%;
}

.profile .container .row th {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding: 0px 5px;
    font-weight: 500;
}

.profile .container .row td {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding:  0px 5px;
}

/* ------------------------------------------------------ */

/* Full-width input fields */

input[type=text], input[type=password] {

    width: 100%;

    padding: 8px 10px;

    margin: 8px 0;

    display: inline-block;

    border: 1px solid #ecda9a;

    box-sizing: border-box;

    font-family: DB-Heavent-Cond;

    font-size: 22px;

    border-radius: 5px;

    background-color: #000;

    color: #fff;

  }

  .btn-user {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    padding: 0px 10px;

  }



  /* Set a style for all buttons */

  .btn-user button {

    width: 100%;

    background-color: #24b500;

    border-radius: 10px;

    color: white;

    padding: 14px 20px;

    margin: 0 auto;

    border: none;

    cursor: pointer;

    font-family: DB-Heavent-Cond;

    font-size: 25px;

  }

  .btn-user button i {

    font-size: 20px;

  }

  .btn-user label p {

    color: #ecda9a;

    font-family: DB-Heavent-Cond;

    font-size: 18px;

    padding: 10px 0;

  }



  button:hover {

    opacity: 0.8;

  }



  /* Extra styles for the cancel button */

  .cancelbtn {

    width: auto;

    padding: 10px 18px;

    background-color: #f44336;

  }



  /* Center the image and position the close button */

  .imgcontainer {

    text-align: center;

    margin: 24px 0 12px 0;

    position: relative;

  }

  b {

    font-size: 20px;

    font-family: DB-Heavent-Cond;

  }



  img.avatar {

    width: 40%;

    border-radius: 50%;

  }



  .container_popup {

    padding: 16px;

  }



  span.psw {

    float: right;

    padding-top: 16px;

  }



  /* The Modal (background) */

  .modal {

    display: none; /* Hidden by default */

    position: fixed; /* Stay in place */

    z-index: 1; /* Sit on top */

    left: 0;

    top: 0;

    width: 100%; /* Full width */

    height: 100%; /* Full height */

    overflow: auto; /* Enable scroll if needed */

    background-color: rgb(0,0,0); /* Fallback color */

    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

    padding-top: 60px;

  }



  /* Modal Content/Box */

  .modal-content {

    background-color: #343635;

    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */

    border: 1px solid #888;

    width: 50%; /* Could be more or less, depending on screen size */

    border-radius: 10px;

  }



  /* The Close Button (x) */

  .close {

    position: absolute;

    right: 25px;

    top: 0;

    color: #ecda9a;

    font-size: 35px;

    font-weight: bold;

  }



  .close:hover,

  .close:focus {

    color: red;

    cursor: pointer;

  }



  /* Add Zoom Animation */

  .animate {

    -webkit-animation: animatezoom 0.6s;

    animation: animatezoom 0.6s

  }



  @-webkit-keyframes animatezoom {

    from {-webkit-transform: scale(0)}

    to {-webkit-transform: scale(1)}

  }



  @keyframes animatezoom {

    from {transform: scale(0)}

    to {transform: scale(1)}

  }



  /* Change styles for span and cancel button on extra small screens */

  @media screen and (max-width: 300px) {

    span.psw {

       display: block;

       float: none;

    }

    .cancelbtn {

       width: 100%;

    }

  }

  @media screen and (max-width: 991px) {

    .modal-content {

        background-color: #343635;

        margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */

        border: 1px solid #424342;

        width: 90%; /* Could be more or less, depending on screen size */

        border-radius: 10px;

      }

  }



input[type=text], select {
    width: 100%;
    color: #000;
    padding: 6px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

button[type=submit] {
    width: 100%;
    background: linear-gradient(135deg, #ff9b00 0%, #cf7a00 100%);
    color: #fff;
    padding: 10px 20px;
    margin: 8px 0;
    border: 1px solid #343635;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
}

input[type=submit]:hover {

    background-color: #d6c400;

}

.main-deposit {

    width: 100%;

    height: auto;

}

.wrapper_deposit {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    background: #2f2e2c;
}

.wrapper_deposit label{
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
}

.wrapper_deposit h3 {
    color: #fff;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    padding-bottom: 10px;
    font-weight: 500;
}

#holding-usd {
    font-size: 20px;
}

input[type=file]{

    width: 100%;

    color: #000;

    background-color: #343635;

    display: flex;

    justify-content: center;

    align-items: center;

    font-family: DB-Heavent-Cond;

    padding: 10px 0;

    border-radius: 5px;

}

.bank-deposit {

    width: 100%;

    height: auto;

}

.bank-deposit .container {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    padding: 0px 10px;

}

.bank-deposit .container .row {

    margin-top: 10px;

    background-color: #f1f1f1;

    border-radius: 10px;

    background-image: radial-gradient(circle at 0% -14%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #f1f1f1 11%, #f1f1f1 23%, white 24%, white 30%, #f1f1f1 31%, #f1f1f1 43%, white 44%, white 50%, #f1f1f1 51%, #f1f1f1 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent);

}

.bank-deposit .container .row .bname{

    width: 100%;

    height: auto;

    padding-top: 10px;

    display: flex;

}

.bank-deposit .container .row .bname img{

    height: 60px;

    margin-left: 20px;

}

.bank-deposit .container .row .bname p{

    position: relative;

    text-align: left;

    color: #000;

    font-size: 25px;

    font-family: DB-Heavent-Cond;

    top: 15px;

    left: 20px;

}

.bank-deposit .container .row .nbank{

    margin: 0;

    padding-top: 20px;

    text-decoration: none;

}

.bank-deposit .container .row .nbank p{

    text-align: left;

    color: #000;

    font-size: 22px;

    font-family: DB-Heavent-Cond;

    padding-left: 20px;

}

.bank-deposit .container .row .nbank h2{

    text-align: left;

    color: rgb(72, 0, 90);

    font-size: 36px;

    font-family: DB-Heavent-Cond;

    padding-left: 20px;

    letter-spacing: 0.3rem;

    line-height: 25px;

    margin-top: 10px;

    text-decoration: none;

}

.bank-deposit .container .row .nbank h1{

    text-align: left;

    color: #000;

    font-size: 22px;

    font-family: DB-Heavent-Cond;

    padding-left: 20px;

    font-weight: 400;

    padding-bottom: 10px;

}

.demo-withdraw {

    width: 100%;

    height: auto;

    margin-top: 10px;

}

.demo-withdraw .container {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    background-color: #363636;

    padding: 10px;

    border-radius: 10px;

}

.demo-withdraw .container i {

    color: #e9bc40;

    font-size: 18px;

}

.demo-withdraw .container h2 {

    color: #e9bc40;

    font-size: 24px;

    font-family: DB-Heavent-Cond;

}



.demo-withdraw .container p {

    color: #e9bc40;

    font-size: 18px;

    font-family: DB-Heavent-Cond;

}



.click{

    background-color: #323232;

    height:auto;

    cursor:pointer;

    margin-bottom:10px;

    padding: 5px;

    font-size: 22px;

    color: #e9bc40;

    font-family: DB-Heavent-Cond;

    box-shadow: 2px 5px 7px #000;

  }



  .click i{

    color: #e9bc40;

    font-size: 12px;

    margin-top: 5px;

  }



  /* .content{

    display:none;

    background-color: #fff;

    font-size: 20px;

    font-family: DB-Heavent-Cond;

    padding: 10px;

  }

  .content .title{

    font-size: 24px;

    font-family: DB-Heavent-Cond;

  }

  .content .description{

    font-size: 18px;

    font-family: DB-Heavent-Cond;

  } */



  .rotate {

      transform: rotate(-180deg);

      /*transform: rotate(180deg);*/

      transition: .3s;

  }

  .rotate-reset {

      transform: rotate(0deg);

      transition: .3s;

  }





  .promotion p i{

    float:right;

  }

  .promotion {

      max-width: 1280px;

      height: auto;

      margin: 0 auto;

  }

  .promotion img {

    width: 100%;

    height: auto;

}

.p-bootom {

    padding-bottom: 50px;

}

.rule-img {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

}

.rule-img img {

    width: 100%;

}

.rule {

    width: 100%;

    height: auto;

    margin-top: 10px;

}

.rule .container {

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    background-color: #343635;

    padding: 10px;

    border-radius: 10px;

    box-shadow: 5px 5px 12px #000;

}

.rule .container i {

    color: #b8a676;

    font-size: 18px;

}

.rule .container h2 {

    color: #b8a676;

    font-size: 24px;

    font-family: DB-Heavent-Cond;

}



.rule .container p {

    color: #b8a676;

    font-size: 18px;

    font-family: DB-Heavent-Cond;

}

.slide-wrap {

    position: relative;

    max-width: 1280px;

    height: auto;

    margin: 0 auto;

    z-index: 1;

}
.game-view {
    width: 100%;
    height: auto;
}
.game-view .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 0.5em;
    padding: 0 10px;
}
.game-view .container a {
    text-decoration: none;
    color: #000;
}
.game-view .container .row {
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
}
.game-view .container .row ion-icon {
    color: #fff;
    font-size: 30px;
}
.game-view .container .row p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
}
.alltab {
    width: 100%;
    height: auto;
}
.alltab .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 0.5em;
    padding: 0 10px;
}
.alltab .container a {
    text-decoration: none;
    color: #000;
}
.alltab .container .row {
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    height: 100px;
}
.alltab .container .row ion-icon {
    color: #fff;
    font-size: 30px;
}
.alltab .container .row i {
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 60px;
    margin-top: 10px;
}
.alltab .container .row p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    line-height: 0;
}
.agent {
    width: 100%;
    height: auto;
}
.agent h2 {
    max-width: 1280px;
    margin: 0 auto;
    color: #ff9015;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    padding: 5px 0;
    font-weight: 500;
    background-color: #2f2e2c;
}
.agent h2 img {
    width: 4px;
}
.agent .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    box-sizing: border-box;
    padding: 10px;
    gap: 0.8em;
    background: #12141d;
}
.agent .container .row {
    cursor: pointer;
}
.agent .container .row img {
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    vertical-align: middle;
}
.agent .container .row .text-bg {
    width: 100%;
}
.agent .container .row p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding-top: 5px;
}
.agent .container .row i {
    color: #005eff;
    font-size: 14px;
}
.agent .container .row span {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.agent_sub {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.agent_sub .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    padding: 10px;
    gap: 0.8em;
}
.agent_sub h2 {
    max-width: 1280px;
    margin: 0 auto;
    color: #000;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    padding: 10px;
    font-weight: 500;
}
.agent_sub h2 img {
    width: 4px;
}
.agent_sub .container .row {
    cursor: pointer;
}
.agent_sub .container .row img {
    width: 100%;
    box-shadow: 2px 5px 8px #b6b6b6;
    border-radius: 5px;
}
#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#customers td{
    border: 1px solid #494a49;
    padding: 4px;
    font-family: DB-Heavent-Cond;
    font-size: 20px;
    text-align: center;
    color: #b8a676;
}
#customers tr:nth-child(even){
    background-color: #343635;
}
#customers tr {
    background-color: #343635;
}
#customers tr:hover {
    background-color: #343635;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: #4f504f;
    color: #b8a676;
    text-align: center;
    font-family: DB-Heavent-Cond;
    font-size: 22px;
    font-weight: 500;
}
/* Code custom more */
.frontend-file:hover{
    cursor: pointer;
}
.require-input{
    color:#ff0000;
}
.selection-drowpdown{
    height: 40px;
}
label.error{
    color: crimson;
}
.alert-success-custom{
    color: aliceblue;
    background-color: palegreen;
    float: right;
    margin: 20px 32px;
    padding: 12px 90px;
}
.alert-error-custom{
    color: aliceblue;
    background-color: coral;
    float: right !important;
    margin: 0px 35px;
    padding: 12px 56px;
    position: absolute;
    z-index: 999;
}

.credit {
    max-width: 1280px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    background: linear-gradient(135deg, #146cac 0%, #012037 100%);
}
.credit .amount {
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
}
.credit .amount p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.credit .amount span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.credit .amount .user-id {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    background-color: #105e97;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 5px;
}
.credit .amount .fa-cc-visa {
    font-size: 16px;
}
.credit .amount i {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.credit .amount h2{
    color: #fff;
    text-align: center;
    font-family: DB-Heavent-Cond;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
}
.credit .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 0.5em;
    padding: 5px;
}
.credit .container .row {
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    background: linear-gradient(135deg, #146cac 0%, #012037 100%);
}
.credit .container .row:hover {
    filter: brightness(150%);
}
.credit .container #widraw {
    cursor: pointer;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
        background: linear-gradient(135deg, #ff9b00 0%, #cf7a00 100%);
}
.credit .container .row p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
}
.credit .container .row i{
    color: #fff;
    font-size: 16px;
}
.allservice {
    width: 100%;
    height: auto;
}
.allservice .container {
    max-width: 1280px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 0 auto;
    padding: 10px;
}
.allservice .container a {
    text-decoration: none;
}
.allservice .container .row {
    padding: 0;
    padding: 12px;
    border-bottom: 1px solid #0d0f17;
    background-color: #12141d;
}
.allservice .container .row img {
    width: 25px;
    height: 25px;
    position: absolute;
}
.allservice .container .row p {
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    margin-left: 50px;
}
.allservice .container .row i {
    width: 10px;
    height: 10px;
    color: #595959;
    font-size: 20px;
    position: relative;
    left: 10px;
    padding: 10px;
    border-radius: 100%;
}
.fa-chevron-right {
    color: #f7971d  !important;
    float: right;
    right: 10px;
    font-size: 14px !important;
    margin-top: 0px;
    border: none !important;
}
.logout {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.logout .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.logout .container i {
    font-size: 16px;
}
.logout .container a {
    width: 100%;
    text-decoration: none;
}
.logout .container a div {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    background: #f7971d;
    border-radius: 50px;
    padding: 10px 0;
}

.two-box {
    width: 100%;
    height: auto;
}
.two-box .container {
    max-width: 1280px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    padding: 10px;
}
.two-box .container a {
    text-decoration: none;
}
.two-box .container .row {
    padding: 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 5px 8px #dbdbdb;
}
.two-box .container .row p {
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    text-align: center;
}
.two-box .container .row i {
    width: 100%;
    color: #595959;
    font-size: 20px;
    text-align: center;
}
.menupop {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    background: #12141d;
    margin-top: 5px;
}
.menupop .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    box-sizing: border-box;
    padding: 10px;
    margin-top: 30px;
    gap: 0.8em;
}
.menupop h2 {
    position: absolute;
    color: #ebd072;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    left: 10px;
}
.menupop h1 {
    position: absolute;
    color: #adadad;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    float: right;
    right: 10px;
}
.menupop h2 img {
    width: 4px;
}

.menupop .container .row {
    cursor: pointer;
    border: 2px solid #393d52;
    background-color: #12141d;
    padding: 15px 0;
    box-shadow: 3px 5px 8px #000;
}

.menupop .container .row img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.menupop .container .row p{
    color: #ebd072;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    text-transform: uppercase;
}
.nav-bottom {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 999;
    background: #12141d;
}
.nav-bottom .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.nav-bottom .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 5px;
    border-top: 2px solid #766350;
}
.nav-bottom .container a {
    text-decoration: none;
}
.nav-bottom .container .row {
    padding: 0px;
    position: relative;
}
.nav-bottom .container .row i {
    display: block;
    font-size: 22px;
    color: #929292;
    text-align: center;
}
.nav-bottom .container .row p {
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
}
.nav-bottom .container .row img {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* ----------------------------------------------- */
.container1 {
    max-width: 1280px;
    background-color: #2f2e2c;
}
.container1 h2 {
    position: relative;
    color: #ff9015;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 10px 0;
    font-weight: 500;
    left: 10px;
}
.container1 h1 {
    position: absolute;
    color: #adadad;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    float: right;
    right: 10px;
    top: 10px;
}
.container1 h2 img {
    width: 4px;
}
.slide-container {
    margin: 0 10px;
    overflow: hidden;
}
.card {
    border-radius: 8px;
}
.card .image-box {
    /* height: 200px; */
}
.card .image-box img {
    width: 100%;
    height: auto;
}
.card .profile-details {
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: center;
}
.card .profile-details img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.profile-details .name {
    font-size: 20px;
    font-weight: 500;
    font-family: DB-Heavent-Cond;
    text-align: center;
}
.profile-details .job {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
}
.balance_home {
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.balance_home .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
}
.balance_home .wrap .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    background: url(../images/wrapper/content/bg_balance.png) center repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 1px 4px 8px #00213b;
    padding: 20px;
}
.balance_home .wrap  .container a {
    text-decoration: none;
}
.balance_home .wrap .container .row {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.balance_home .wrap .container .row p {
    position: relative;
    left: 0px;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    display: flex;
    float: left;
}
.balance_home .wrap .container .row i {
    font-size: 20px;
    color: #000;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

.balance_home .wrap .container .row h1 {
    height: 24px;
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: left;
    font-family: DB-Heavent-Cond;
    border-radius: 5px;
    float: left;
    line-height: 25px;
    display: block;
    width: 100%;
}
.balance_home .wrap .container .row span {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: DB-Heavent-Cond;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
}
.balance_home .wrap .container .row .profile_balance {
    position: absolute;
    float: right;
    right: 0px;
    width: 70px;
    top: -10px;
}
.deposit_widraw {
    width: 100%;
    height: auto;
}
.deposit_widraw .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
}
.deposit_widraw .container .row {
    border-radius: 15px;
    margin-top: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(120deg, #212121, #313131);
    padding: 10px;
}
.deposit_widraw .container .row table {
    width: 100%;
    border-radius: 10px;
}
.deposit_widraw .container .row td {
    max-width: 1280px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    text-decoration: none;
}
.deposit_widraw .container .row tr {
    margin-left: 30px;
    line-height: 10px;
}
.deposit_widraw .container .row span {
    max-width: 1280px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 4px 5px;
    text-decoration: none;
    position: absolute;
}
.deposit_widraw .container .row ion-icon {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 5px;
}
.logo-notification {
    width: 30px;
    height: 30px;
}
.post1 {
    width: 100%;
    height: auto;
}
.post1 .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    padding: 20px 0;
    gap: 1em;
}
.post1 .container .row {
    cursor: pointer;
}
.post1 .container .row h2 {
    text-align: left;
    color: #ff8022;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
}
.post1 .container .row p {
    text-align: left;
    color: #ff8022;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
}
.post1 .container .row img {
    width: 100%;
}
/* -------------------Tab------------------- */
.swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 18px;
}
.swiper-pagination-bullet {
    background-color: #000;
}
.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;
  padding: 10px;
}
/* Unoder list */
.tab ul {
  list-style: none;
  text-decoration: none;
}
.tab ul a {
    text-decoration: none;
  }
.tab li i {
    font-size: 18px;
    width: 30px;
}

.tab li {
    text-align: left;
    color: #ebc76e;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    transition: .5s;
    margin-top: 0.8rem;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
    line-height: 30px;
    text-transform: uppercase;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(to bottom, #393939, #292929);
}
.tab li img {
  margin-top: 0;
}
.tab {
  position: relative;
  left: 0px;
}
.tab li:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: #000;
}
.tab li.active {
  color: #000;
  background: linear-gradient(180deg, rgb(193, 170, 139) 0%, rgb(193, 170, 139) 50%, rgb(226, 210, 195) 100%);
}
.content {
  grid-column: 3/-1;
}
.inner-content {
  display: grid;
  grid-template-rows: repeat(1,2fr);
  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 {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.sport1 .allsport1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 10px 0px;
    gap: 0.5em;
}
.sport1 .allsport1 .boxsport1 {
    margin: 0;
}
.sport1 .allsport1 p {
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-top: 10px;
}
.sport1 .allsport1 h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    float: left;
    display: flex;
    text-transform: uppercase;
}
.sport1 .allsport1 h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    float: left;
    display: flex;
    text-transform: uppercase;
}
.sport1 .allsport1 h3 {
    width: 100%;
    color: #ebc76e;
    text-align: center;
    font-size: 36px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(to bottom, #393939, #292929);
    padding: 10px 0;
}
.sport1 .allsport1 img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-bottom: 20px;
}
.sport1 .allsport1 .ddd {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-bottom: 20px;
}
.sport1 .allsport1 .bbb {
    width: 20%;
    display: block;
    margin-left: 0 !important;
    margin-right: auto;
}
.sport1 .allsport1 .girl {
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px !important;
}

.sport1 .allsport2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 10px 0px;
    gap: 1em;
}
.sport1 .allsport2 .boxsport2 {
    height: 150px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
}
.sport1 .allsport2 .boxsport2 p {
    color: #e9bc40;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    line-height: 50px;
    margin-top: 25px;
}
.sport1 .allsport2 .boxsport2 h1 {
    color: #e9bc40;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    font-family: DB-Heavent-Cond;
}
.sport1 .allsport2 img {
    width: 100%;
    box-shadow: 5px 5px 10px #000;
    border: 1px solid rgba(0, 0, 0, 0.808);
    border-radius: 10px;
}
.number {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #12141d;
}
.number .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0.5em;
    padding: 10px;
}
.number .container .row {
    cursor: pointer;
    border-radius: 5px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
}
.number .container .row p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    font-family: DB-Heavent-Cond;
}
.number button {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    border: none;
    box-shadow: 3px 5px 8px #141414;
    padding: 10px;
    border-radius: 50px;
}
.total_voucher {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
}
.total_voucher .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.total_voucher .container .row {
    cursor: pointer;
    border-radius: 100px;
}
.total_voucher .container .row p {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 2px 10px;
}
.total_voucher .container .row span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: 100px;
    height: 25px;
    line-height: 25px;
}
.total_voucher .container .row h1 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
}
.total_voucher .container .row .bal {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}
.total_voucher button {
    width: 15%;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    font-family: DB-Heavent-Cond;
    border: none;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    float: right;
    right: 50px;
    bottom: 10px;
}
.kide {
    max-width: 1280px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.kide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.kide .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.5em;
}
.kide .container .row {
    cursor: pointer;
}
.kide .container .row p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    font-family: DB-Heavent-Cond;
}
.link_ui {
    width: 100%;
    height: auto;
}
.link_ui .wrap {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.link_ui .container {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.link_ui .container .row {
    position: relative;
    display: flex;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(to bottom, #393939, #292929);
}
.link_ui .container .row:hover {
    transition: 0.5s;
    background-color: #e2e7f5;
}
.link_ui .container .row .logo img {
    position: relative;
    float: left;
    left: 0;
    width: 50px;
    border-radius: 10px;
    padding-bottom: 0px !important;
}
.link_ui .container .row .title_txt {
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 40px;
    color: #ebc76e;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
}
.link_ui .container .row .title:hover {
    transition: 0.3s;
    color: #000;
}
.link_ui .container .row .title span {
    color: #000;
    font-size: 16px;
    font-family: DB-Heavent-Cond;
}
.boxsport2 > h1{
    cursor: pointer;
}
img#confirm{
    cursor: pointer;
}
.wrapvoucher {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.voucher{
    height: 100px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
}
.voucher p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    line-height: 50px;
    margin-top: 25px;
}
.voucher h1{
    color: #e9bc40;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    font-family: DB-Heavent-Cond;
    line-height: 100px;
    cursor: pointer;
}
/* ----------------------------Tab Admin------------------------- */
/* -------------------Tab------------------- */
.swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 18px;
}
.swiper-pagination-bullet {
    background-color: #000;
}
.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;
    background: #2a2a2a;
}

/* Targetting menu */
.menu-mobile1 {
  grid-column: 1/3;
  padding: 10px;
}
/* Unoder list */
.touch ul {
  list-style: none;
}
.touch li i {
    font-size: 18px;
    width: 30px;
}
.touch li {
    text-align: left;
    color: #ebc76e;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    transition: .5s;
    margin-top: 0.8rem;
    padding: 10px 5px;
    list-style: none;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 18px;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(to bottom, #393939, #292929);
}
.touch li img {
  margin-top: 0;
}
.touch {
  position: relative;
  left: 0px;
}
.touch li:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: #000;
}
.touch li.active {
  color: #000;
  background: linear-gradient(180deg, rgb(193, 170, 139) 0%, rgb(193, 170, 139) 50%, rgb(226, 210, 195) 100%);
}
.content {
  grid-column: 3/-1;
}
.inner-content {
  display: grid;
  grid-template-rows: repeat(1,2fr);
  margin-left: 1.8em;
  margin-right: 1rem;
}

.btn-text-2,.btn-text-3,.btn-text-4 {
  color:white;
}
.touch01 {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.touch01 .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 10px 0px;
    gap: 0.5em;
}
.touch01 .container .row {
    border-radius: 20px;
    background-size: cover !important;
}
.touch01 .container .row p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
}
.touch01 .container .row h1 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
}
.touch01 .container .row img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.descrip {
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.descrip .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    background-color: #151515;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.descrip .container .row {
    border-radius: 20px;
}
.descrip .container .row a {
    text-decoration: none;
}
.descrip .container .row div {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(90deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
}
.descrip .container .row h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
    padding: 20px 0;
}
/* ----------------------Lightbox------------------ */
.lightbox {
    /* max-width: 1280px;
    height: auto; */
    margin: 0 auto;
}
.room {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.title_box {
    max-width: 1280px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
}
.star {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title_box img {
    width: 20%;
    position: absolute;
}
.room .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
    margin-top: 10px;
}
.room .wrap .container_lightbox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}

.gallery img {
    width: 100%;
    vertical-align: middle;
}
.shop_porn {
    margin-top: 30px;
}
.banner_g {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.girls {
    width: 100%;
    height: auto;
}
.girls .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.girls .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.7em;
}
.girls .container .g_one {
    overflow: hidden;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(120deg, #212121, #313131);
}
.girls .container .g_one img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    vertical-align: middle;
    position: absolute;
    float: right;
    right: 30px;
    top: 30px;
    object-fit: cover;
}
.girls .container .g_one .step1 {
    width: 100px;
    height: 20px;
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    line-height: 22px;
    background: linear-gradient(90deg, #efcba7, #dcab76);
}
.girls .container .g_one .step2 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    margin-top: 5px;
}
.girls .container .g_one .step3 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 170px;
    display: inline-block;
}
.girls .container .g_one .step4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_one .step5 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_one .step6 {
    color:#878787;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_one .step7 {
    position: absolute;
    right: -25px;
    top: 18px;
    background: #c50000;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding: 0px 30px;
    font-style: normal;
    transform: rotate(45deg);
    color: #fff;
}
.girls .container .g_one .step6 i {
    color: #ff16c9;
    font-size: 14px;
}
.banner-001 {
    height: 200px;
}
.girls .container .g_two {
    overflow: hidden;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: .02667rem solid #a80000;
    background: linear-gradient(120deg, #870000, #2a0000);
}
.girls .container .g_two img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    vertical-align: middle;
    position: absolute;
    float: right;
    right: 30px;
    top: 30px;
    object-fit: cover;
}
.girls .container .g_two .step1 {
    width: 100px;
    height: 20px;
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    line-height: 22px;
    background: linear-gradient(90deg, #efcba7, #dcab76);
}
.girls .container .g_two .step2 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    margin-top: 5px;
}
.girls .container .g_two .step3 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 170px;
    display: inline-block;
}
.girls .container .g_two .step4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_two .step5 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_two .step6 {
    color:#878787;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}
.girls .container .g_two .step7 {
    position: absolute;
    right: -25px;
    top: 18px;
    background: #c50000;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding: 0px 30px;
    font-style: normal;
    transform: rotate(45deg);
    color: #fff;
}
.fa-fire {
    color: #fca71f;
}
.intruduce {
    width: 100%;
    height: auto;
}
.intruduce .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.intruduce .container .row {
    border-radius: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
    padding: 10px;
}
.intruduce .container .row img {
    width: 50%;
}
.intruduce .container .row p {
    text-align: left;
    color: #c1c1c1;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
}
.aboutme {
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.aboutme .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.aboutme .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 10px 0px;
    gap: 0.5em;
}
.aboutme .container .row {
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(120deg, #212121, #313131);
}
.aboutme .container .row p {
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    padding-bottom: 20px;
    margin-top: 10px;
}
.aboutme .container .row h3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color: #ebc76e;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
}
.aboutme .container .row img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 10px;
}
.tile_aboutme {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    padding: 10px;
}
.tile_aboutme i {
    font-size: 16px;
}
.descrip_aboutme {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 10px;
}
.aboutme_partner {
    width: 100%;
    height: auto;
}
.aboutme_partner .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.aboutme_partner .wrap .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    box-sizing: border-box;
    gap: 0.5em;
}
.aboutme_partner .wrap .container .row {
    background-color: #fff;
}
.aboutme_partner .wrap .container .row img {
    width: 100%;
}
.post_two {
    width: 100%;
    height: auto;
}
.post_two .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.post_two .wrap .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 0.5em;
}
.post_two .wrap .container .row {
    cursor: pointer;
}
.post_two .wrap .container .row img {
    width: 100%;
}
.post_two .wrap .container .row p {
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
}
.back_home {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #696969;
    background: #282828;
}
.back_home .container_back {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.back_home .container_back p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    line-height: 50px;
}
.back_home .container_back i {
    width: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.statistics {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.statistics .wrap{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.statistics .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    box-sizing: border-box;
    gap: 0.5em;
    padding: 10px;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
    border-radius: 10px;
}
.statistics .container .row {
    cursor: pointer;
}
.statistics .container .row h2 {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: DB-Heavent-Cond;
    float: left;
    left: 0;
    position: relative;
    line-height: 30px;
}
.statistics .container .row h1 {
    color: #e9bc40;
    font-size: 16px;
    font-weight: 500;
    font-family: DB-Heavent-Cond;
    float: right;
    right: 0px;
    position: relative;
    border-radius: 5px;
    text-align: right;
    line-height: 30px;
}
.statistics .container .row i {
    color: #999999;
    font-size: 16px;
    width: 30px;
    position: relative;
    top: 3px;
}
.statistics .container .row p {
    width: 140px;
    height: 30px;
    color: #e9bc40;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    float: right;
    right: 0px;
    position: relative;
    border: .02667rem solid #766350;
    background: linear-gradient(#131313, #313131);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}
.btn_voucher {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: DB-Heavent-Cond;
    border: .02667rem solid #766350;
    background: #f7971d;
    border-radius: 5px;
    text-align: center;
    padding: 5px !important;
}



