/* area detail podcast */
.iframe-yt{
    width: 100%;
    height: 100%;
}

.frame-yt-home{
    width: 100%;
    height: 100%;
}

/* area detail podcast */

.page-detail-1 {
    width: 100%;
    height: fit-content;
    background-color: white;
}

.area-detail-podcast {
    width: auto;
    margin: 0px 80px 0px 80px;
    height: auto;
    /* border: 1px red solid; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* area detail kiri */
.area-detail-kiri {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
    /* border: 1px white solid; */
}

.area-image-DP {
    width: 55%;
    height: auto;
    /* border: 1px red solid; */
}

.image-DP {
    width: 100%;
    height: 500px;
    background-color: gainsboro;
}

.image-podcast-detail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    filter: brightness(0.5); /* Mengurangi brightness menjadi lebih gelap */
    /* opacity: 0.8; */
}

.card-DP {
    width: 100%;
    /*background-color: darkgrey;
    */
    display: none;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* height: 500px; */
    position: relative;
}

.card-DP .card-DP-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    /* border: 1px red solid; */
}

.card-DP .card-DP-body {
    /*width: 100%;*/
    height: 415px;
    background-color: white;
    /* padding: 30px; */
    overflow: hidden;
    display: flex;
    /*flex-direction: column;
    */
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 12px;
    border-radius: 5px;
}

.card-DP .card-DP-header .DP-author {
    color: #333;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    width: 77%;
    height: 60px;
    display: flex;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    /* border: 1px black solid; */
}

.card-DP .card-DP-header .DP-author::before {
    background-color: transparent;
    border-top-left-radius: 20px;
    box-shadow: -30px -30px 0 white;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 23%;
    content: "";
    cursor: pointer;
    /* border: 1px black solid; */
}

.card-DP .card-DP-header .DP-view {
    font-weight: 600;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 30px;
    width: calc(20% - 2px);
    background-color: var(--secondary-color);
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.text-watchP {
    font-family: "Poppins";
    display: flex;
    align-items: center;
    gap: 4px;
}

.text-watchP i{
    font-size: 22px;
}

.btn-play-DP {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.btn-play-DP span {
    /* color: rgb(238, 238, 238); */
    font-size: 32px;
}

/* card B */
.card-DP-B {
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* border: 1px green solid; */
    height: auto;
}

.card-DP-B .card-header-DP-B {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    /* border: 1px red solid; */
}

.card-DP-B .card-body-DP-B {
    width: auto;
    /* height: 100%; */
    /* background-color: white; */
    /* padding: 30px; */
    overflow: hidden;
    display: flex;
    /* flex-direction: column; */
    gap: 12px;
    /* border-radius: 20px; */
    /* border: 1px red solid; */
}

.card-DP-footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    margin-top: 10px;
}

.card-DP-B .view-DP-B {
    font-weight: 600;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 30px;
    width: calc(20% - 2px);
    background-color: var(--secondary-color);
    border-radius: 12px;
    padding: 10px;
    /* margin-top: 5px; */
    cursor: pointer;
}

.text-watchP-B {
    font-family: "Poppins";
    display: flex;
    align-items: center;
    gap: 4px;
}

.text-watchP-B i{
    font-size: 22px;
}

.video-container {
    position: relative;
    width: 100%;
    height: fit-content;
    /* padding-bottom: 49%; */
    height: 415px;
    overflow: hidden;
}

.PlayerVid-dimensions.vjs-fluid:not(.vjs-audio-only-mode){
    padding-top: 415px; /* Rasio 16:9 (9 / 16 = 0.5625 * 100) */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* .video-container iframe,
.video-container #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
} */
/* ---------------------- */
/* ---------------------- */
/* animasi */
/* Kelas untuk menampilkan card dengan animasi */
.card-DP.show {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
    height: auto;
}
.card-DP-B.show {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
    height: auto;
}

/* Kelas untuk menyembunyikan card dengan animasi */
.card-DP.hide,
.card-DP-B.hide {
    opacity: 0;
    transform: translateY(20px);
}

.content-detail-podcast {
    width: 45%;
    height: auto;
    /* margin-top: 25px; */
    display: flex;
}

.line-detail-podcast {
    width: auto;
    height: 1px;
    background-color: black;
    margin: 0px 64px 30px 64px;
}

/* content kiri */


.content-detail-kiri {
    width: 100%;
    height: auto;
}

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

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

.detail-genre {
    font-family: "Bebas Neue";
    font-size: 18px;
    background-color: var(--primary-color);
    color: white;
    font-weight: 200;
    margin: 0px;
    padding: 5px 25px;
    /* border: 1px black solid; */
    text-align: center;
    border-radius: 10px;
}

.area-detail-title-podcast {
    /* width: 200px; */
    height: 100%;
    /* border: 1px white solid; */
}

.detail-title {
    font-family: "Poppins";
    font-weight: 600;
    /* color: white; */
    margin: 0px;
    font-size: 24px;
}

.area-desk-detail-podcast {
    width: 100%;
    max-height: 380px;
    height: fit-content;
    /* border: 1px red solid; */
    /* margin-top: 20px; */
}

.area-desk-detail-podcast p {
    width: 100%;
    max-height: 380px;
    /* height: 380px; */
    /* border: 1px red solid; */
    /* margin-top: 20px; */
    font-family: "poppins";
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    /* color: white; */
    margin: 0px;
}

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

/* area detail kanan */
.area-detail-kanan {
    width: 100%;
    height: auto;
    /* border: 1px green solid; */
}

.header-detail-kanan {
    width: 100%;
    height: fit-content;
}

.title-detail-kanan {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
    /* color: white; */
}

.area-episodeP {
    width: 100%;
    height: auto;
    /* overflow-y: auto; */
    display: flex;
    flex-wrap: wrap;
    /* border: 1px red solid; */
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.card-episode a {
    text-decoration: none;
    color: black;
    margin: 0px;
    height: fit-content;
    width: 100%;
}

/* card episode */

.card-episode {
    /* width: calc(25% - 10px); */
    height: fit-content;
    background-color: #ffffff;
    border-radius: 10px;
    /* padding: 15px 15px; */
    cursor: pointer;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); Shadow */
    /* border: 1px #292929 solid; */
}

.card-header-episode{
    margin-top: 8px;
}

.genre-episode {
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.title-genre-episode {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px;
}

.area-card-text-episode {
    width: fit-content;
    height: fit-content;
}

.card-text-podcast-episode {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    font-family: "Poppins";
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-image-podcast-episode {
    width: 100%;
    height: 157px;
    background-color: #f0f0f0;
    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-see-more {
    display: none;
}

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

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

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

/* area other podcast */
.page-detail-2 {
    width: 100%;
    height: fit-content;
    background-color: white;
    /* border: 1px white solid; */
}

.area-content-OP {
    /* width: 100%; */
    height: fit-content;
    background-color: transparent;
    /* position: relative; */
    /* top: 85px; */
    /* margin-top: 60px; */
    padding: 0px 80px 40px 80px;
    /* margin-bottom: 40px; */
}

.header-OP {
    width: 100%;
    height: auto;
    /* border: 1px black solid; */
    text-align: center;
}

.title-OP {
    font-size: 40px;
    font-family: "Bebas Neue";
    font-weight: 200;
    margin: 0px;
    padding: 30px 0px 5px 0px;
    /* color: #ffffff; */
}

.content-OP {
    width: 100%;
    height: fit-content;
    /* border: 1px red solid; */
    margin-top: 10px;
}

.area-tombol-OP {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tombol-kiri-OP,
.tombol-kanan-OP {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffdd0093;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 100%;
    transform: translateY(240%);
    -webkit-transform: translateY(240%);
    -moz-transform: translateY(240%);
    -ms-transform: translateY(240%);
    -o-transform: translateY(240%);
    transition: all 0.4s ease-in-out;
}

.tombol-kanan-OP:hover,
.tombol-kiri-OP:hover {
    background-color: var(--primary-color);
}

.tombol-kiri-OP {
    left: -20;
}

.tombol-kanan-OP {
    right: -20;
}

.area-content-card-OP {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0px;
}

.card-podcast {
    width: calc(33.33% - 14px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
    height: fit-content;
    cursor: pointer;
    
}

.card-podcast .card-header-podcast {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    /* border: 1px red solid; */
}

.card-podcast .card-body-podcast {
    /* width: 100%; */
    height: 70%;
    background-color: white;
    /* padding: 30px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    /* border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* border-radius: 10px; */
    /* padding: 15px; */
}

.head-body-podcast {
    width: 100%;
    height: auto;
    /* border: 1px black solid; */
    margin-top: 8px;
}

.genre {
    width: fit-content;
    height: fit-content;
    text-align: center;
    /* border: 1px black solid; */
    border-radius: 5px;
}

.title-genre {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px;
}

.area-card-text {
    width: fit-content;
    height: fit-content;
}

.card-text-podcast {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimal 2 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card-image-podcast {
    width: 100%;
    height: fit-content;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.image-podcast {
    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;
}

.card-podcast .card-header-podcast .author-podcast {
    color: #333;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    width: 55%;
    height: 50px;
    display: flex;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border: 1px black solid; */
}

.card-podcast .card-header-podcast .author-podcast::before {
    background-color: transparent;
    border-top-left-radius: 10px;
    box-shadow: -30px -30px 0 white;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 45%;
    content: "";
    /* border: 1px black solid; */
}

.card-podcast .card-header-podcast .view-podcast {
    font-weight: 600;
    color: white;
    font-family: "Poppins";
    justify-content: center;
    align-items: center;
    display: flex;
    height: 30px;
    width: 85%;
    background-color: var(--primary-color);
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.card-podcast .card-header-podcast .view-podcast:hover {
    background-color: white;
    color: black;
}


.link-podcast {
    width: 37%;
    /* border: 1px red solid; */
    z-index: 10;
    text-decoration: none;
}

.line-OP{
    width: 100%;
    border: 1px black solid;
    margin: 0px 0px;
}
/* .text-watch-podcast {
    color: white;
    font-family: "Poppins";
} */

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

/* area video news stream */
.page-detail-3 {
    width: 100%;
    background-color: white;
    height: fit-content;
    padding-bottom: 30px;
}

.area-video-news-stream {
    width: auto;
    height: auto;
    margin: 0px 80px 0px 80px;
    /* border: 1px red solid; */
}

.area-content-VNS {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* area content kiri */
.area-content-VNS-kiri {
    width: 62%;
    height: auto;
    /* border: 1px green solid; */
    margin-top: 30px;
}

.header-content-kiri {
    width: 100%;
    height: fit-content;
    /* border: 1px red solid; */
}

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

.content-kiri-video {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.area-video-top {
    height: 231px;
    width: 100%;
    /* border: 1px #ff004d solid; */
    display: flex;
    gap: 20px;
}

.area-video-bottom {
    height: 231px;
    width: 100%;
    /* border: 1px #ff004d solid; */
    display: flex;
    gap: 20px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.5);
    /*Menambahkanefekgelappadathumbnail*/
    z-index: 1;
    -webkit-filter: brightness(0.5);
}

.box-video {
    width: 50%;
    height: 100%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-play-video {
    position: relative;
    z-index: 2;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    /* margin-top: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

/* .btn-play-video:hover {
    background-color: #dfc102;
} */

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

.area-video-mid {
    height: 50%;
    width: 100%;
    /* border: 1px blue solid; */
}

.box-video-mid {
    width: 100%;
    height: 470px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-play-video-mid {
    position: relative;
    z-index: 2;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    /* margin-top: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

/* .btn-play-video-mid:hover {
    background-color: #dfc102;
} */

.btn-play-video-mid span {
    color: black;
    font-size: 33px;
}

.popup-player-yt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.popup-content-yt {
    position: relative;
    width: 640px;
    height: 360px;
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

#player-yt {
    width: 100%;
    height: 100%;
}

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

/* area content kanan */
.area-content-VNS-kanan {
    width: 100%;
    height: 100%;
    /* border: 1px green solid; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.area-content-news {
    height: fit-content;
    width: 100%;
    /* border: 1px #ffdb00 solid; */
    display: flex;
    flex-direction: column;
}

.header-news {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.more-news{
    margin: 0px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 200;
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.more-news i{
    font-size: 22px;
}


.content-news {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 10px;
}

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

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

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

.area-text-desk-top-info {
    /* width: 100%; */
    height: fit-content;
    max-height: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 5px;
    /* padding: 10px; */
    /* border: 1px rgb(40, 40, 40) solid; */
    border-radius: 8px;
}

.area-tag {
    display: flex;
    gap: 4px;
    margin-top: 5px;
}

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

/* .area-text {
    height: 54px;
} */

.desk-top-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-top-info {
    font-family: "Poppins";
    margin: 0px;
    font-size: 12px;
    overflow-wrap: break-word;
    padding: 2px 0;
}

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

.line-NS{
    width: 100%;
    border: 1px black solid;
    margin: 20px 0px;
}


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

.header-streaming {
    width: 100%;
    /* height: 5%; */
    height: fit-content;
}

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

.content-streaming {
    width: 100%;
    /* height: 100%; */
    /* border: 1px red solid; */
}

.box-streaming {
    width: 100%;
    height: 200px;
    /* background-color: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.btn-play-streaming span {
    font-size: 28px;
}

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

/* .btn-play-streaming:hover{
    background-color: #bd4200;
}
    
.btn-play-streaming span {
    color: rgb(238, 238, 238);
    font-size: 35px;
} */

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

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

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