/*
Theme Name: bonanza
Version: 1.1
Author:  New
Author URI: https://theatrekalamazoo.org/
License: Metasui
License URI: https://theatrekalamazoo.org/
Description: bonanza Live Themes
*/
html {height: 100%;font-size: 1em;line-height: 1.4;margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}

/* Perubahan di sini: background #080808 menjadi #000 */
body {margin: 0;background: #000;font-family: 'LatoWeb';line-height: 1.428571429;font-size: 14px;color: #aaaaaa;}

h1, h2, h3, h4, h5, h6{line-height: 1.2;margin: 15px 0px;font-weight: 500;}
h1{font-size: 25px;}
h2{font-size: 23px;}
h3{font-size: 21px;}
h4{font-size: 19px;}
h5{font-size: 17px;}
h6{font-size: 15px;}
ol li{list-style: desc;}
.article ul li{list-style: disc;}
li{list-style: none;}
* {-moz-box-sizing: border-box;box-sizing: border-box;}
a, h1, h2, h3, h4, h5, h6, .ico-title{color: #FFF;text-decoration: none;}
a:hover{color: #ffffff;}
div, input, label, p, section {display: block;position: relative;}
strong{color: #b6b6b6;}
img{width: 100%;height: 100%;}
.mobile{display:none;}
@font-face{font-family:'LatoWeb';src:url('fonts/Lato-Regular.woff2') format('woff2'),url('fonts/Lato-Regular.woff') format('woff');font-weight:normal;font-style:normal}
/*========== Layout Columns ===========*/
.row{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.col-1 {flex: 0 0 8%;max-width: 8%;}
.col-2 {flex: 0 0 10%;max-width: 10%;}
.col-3 {flex: 0 0 20%;max-width: 20%;}
.col-4 {flex: 0 0 33%;max-width: 33%;}
.col-5 {flex: 0 0 40%;max-width: 40%;}
.col-6 {flex: 0 0 50%;max-width: 50%;}
.col-7 {flex: 0 0 58%;max-width: 58%;}
.col-8 {flex: 0 0 66%;max-width: 66%;}
.col-9 {flex: 0 0 75%;max-width: 75%;}
.col-10 {flex: 0 0 80%;max-width: 80%;}
.col-11 {flex: 0 0 91%;max-width: 91%;}
.col-12 {flex: 0 0 100%;max-width: 100%;}
.rtp .col-2{flex: 0 0 16.666%;max-width: 16.666%;}
/*========== Navigation ===========*/

     

      * {
        box-sizing: border-box;
      }
      /* Perubahan di sini: background-color #CF9F02 menjadi #000 */
      body {
        background-color: #000;
        color: #fff;
        font-family: rubik, sans-serif;
      }
      /* Perubahan di sini: background-color #CF9F02 menjadi #000 */
      header {
        background-color: #000;
        box-shadow: 0 0 9px 2px hsl(0deg 0% 4% / 48%);
      }
      header .header-wrapper {
        margin: 0 auto;
        max-width: 500px;
      }
      header .header-wrapper .logo {
        display: flex;
        justify-content: center;
        position: relative;
        padding: 5px 0;
        margin-top: 1rem;
      }
      h1,
      h2,
      h3 {
        color: #6fbcff; /* Perbaiki typo di sini, seharusnya #6fbcff */
      }
      nav {
        background-color: #707070;
        padding-bottom: 2px;
        border-bottom: 2px solid #292929;
      }
      nav .menu {
        position: relative;
      }
      nav .menu ul {
        list-style-type: none;
        position: relative;
        margin: 0;
        padding: 0;
      }
      nav .menu ul li {
        color: #fff;
        display: inline-block;
      }
      nav .menu ul li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        display: inline-block;
      }
      .active {
        background: -webkit-linear-gradient(top, #08a31d 0%, #76db02 100%);
      }
      .container {
        margin: 0 auto;
        max-width: 500px;
      }
      .content {
        margin: 5px 0;
        padding: 5px;
      }
      .text-center {
        text-align: center;
      }
      .title {
        background-color: #181818;
        padding: 15px;
        font-size: 17px;
      }
      .thumbs {
        position: relative;
        padding-top: 5px;
      }
      .btn-body {
    margin: 15px 0;
    position: relative;
    display: flex;
    justify-content: center; /* Biar lebih rapi, button di tengah */
}

.btn-body .btn-items {
    margin: 0 5px;
    width: 100%;
    max-width: 300px; /* Batasi lebar biar ga terlalu lebar */
}

.btn-body .btn-items a {
    text-decoration: none;
    width: 100%;
    padding: 12px 20px; /* Padding sedikit lebih besar biar nyaman */
    color: #1a1a1a; /* Warna teks gelap biar kontras sama emas */
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%); /* Gradient emas diagonal */
    border-radius: 8px; /* Sudut lebih halus */
    display: inline-block;
    text-align: center;
    font-weight: 500; /* Teks sedikit lebih tebal */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Shadow halus */
    transition: all 0.3s ease; /* Transisi smooth untuk hover */
    position: relative;
    overflow: hidden;
}

.btn-body .btn-items a:hover {
    background: linear-gradient(135deg, #FFE066 0%, #FFC107 100%); /* Gradient lebih cerah saat hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Shadow lebih dalam */
    transform: translateY(-2px); /* Efek sedikit naik */
}

.btn-body .btn-items a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); /* Efek kilau */
    transition: 0.5s;
}

.btn-body .btn-items a:hover::before {
    left: 100%; /* Kilau bergerak saat hover */
}
      .box-games-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
      .box-games-wrapper .box-games {
        width: 150px;
        margin: 15px 5px;
      }
      .box-games-wrapper .box-games .games-img {
        position: relative;
        overflow: hidden;
        padding: 7px;
      }
      .box-games-wrapper .box-games .games-name {
        font-size: 12px;
        background-color: #181818;
        padding: 10px 5px;
        text-align: center;
        font-weight: 500;
      }
      .box-text {
        padding: 5px;
      }
      .box-text a {
        text-decoration: none;
        color: hsl(0, 0%, 100%);
      }
      .content table {
        width: 100%;
        border-collapse: collapse;
      }
      .box-text table {
        width: 100%;
        text-align: center;
        border-collapse: separate;
        border: 1px solid #fff;
      }
      .content table th,
      .content table td {
        padding: 8px;
        border: 1px solid #1130a5;
      }
      .content table th {
        background: #f88e12 -webkit-linear-gradient(bottom, #f88e12 0%, #720b0b 100%) repeat-x;
        text-shadow: 0 1px 3px rgb(0 0 0 / 75%);
      }
      .content table {
        width: 100%;
        border-collapse: collapse;
      }
      .box-text table th,
      td {
        border: 1px solid #fff;
        padding: 5px;
      }
      .mt-50 {
        margin-top: 50px;
      }
      footer {
        padding: 15px 5px;
      }
      footer .footer-text {
        text-align: center;
      }
      .sticky-bottom-menu {
        background: #181818;
        color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 997;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-top: 2px solid #292929;
        display: none; /* BARIS INI DITAMBAHKAN UNTUK MENGHILANGKAN MENU BAWAH */
      }
      .sticky-bottom-menu .menu-items {
        text-align: center;
        padding: 12px 5px 8px;
        color: #FFF;
        position: relative;
        text-decoration: none;
      }
      .sticky-bottom-menu .menu-items .menu-icons {
        position: relative;
      }
      .sticky-bottom-menu .menu-items .menu-icons i {
        font-size: 20px;
      }
      .sticky-bottom-menu .menu-items.menu-login {
        position: relative;
        z-index: 999;
        align-self: flex-end;
      }
      h1,
      p {
        text-align: center;
      }
      h1 {
        border-bottom: 2px solid #292929;
        padding-bottom: 8px;
      }
      @keyframes beat {
        to {
          transform: scale(1.2);
        }
      }
      @keyframes animateTop {
        0% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
        }
        100% {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }
      @keyframes animateRight {
        0% {
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
        }
        100% {
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
        }
      }
      @keyframes animateLeft {
        0% {
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
        }
        100% {
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
        }
      }
      @keyframes animateBottom {
        0% {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
        100% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
        }
      }
      @media only screen and (max-width: 720px) {
        .box-games-wrapper {
          justify-content: center;
        }
        .box-games-wrapper .box-games {
          width: 45%;
        }
        nav .menu ul li {
          display: block;
          text-align: center;
          padding-bottom: 12px;
        }
        nav .menu ul li a {
          width: 100%;
        }
        h1 {
          font-size: 18px;
        }
        .article p {
          font-size: 14px;
        }
      }
      .article {
        margin-bottom: 6rem;
      }