/* page-podcast-1 */

.page-podcast-1 {
    width: auto;
    height: fit-content;
    margin: 0px 80px 0px 80px;
    /* border: 1px red solid;  */
    /* background-color: darkgrey; */
}

.area-header-podcast {
    width: 100%;
    /* margin: 0px 64px 0px 64px; */
    height: fit-content;
    /* border: 1px blue solid; */
    padding-top: 50px;
    text-align: center;
}

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

.title-header-podcast {
    font-size: 48px;
    font-family: "Bebas Neue";
    font-weight: 200;
    color: black;
    margin: 0px;
    /* position: absolute; */
    z-index: 5;
}

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

/* page podcast 2 */

.page-podcast-2 {
    width: 100%;
    /* height: auto; */
    /* border: 1px red solid; */
    background-color: white;
}

.area-card-podcast {
    width: auto;
    height: auto;
    margin: 0px 80px 0px 80px;
    /* border: 1px blue solid; */
}

.header-card-podcast {
    width: auto;
    height: fit-content;
    /* border: 1px pink solid; */
    padding-top: 20px;
}

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

.line-podcast{
    width: 100%;
    border: 0.5px rgb(50, 50, 50) solid;
    margin-top: 10px;
}

/* content card podcast */

.content-card-podcast {
    width: auto;
    height: auto;
    /* border: 1px green solid; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.card-podcast {
    width: calc(33.33% - 14px); 
    height: auto;
    display: none; 
    

}

.card-podcast:nth-child(-n+6) {
    display: block;
    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: fit-content;
    /* 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";
}

.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 {
    color: black;
}

/* .text-watch-podcast {
    color: white;
    font-family: "Poppins";
} */

.area-bottom-card-podcast {
    width: 100%;
    height: 50px;
    /* border: 1px red solid; */
    text-align: center;
}

.title-bottom {
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(50, 50, 50);
    margin: 0px;
    font-weight: 200;
    cursor: pointer;
}

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

/* page podcast 3 */

.page-podcast-3 {
    width: 100%;
    height: fit-content;
    /* background-color: var(--primary-color); */
}

.area-videoYT {
    width: auto;
    margin: 0px 80px 0px 80px;
    /* border: 1px black solid; */
}

.area-header-videoYT {
    width: 100%;
    height: fit-content;
    /* border: 1px black solid; */
    padding-top: 25px;
}

.btn-play-videoYT-kiri{
    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-videoYT-kiri:hover{
    background-color: rgb(49, 49, 49);
} */

.btn-play-videoYT-kiri span {
    color: black;
    font-size: 38px;
}


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

/* area content videoYT */

.area-content-videoYT {
    width: 100%;
    height: auto;
    /* border: 1px red solid; */
    display: flex;
    margin-top: 10px;
    margin-bottom: 40px;
    gap: 20px;
}
/* ----------------- */

/* area videoYT kiri */
.area-contentYT-kiri {
    width: 100%;
    height: fit-content;
    /* background-color: #ff004d; */
    display: flex;
    gap: 10px;
}

.box-area-videoYT-kiri {
    
    width: 100%;
    height: 244px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* -------------------- */

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

/* area videoYT kanan */
.area-contentYT-kanan {
    width: 40%;
    height: 450px;
    /* background-color: #ff004d; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-area-videoYT-kanan {
    position: relative;
    z-index: 2; 
    width: 100%;
    height: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-play-videoYT-kanan{
    position: relative;
    z-index: 2; 
    height: 60px;
    width: 60px;
    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-videoYT-kanan:hover{
    background-color: rgb(49, 49, 49);
} */

.btn-play-videoYT-kanan span {
    color: black;
    font-size: 35px;
}

.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 streaming news */

.page-podcast-4 {
    width: 100%;
    height: auto;
    background-color: white;
}

.area-streaming-news{
    width: auto;
    margin: 0px 80px 0px 80px;
    padding-bottom: 30px;
    height: auto;
    /* border: 1px red solid; */
}

.area-content-SN{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* margin-top: ; */
    padding-top: 30px;
    margin-bottom: 30px;
}

/* area content kiri */

.area-content-SN-kiri{
    width: 100%;
    height: auto;
    /* border: 1px pink solid; */
    margin-top: 20px;
}

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

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

.content-SN-kiri{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

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

.btn-play-streaming{
    height: 65px;
    width: 65px;
    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;
}
/* -------------------- */

.line-SN{
    width: 100%;
    border: 1px black solid;
}


/* area content kanan */

.area-content-SN-kanan{
    width: 100%;
    height: auto;
    /* border: 1px salmon solid; */
}

.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: white; */
}

.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 */
}
/* -------------------- */

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

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