
* {
  margin: 0;
  padding: 0;
}

* {
    transition: background .3s ease-in-out,box-shadow .5s ease-in-out;
}

html, body {
  background: var(--body-color);
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'DigitalSansEf', sans-serif;
  color: #fff!important;
}

/* Component */

a {
 outline:none;
 color:#fff;
}
a:focus,
a:hover {
 color:#b88416;
 text-decoration:none
}

.container-fluid {
  margin: 0!important;
  padding: 0!important;
}

.container::before, .container::after {
  display: table;
  content: " ";
}
.mt-3 {
    margin-top: 0rem !important;
}
.mt-2 {
    margin-top: .5rem !important;
    background-color: #c79a30;
    padding: 6px 3px;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-main {
  background:var(--mode-greylight);
  background:linear-gradient(to bottom, var(--mode-greylight) 0%,#464646 100%);
  color:#fff;
  border-radius: 15px!important;
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: inherit;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn-main:hover {
  background:#464646;
  background:linear-gradient(to bottom, #464646 0%, var(--mode-greylight) 100%);
  color:#fff;
  border-radius: 15px!important;
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: inherit;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn-secondaries {
  background:var(--primary-color);
  background:linear-gradient(to bottom, var(--g-primary-color) 0%, var(--primary-color) 100%);  
  color:#fff;
  border-radius: 15px!important;
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: inherit;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn-secondaries:hover {
  background:var(--g-primary-color);
  background:linear-gradient(to bottom, var(--primary-color) 0%,var(--g-primary-color) 100%);
  color:#fff;
  border-radius: 15px!important;
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: inherit;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn-transaksi {
  background-color: var(--mode-greylight);
  text-transform: normal;
}

.btn-transaksi:hover,
.btn-transaksi:focus,
.btn-transaksi.active {
  background-color: var(--mode-greydark);
  color: var(--text-color);
  text-transform: normal;
  border-bottom: 3px solid var(--primary-color);
}


/* Component */

/* Header */
.logo{
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
}
.col-66{
    flex: 0 0 50% !important;
    max-width : 50% !important;
    float : center;
}
.col-6{
    flex: 100% !important;
    max-width : 100% !important;
    background:#151515;
}
.col-6M{
    flex: 100% !important;
    max-width : 400px !important;
    background:#151515;
}
.col-69{
    flex: 50% !important;
    max-width : 50% !important;
}
.topbar-container {
  padding: 8px 0;
  background:#151515;
}

.topMenu .input-group {
  background-color: var(--body-color);
  border: 1px solid rgb(255,255,255,0.2);
  border-radius: 3px;
}

.topMenu input.form-control {
  border: 0;
  background-color: var(--body-color);
  color: #fff !important;
  height: 30px;
  border-radius: 3px;
}

.topMenu input.form-control:focus{
  background-color: var(--body-color);
  color: #fff !important;
  height: 30px;
  border-radius: 3px;
}

.topMenu ::placeholder {
  color: #fff !important;
  font-size: 14px;
  opacity: .5 !important;
}

.topMenu .topNav {
  background: #000;
  border-color: #000;
  height: 99px!important;
  border-bottom: 4px solid #e2c360;
}

.topMenu ul.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.topMenu ul.top-menu li.nav-item {
  flex: 1;
}

.topMenu ul.top-menu li.nav-item a.nav-link {
  color: #e2c360!important;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  color: inherit;
  text-transform: uppercase;
}

.topMenu ul.top-menu li.nav-item a.nav-link:hover {
  color: #e2c360!important;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  color: inherit;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  
}

/* Header */

/* Content */

.form-tab-heading {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form-heading-subtab.active:before {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
}

.form-heading-subtab.active {
  opacity: 1;
}

.form-heading-subtab {
  width: 100%;
  padding-bottom: 7px;
  color: var(--mode-dark);
  opacity: .6;
  font-weight: 700;
  position: relative;
}

.information {
  color: #f4df80;
  border-radius: 0px;
  margin: 0px 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  background:black;
}

.information > [data-section="title"], .information > [data-section="date"] {
  display: flex;
  align-items: center;
}

.information > [data-section="announcements"] {
  background: #2b2b2b;
}

.information > [data-section="announcements"] {
  width: 60%;
  background: var(--body-color);
  overflow: hidden;
}
.information > [data-section="announcementsm"] {
  width: 90%;
  background: #2b2b2b;
  background: var(--body-color);
  overflow: hidden;
}

section .gameList {
    margin-left:10px;
    margin-right:10px;
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6,minmax(0,1fr));
}

section .gameListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListColoumn .gameList_box {
  width: 100%;
  height: 170px;
}

.download-apk-container {
  background: var(--image-src);
  background-size: cover;
  overflow: hidden;
}

section .promoList {
  display: grid;
  grid-gap: 0rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1,minmax(0,1fr));
}

section .promoListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.box_promo {
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: 5px;
}

.box_promo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.zoom {
  transition: transform .5s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
}



@media (max-width: 480px) {
  *, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-links-container {
    display: flex;
  }

  .login-links-container a {
    flex-basis: 50%;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;
  }

  .login-links-container a.btn_register {
    background: #fae58c;
    background: linear-gradient(to bottom,#fae58c 0%,#ba8a1c 100%);
  }

  .login-links-container a.btn_login {
    background: #696969;
    background: linear-gradient(to bottom,#696969 0%,#383838 100%);
  }
.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.main-menu-outer-container>i {
    background: #131313;
    color: #fff;
}
.main-menu-outer-container>i {
    background: #0a1749;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 3px;
    top: 0;
}
  .main-menu-outer-container > main {
    background-color: #131313;
    margin: 0;
    flex-grow: 1;
    display: flex;
    overflow: auto;
  }

  .main-menu-outer-container > main > a:first-child {
    margin-left: auto;
  }

  .main-menu-outer-container > main > a {
    display: block;
    white-space: nowrap;
    padding: 10px;
    min-width: 80px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  .main-menu-outer-container > main > a > img {
    display: block;
    height: 25px;
    width: 25px;
    margin: 10px auto;
  }

  section .gameList {
    display: grid;
    grid-gap: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  section .gameListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListColoumn .gameList_box {
    width: 100%;
    height: 110px;
  }

  .box_promo {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
  }

  .box_promo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .zoom {
    transition: transform .5s; /* Animation */
  }

  .zoom:hover {
    transform: scale(1.1);
  }
}

/* Content */

/* Footer */

footer {
  border-top-color: #101010;
  background: #0d0d0d;
  background-image: none;
  background-image: none;
  padding: 0px 0;
}

.footer-links, .copyright {
  margin-bottom: 15px;
}

.footer-links {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
}

.footer-links > li {
  display: inline-block;
}

.footer-links > li > a {
  cursor: pointer;
  display: block;
  color: #737373;
  padding-right: 10px;
  line-height: 20px;
  text-decoration: none;
}

.footer-links > li > a:hover {
  cursor: pointer;
  display: block;
  color: #fbeb8f;
  padding-right: 10px;
  line-height: 20px;
  text-decoration: none;
}

.copyright {
  color: #737373;
  text-align: right;
}

.footer-separator {
  border-top-color: #3d3b3e;
}

.footer-separator {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px dotted #3d3b3e;
}

.footMenu {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5,minmax(0,1fr));
}

.footMenuColomn {
  width: 100%;
  height: auto;
  text-align: center;
}

.footMenuColomn .foot_image {
  background-color: #303030;
  background-image: linear-gradient(to bottom,#303030 0%,#282828 100%);
  width: 50px;
  height: 50px;
  line-height: 30px;
  display: block;
  margin: 0 auto;
  margin-top: -22px;
  padding-top: 12px;
  border-radius: 50%;
}

@media (max-width: 480px) {
  footer {
    padding-top: 0px;
    background-color: #000000;
    color: #fff;
    line-height: 20px;
  }

  footer .contact-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: auto;
  }

  footer ul.contact-list > li {
    flex-basis: 50%;
    padding: 5px 10px;
  }

  footer .contact-list > li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #040a2a;
    border-radius: 30px;
    background-color: #0a0a0a;
    color: #fff;
  }

  footer .contact-list > li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: #b9a353;
  }

  footer h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
  }

  footer .bank-list {
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }

  footer .bank-list > li {
    margin: 5px 5px;
    text-align: center;
    padding-left: 5px;
  }

  footer .bank-list [data-online="true"]::before {
    background-color: #0f0;
  }

  footer .bank-list [data-online="false"]::before {
    background-color: #e00;
  }

  footer .bank-list [data-online="true"]::before, footer .bank-list [data-online="false"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
  }

  footer .bank-list [data-online] {
    position: relative;
    display: inline-block;
    width: 80px;
    min-height: 40px;
  }

  footer .bank-list [data-online] img {
    width: 80px;
    height: 40px;
  }

  footer .footer-links {
    background-color: #1d1d1d;
    color: #b9a353;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footer-links > li {
    flex-basis: 25%;
    text-align: center;
    margin: 5px 0;
  }

  footer .footer-links a {
    color: inherit;
    display: block;
    padding: 5px;
    font-size: 12px;
  }
}

/* Footer */

/* Sidebar */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: var(--body-color);
  transition: 0.5s;
}

.sidenavTop {
  width: 100%;
}

.sidenav .sidebarMenuLeft {
  background-color: #303030;
  background-image: linear-gradient(to bottom,#303030 0%,#282828 100%);
  padding: 20px;
  font-size: 12px;
  margin-top:5%;
}

.sidebarMenuLeft .input-group {
  background-color: var(--body-color);
  border: 1px solid rgb(255,255,255,0.2);
  border-radius: 3px;
}

.sidebarMenuLeft input.form-control {
  border: 0;
  background-color: var(--body-color);
  color: #fff !important;
  height: 30px;
  border-radius: 3px;
}

.sidebarMenuLeft input.form-control:focus{
  background-color: var(--body-color);
  color: #fff !important;
  height: 30px;
  border-radius: 3px;
}

.sidebarMenuLeft ::placeholder {
  color: #fff !important;
  font-size: 14px;
  opacity: .5 !important;
}

.sidenav .sidebarMenuLeft .user-menu {
  background-color: #2a2a2a;
  background-image: linear-gradient(to bottom,#2a2a2a 0%,#373737 100%);
  display: flex;
  justify-content: space-around;
  font-size: 10px;
  overflow: hidden;
}

.sidenav .sidebarMenuLeft .user-menu .user-menu-item {
  flex-basis: initial;
  flex: 1;
}

.sidenav .sidebarMenuLeft .user-menu .user-menu-item {
  margin: 10px 0;
  padding: 0 10px;
  flex-basis: calc(100%/3);
}

.sidenav .sidebarMenuLeft .user-menu-item + .user-menu-item {
  border-left: 1px groove #fff;
}

.sidenav .sidebarMenuLeft .user-menu .user-menu-item > a {
  flex-direction: column;
}

.sidenav .sidebarMenuLeft .user-menu .user-menu-item > a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  white-space: nowrap;
}

.sidenav .sidebarMenuLeft .user-menu-item > a > img {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.sidenavBottom {
  background-color: var(--body-color);
  width: 100%;
  height: 100%;
   z-index: 11000 !important;
}
.nav{
    background-color : #000;
}
.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
  background : none;
  color: #fbeb8f;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
  border-bottom: 1px solid #343a40;
  padding: 1rem;
 
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: rgb(253,208,23,0.3);
  color: #FFB302!important;
}


/* Sidebar */

/* Jackpot */

.home-jackpot-container {
  display: full;
  justify-content: space-between;
  margin-bottom: 2px;
}

.home-jackpot-container [data-section="jackpot"] {
  flex-basis: calc((100% - 15px)*.8);
}

.home-jackpot-container [data-section] {
  height: 140px;
}

.home-jackpot-container [data-section="jackpot"] .progressive-jackpot {
  height: 100%;
}

.progressive-jackpot {
  background: center no-repeat;
    background-image: none;
    background-size: auto;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.progressive-jackpot .jackpot-play {
  width: min(220px,15vw);
  height: auto;
}

.progressive-jackpot .jackpot-currency, .progressive-jackpot .jackpot-container {
  color: #edff00;
}

.progressive-jackpot .jackpot-container {
  font-family: 'advanced_dot_digital7';
  color: #fff;
  font-size: min(1.25vw,24px);
  width: 100%;
  text-align: center;
  letter-spacing: 7px;
  padding: 18px 52px;
  margin-top: 0px;
}

@media (max-width: 480px) {
  .progressive-jackpot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    position: relative;
    padding-top: 0px;
   margin-top: 0px;
    
  }
  
.p-2{
    background-color : #000 !important;
}
  .progressive-jackpot .jackpot-play {
    max-width: 70%;
    margin: 0 auto;
  }
.list-group-flush:last-child .list-group-item:last-child {
    background-color : #303030;
}
.hamburg {
                position: absolute;
                width: 40px;
                height: auto;
                padding: 0.6rem;
                background-color: var(--base-color);
                border-radius: 10px;
                z-index: 78;
                box-shadow: 0px 0px 12px 1px #dc1600;
            }


  .progressive-jackpot .jackpot-container {
    font-family: 'advanced_dot_digital7';
    color: #fff;
    font-size: min(17px,4.5vw);
    text-align: center;
    background: center no-repeat;
      background-color: rgba(0, 0, 0, 0);
      background-image: none;
      background-size: auto;
    background-size: 100% auto;
    background-color: #000;
    aspect-ratio: 305/62;
    letter-spacing: 3px;
    width: calc(100% - 20px);
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

            @import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap"); :root {
                --accent-color: #ffffff;
                --base-color: #df0707;
            }

            .hamburg {
                position: absolute;
                width: 40px;
                height: auto;
                padding: 0.6rem;
                background-color: var(--base-color);
                border-radius: 10px;
                z-index: 78;
                box-shadow: 0px 0px 12px 1px #dc1600;
            }

            .ard-sosmed {
                display: block;
                cursor: pointer;
                position: fixed;
                bottom: 45%;
                left: 10px;
                font-family: "Raleway", sans-serif;
                z-index: 79;
            }

            .ard-sosmed ul {
                margin: 0;
                padding: 0;
                position: relative;
            }

            .ard-sosmed ul li {
                position: absolute;
                text-decoration: none;
                list-style: none;
                transition: all .5s ease;
                opacity: 0;
            }

            .ard-sosmed.open ul li {
                opacity: 1;
            }

            .ard-sosmed.close ul li {
                opacity: 0;
            }

            @keyframes ardtransformopen1 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, -195px);
                    opacity: 1;
                }
            }

            @keyframes ardtransformopen2 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, -130px);
                    opacity: 1;
                }
            }

            @keyframes ardtransformopen3 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, -65px);
                    opacity: 1;
                }
            }

            @keyframes ardtransformopen4 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, 0px);
                    opacity: 1;
                }
            }

            @keyframes ardtransformopen5 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, 65px);
                    opacity: 1;
                }
            }

            @keyframes ardtransformopen6 {
                0% {
                    transform: translateX(0);
                    opacity: 0;
                }

                30% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translate(80px, 130px);
                    opacity: 1;
                }
            }

            .ard-sosmed.open ul li:nth-child(1) {
                animation: ardtransformopen1 .6s ease forwards;
            }

            .ard-sosmed.open ul li:nth-child(2) {
                animation: ardtransformopen2 .6s ease forwards;
            }

            .ard-sosmed.open ul li:nth-child(3) {
                animation: ardtransformopen3 .6s ease forwards;
            }

            .ard-sosmed.open ul li:nth-child(4) {
                animation: ardtransformopen4 .6s ease forwards;
            }

            .ard-sosmed.open ul li:nth-child(5) {
                animation: ardtransformopen5 .6s ease forwards;
            }

            .ard-sosmed.open ul li:nth-child(6) {
                animation: ardtransformopen6 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(1) {
                animation: ardtransformclose1 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(2) {
                animation: ardtransformclose2 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(3) {
                animation: ardtransformclose3 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(4) {
                animation: ardtransformclose4 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(5) {
                animation: ardtransformclose5 .6s ease forwards;
            }

            .ard-sosmed.close ul li:nth-child(6) {
                animation: ardtransformclose6 .6s ease forwards;
            }

            .ard-sosmed.close ul li {
                animation: ardtransformclose 0.5s ease forwards;
            }

            @keyframes ardtransformclose1 {
                0% {
                    transform: translate(80px, -195px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            @keyframes ardtransformclose2 {
                0% {
                    transform: translate(80px, -130px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            @keyframes ardtransformclose3 {
                0% {
                    transform: translate(80px, -65px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            @keyframes ardtransformclose4 {
                0% {
                    transform: translate(80px, 0px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            @keyframes ardtransformclose5 {
                0% {
                    transform: translate(80px, 65px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            @keyframes ardtransformclose6 {
                0% {
                    transform: translate(80px, 130px);
                    opacity: 1;
                }

                50% {
                    transform: translateX(80px);
                    opacity: 1;
                }

                100% {
                    transform: translateX(0);
                    opacity: 0;
                }
            }

            .ard-sosmed ul li a img {
                height: 90%;
                width: auto;
            }

            .ard-sosmed ul li a {
                display: flex;
                width: 55px;
                height: 55px;
                border: solid 2px var(--accent-color);
                border-radius: 10px;
                justify-content: center;
                align-items: center;
                background-color: rgb(169 58 58);
                pointer-events: none;
            }

            .ard-sosmed.open ul li a {
                pointer-events: auto;
            }

            .bar1, .bar2, .bar3 {
                width: 80%;
                height: 5px;
                background-color: var(--accent-color);
                margin: 6px auto;
                transition: 0.4s;
                position: relative;
                transform: translateY(-1px);
            }

            .open .bar1 {
                transform: translate(0, 10px) rotate(-225deg);
            }

            .open .bar2 {
                opacity: 0;
                transform: translate(0, -1px) rotate(-225deg);
            }

            .open .bar3 {
                transform: translate(0, -12px) rotate(-315deg);
            }

            .ard-sosmed ul li div {
                position: absolute;
                transition: all 0.3s ease;
                opacity: 0;
                scale: 0.1;
                font-family: "Raleway", sans-serif;
                font-size: large;
                background: rgb(0, 0, 0);
                color: var(--accent-color);
                text-align: center;
                text-wrap: nowrap;
                cursor: default;
                z-index: 95;
            }

            .ard-sosmed ul li:hover div {
                opacity: 1;
                scale: 1;
            }

            .ard-sosmed ul li:nth-child(1) div {
                transform: translateY(-120px);
            }

            .ard-sosmed ul li:nth-child(1):hover div {
                transform: translate(65px, -35px);
            }

            .ard-sosmed ul li:nth-child(2) div {
                transform: translateY(-150px);
            }

            .ard-sosmed ul li:nth-child(2):hover div {
                transform: translate(65px, -35px);
            }

            .ard-sosmed ul li:nth-child(3) div {
                transform: translate(15px, -176px);
            }

            .ard-sosmed ul li:nth-child(3):hover div {
                transform: translate(65px, -35px);
            }

            .ard-sosmed ul li:nth-child(4) div {
                transform: translate(15px, -176px);
            }

            .ard-sosmed ul li:nth-child(4):hover div {
                transform: translate(65px, -35px);
            }

            .ard-sosmed ul li:nth-child(5) div {
                transform: translate(15px, -176px);
            }

            .ard-sosmed ul li:nth-child(5):hover div {
                transform: translate(65px, -35px);
            }

            .ard-sosmed ul li:nth-child(6) div {
                transform: translate(15px, -176px);
            }

            .ard-sosmed ul li:nth-child(6):hover div {
                transform: translate(65px, -35px);
            }

            .attention {
                position: relative;
                -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 22% 100%, 22% 75%, 0% 75%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 22% 100%, 22% 75%, 0% 75%);
                width: 80px;
                text-wrap: nowrap;
                height: 30px;
                margin-bottom: 5px;
                left: 15px;
                background-color: var(--base-color);
                cursor: default;
                color: var(--accent-color);
                display: flex;
                justify-content: center;
                align-items: center;
                padding-bottom: 10px;
                opacity: 0;
            }

            .whore {
                animation: flicker 0.6s infinite;
            }

            .whore:hover {
                animation-duration: 10s;
            }

            @keyframes flicker {
                0% {
                    opacity: 1;
                }

                50% {
                    opacity: 0;
                }

                100% {
                    opacity: 1;
                }
            }

            @media screen and (max-width: 600px) {
                .ard-sosmed {
                    bottom: 30%;
                }
            }
            .w-slider {
    width: 100% !important;  /* Lebar gambar penuh di desktop */
    height: auto; /* Tinggi otomatis di desktop, tanpa batasan */
    max-height: none; /* Tidak ada batasan max-height di desktop */
}
.container2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}
/* Media query untuk perangkat mobile */
@media (max-width: 768px) {
    .w-slider {
        width: 100% !important;  /* Lebar gambar penuh di mobile */
        max-height: 120px !important; /* Maksimum tinggi 180px di mobile */
        height: 120px; /* Biarkan tinggi otomatis */
    }
}

.banner {
    aspect-ratio: 1920/613
}

.banner .carousel .carousel-inner>.item>a {
    display: block
}

.banner .carousel .carousel-inner>.item.active>a img {
    animation: zoom 20s
}

.banner .carousel-indicators li button {
    display: none
}

@media only screen and (min-width: 1024px) {

    .banner {
        aspect-ratio: 1920/613
    }
}

@media only screen and (max-width: 768px) {

    .banner {
        aspect-ratio: 640/299
    }
}

.download-apk-container {
    background: var(--image-src);
    background-size: cover;
    overflow: hidden
}

.progressive-jackpot>span[id] {
    display: none
}

.progressive-jackpot .jackpot-container {
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.progressive-jackpot .jackpot-currency {
    margin-right: 10px
}

@keyframes progressive-jackpot-counter-animation {
    0% {
        transform: translateY(-10%)
    }

    50% {
        transform: translateY(10%)
    }

    70% {
        transform: translateY(5%)
    }

    100% {
        transform: translateY(0)
    }
}

@media only screen and (max-width: 768px) {
    .progressive-jackpot .jackpot-container {
        font-size:15px;
        width: calc(100vw - 15px)
    }
}

@media only screen and (max-width: 425px) {
    .progressive-jackpot .jackpot-container {
        font-size:13px;
        width: calc(100vw - 15px)
    }
}

.carousel {
    position: relative;
}
/* Slider */
.float-rightto {
    float:right !important;
    margin-right:10px !important;
}

.card-body {
    background-color: #000;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem !important;
}
.nav-tabs .nav-link {
    background: silver;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e9df00 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.loyalty-info-container .user-info .balance-container{position:relative;display:flex;flex-wrap:nowrap;flex-direction:column;width:100%}.loyalty-info-container .user-info .balance-container .balance>a{display:flex;align-items:center;gap:5px;color:#fff;font-size:14px;padding:6px 20px 6px 8px}.loyalty-info-container .user-info .balance-container .balance>a>span{color:#61dd04}.loyalty-info-container .user-info .balance{position:relative;background-color:#060606;border-radius:20px;padding-left:10px;}.loyalty-info-container .user-info .balance a[data-toggle=dropdown]::after{position:absolute;right:10px;content:'';display:block;margin:auto;margin-top:1px;width:0;height:0;border-top:solid 4px #fff;border-left:solid 4px transparent;border-right:solid 4px transparent}.loyalty-info-container .refresh-container button{border:none;background:none;outline:none;padding:0}.loyalty-info-container .refresh-container img{height:18px;width:18px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loyalty-info-container{display:flex;flex-direction:column;background-color:#242424}.loyalty-info-container .loyalty-info{background:linear-gradient(0deg, #7b1010 0%, #9b0c0c 85.5%, #5d0505 99%);padding:8px 16px}.loyalty-info-container .loyalty-info .loyalty-info-wrapper{display:flex;justify-content:space-between;align-items:center;gap:8px}.loyalty-info-container .loyalty-info .loyalty-info-wrapper .loyalty-username-section{flex-basis:calc(40% - 10px)}.loyalty-info-container .loyalty-info .loyalty-info-wrapper .loyalty-username-section .username{font-size:16px;font-weight:700;text-transform:uppercase;color:#fff}.loyalty-info-container .loyalty-info .user-info{display:flex;align-items:center;min-width:165px;width:calc(50% - 8px)}
 .loyalty-info-container .user-info .balance-container .balance>a {
    display: flex
;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px 6px 8px;
}
.depo-withdraw {
    display: flex;
    gap: 15px;
    padding: 15px 10px;
    color: white;
    justify-content: space-between;
    flex-wrap: wrap;
}

.depo-withdraw .card {
    flex: 1 1 48%;
    background-color: #333;
    box-shadow: 0 4px 24px 1px rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 16px;
    min-width: 280px;
}

.depo-withdraw .card-header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.depo-withdraw .circle-wrp {
    background: #444242;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-right: 4px;
}

.depo-withdraw .ring {
    background: #141126;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.depo-withdraw .icon {
    width: 100%;
    height: 100%;
}

.depo-withdraw .text-wrp {
    flex-grow: 1;
}

.depo-withdraw .text-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.depo-withdraw .title {
    font-weight: 600;
    font-size: 16px;
}

.depo-withdraw .description {
    font-size: 12px;
    opacity: 0.8;
}

.depo-withdraw .text-time-new {
    font-size: 18px;
    font-weight: bold;
}

.depo-withdraw .text-time-new span {
    font-size: 36px;
}

.depo-withdraw .progress {
    background: #000;
    border-radius: 10px;
    height: 6px;
    margin-top: 8px;
    overflow: hidden;
}

.depo-withdraw .progress-bar {
    background: #ad972e;
    height: 6px;
    width: 0;
    position: relative;
    border-radius: 10px;
}

.depo-withdraw .progress-bar::before {
    content: '';
    position: absolute;
    right: -6px;
    top: -3px;
    width: 12px;
    height: 12px;
    background-color: #ad972e;
    border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .depo-withdraw {
        flex-direction: column;
        gap: 20px;
    }

    .depo-withdraw .card {
        width: 100%;
        flex: none;
    }

    .depo-withdraw .title,
    .depo-withdraw .description,
    .depo-withdraw .text-time-new {
        font-size: 14px;
    }

    .depo-withdraw .text-time-new span {
        font-size: 28px;
    }
}


.depo-withdraw>div div h4 {
    margin: 0 0 5px
}
.supported-banks {
    padding: 0 15px 15px;
}

.supported-banks .list-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.supported-banks .title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}

.supported-banks .title .text-color {
    color: #ad972e;
}

.supported-banks .button-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 120px;
    height: 42px;
    padding: 4px 12px;
    border: none;
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    border-radius: 5px;
    box-shadow: rgba(3,3,3,.1) 0 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.supported-banks .button-pay .icon {
    width: 22px;
    height: 22px;
    display: block;
}

.supported-banks .button-pay .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.supported-banks .button-pay .text .text-title {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

.supported-banks .button-pay .text .text-description {
    color: #cdcdcd;
    font-size: 11px;
    white-space: nowrap;
}

@media only screen and (max-width: 700px) {
    .supported-banks .button-pay {
        gap: 8px;
        height: auto;
    }

    .supported-banks .button-pay .text .text-title {
        font-size: 12px;
    }

    .supported-banks .button-pay .text .text-description {
        font-size: 10px;
    }
}

@media only screen and (max-width: 350px) {
    .supported-banks .list-wrapper {
        display: grid;
        gap: 12px;
    }
}
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000; /* pastikan tidak transparan */
}
body {
    padding-top: 180px; /* default untuk desktop */
}

@media (max-width: 767.98px) {
    body {
        padding-top: 115px; /* khusus untuk tampilan mobile */
    }
}


.games {
    padding: 0 10px
}

.home-games {
    margin-top: 20px
}

.home-games:first-child {
    margin-top: 5px
}

.home-games:last-child {
    margin-bottom: 20px
}

.home-games>.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.home-games>.title .text-color {
    color: #ad972e
}

.home-games>.title span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    align-self: center
}

.home-games>.title a {
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px
}

.home-games .game-wrapper {
    overflow-x: auto
}

.home-games .game-items {
    display: flex;
    width: 625px;
    gap: 3px
}

.home-games .game-items>.box {
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: calc(100%/6 - 5px);
    min-width: 112px;
    border-radius: 15px;
    padding: 6px;
    background: #333;
    border: 1px solid #ad972e
}

.home-games .game-items>.box>span {
    padding-top: 5px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis
}

.home-games .game-items>.box>.box-item {
    overflow: hidden;
    border-radius: 5px
}

.home-games .game-items>.box>.box-item img {
    
    height: 100px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.home-games .game-items>.box:hover>.box-item img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.home-games {
    margin-top: 30px
}

.home-games:first-child {
    margin-top: 0
}

.home-games>.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.home-games>.title span {
    color: #ad972e;
    font-weight: 500;
    font-size: 26px
}

.home-games>.title span .text-white {
    color: #ecececff
}

.home-games .wrapper-line {
    flex: 1 1 0%;
    place-self: center;
    padding: 0 20px
}

.home-games .wrapper-line .line {
    border-top: 1px solid #ad972e;
    width: 100%
}

.home-games>.title a {
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    align-self: center
}

.home-games>.title a:hover {
    background-color: #222;
    color: #fff
}

.home-games>.game-items {
    display: flex;
    gap: 10px
}

.home-games>.game-items>.box {
    cursor: pointer;
    text-align: center;
    z-index: 2;
    color: #fff;
    width: calc(100%/6 - 5px);
    border-radius: 15px;
    padding: 6px;
    padding-bottom: 10px;
    background: #333;
    border: 1px solid #ad972e
}

.home-games>.game-items>.box>span {
    padding-top: 10px;
    display: block;
    color: #fff;
    text-transform: uppercase
}

.home-games>.game-items>.box>.box-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.home-games>.game-items>.box>.box-item button {
    background-color: #cba50b;
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px 0 rgb(10 10 10 / 50%);
    cursor: pointer;
    z-index: 1;
    transition: opacity .2s ease-in-out
}

.home-games>.game-items>.box>.box-item>span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 1
}

.home-games>.game-items>.box>.box-item img {
    max-width: 100%;
    height: auto;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.home-games>.game-items>.box:hover>.box-item span {
    display: block
}

.home-games>.game-items>.box:hover>.box-item img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
@media only screen and (min-width: 769px) {
    .wrapper {
        width: 100%;
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.home-games {
    margin-top: 30px
}

.home-games:first-child {
    margin-top: 0
}

.home-games>.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.home-games>.title span {
    color: #ad972e;
    font-weight: 500;
    font-size: 26px
}

.home-games>.title span .text-white {
    color: #ecececff
}

.home-games .wrapper-line {
    flex: 1 1 0%;
    place-self: center;
    padding: 0 20px
}

.home-games .wrapper-line .line {
    border-top: 1px solid #ad972e;
    width: 100%
}

.home-games>.title a {
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    align-self: center
}

.home-games>.title a:hover {
    background-color: #222;
    color: #fff
}

.home-games>.game-items {
    display: flex;
    gap: 10px
}

.home-games>.game-items>.box {
    cursor: pointer;
    text-align: center;
    z-index: 2;
    color: #fff;
    width: calc(100%/6 - 5px);
    border-radius: 15px;
    padding: 6px;
    padding-bottom: 10px;
    background: #333;
    border: 1px solid #ad972e
}

.home-games>.game-items>.box>span {
    padding-top: 10px;
    display: block;
    color: #fff;
    text-transform: uppercase
}

.home-games>.game-items>.box>.box-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.home-games>.game-items>.box>.box-item button {
    background-color: #cba50b;
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px 0 rgb(10 10 10 / 50%);
    cursor: pointer;
    z-index: 1;
    transition: opacity .2s ease-in-out
}

.home-games>.game-items>.box>.box-item>span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 1
}

.home-games>.game-items>.box>.box-item img {
    max-width: 100%;
    height: auto;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.home-games>.game-items>.box:hover>.box-item span {
    display: block
}

.home-games>.game-items>.box:hover>.box-item img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
footer .information {
    gap: 15px
}

footer .information__detail {
    padding: 0
}

footer .information__detail .heading {
    font-size: 14px
}

footer .information__detail .subheading {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400
}
.services {
    margin-top: 30px
}

.services .wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 25px
}

.services .box {
    flex: 1;
    overflow: hidden
}

.services .box.half {
    flex: 1 0 7%
}

.services .box h4 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 26px;
    color: #ad972e;
    font-weight: 500
}

.services .box h4 .text-white {
    color: #ecececff
}

.box-item .box-title svg {
    fill: #fff
}

.box-item .box-title .text-white {
    color: #cececeff
}

.box-item .box-title .text-color {
    color: #ad972e
}

.box-item .box-hr {
    border-color: #ad972e;
    height: 0;
    border-top: 0
}

.box-item .box-row-title {
    display: flex;
    align-items: flex-end
}

.box-item .box-row-title .text-description {
    color: #c9c9c9;
    opacity: .8
}

.box-row-title .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px
}

.box-row-title .wrapper .icon {
    width: 20px;
    height: 20px;
    overflow: visible;
    opacity: 1;
    z-index: 1;
    fill: rgb(255,255,255)
}

.box-item .box-title {
    height: 34px;
    flex-grow: 1;
    margin: 0;
    overflow: hidden;
    font-size: 26px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    line-height: 34px;
    white-space: pre-line;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center
}

.payment-method .box-item {
    border-radius: 15px;
    background-color: #333;
    padding: 18px
}

.payment-method .box-item .list-wrapper {
    display: flex;
    gap: 16px
}

.payment-method .box-item .button-pay {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    outline: 0;
    border: none;
    cursor: inherit;
    width: 100%;
    height: 58px;
    opacity: 1;
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    border-radius: 5px;
    box-shadow: rgba(3,3,3,.1) 0 0 10px;
    padding: 0 30px;
    gap: 16px
}

.payment-method .box-item .button-pay .icon {
    width: auto;
    height: 32px;
    display: block
}

.payment-method .box-item .button-pay .text {
    text-align: left;
    line-height: 2.3px;
    font-size: 12px
}

.payment-method .box-item .button-pay .text .text-title {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased
}

.payment-method .box-item .button-pay .text .text-description {
    color: #5d5d5d;
    white-space: nowrap;
    font-size: 10px
}

.payment-method .box-item .sperate {
    border-left: 1px solid #a8a8a8;
    height: 40px;
    align-self: center
}

.payment-method .box-item .information-pay {
    font-size: 12px;
    align-items: center;
    display: flex;
    height: 64px;
    gap: 12px
}

.payment-method .box-item .information-pay .icon {
    width: auto;
    height: 32px;
    opacity: .6
}

.payment-method .box-item .information-pay .text {
    text-align: left;
    line-height: 4px
}

.payment-method .box-item .information-pay .text .text-title {
    color: #bababa;
    font-weight: 600;
    white-space: nowrap
}

.payment-method .box-item .information-pay .text .text-description {
    color: #bababa;
    font-weight: 600;
    white-space: nowrap
}

.services .box-item {
    border-radius: 15px;
    background-color: #333;
    padding: 18px;
    height: 291px;
}

.services .box-item.download {
    text-align: center
}

.services .box-item.download h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px;
    text-transform: uppercase
}

.services .box-item .deposit-withdraw {
    display: grid;
    gap: 0px
}

.services .box-item .deposit-withdraw .card {
    padding: 13px 9px;
    background-color: #111;
    box-shadow: 0 4px 24px 1px rgba(0,0,0,.15);
    border-radius: 10px;
    width: calc(100%/1.04)
}

.services .box-item .deposit-withdraw .card .card-header {
    display: flex;
    gap: 0px;
    align-items: center
}

.services .box-item .deposit-withdraw .card .card-header .title {
    font-weight: 600;
    font-size: 13px
}

.services .box-item .deposit-withdraw .card .circle-wrp {
    padding: 0;
    font-size: 30px;
    vertical-align: middle;
    background: #444242;
    border-radius: 100%;
    width: 62px;
    height: 48px;
    display: grid;
    align-items: center;
    justify-items: center;
    margin-right: 5px
}

.services .box-item .deposit-withdraw .card .text-wrp {
    width: 100%
}

.services .box-item .deposit-withdraw .text-note {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    line-height: 2.5
}

.services .box-item .deposit-withdraw .card .text-wrp .text-row {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center
}

.services .box-item .deposit-withdraw .card .circle-wrp .ring {
    padding: 0;
    background: #141126;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: grid;
    align-items: center;
    justify-items: center
}

.services .box-item .deposit-withdraw .card .circle-wrp .ring .icon {
    width: 100%;
    height: 100%
}

.services .box-item .deposit-withdraw .card .circle-wrp i {
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.services .box .deposit-withdraw .card .text-time-new {
    text-align: left;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 800
}

.services .box .deposit-withdraw .card .text-time-new span {
    font-size: 30px
}

.services .box .deposit-withdraw .card .progress {
    background: #464a4c;
    border-radius: 10px;
    height: 6px
}

.services .box .deposit-withdraw .card .progress-bar {
    background: #ad972e;
    border-radius: 10px;
    height: 6px;
    position: relative
}

.services .box .deposit-withdraw .card .progress-bar::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 7.5px;
    background-color: #ad972e;
    position: absolute;
    right: -1px;
    top: -3px
}

.services .box .member-service {
    font-size: 17px
}

.services .box .member-service .swiper-wrapper {
    min-height: 262px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.services .box .member-service .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #111;
    border-radius: 15px
}

.services .box .member-service a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0 solid #af9641;
    border-radius: 14px
}

.services .box .member-service a:first-child {
    margin-top: 7px
}

.services .box .member-service i {
    font-size: 25px;
    width: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff
}

.services .box .member-service span {
    color: #fff
}

.services .box .download a {
    float: right
}

.services .box .download a img {
    margin-top: 0
}
.title {
        display: flex
;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .title span .text-white {
        color: #ecececff;
    }
    .title span {
        color: #ad972e;
        font-weight: 500;
        font-size: 26px;
    }
    .wrapper-line {
        flex: 1 1 0%;
        place-self: center;
        padding: 0 20px;
    }
    .wrapper-line .line {
        border-top: 1px solid #ad972e;
        width: 100%;
    }
    .title a {
        background: linear-gradient(to bottom, #a28634 0, #9a7a17 2%, #997b17 3%, #bea423 47%, #c0a626 49%, #e7d133 100%);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 15px;
        border-radius: 20px;
        align-self: center;
    }
    .informations {
    color: #f4df80;
    border-radius: 0px;
    margin: 0px 0;
    padding: 10px 20px;
    display: flex
;
    justify-content: space-between;
    background: #151515;
}
.informations > [data-section="title"], .information > [data-section="date"] {
  display: flex;
  align-items: center;
}

.informations > [data-section="announcements"] {
  background: #2b2b2b;
}

.informations > [data-section="announcements"] {
  width: 60%;
  background: var(--body-color);
  overflow: hidden;
}
.informations > [data-section="announcementsm"] {
  width: 90%;
  background: #2b2b2b;
  background: var(--body-color);
  overflow: hidden;
}
.home-games {
    margin-top: 30px;
}

.home-games:first-child {
    margin-top: 0;
}

.home-games > .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.home-games > .title span {
    color: #ad972e;
    font-weight: 500;
    font-size: 26px;
}

.home-games > .title span .text-white {
    color: #ecececff;
}

.home-games .wrapper-line {
    flex: 1 1 0%;
    place-self: center;
    padding: 0 20px;
}

.home-games .wrapper-line .line {
    border-top: 1px solid #ad972e;
    width: 100%;
}

.home-games > .title a {
    background: linear-gradient(to bottom,#a28634 0,#9a7a17 2%,#997b17 3%,#bea423 47%,#c0a626 49%,#e7d133 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    align-self: center;
}

.home-games > .title a:hover {
    background-color: #222;
    color: #fff;
}

.home-games > .game-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
}

.home-games > .game-items > .box {
    width: calc((100% / 6) - 10px);
    cursor: pointer;
    text-align: center;
    z-index: 2;
    color: #fff;
    border-radius: 15px;
    padding: 6px;
    padding-bottom: 10px;
    background: #333;
    border: 1px solid #ad972e;
}

.home-games > .game-items > .box > span {
    padding-top: 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.home-games > .game-items > .box > .box-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home-games > .game-items > .box > .box-item button {
    background-color: #cba50b;
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 0 rgb(10 10 10 / 50%);
    cursor: pointer;
    z-index: 1;
    transition: opacity .2s ease-in-out;
}

.home-games > .game-items > .box > .box-item > span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 1;
}

.home-games > .game-items > .box > .box-item img {
    width: 100%;      /* Lebar penuh sesuai container .box */
    height: 150px;     /* Tinggi fix 80px */
    transition: transform 0.2s ease-in-out;
}

.home-games > .game-items > .box:hover > .box-item span {
    display: block;
}

.home-games > .game-items > .box:hover > .box-item img {
    transform: scale(1.25);
}

.box {
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: calc(100% / 6 - 5px);
    min-width: 112px;
    border-radius: 15px;
    padding: 6px;
    background: #333;
    border: 1px solid #ad972e;
}
.text-color {
    color: #ad972e;
}
.bigger-game-list ul {
  padding: 5px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.bigger-game-list ul > li {
  width: calc(100% / 6); /* Default: 6 kolom */
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 9px;
  position: relative;
}

/* Tablet */
@media (max-width: 767px) {
  .bigger-game-list ul > li {
    width: calc(100% / 4);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .bigger-game-list ul > li {
    width: calc(100% / 3);
  }
}

.bigger-game-list ul .inner-game-item {
  margin: 0;
  padding: 5px;
  border-radius: 25px;
  background-color: #1e1a31;
  border: 1px solid rgb(203, 165, 11);
  background-image: linear-gradient(to bottom,#1e1a31 0%,#171429 100%);
  display: block;
  font-weight: normal;
}

.bigger-game-list ul .inner-game-item .wrapper-container {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 5px;
  border-radius: 25px;
  overflow: hidden;
}

.bigger-game-list ul .inner-game-item .wrapper-container img,
.bigger-game-list ul .inner-game-item .wrapper-container .link-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bigger-game-list ul .inner-game-item .wrapper-container img {
  background-color: #000;
  transition: transform .2s;
  transform-origin: center;
}

.bigger-game-list ul .inner-game-item .wrapper-container .link-container {
  padding: 15px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: rgba(6,0,15,.85);
}

.bigger-game-list ul .inner-game-item .wrapper-container .link-container > a {
  margin: 0;
  font-size: 10px;
}

.bigger-game-list ul .inner-game-item .game-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bigger-game-list ul .inner-game-item .game-name {
  margin: 8px 0 4px;
  padding: 0 5px;
}

.bigger-game-list ul input[type="radio"] {
  position: absolute;
  visibility: hidden;
  left: -99em;
}

.bigger-game-list ul input[type="radio"]:not(:checked) ~ .wrapper-container .link-container {
  display: none;
}

.bigger-game-list ul input[type="radio"]:checked ~ .wrapper-container img {
  transform: scale(1.25);
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 12px;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  font-size: 9px;
  pointer-events: none;
  line-height: 1;
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container .rtp-progress {
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container .rtp-progress .rtp-progress-bar {
  height: 8px;
  border-radius: 50px;
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="low"] {
  background: linear-gradient(to right,#c81313,#d64646);
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="medium"] {
  background: linear-gradient(to right,#fcdc8f,#f2d064);
}

.bigger-game-list ul .inner-game-item .wrapper-container .rtp-container .rtp-progress .rtp-progress-bar[data-rtp="high"] {
  background: linear-gradient(to right,#31a13b,#62c88d);
}

.bigger-game-list ul input[type="radio"]:checked ~ .wrapper-container .rtp-container {
  opacity: 0;
}

/* Hover untuk munculkan tombol play */
.link-container {
  display: none;
}

.inner-game-item:hover .link-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

