.banners {
    padding-left: 5rem;
    padding-right: 5rem;
}
.card-article img {
    height: 140px;
    object-fit: cover;
}
.meta-info {
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 0.8rem;
    margin-top: 4px;
    gap: 50px !important;
}
.meta-info i {
    margin-right: 4px;
}
.title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.description {
    font-size: 20px;
    text-align: justify;
}
.fixed-photo-container {
    width: 400px;
    height: 200px;
    overflow: hidden;
    position: fixed;
}
.fixed-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* .image-frame {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 100px;
} */

.image-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 0.375rem 0.375rem 0 0;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-card {
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.video-wrapper {
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 0.375rem 0.375rem 0 0;
    object-fit: cover;
}
.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thumbnail-video {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.video-thumbnail {
    border-radius: 8px;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.527);
    border-radius: 50%;
    padding: 20px;
    color: white;
    font-size: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.play-button:hover {
    background: rgb(255, 255, 255);
}
.video-wrapper a i {
    color: red;
}
.content-body {
    padding: 2rem;
}

.image-frame .card-body {
    background-color: #d9e3ff;
}

.image-frame .card-body {
    color: black;
    font-weight: 500;
}

.image-frame .card-body i {
    color: #616161;
}

.image-frame .card-body div {
    color: #616161;
}
.meta-infoo {
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 0.8rem;
    margin-top: 4px;
    gap: 30px !important;
}
.meta-infoo i {
    margin-right: 4px;
}
.card-title {
    font-size: 22px;
    font-weight: bold;
    color: black;
}
.card-article {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* bayangan default */
    transition: box-shadow 0.3s ease;
}

.card-article:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); /* efek bayangan lebih besar saat hover */
}

.carousel-galeri {
    margin-top: 100px;
}

/* SLIDER BERANDA BARU */
.slider-galeri {
    margin-top: 150px;
    margin-bottom: 100px;
}

.slider-galeri .slider-items {
    height: 500px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    border: 1px solid #e5e7e9 !important;
    position: relative;
}

.slider-galeri .slider-items img {
    width: 100%;
    height: auto;
}

.slider-galeri .slider-items .slider-text {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50px;
    color: white;
    z-index: 10;
}

.slider-galeri .slider-items .slider-shadow {
    width: 100%;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #e5e7e9 !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 50%
    );
    position: absolute;
    z-index: 1;
}

@media (max-width: 1024px) {
    .video-wrapper {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        border-radius: 0.375rem 0.375rem 0 0;
        object-fit: cover;
    }
    .meta-info {
        font-size: 17px;
        color: #6c757d;
        margin-bottom: 0.8rem;
        margin-top: 5px;
        gap: 20px !important;
    }
    .title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }
    .description {
        font-size: 15px;
        text-align: justify;
    }

    .card-title {
        font-size: 16px;
    }
    .meta-infoo {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 0.2rem;
        margin-top: 4px;
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        width: 80%;
        height: auto;
        overflow: hidden;
        position: relative;
        border-radius: 0.375rem 0.375rem 0 0;
        object-fit: cover;
    }
    .meta-info {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 0.8rem;
        margin-top: 4px;
    }
    .title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }
    .description {
        font-size: 12px;
        text-align: justify;
    }
    .content-body {
        padding: 0.5rem;
    }
    .card-title {
        font-size: 11px;
    }
    .meta-infoo {
        font-size: 10px;
        color: #6c757d;
        margin-bottom: 0.2rem;
        margin-top: 4px;
        gap: 10px !important;
    }

    .carousel-galeri {
        margin-top: 80px;
    }

    /* SLIDER BERANDA BARU */
    .slider-galeri {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .slider-galeri .slider-items {
        height: 270px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 20px !important;
        border: 1px solid #e5e7e9 !important;
        position: relative;
    }

    .slider-galeri .slider-items img {
        height: 100%;
        width: auto;
    }

    .slider-galeri .slider-items .slider-text {
        position: absolute;
        top: 30%;
        width: 50%;
        left: 30px;
        color: white;
        z-index: 10;
    }

    .slider-galeri .slider-items .slider-shadow {
        width: 100%;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border: 1px solid #e5e7e9 !important;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 50%
        );
        position: absolute;
        z-index: 1;
    }

    .banners {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

@media (max-width: 425px) {
    .video-wrapper {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        border-radius: 0.375rem 0.375rem 0 0;
        object-fit: cover;
    }
    .meta-info {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 0.2rem;
        margin-top: 0px;
        gap: 10px !important;
    }
    .title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0.3rem;
        text-align: left;
    }
    .description {
        font-size: 12px;
        text-align: justify;
    }
    .content-body {
        padding: 0.5rem;
    }
    .banners {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.527);
        border-radius: 50%;
        padding: 10px;
        color: white;
        font-size: 15px;
        text-decoration: none;
        transition: background 0.3s ease;
    }

    .play-button:hover {
        background: rgb(255, 255, 255);
    }
    .video-wrapper a i {
        color: red;
    }
    .image-frame {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 100px;
    }
    .card-title {
        font-size: 13px;
    }
    .meta-infoo {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 0.2rem;
        margin-top: 4px;
        gap: 10px !important;
    }

    .carousel-galeri {
        margin-top: 80px;
    }
}
