@media (min-width: 1920px) {
    .area-thumbnail-youtube {
        margin: 30px 128px 0px 128px;
    }

    .area-image-thumbnail {
        width: 100%;
        height: 400px;
        background-color: gainsboro;
        border-radius: 15px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 0px 128px 0px 128px;
    }

    .thumbnail {
        height: 140px;
    }

    .title-thumbnail {
        font-size: 44px;
    }

    .text-choose {
        font-size: 26px;
    }

    .dropdown-btn-search {
        width: auto;
        padding: 5px;
        font-size: 20px;
    }

    .dropdown-item {
        font-size: 18px;
    }

    .video--wrapper {
        width: calc(20% - 20px);
    }

    .video--details__avatar img {
        width: 50px;
        height: 50px;
    }

    .video--details__title {
        font-size: 14px;
    }

    .video--details__channelTitle {
        font-size: 18px;
    }

    .video--details__meta h3 {
        margin: 4px 0;
        font-family: "Poppins";
        font-size: 20px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 14px;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 400;
    }

    .modal-content {
        width: 50%; /* Ukuran modal lebih kecil untuk laptop */
    }
    iframe {
        height: 300px; /* Tinggi iframe disesuaikan */
    }

    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: fit-content;
    }

    .line-VNS {
        width: 100%;
        border: 1px white solid;
        margin: 80px 0px 30px 0px;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 128px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        /* flex-direction: column; */
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
        padding: 25px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 458px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 458px;
    }

    .title-event {
        font-size: 46px;
    }

    .timer {
        font-size: 34px;
    }

    .title-timer {
        font-size: 24px;
    }

    .date-month,
    .year {
        font-size: 36px;
    }

    .date-month-right,
    .year-right {
        font-size: 32px;
    }

    /* pop up event */
    .popup-content-event {
        width: 850px;
        height: fit-content;
        padding: 50px;
    }

    .desk-event {
        font-size: 22px;
    }

    .jam-event {
        font-size: 24px;
    }

    .title-box-event {
        font-size: 38px;
    }

    .link-event {
        font-size: 18px;
    }
    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 44%;
        height: fit-content;
        gap: 10px;
    }

    /* area news */

    /* .content-news {
    height: 85%;
    border: 1px blue solid;
} */

    .area-news-streaming {
        margin: 0px 128px 0px 128px;
    }

    .area-content-news-streaming {
        padding-bottom: 40px;
    }

    .content-news-streaming {
        padding: 60px 0px;
    }

    .title-news {
        font-size: 44px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    /* .area-image {
        height: 100%;
    } */

    .tag-top-info {
        font-size: 22px;
    }

    .desk-top-info {
        font-size: 20px;
    }

    .date-top-info {
        font-size: 18px;
    }

    .more-news {
        font-size: 22px;
    }

    .more-news i {
        font-size: 24px;
    }

    /* ------------ */
    /* area content stream */
    .area-content-streaming {
        width: 100%;
        height: fit-content;
    }

    .title-streaming {
        font-size: 44px;
    }

    .box-streaming {
        height: 280px;
    }

    .btn-play-streaming {
        width: 65px;
        height: 65px;
    }

    .btn-play-streaming span {
        font-size: 32px;
    }

    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}

@media (max-width: 1440px) {
    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 350px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 350px;
    }

    .title-event {
        font-size: 46px;
    }

    .timer {
        font-size: 30px;
    }

    .title-timer {
        font-size: 20px;
    }

    .date-month,
    .year {
        font-size: 30px;
    }

    .date-month-right,
    .year-right {
        font-size: 26px;
    }
}

@media (max-width: 1366px) {
    /* Gaya untuk laptop widescreen */
}

@media (max-width: 1280px) {
    /* Gaya untuk laptop standar */
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .area-thumbnail-youtube {
        margin: 30px 32px 0px 32px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 0px 32px 0px 32px;
    }

    .thumbnail {
        height: 140px;
    }

    .text-choose {
        font-size: 18px;
    }

    .dropdown-btn-search {
        width: auto;
        padding: 5px;
    }

    .dropdown-item {
        font-size: 16px;
    }

    .video--details__avatar img {
        width: 30px;
        height: 30px;
    }

    .video--details__title {
        font-size: 14px;
    }

    .video--details__channelTitle {
        font-size: 14px;
    }

    .video--details__meta h3 {
        margin: 4px 0;
        font-family: "Poppins";
        font-size: 15px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.7rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .modal-content {
        width: 50%; /* Ukuran modal lebih kecil untuk laptop */
    }
    iframe {
        height: 300px; /* Tinggi iframe disesuaikan */
    }

    /* -------------------- */

    /* page youtube 3 */

    .line-VNS {
        width: 100%;
        border: 1px black solid;
        margin: 40px 0px;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 32px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        /* flex-direction: column; */
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 260px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 260px;
    }

    .title-event {
        font-size: 32px;
    }

    .timer {
        font-size: 24px;
    }

    .title-timer {
        font-size: 14px;
    }

    .date-month,
    .year {
        font-size: 20px;
    }

    .date-month-right,
    .year-right {
        font-size: 18px;
    }

    /* pop up event */
    .popup-content-event {
        width: 450px;
        height: fit-content;
        padding: 25px;
    }

    .desk-event {
        font-size: 16px;
    }

    .jam-event {
        font-size: 14px;
    }

    .title-box-event {
        font-size: 28px;
    }

    .link-event {
        font-size: 16px;
    }
    /* -------------- */
    /* ---------- */
    /* content kanan */
    .area-content-VNS-kanan {
        width: 44%;
        height: 602px;
        gap: 10px;
    }

    /* area news */

    /* .content-news {
        height: 85%;
        border: 1px blue solid;
    } */

    .area-news-streaming {
        margin: 20px 32px 0px 32px;
    }

    .title-news {
        font-size: 34px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    .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: 16px;
    }

    .more-news i {
        font-size: 20px;
    }
    /* ------------ */

    /* area content stream */

    .area-content-streaming {
        width: 100%;
        height: fit-content;
    }

    .title-streaming {
        font-size: 30px;
    }

    .box-streaming {
        height: 165px;
    }

    .btn-play-streaming {
        width: 40px;
        height: 40px;
    }

    .btn-play-streaming span {
        font-size: 26px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .area-thumbnail-youtube {
        margin: 20px 20px 0px 20px;
    }

    .area-image-thumbnail {
        height: 250px;
    }

    .area-title-thumbnail {
        margin: 15px 0px;
    }

    .title-thumbnail {
        font-size: 36px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 0px 20px 0px 20px;
    }

    .text-choose {
        font-size: 18px;
    }

    .dropdown-btn-search {
        width: auto;
        padding: 5px;
    }

    .dropdown-item {
        font-size: 16px;
    }

    .video--wrapper {
        width: calc(33.33% - 15px);
    }

    .video--details__avatar img {
        width: 30px;
        height: 30px;
    }

    .video--details__title {
        font-size: 14px;
    }

    .video--details__channelTitle {
        font-size: 14px;
    }

    .video--details__meta h3 {
        margin: 4px 0;
        font-family: "Poppins";
        font-size: 15px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.7rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail__overlays {
        font-size: 10px;
    }

    .modal-content {
        width: 60%; /* Diperkecil lagi untuk layar tablet */
    }
    iframe {
        height: 260px; /* Tinggi iframe lebih rendah */
    }

    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: fit-content;
    }

    .line-VNS {
        width: 100%;
        border: 1px black solid;
        margin: 20px 0px 20px 0px;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 20px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        /* flex-direction: column; */
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 196px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 196px;
    }

    .title-event {
        font-size: 30px;
    }

    .timer {
        font-size: 22px;
    }

    .title-timer {
        font-size: 14px;
    }

    .date-month,
    .year {
        font-size: 20px;
    }

    .date-month-right,
    .year-right {
        font-size: 18px;
    }

    /* pop up event */
    .popup-content-event {
        width: 400px;
        height: fit-content;
        padding: 25px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .desk-event {
        font-size: 14px;
    }

    .jam-event {
        font-size: 12px;
    }

    /* .title-box-event {
        font-size: 2px;
    } */

    .link-event {
        font-size: 14px;
    }
    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 45%;
        height: 595px;
        gap: 6px;
        /* border: 1px red solid; */
    }

    /* area news */

    .content-news {
        height: 100%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 30px;
    }

    .content-news {
        gap: 10px;
    }

    .box-news {
        height: fit-content;
        /* padding: 8px; */
    }

    .area-image {
        border-radius: 10px;
    }

    .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;
    }

    /*--------------- */

    /* area content stream */

    .area-content-streaming {
        width: 100%;
        height: fit-content;
    }

    .title-streaming {
        font-size: 30px;
    }

    .box-streaming {
        height: 160px;
    }

    .btn-play-streaming {
        width: 40px;
        height: 40px;
    }

    .btn-play-streaming span {
        font-size: 26px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}

@media (max-width: 600px) {
    /* Gaya untuk tablet kecil atau phablet */
}

/* Mobile Devices */
@media (max-width: 480px) {
    .area-thumbnail-youtube {
        margin: 20px 0px 0px 0px;
    }

    .area-image-thumbnail {
        /*width: 100%;
        */
        height: 200px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .banner-youtube {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .area-title-thumbnail {
        margin: 10px 0px;
    }

    .title-thumbnail {
        font-size: 34px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 20px 8px 0px 8px;
    }

    .text-choose {
        font-size: 14px;
    }

    .dropdown-btn-search {
        width: auto;
        /* padding: 5px; */
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .video--wrapper {
        width: calc(50% - 10px);
    }

    .video--details__avatar img {
        width: 25px;
        height: 25px;
    }

    .video--details__title {
        font-size: 12px;
    }

    .video--details__channelTitle {
        font-size: 12px;
    }

    .video--details__meta h3 {
        margin: 0px 0px;
        font-family: "Poppins";
        font-size: 13px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.5rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail__overlays {
        font-size: 8px;
    }

    .modal-content {
        width: 55%; /* Diperkecil lagi untuk layar mobile */
    }
    iframe {
        height: 120px; /* Tinggi iframe lebih rendah */
    }
    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: auto;
    }

    .line-VNS {
        width: 100%;
        border: 1px black solid;
        margin: 20px 0px 20px 0px;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 8px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 222px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 222px;
    }

    .title-event {
        font-size: 32px;
    }

    .timer {
        font-size: 24px;
    }

    .title-timer {
        font-size: 14px;
    }

    .date-month,
    .year {
        font-size: 20px;
    }

    .date-month-right,
    .year-right {
        font-size: 18px;
    }

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 100%;
        height: fit-content;
        /* gap: 6px; */
        /* border: 1px red solid; */
    }

    /* area news */

    .area-news-streaming {
        margin: 10px 8px 30px 8px;
    }

    .content-news {
        height: 80%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 10px;
        flex-wrap: wrap;
    }

    .link-box-news {
        width: calc(50% - 5px);
    }

    .box-news {
        height: fit-content;
        width: 100%;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* area content stream */

    .content-streaming {
        height: 85px;
        /* border: 1px  red solid; */
    }

    .title-streaming {
        padding-top: 10px;
        font-size: 28px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}
@media (max-width: 390px) {
    .area-thumbnail-youtube {
        margin: 20px 0px 0px 0px;
    }

    .area-image-thumbnail {
        /*width: 100%;
        */
        height: 200px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .banner-youtube {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .area-title-thumbnail {
        margin: 10px 0px;
    }

    .title-thumbnail {
        font-size: 34px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 20px 8px 0px 8px;
    }

    .text-choose {
        font-size: 14px;
    }

    .dropdown-btn-search {
        width: auto;
        /* padding: 5px; */
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .video--wrapper {
        width: calc(50% - 10px);
    }

    .video--details__avatar img {
        width: 25px;
        height: 25px;
    }

    .video--details__title {
        font-size: 12px;
    }

    .video--details__channelTitle {
        font-size: 12px;
    }

    .video--details__meta h3 {
        margin: 0px 0px;
        font-family: "Poppins";
        font-size: 13px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.5rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail__overlays {
        font-size: 8px;
    }

    .modal-content {
        width: 55%; /* Diperkecil lagi untuk layar mobile */
    }
    iframe {
        height: 120px; /* Tinggi iframe lebih rendah */
    }
    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: auto;
    }

    .line-VNS {
        width: 100%;
        border: 1px black solid;
        margin: 20px 0px 20px 0px;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 8px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 202px;
    }

    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 202px;
    }

    .title-event {
        font-size: 32px;
    }

    .timer {
        font-size: 24px;
    }

    .title-timer {
        font-size: 14px;
    }

    .date-month,
    .year {
        font-size: 20px;
    }

    .date-month-right,
    .year-right {
        font-size: 18px;
    }

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 100%;
        height: fit-content;
        /* gap: 6px; */
        /* border: 1px red solid; */
    }

    /* area news */

    .area-news-streaming {
        margin: 10px 8px 30px 8px;
    }

    .content-news {
        height: 80%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 10px;
        flex-wrap: wrap;
    }

    .link-box-news {
        width: calc(50% - 5px);
    }

    .box-news {
        height: fit-content;
        width: 100%;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    /* area content stream */

    .content-streaming {
        height: 85px;
        /* border: 1px  red solid; */
    }

    .title-streaming {
        padding-top: 10px;
        font-size: 28px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}

@media (max-width: 375px) {
    .area-thumbnail-youtube {
        margin: 20px 0px 0px 0px;
    }

    .area-image-thumbnail {
        /*width: 100%;
        */
        height: 160px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .banner-youtube {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .area-title-thumbnail {
        margin: 10px 0px;
    }

    .title-thumbnail {
        font-size: 30px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 20px 8px 0px 8px;
    }

    .text-choose {
        font-size: 12px;
    }

    .dropdown-btn-search {
        width: auto;
        /* padding: 5px; */
        font-size: 10px;
    }

    .dropdown-item {
        font-size: 10px;
    }

    .video {
        display: flex;
    }

    .video--wrapper {
        width: 100%;
    }

    .video--details__avatar img {
        width: 25px;
        height: 25px;
        display: none;
    }

    .video--details {
        padding: 0px 10px;
        width: 50%;
    }

    .video--details__title {
        font-size: 12px;
    }

    .video--details__channelTitle {
        font-size: 12px;
    }

    .video--details__meta h3 {
        margin: 0px 0px;
        font-family: "Poppins";
        font-size: 13px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.5rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail {
        height: fit-content;
        width: 50%;
    }

    .video--thumbnail img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .video--thumbnail__overlays {
        font-size: 8px;
        margin: 5px;
    }

    .modal-content {
        width: 55%; /* Diperkecil lagi untuk layar mobile */
    }
    iframe {
        height: 120px; /* Tinggi iframe lebih rendah */
    }
    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: auto;
    }

    .line-VNS {
        width: 100%;
        border: 1px white solid;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 8px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        /* height: 50px; */
        padding: 0px;
    }

    .countdown{
        width: 60%;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }

    .content-event-CD{
        height: 193px;
    }

    .title-event-CD{
        font-size: 12px;
    }
    .area-content-event-kanan {
        width: 100%;
    }

    .area-days-date{
        padding: 8px;
    }

    .content-days-date-right{
        padding: 8px;
    }

    .area-days-date-kanan{
        padding: 8px;
        align-items: center;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 193px;
    }

    .title-event {
        font-size: 32px;
    }

    .date-month-kanan{
        font-size: 10px;
    }

    .timer {
        font-size: 20px;
    }

    .title-timer {
        font-size: 10px;
    }

    .date-month,
    .year {
        font-size: 16px;
    }

    .date-month-right,
    .year-right {
        font-size: 16px;
    }


    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 100%;
        height: fit-content;
        /* gap: 6px; */
        /* border: 1px red solid; */
    }

    /* area news */

    .content-news {
        height: 80%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 28px;
    }

    .content-news {
        gap: 10px;
    }

    .box-news {
        /* height: 60px; */
        gap: 6px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */

    .line-NS {
        margin: 10px 0px;
    }

    /* area content stream */

    .content-streaming {
        height: 85px;
        /* border: 1px  red solid; */
    }

    .title-streaming {
        padding-top: 10px;
        font-size: 26px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}

@media (max-width: 344px) {
    .area-thumbnail-youtube {
        margin: 20px 0px 0px 0px;
    }

    .area-image-thumbnail {
        /*width: 100%;
        */
        height: 160px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .banner-youtube {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .area-title-thumbnail {
        margin: 10px 0px;
    }

    .title-thumbnail {
        font-size: 30px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 20px 8px 0px 8px;
    }

    .text-choose {
        font-size: 12px;
    }

    .dropdown-btn-search {
        width: auto;
        /* padding: 5px; */
        font-size: 10px;
    }

    .dropdown-item {
        font-size: 10px;
    }

    .video {
        display: flex;
    }

    .video--wrapper {
        width: 100%;
    }

    .video--details__avatar img {
        width: 25px;
        height: 25px;
        display: none;
    }

    .video--details {
        padding: 0px 10px;
        width: 50%;
    }

    .video--details__title {
        font-size: 12px;
    }

    .video--details__channelTitle {
        font-size: 12px;
    }

    .video--details__meta h3 {
        margin: 0px 0px;
        font-family: "Poppins";
        font-size: 13px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.5rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail {
        height: fit-content;
        width: 50%;
    }

    .video--thumbnail img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .video--thumbnail__overlays {
        font-size: 8px;
        margin: 5px;
    }

    .modal-content {
        width: 55%; /* Diperkecil lagi untuk layar mobile */
    }
    iframe {
        height: 120px; /* Tinggi iframe lebih rendah */
    }
    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: auto;
    }

    .line-VNS {
        width: 100%;
        border: 1px white solid;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 8px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
        padding: 0px;
    }

    .area-days-date{
        padding: 8px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }
    
    .content-event-CD{
        height: 162px;
    }

    .area-content-event-kanan {
        width: 100%;
    }


    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
        padding: 8px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 162px;
    }

    .title-event {
        font-size: 26px;
    }

    .timer {
        font-size: 18px;
    }

    .title-timer {
        font-size: 10px;
    }

    .date-month,
    .year {
        font-size: 16px;
    }

    .date-month-right,
    .year-right {
        font-size: 16px;
    }

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }

    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 100%;
        height: fit-content;
        /* gap: 6px; */
        /* border: 1px red solid; */
    }

    /* area news */

    .content-news {
        height: 80%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 26px;
    }

    .content-news {
        gap: 10px;
        margin-top: 6px;
    }

    /* .link-box-news{
        width: calc();
    } */

    .box-news {
        height: fit-content;
    }

    /* .area-image {
        width: 40%;
    } */

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */
    /* ------------------ */
    /* ------------------ */

    /* area content stream */

    .content-streaming {
        height: 85px;
        /* border: 1px  red solid; */
    }

    .title-streaming {
        padding-top: 10px;
        font-size: 26px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}
@media (max-width: 320px) {
    .area-thumbnail-youtube {
        margin: 20px 0px 0px 0px;
    }

    .area-image-thumbnail {
        /*width: 100%;
        */
        height: 160px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .banner-youtube {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .area-title-thumbnail {
        margin: 10px 0px;
    }

    .title-thumbnail {
        font-size: 30px;
    }

    /* page youtube 2 */
    .area-video-youtube {
        margin: 20px 8px 0px 8px;
    }

    .text-choose {
        font-size: 12px;
    }

    .dropdown-btn-search {
        width: auto;
        /* padding: 5px; */
        font-size: 10px;
    }

    .dropdown-item {
        font-size: 10px;
    }

    .video {
        display: flex;
    }

    .video--wrapper {
        width: 100%;
    }

    .video--details__avatar img {
        width: 25px;
        height: 25px;
        display: none;
    }

    .video--details {
        padding: 0px 10px;
        width: 50%;
    }

    .video--details__title {
        font-size: 12px;
    }

    .video--details__channelTitle {
        font-size: 12px;
    }

    .video--details__meta h3 {
        margin: 0px 0px;
        font-family: "Poppins";
        font-size: 13px;
        /* color: white; */
    }

    .video--details__meta-data {
        display: flex;
        gap: 10px;
        font-size: 0.5rem;
        /* color: #ffffff; */
        font-family: "Poppins";
        font-weight: 200;
    }

    .video--thumbnail {
        height: fit-content;
        width: 50%;
    }

    .video--thumbnail img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .video--thumbnail__overlays {
        font-size: 8px;
        margin: 5px;
    }

    .modal-content {
        width: 55%; /* Diperkecil lagi untuk layar mobile */
    }
    iframe {
        height: 120px; /* Tinggi iframe lebih rendah */
    }
    /* -------------------- */

    /* page youtube 3 */

    .page-youtube-3 {
        height: auto;
    }

    .line-VNS {
        width: 100%;
        border: 1px white solid;
    }

    /* area-event */
    .area-event {
        height: auto;
        margin: 0px 8px;
    }

    .area-content-event {
        height: auto;
    }

    .area-group-event {
        width: 100%;
    }

    .area-content-groupE {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .area-countdown {
        height: 50px;
        padding: 0px;
    }

    .area-days-date{
        padding: 8px;
    }

    .area-content-event-kiri {
        width: 100%;
        height: fit-content;
    }
    
    .content-event-CD{
        height: 162px;
    }

    .area-content-event-kanan {
        width: 100%;
    }


    .area-days-date-right {
        /* padding: 10px; */
        height: 20px;
        padding: 0px;
    }

    .box-days-date-right {
        width: auto;
    }

    .content-event {
        height: 162px;
    }

    .title-event {
        font-size: 26px;
    }

    .timer {
        font-size: 18px;
    }

    .title-timer {
        font-size: 10px;
    }

    .date-month,
    .year {
        font-size: 16px;
    }

    .date-month-right,
    .year-right {
        font-size: 16px;
    }

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }

    /* -------------- */
    /* ---------- */

    /* content kanan */
    .area-content-VNS-kanan {
        width: 100%;
        height: fit-content;
        /* gap: 6px; */
        /* border: 1px red solid; */
    }

    /* area news */

    .content-news {
        height: 80%;
        /* border: 1px blue solid; */
    }

    .title-news {
        font-size: 26px;
    }

    .content-news {
        gap: 10px;
        margin-top: 6px;
    }

    /* .link-box-news{
        width: calc();
    } */

    .box-news {
        height: fit-content;
    }

    /* .area-image {
        width: 40%;
    } */

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /*--------------- */
    /* ------------------ */
    /* ------------------ */

    /* area content stream */

    .content-streaming {
        height: 85px;
        /* border: 1px  red solid; */
    }

    .title-streaming {
        padding-top: 10px;
        font-size: 26px;
    }

    .box-streaming {
        height: 100px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }
    /* ------------------- */
    /* --------------- */

    /* -------------------- */
}
