@media (min-width: 1920px) {
    .page-podcast-1 {
        height: fit-content;
    }

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

    .title-header-podcast {
        font-size: 40px;
        margin: 0px 128px 0px 128px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 0px 128px 0px 128px;
    }

    .title-header-card-podcast {
        font-size: 34px;
    }

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

    .card-podcast {
        width: calc(25% - 15px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        height: fit-content;
        margin-top: 10px;
    }

    .card-podcast .card-body-podcast {
        /* height: 60%; */
        padding: 0px;
    }

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 24px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 14px;
        margin: 0px 0px;
    }
    /* ------------------ */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 128px 0px 128px;
    }

    .title-videoYT {
        font-size: 46px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-content-videoYT {
        gap: 15px;
        padding-bottom: 30px;
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
    }

    .box-area-videoYT-kiri{
        height: 305px;
    }

    .btn-play-videoYT-kiri {
        height: 60px;
        width: 60px;
    }

    .btn-play-videoYT-kiri span {
        font-size: 32px;
    }

    .area-contentYT-kanan {
        width: 35%;
        height: 600px;
        gap: 15px;
    }

    .btn-play-videoYT-kanan {
        height: 45px;
        width: 45px;
    }

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

    .popup-content-yt {
        width: 560px;
        height: 315px;
    }
    /* -------------------- */

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 128px 0px 128px;
    }

    .area-content-SN {
        margin-bottom: 30px;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 34px;
    }

    .box-streaming {
        height: 285px;
    }

    .btn-play-streaming {
        height: 50px;
        width: 50px;
    }

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-top-news {
        font-size: 34px;
    }

    .content-news {
        gap: 18px;
    }

    .box-news {
        height: fit-content;
        /* padding: 15px; */
    }

    .tag-top-info {
        font-size: 22px;
    }

    .desk-top-info {
        font-size: 20px;
    }

    .date-top-info {
        font-size: 18px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}

@media (max-width: 1440px) {
    /* Gaya untuk desktop besar */
}

@media (max-width: 1366px) {
    /* Gaya untuk laptop widescreen */
}

@media (max-width: 1280px) {
    /* Gaya untuk laptop standar */
}

@media (min-width: 1024px) and (max-width: 1280px){
    .page-podcast-1 {
        height: fit-content;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 40px;
        margin: 0px 32px 0px 32px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 20px 32px 0px 32px;
    }

    .title-header-card-podcast {
        font-size: 34px;
    }

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

    .card-podcast {
        width: calc(33.33% - 10px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        height: auto;
        margin-top: 10px;
    }

    .card-podcast .card-body-podcast {
        /* height: 60%; */
        padding: 0px;
    }

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 14px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 12px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

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

    .area-bottom-card-podcast {
        margin-top: 20px;
    }

    .title-bottom {
        font-size: 18px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 32px 0px 32px;
    }

    .title-videoYT {
        font-size: 46px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
    }

    .area-content-videoYT {
        gap: 15px;
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
    }

    .box-area-videoYT-kiri{
        height: 172px;
    }
    .btn-play-videoYT-kiri {
        height: 40px;
        width: 40px;
    }

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

    .area-contentYT-kanan {
        width: 35%;
        height: 335px;
        gap: 15px;
    }

    .btn-play-videoYT-kanan {
        height: 45px;
        width: 45px;
    }

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

    .popup-content-yt {
        width: 560px;
        height: 315px;
    }
    /* -------------------- */

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 32px 0px 32px;
    }

    .area-content-SN {
        margin-bottom: 30px;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 34px;
    }

    .box-streaming {
        height: 180px;
    }

    .btn-play-streaming {
        height: 50px;
        width: 50px;
    }

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 34px;
    }

    .content-news {
        gap: 10px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    .area-image {
        height: 100%;
        /* width: 40%; */
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .page-podcast-1 {
        height: fit-content;
    }

    .area-header-podcast{
        padding-top: 35px;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 36px;
        margin: 0px 20px 0px 20px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 0px 20px 0px 20px;
    }

    .title-header-card-podcast {
        font-size: 30px;
    }

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

    .card-podcast {
        width: calc(33.33% - 10px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        height: auto;
        margin-top: 10px;
    }

    .card-podcast .card-body-podcast {
        /* height: 60%; */
        padding: 0px;
    }

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 14px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 12px;
    }
    /* ------------------ */

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

    .area-bottom-card-podcast {
        margin-top: 20px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 20px 0px 20px;
    }

    .title-videoYT {
        font-size: 40px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
    }

    .area-content-videoYT {
        gap: 15px;
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
    }

    .box-area-videoYT-kiri{
        height: 129px;
    }

    .btn-play-videoYT-kiri {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kiri span {
        font-size: 24px;
    }

    .area-contentYT-kanan {
        width: 35%;
        height: 335px;
        gap: 15px;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 480px;
        height: 270px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 20px 0px 20px;
    }

    .area-content-SN {
        margin-bottom: 30px;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 30px;
    }

    .box-streaming {
        height: 160px;
    }

    .btn-play-streaming {
        width: 48px;
        height: 48px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 30px;
    }

    .content-news {
        gap: 10px;
    }

    .box-news {
        height: fit-content;
        /* padding: 5px; */
    }

    .area-image {
        height: 100%;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }

    .more-news {
        font-size: 14px;
    }

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

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

    /* ------------------ */
    /* ------------------ */
}

@media (max-width: 600px) {
    /* Gaya untuk tablet kecil atau phablet */
}

/* Mobile Devices */
@media (max-width: 480px) {
    .page-podcast-1 {
        height: fit-content;
    }

    .area-header-podcast {
        margin: 0px 8px 0px 8px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 28px;
        text-align: center;
        margin: 0px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 10px 8px 0px 8px;
    }

    .title-header-card-podcast {
        font-size: 28px;
    }

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

    .card-podcast {
        width: calc(50% - 5px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        max-width: 50%;
        height: auto;
        margin-top: 10px;
    }

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 14px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 10px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

    .area-bottom-card-podcast {
        margin-top: 30px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }
    /* ------------------------- */

    /* area videoYT */

    

    .area-videoYT {
        margin: 0px 8px 0px 8px;
    }

    .title-videoYT {
        font-size: 28px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-content-videoYT {
        gap: 10px;
        flex-direction: column;
        height: fit-content;
        margin-bottom: 0px;
        /* border: 1px red solid; */
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    .box-area-videoYT-kiri{
        width: 100%;
        height: 220px;
    }

    .btn-play-videoYT-kiri {
        height: 50px;
        width: 50px;
    }

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

    .area-contentYT-kanan {
        width: 100%;
        height: 28%;
        gap: 10px;
        flex-direction: row;
        /* border: 1px pink solid; */
    }

    .box-area-videoYT-kanan {
        height: 100%;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 320px;
        height: 180px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 8px 0px 8px;
    }

    .area-content-SN {
        margin-bottom: 30px;
        flex-direction: column;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 28px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 38px;
        height: 38px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 18px;
        flex-wrap: wrap;
    }

    .link-box-news {
        width: calc(50% - 10px);
    }

    .box-news {
        height: fit-content;
    }

    .area-image {
        height: 100%;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}
@media (max-width: 390px) {
    .page-podcast-1 {
        height: fit-content;
    }

    .area-header-podcast {
        margin: 0px 8px 0px 8px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 28px;
        text-align: center;
        margin: 0px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 10px 8px 0px 8px;
    }

    .title-header-card-podcast {
        font-size: 28px;
    }

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

    .card-podcast {
        width: calc(50% - 5px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        max-width: 50%;
        height: auto;
        margin-top: 10px;
    }

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 14px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 10px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

    .area-bottom-card-podcast {
        margin-top: 30px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 8px 0px 8px;
    }

    .title-videoYT {
        font-size: 28px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-content-videoYT {
        gap: 10px;
        flex-direction: column;
        height: fit-content;
        margin-bottom: 0px;
        /* border: 1px red solid; */
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    .box-area-videoYT-kiri{
        width: 100%;
        height: 220px;
    }
    
    .btn-play-videoYT-kiri {
        height: 50px;
        width: 50px;
    }

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

    .area-contentYT-kanan {
        width: 100%;
        height: 28%;
        gap: 10px;
        flex-direction: row;
        /* border: 1px pink solid; */
    }

    .box-area-videoYT-kanan {
        height: 100%;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 320px;
        height: 180px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 8px 0px 8px;
    }

    .area-content-SN {
        margin-bottom: 30px;
        flex-direction: column;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 28px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 38px;
        height: 38px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 18px;
        flex-wrap: wrap;
    }

    .link-box-news {
        width: calc(50% - 10px);
    }

    .box-news {
        height: fit-content;
    }

    .area-image {
        height: 100%;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}

@media (max-width: 375px) {
    .page-podcast-1 {
        height: fit-content;
    }

    .area-header-podcast {
        margin: 0px 8px 0px 8px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 26px;
        text-align: center;
        margin: 0px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 10px 8px 0px 8px;
    }

    .title-header-card-podcast {
        font-size: 28px;
    }

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

    .card-podcast {
        width: calc(50% - 5px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        max-width: 50%;
        height: auto;
        margin-top: 10px;
    }

    /* .card-podcast .card-body-podcast {
        height: 60%;
        padding: 30px;
    } */

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 14px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 10px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

    .area-bottom-card-podcast {
        margin-top: 30px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 14px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 8px 0px 8px;
    }

    .title-videoYT {
        font-size: 38px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-content-videoYT {
        gap: 10px;
        flex-direction: column;
        height: fit-content;
        /* border: 1px red solid; */
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    .box-area-videoYT-kiri{
        width: 100%;
        height: 190px;
    }
    
    .btn-play-videoYT-kiri {
        height: 50px;
        width: 50px;
    }

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

    .area-contentYT-kanan {
        width: 100%;
        height: 35%;
        gap: 10px;
        flex-direction: row;
        /* border: 1px pink solid; */
    }

    .box-area-videoYT-kanan {
        height: 100%;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 320px;
        height: 180px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 8px 0px 8px;
    }

    .area-content-SN {
        margin-bottom: 30px;
        flex-direction: column;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
    }

    .title-SN-kiri {
        font-size: 28px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 38px;
        height: 38px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 10px;
    }

    .box-news {
        height: fit-content;
    }

    .link-box-news {
        width: calc(50% - 5px);
    }

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

    .image-top-info {
        border-radius: 10px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}

@media (max-width: 344px) {
    .page-podcast-1 {
        height: auto;
    }

    .area-header-podcast {
        margin: 0px 0px 0px 0px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 22px;
        text-align: center;
        margin: 0px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 0px 8px 0px 8px;
    }

    .title-header-card-podcast {
        font-size: 24px;
    }

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

    .card-podcast {
        width: calc(50% - 5px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        max-width: 50%;
        height: auto;
        margin-top: 10px;
    }

    /* .card-podcast .card-body-podcast {
        height: 60%;
        padding: 30px;
    } */

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 12px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 10px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

    .area-bottom-card-podcast {
        margin-top: 30px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 12px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 8px 0px 8px;
    }

    .title-videoYT {
        font-size: 28px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-header-videoYT{
        padding-top: 0px;
    }

    .area-content-videoYT {
        gap: 10px;
        flex-direction: column;
        height: fit-content;
        /* border: 1px red solid; */
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    .box-area-videoYT-kiri{
        width: 100%;
        height: 160px;
    }
    
    .btn-play-videoYT-kiri {
        height: 35px;
        width: 35px;
    }

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

    .area-contentYT-kanan {
        width: 100%;
        height: 40%;
        gap: 10px;
        flex-direction: row;
        /* border: 1px pink solid; */
    }

    .box-area-videoYT-kanan {
        height: 100%;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 320px;
        height: 180px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 8px 0px 8px;
    }

    .area-content-SN {
        margin-bottom: 30px;
        flex-direction: column;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
        margin-top: 5px;
    }

    .title-SN-kiri {
        font-size: 26px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 38px;
        height: 38px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 26px;
    }

    .content-news {
        gap: 10px;
        margin-top: 5px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    .area-top-image {
        width: 100%;
    }

    .tag-top-info {
        font-size: 12px;
    }

    .desk-top-info {
        font-size: 10px;
    }

    .date-top-info {
        font-size: 8px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}
@media (max-width: 320px) {
    .page-podcast-1 {
        height: auto;
    }

    .area-header-podcast {
        margin: 0px 0px 0px 0px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-podcast {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-header-podcast {
        font-size: 22px;
        text-align: center;
        margin: 0px;
    }

    /* area content card podcast */
    .area-card-podcast {
        margin: 0px 8px 0px 8px;
    }

    .title-header-card-podcast {
        font-size: 24px;
    }

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

    .card-podcast {
        width: calc(50% - 5px); /* Membuat card mengambil 50% lebar, dengan margin antar card */
        max-width: 50%;
        height: auto;
        margin-top: 10px;
    }

    /* .card-podcast .card-body-podcast {
        height: 60%;
        padding: 30px;
    } */

    .card-podcast .card-header-podcast .author-podcast {
        width: 50%;
        height: 45px;
    }
    .card-podcast .card-header-podcast .author-podcast::before {
        height: 50px;
        width: 50%;
    }

    .card-podcast .card-header-podcast .view-podcast {
        height: 20px;
        width: 80%;
        border-radius: 8px;
        padding: 10px;
        /*margin-top: 5px;
        */
    }

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

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

    .card-text-podcast {
        font-size: 12px;
    }

    .card-image-podcast {
        height: fit-content;
    }

    .title-genre {
        font-size: 10px;
        /* margin: 4px 20px; */
    }
    /* ------------------ */

    .area-bottom-card-podcast {
        margin-top: 30px;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 12px;
    }
    /* ------------------------- */

    /* area videoYT */
    .area-videoYT {
        margin: 0px 8px 0px 8px;
    }

    .title-videoYT {
        font-size: 28px;
    }

    /* content videoYT */

    .page-podcast-3 {
        height: fit-content;
        margin-bottom: 0px;
    }

    .area-header-videoYT{
        padding-top: 0px;
    }

    .area-content-videoYT {
        gap: 10px;
        flex-direction: column;
        height: fit-content;
        /* border: 1px red solid; */
    }

    .area-contentYT-kiri {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    .box-area-videoYT-kiri{
        width: 100%;
        height: 160px;
    }
    
    .btn-play-videoYT-kiri {
        height: 45px;
        width: 45px;
    }

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

    .area-contentYT-kanan {
        width: 100%;
        height: 27%;
        gap: 10px;
        flex-direction: row;
        /* border: 1px pink solid; */
    }

    .box-area-videoYT-kanan {
        height: 100%;
    }

    .btn-play-videoYT-kanan {
        height: 35px;
        width: 35px;
    }

    .btn-play-videoYT-kanan span {
        font-size: 24px;
    }

    .popup-content-yt {
        width: 320px;
        height: 180px;
    }

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

    /* area streaming news */
    .page-podcast-4 {
        height: auto;
    }

    .area-streaming-news {
        margin: 0px 8px 0px 8px;
    }

    .area-content-SN {
        margin-bottom: 30px;
        flex-direction: column;
    }

    /* content kiri */
    .area-content-SN-kiri {
        width: 100%;
        margin-top: 5px;
    }

    .title-SN-kiri {
        font-size: 26px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 38px;
        height: 38px;
    }

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

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

    /* content kanan */
    .area-content-SN-kanan {
        width: 100%;
    }

    .title-news {
        font-size: 26px;
    }

    .content-news {
        gap: 10px;
        margin-top: 5px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    .area-top-image {
        width: 100%;
    }

    .tag-top-info {
        font-size: 12px;
    }

    .desk-top-info {
        font-size: 10px;
    }

    .date-top-info {
        font-size: 8px;
    }
    /*--------------- */

    /* ------------------ */
    /* ------------------ */
}
