* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
      background-image:
    url('../../RTP/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'POPPINS';
  background-attachment: fixed;
  padding-bottom: 60px;
}


.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.logo-container img{
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
}
main{
    padding: 10px;
}
.marque-container {
background: linear-gradient(
  to bottom,
  var(--theme-color-1),
  var(--theme-color-2)
);    padding: 5px;
    overflow: hidden;
}
.marque-container span{
      white-space: nowrap;

    color: white;
    font-weight: bold;
    font-size: 14px;
}

.slide-container{
    width: 100%;
    background: #0a0a0a;
    height: 250px;
}
.slide-container img{
    padding: 20px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: left 50% top 80%;
}

.btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 5px;
}
.btn a{
background: linear-gradient(
  to bottom,
  var(--theme-color-1),
  var(--theme-color-2)
);    padding: 10px;
    width: 100%;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
      transition: background 0.8s ease, color 0.8s ease;

}
.btn a:hover{
    color: black;
background: linear-gradient(
  to bottom,
  var(--theme-color-1),
  var(--theme-color-2)
);
}

.provider-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    gap: 10px;
    background: #191919;
}
.provider-container figure{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.provider-container figcaption{
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 999;
background: linear-gradient(
  to bottom,
  var(--theme-color-1),
  var(--theme-color-2)
);    border-top:  3px solid var(--theme-color-1);
}
.nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    gap: 5px;
}
.nav a i{
    font-size: 12px
}
.nav a span{
    font-size: 12px;
    font-weight: bold;
}

.rtp-con{
    padding-top: 20px;
        background: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
}

.rating::before {
    content: "★★★★★";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* wajib untuk solid */
    color: gold;
    font-size: 18px;
}

.card-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.card-wraper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background: linear-gradient(to bottom, var(--theme-color-1), var(--theme-color-2));
    border-radius: 5px;
}

.img-card{
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #333;
    border-radius: 5px;
}

.img-card img{
    width: 100%;
    height: 100%;
    display: block;
}
.bawah-card{
    width: 100%;
    display: flex;
    background: black;
    flex-direction: column;
    color: white;
    border-radius: 5px;
}
.tag-card {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 5px;
    gap: 5px; 
}

.tag-card i,
.tag-card span {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
.tag-card i {
    color: var(--theme-color-1);
}


.tag-card img {
    width: 25px;
    margin: 0;     
    padding: 0; 
    display: block;

}
.pola{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}
.pola{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}
.spin{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
}

.spin span, .spin i {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.bar {
    width: 100%;
    background: #222;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #00ff99, #00ccff);
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 13px;
    font-weight: bold;

    padding: 5px;
    box-sizing: border-box;

    transition: width 0.5s ease;
}



.spin span {
    display: inline-block;
    min-width: 90px; /* atur sesuai kebutuhan */
    text-align: left;
}


.jam{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.jam i, .jam span{
    font-size: 12px;
    font-weight: bold;
}
.jam i {
    color: var(--theme-color-1);
}



.spin i.off { color: red; }
.spin i.on { color: green; }

.icons-wrapper {
    display: flex;
    gap: 5px; /* jarak tetap */
}

.bar{
    padding: 10px;
}
.jam{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.jam i, .jam span{
    font-size: 12px;
    font-weight: bold;
}
.jam i {
    color: var(--theme-color-1);
}

.spin i.off { color: red; }
.spin i.on { color: green; }
