body{
margin:0;
font-family:Arial;
background-image:url("/assets/img/bg.webp");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

.topbar{
height:80px;
width:100%;
background:#002b6b;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 30px;
box-sizing:border-box;
}

.logo img{
height:50px;
}

.menu a{
padding:10px 25px;
margin-left:10px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}

.daftar{
background:#ffcc00;
color:#020863;
}

.login{
background:red;
color:white;
}

.main-container{
width:70%;
max-width:1200px;
margin:auto;
background:#002b6b;
}

.running-text {
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffcc00;
  color: #002b6b;
  padding: 10px ;
  font-weight: bold;
  position: relative;

  border-bottom-left-radius: 30px; 
}

.running-text .marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.top-section{
display:flex;
}

.sidebar{
display:flex;
width:250px;
}

.sidebar table{
width:100%;
border-collapse:collapse;
}

.sidebar td{
padding:15px;
border-bottom:1px solid #444;
color:white;
cursor:pointer;
}

.sidebar a{
display:block;
width:100%;
color:white;
text-decoration:none;
}

.banner-main{
flex:1;
}

.banner-main img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.bottom-section{
display:flex;
gap:15px;
padding:15px;
}

.game-popular{
width:50%;
}

.game-popular h3{
background:#ffcc00;
color:#002b6b;
padding:10px;
text-align:center;
border-radius:8px;
margin-bottom:12px;
font-size:16px;
}

.game-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
}

.game-grid img{
width:100%;
border-radius:5px;
}

.right-bottom{
width:50%;
}

.jackpot img{
width:100%;
margin-bottom:10px;
border-radius:5px;
}

.banner-small img{
width:100%;
border-radius:5px;
}

.small-images{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
margin-top:10px;
}

.small-images img{
width:100%;
display:block;
border-radius:4px;
}

.full-section{
width:100%;
background:#002b6b;
color:white;
padding:40px;
border-top:3px solid #ffcc00;
}

.full-section .container{
    max-width:1200px;
    margin:auto;
}

.full-section h2{
    font-size:28px;
    margin-bottom:15px;
    color:#fff;
}

.full-section h3{
    font-size:20px;
    margin-top:25px;
    margin-bottom:10px;
    color:gold;
}

.full-section p{
    margin-bottom:15px;
    font-size:15px;
}

.full-section ul{
    padding-left:20px;
    margin-bottom:20px;
}

.full-section li{
    margin-bottom:8px;
}

.full-section a{
    color:gold;
    text-decoration:none;
}

.full-section a:hover{
    text-decoration:underline;
}

.site-contact{
width:100%;
border-top:1px solid #ffcc00;
margin-top:30px;
padding-top:20px;
color:#fff;
display:flex;
align-items:center;
padding:10px;
font-size:13px;
gap:15px;
}

.site-contact a{
color:#fff;
text-decoration:none;
}

.site-contact a:hover{
color:#ffcc00;
}

.site-right{
margin-left:auto;
display:flex;
gap:10px;
align-items:center;
}

.age{
background:#ff0000;
color:#000;
padding:2px 6px;
border-radius:3px;
font-weight:bold;
}

.site-contact a::after{
content:"|";
margin-left:10px;
}

.site-contact a:last-of-type::after{
content:"";
}

.info-section{
    border-top:1px solid #ffcc00;
    margin-top:30px;
    width:100%;
    color:#d7d7d7;
    display:flex;
    gap:40px;
    padding:30px 20px;
}

.info-col{
    flex:1;
}

.middle-col{
    border-left:1px solid #ffcc00;
    border-right:1px solid #ffcc00;
    padding:0 18px;
    box-sizing:border-box;
}

.info-col h2{
    margin:0;
    font-size:22px;
    line-height:1.1;
    color:#d3cfcf;
    font-weight:500;
}

.sub-title{
    margin:4px 0 14px;
    font-size:13px;
    color:#9c9a9a;
}

.line{
border-top:1px solid #ffcc00;
margin-bottom:18px;
}

.service-box{
    margin-bottom:18px;
}

.service-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:8px;
}

.service-header h3,
.product-item h3,
.support-box h3{
    margin:0;
    font-size:17px;
    font-weight:500;
    color:#9c9a9a;
}

.service-header span,
.product-item p,
.note{
    color:#9c9a9a;
    font-size:13px;
    line-height:1.8;
}

.time{
    font-size:50px;
    color:#ffffff;
    line-height:1;
    font-weight:300;
}

.time span{
    font-size:17px;
    margin-left:2px;
    color:#ffffff;
}

.progress{
    width:100%;
    height:10px;
    background:#b8b8c8;
    border-radius:10px;
    overflow:hidden;
}

.progress-fill{
    height:100%;
    background:#ffffff;
    border-radius:10px;
}

.fill-1{
    width:6%;
}

.fill-2{
    width:18%;
}

.note{
    margin-top:18px;
}

.product-item{
    padding:0 0 16px;
    margin-bottom:16px;
    border-bottom:1px dotted #666285;
}

.product-item:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.support-box{
    margin-top:10px;
}

.telegram-box{
    display:inline-flex;
    width:160px;
    height:32px;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    margin-top:10px;
}

.telegram-box img{
    width:150px;
    height:32px;
    display:block;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

@media (max-width: 900px){
    .info-section{
        flex-direction:column;
        gap:25px;
    }

    .middle-col{
        border-left:none;
        border-right:none;
        padding:0;
    }
}

.site-sertifikasi{
border-top:1px solid #ffcc00;
margin-top:30px;
width:100%;
display:flex;
justify-content:space-between;
padding:20px;
box-sizing:border-box;
color:#ffffff;
}

.sertif-col{
flex:1;
}

.sertif-col h3{
margin-bottom:15px;
font-size:16px;
color:#ffffff;
}

.logo-box{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
}

.logo-box img{
width:150px;
height:auto;
}

.logo-18{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
}

.logo-18 img{
width:100px;
height:auto;
}

.browser-box{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
}

.browser-box img{
width:40px;
height:auto;
}

.provider-section{
width:100%;
padding:20px;
box-sizing:border-box;
color:#ffffff;
}

.provider-title{
font-size:1px;
margin-bottom:15px;
}

.provider-box{
border:1px solid #ffcc00;
border-radius:6px;
padding:15px;
margin-bottom:18px;
border:1px solid #ffcc00;
box-shadow:0 0 8px rgba(255,204,0,0.3);
}

.provider-box h3{
margin-bottom:10px;
font-size:20px;
color:#ffffff;
}

.provider-list{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
gap:12px;
margin-top:20px;
}

.provider-item{
background:#111;
border:1px solid #888;
border-radius:12px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
transition:0.2s;
}

.provider-item img{
max-width:120px;
max-height:40px;
filter:grayscale(100%);
opacity:0.9;
}


.provider-item:hover{
border-color:#ffcc00;
}

.provider-item:hover img{
filter:none;
opacity:1;
}

.footer{
    border-top:1px solid #ffcc00;
    margin-top:30px;
    padding-top:20px;
    text-align:center;
    font-size:14px;
    color:#aaa;
}

@media (max-width:768px){

.full-section{
    padding:30px 15px;
}

.full-section h2{
    font-size:22px;
}

.full-section h3{
    font-size:18px;
}

}