/* page news 1 */
.page-news-1 {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.header-info-news {
    width: 100%;
    height: 350px;
    /* border: 1px red solid; */
}

.image-header-info-news {
    width: 100%;
    height: 100%;
    background-color: gainsboro;
    display: flex;
    justify-content: left;
    align-items: center;
}

.banner-info {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.title-header {
    font-size: 49px;
    font-weight: 200;
    font-family: "Bebas Neue";
    color: white;
    margin: 0px 64px;
    z-index: 2;
    position: absolute;
}
/* ------------ */

/* page news 2 */
.page-news-2 {
    width: 100%;
    height: auto;
    background-color: white;
}

.area-info-news {
    width: auto;
    height: fit-content;
    /* border: 1px red solid; */
    margin: 0px 80px 10px 80px;
}

.line-info-news {
    width: 100%;
    border: 1px black solid;
    margin: 30px 0px;
}

.content-info-news {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 50px;
}

/* content kiri */
.content-IN-kiri {
    width: 100%;
    height: fit-content;
    /* border: 1px pink solid; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding-right: 10px; */
    margin-top: 20px;
}

.area-info {
    width: auto;
    height: auto;
    /* border: 1px red solid; */
    display: flex;
    gap: 20px;
}

/* area detail kiri */
.area-detail-kiri {
    width: 60%;
    height: auto;
}

.area-header-detail-info {
    width: 100%;
    height: auto;
}

.area-detail-desk-info {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.area-url-info {
    width: 100%;
    height: fit-content;
    /* border: 1px red solid; */
}

.url-info {
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0px;
    /* color: #fff; */
}

.link-url-info {
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0px;
    color: black;
}

.link-url-info:hover {
    text-decoration: underline;
}

.area-span-info {
    width: fit-content;
    height: auto;
    margin-top: 10px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.text-span-info {
    font-size: 15px;
    color: white;
    font-family: "Poppins";
    margin: 0px;
    padding: 4px 10px;
}

.area-tagar-info {
    width: 100%;
    height: fit-content;
    /* border: 1px red solid; */
    margin-top: 12px;
}

.header-tagar {
    width: auto;
    height: fit-content;
}

.text-header-tagar {
    font-size: 26px;
    margin: 0px;
    /* color: white; */
    font-family: "Poppins";
}

.area-text-tagar {
    width: auto;
    height: fit-content;
    display: flex;
    gap: 8px;
}

.tagar-info {
    font-size: 18px;
    font-weight: 200;
    font-family: "Poppins";
    margin: 0px;
    /* color: #fff; */
}

.area-title-info {
    width: 100%;
    height: fit-content;
    /* border: 1px blue solid; */
    margin-top: 8px;
}

.title-info {
    font-size: 34px;
    font-weight: 200;
    font-family: "Bebas Neue";
    margin: 0px;
    /* color: #fff; */
}

.area-image-info {
    width: auto;
    height: 350px;
    /* background-color: gainsboro; */
    margin-top: 12px;
}

.image-info {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.area-desk-info {
    width: 100%;
    height: fit-content;
    /* border: 1px green solid; */
    margin-top: 15px;
    font-size: 16px;
    text-align: justify;
    font-family: "Poppins";
    font-weight: 300;
    margin: 0px;
    /* color: #fff; */
}

figure {
    margin: 0px;
    /* border: 1px red solid; */
    margin-bottom: 10px;
    margin-top: 10px;
}

figure img {
    width: 100%;
    height: auto;
}

figure p {
    font-size: 16px;
    font-family: "Poppins";
    margin: 0px;
    font-weight: 300;
    color: black;
}

figcaption span {
    color: black;
}

figcaption span:hover {
    color: black;
    text-decoration: underline;
}

.desk-info {
    font-size: 16px;
    font-family: "Poppins";
    margin: 0px;
    font-weight: 300;
    /* color: #fff; */
}

.area-date-info {
    width: 100%;
    height: fit-content;
    /* border: 1px pink solid; */
    margin-top: 10px;
}

.date-info {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 300;
    margin: 0px;
    /* color: #fff; */
}
/* ------------------- */

/* area detail kanan */
.area-detail-kanan {
    width: 40%;
    height: auto;
}

.title-top-news {
    margin: 0px;
    font-family: "Bebas Neue";
    font-size: 32px;
    font-weight: 200;
    /* color: white; */
}

.content-more-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.link-box-info {
    width: 100%; /* Setengah kontainer minus setengah gap */
    color: black;
}

.box-info {
    width: auto;
    height: fit-content;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    /* padding: 10px; */
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.area-image-more-info {
    width: 40%;
    /*border: 1px black solid;
    */
    background-color: #333;
    border-radius: 10px;
    height: 120px;
}

.image-more-info {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.area-text-desk-more-info {
    width: 60%;
    height: 100%;
    /* max-height: 100%; */
    display: flex;
    flex-direction: column;
    /* gap: 6px; */
    justify-content: center;
    /* margin-top: 10px; */
}

.area-tag-more-info {
    display: flex;
    gap: 4px;
}

.tag-more-info {
    font-family: "Bebas Neue";
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    overflow-wrap: break-word;
    /* padding: 2px 0; */
    color: black;
}

.desk-more-info {
    font-family: "Poppins";
    margin: 0px;
    font-size: 16px;
    overflow-wrap: break-word;
    /* padding: 2px 0; */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Membatasi 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
    text-overflow: ellipsis;
    font-weight: 700;
    color: black;
}

.date-more-info {
    font-family: "Poppins";
    margin: 0px;
    font-size: 14px;
    overflow-wrap: break-word;
    /* padding: 2px 0; */
    font-weight: 500;
    color: black;
}

.line-box-info {
    width: 100%;
    border: 1px rgb(46, 46, 46) solid;
    margin-top: 20px;
}
/* ------------------- */

.line-detail-info {
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

#style-3::-webkit-scrollbar-track {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#style-3::-webkit-scrollbar {
    width: 12px;
    background-color: #292929;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#style-3::-webkit-scrollbar-thumb {
    margin: 3px 0px;
    border-radius: 10px;
    background-color: var(--primary-color);
    /* cursor: pointer; */
}

.area-bottom-box-info {
    display: none;
    width: 100%;
    height: 50px;
    /* border: 1px red solid; */
    text-align: center;
}

.title-bottom {
    font-size: 20px;
    font-family: "Poppins";
    color: var(--primary-color);
    margin: 0px;
    font-weight: 200;
    cursor: pointer;
}
/* --------------------- */

.area-trending-kategori {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* area trending info */
.area-trending-info {
    width: 80%;
    height: auto;
    /* margin-top: 20px; */
    /* border: 1px red solid; */
}

.header-trending-info {
    width: 100%;
    height: fit-content;
}

.title-trending-info {
    margin: 0px;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-weight: 200;
    /* color: white; */
}

.content-trending-info {
    width: 100%; /* Pastikan kontainer fleksibel */
    display: flex;
    flex-wrap: wrap; /* Membiarkan elemen turun jika tidak cukup ruang */
    gap: 15px; /* Mengatur jarak antar-elemen */
    box-sizing: border-box; /* Menghindari konflik padding/margin */
    /* border: 1px solid red; */
    margin-top: 10px;
}

.link-box-trending-info {
    width: calc(33.33% - 10px); /* Setengah kontainer minus setengah gap */
    color: black;
}

.box-trending-info {
    width: 100%;
    height: 100%;
    max-height: 290px;
    /* background-color: #f0f0f0; */
    border-radius: 10px;
    /* display: flex; */
    /* padding: 10px; */
    /* justify-content: center;
    align-items: center; */
    box-sizing: border-box;
    gap: 8px;
}

.area-image-trending-info {
    width: 100%;
    /*border: 1px black solid;
    */
    border-radius: 20px;
    background-color: #333;
    height: fit-content;
}

.line-trending-info {
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    margin-top: 10px;
}

.area-text-desk-trending-info {
    width: 100%;
    height: fit-content;
    max-height: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 10px;
}

.tag-trending-info {
    font-family: "Bebas Neue";
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Membatasi 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
    text-overflow: ellipsis;
    padding: 2px 0;
}

.desk-trending-info {
    font-family: "Poppins";
    margin: 0px;
    font-size: 16px;
    overflow-wrap: break-word;
    padding: 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Membatasi 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
    text-overflow: ellipsis;
    font-weight: 700;
}

.date-trending-info {
    font-family: "Poppins";
    margin: 0px;
    font-size: 12px;
    overflow-wrap: break-word;
    padding: 2px 0;
    /* font-weight: 700; */
}

.image-trending-info {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
/* ------------------- */

/* area kategori */
.area-kategori {
    width: 20%;
}

/* area news */
.area-news {
    width: 100%;
    height: auto;
    /* border: 1px yellow solid; */
}

.area-header-news {
    width: 100%;
    height: fit-content;
    /* border: 1px white solid; */
}

.header-news {
    font-size: 36px;
    font-family: "Bebas Neue";
    font-weight: 200;
    margin: 0px;
    /* color: white; */
}

.area-box-news {
    width: 100%;
    height: fit-content;
    /* border: 1px chartreuse; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 8px;
}

.link-box-news{
    width: 100%;
}

.box-news {
    flex: 0 0 calc(50% - 5px);
    height: 60px;
    background-color: white;
    border: 1.5px black solid;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.area-tag-news {
    width: auto;
    height: fit-content;
    /* border: 1px red solid; */
    padding: 10px;
    /* position: absolute; */
    z-index: 2;
}

.tag-news {
    margin: 0px;
    font-family: "Poppins";
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.image-news {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s ease;
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
}

.box-news:hover .image-news {
    filter: brightness(0.8);
    /*Gelapkangambarsaatdi-hover*/
    cursor: pointer;
    -webkit-filter: brightness(0.8);
}
/* ------------ */

/* ------------------- */
/* ------------ */
/* area info artis */

.page-news-3 {
    width: 100%;
    height: auto;
}

.area-stream-event {
    width: auto;
    height: auto;
    margin: 30px 80px 35px 80px;
    /* border: 1px red solid; */
}

.area-content-stream-event {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* area streaming */
.area-streaming {
    width: 100%;
    height: auto;
}

.area-header-streaming {
    width: 100%;
    height: fit-content;
}

.title-streaming {
    font-size: 38px;
    font-family: "Bebas Neue";
    font-weight: 200;
    /* color: white; */
    margin: 0px;
}

.area-thumbnail {
    width: 100%;
    height: 200px;
    /* background-color: whitesmoke; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.link-streaming {
    text-decoration: none;
}

.btn-play-streaming {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.image-streaming {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    filter: brightness(0.5);
    border-radius: 8px;
}

/* .btn-play-streaming:hover {
    background-color: rgb(49, 49, 49);
} */

.btn-play-streaming span {
    color: black;
    font-size: 30px;
}

/* .link-streaming:hover{
    border-radius: 8px;
    background-color: var(--primary-color);
    color: black;
} */

.line-streaming {
    width: 100%;
    border: 1px white solid;
    margin-top: 30px;
}

/* ------------- */

/* area -event */

.area-event {
    width: 100%;
}

.area-header-event {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.title-event {
    font-size: 38px;
    font-weight: 200;
    font-family: "Bebas Neue";
    /* color: white; */
    margin: 0px;
}

.area-content-groupE{
    height: auto;
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    margin-top: 10px;
}

/* event kiri */
.area-content-event-kiri {
    width: 50%;
    height: fit-content;
    display: flex;
    /* border: 1px greenyellow solid; */
}

.content-event-CD {
    width: 100%;
    height: 334px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: ; */
    cursor: pointer;
    border-radius: 8px;
    position: relative; /* Dibutuhkan untuk child position: absolute */
    overflow: hidden;
}

.image-CD{
    width: 100%; /* Sesuaikan dengan lebar parent */
    height: 100%; /* Sesuaikan dengan tinggi parent */
    position: absolute; /* Untuk menempel pada parent */
    object-fit: contain; /* Menjaga proporsi gambar */
    top: 0; /* Atur posisi di atas */
    left: 0;
    z-index: 1;
}

.area-countdown {
    height: 70px;
    border-radius: 8px;
    background: linear-gradient(to bottom, transparent, #333333e8);
    display: flex;
    justify-content: center;
    padding: 8px;
    z-index: 2;
}

.countdown {
    width: 65%;
    height: 100%;
    /* border: 1px white solid; */
    display: flex;
}

.area-days-date {
    /* width: 100%; */
    height: auto;
    /* border: 1px red solid; */
    background: linear-gradient(to top, transparent, #333333b9);
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 15px;
    z-index: 2;
}

.time-countdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Untuk memusatkan teks di tengah */
    width: 25%;
    height: auto;
}

.timer {
    margin: 0px;
    font-family: "Krub";
    font-size: 34px;
    color: white;
    font-weight: 500;
}

.title-timer {
    margin: 0px;
    font-family: "Krub";
    font-size: 18px;
    color: white;
    font-weight: 200;
}

.box-days-date {
    width: auto;
    height: auto;
    /* border: 1px red solid; */
}

.date-month {
    font-family: "Bebas Neue";
    font-size: 24px;
    color: white;
    font-weight: 200;
    margin: 0px;
}
.year {
    font-family: "Bebas Neue";
    font-size: 30px;
    color: white;
    font-weight: 200;
    margin: 0px;
}

.area-detail-event {
    width: 25%;
    height: auto;
    /* border: 1px red solid; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-event {
    width: 150px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.text-detail-event {
    font-family: "Poppins";
    font-size: 18px;
    color: black;
    margin: 10px;
}

/* ---------- */
.popup-event {
    display: none; /* Sembunyikan pop-up secara default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Latar belakang semi-transparan */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Pastikan pop-up di atas elemen lainnya */
    opacity: 0; /* Awal: transparan untuk animasi fade */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk fade */
}

.popup-content-event {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    width: 500px;
    height: fit-content; /* Lebar pop-up */
    display: flex;
    justify-content: center;
    align-items: end;
    transform: translateY(50px) scale(0.7); /* Awal: scale kecil dan turun */
    transition: transform 0.5s ease-in-out; /* Transisi untuk animasi scale dan slide */
}

/* Animasi saat pop-up muncul */
.popup-event.muncul {
    display: flex; /* Tampilkan pop-up */
    opacity: 1; /* Pop-up terlihat */
}

.popup-event.muncul .popup-content-event {
    transform: translateY(0) scale(1); /* Kembalikan ke ukuran dan posisi normal */
}

/* Animasi saat pop-up keluar */
.popup-event.tutup {
    opacity: 0; /* Fade-out */
    transition: opacity 0.5s ease-in-out;
}

.popup-event.tutup .popup-content-event {
    transform: translateY(50px) scale(0.7); /* Kecilkan dan geser turun */
}

.close {
    cursor: pointer;
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
}

.area-info-event {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desk-event {
    font-size: 18px;
    font-family: "Poppins";
    margin: 0px;
    font-weight: 300;
    color: black;
}

.jam-event {
    font-size: 16px;
    font-family: "Poppins";
    margin: 0px;
    font-weight: 500;
    color: black;
}

.title-box-event {
    font-size: 34px;
    font-family: "Bebas Neue";
    font-weight: 200;
    margin: 0px;
    color: black;
}

.link-event {
    text-decoration: none;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 300;
    margin: 0px;
    color: black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.link-event:hover {
    text-decoration: underline;
}

/* event kanan */

.area-content-event-kanan{
    width: 100%;
}

.area-box-content-event-kanan {
    width: 100%;
    /* height: 50; */
    /* border: 1px crimson solid; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content-event {
    width: calc(50% - 10px);
    height: 325px;
    background-color: #f0f0f0;
    /* display: flex;
    justify-content: end;
    align-items: end; */
    cursor: pointer;
    border-radius: 8px;
    position: relative; /* Dibutuhkan untuk child position: absolute */
    overflow: hidden;
}

.image-UC{
    width: 100%; /* Sesuaikan dengan lebar parent */
    height: 100%; /* Sesuaikan dengan tinggi parent */
    position: absolute; /* Untuk menempel pada parent */
    object-fit: contain; /* Menjaga proporsi gambar */
    top: 0; /* Atur posisi di atas */
    left: 0;
    z-index: 1;
}

.area-days-date-right {
    /* width: 100%; */
    /* height: 40px; */
    /* background-color: #333333b9; */
    border-radius: 8px;
    display: flex;
    padding: 0px;
}

.content-days-date-right {
    background: linear-gradient(to top, transparent, #333333b9);
    z-index: 2;
    width: 100%;
    padding: 15px;
    height: 80px;
    /* border: 1px red solid; */
    text-align: left;
    /* display: flex;
    justify-content: end;
    align-items: end; */
}

.box-days-date-right {
    width: 40%;
    height: auto;
    /* border: 1px red solid; */
}

.date-month-right {
    font-family: "Bebas Neue";
    font-size: 22px;
    color: white;
    font-weight: 200;
    margin: 0px;
}
.year-right {
    font-family: "Bebas Neue";
    font-size: 22px;
    color: white;
    font-weight: 200;
    margin: 0px;
}
/* ------------- */
/* -------------- */
