@media (max-width: 768px) {
    /* K O N T E N    U T A M A*/

    /* K O N T E N    U T A M A    S E L E S A I*/

    .wrap-slide {
        max-height: 180px;
        min-height: 180px;
        width: 90vw;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        border-radius: 0px;
    }

    .slider-container {
        height: 300px; /* Kurangi tinggi slider untuk layar kecil */
    }

    .prev-btn,
    .next-btn {
        font-size: 1.5rem; /* Sesuaikan ukuran tombol */
        padding: 0.4rem 0.8rem;
    }

    /*  */

    .header-mobile {
        display: flex;
    }

    .wrap-display-tenan {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;

        height: auto;
        width: 95vw;
        overflow-x: scroll;

        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wrap-display-tenan .display-tenan {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        min-width: 200px;
        height: auto;
        background-color: white;
        border-radius: 10px;
        cursor: pointer;
        margin: 0px;
    }

    .wrap-display-tenan .display-tenan:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        transition: 0.2s;
    }

    .display-tenan > img {
        width: 200px;
        height: 200px;
        border-radius: 5px;

        object-fit: contain;
        object-position: center center;

        background-color: #f0f0f0;
    }

    .display-tenan p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .display-tenan label {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .display-tenan label h2 {
        font-size: 15px;
        font-weight: 400;
        color: var(--maroon);
    }

    .display-tenan label > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .display-tenan label > div img {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        overflow: hidden;
    }

    .display-tenan label > div h1 {
        font-size: 15px;
    }

    /*  */

    .cari-event {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-self: center;
        width: 90vw;
        min-height: 150px;
        background-color: var(--red);

        padding: 10px;
        border-radius: 10px;
    }

    .cari-event h1 {
        color: white;
        font-size: 20px;
        font-weight: 200;
        text-align: center;
        align-items: center;
        margin-top: 15px;
    }

    .cari-event button {
        background-color: white;
        padding: 20px 20px;
        border: transparent;
        border-radius: 100px;
        color: var(--red);
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
    }

    /*  */

    .wrap-tenan-utama {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;

        height: auto;
        align-items: center;
        width: 100vw;
        padding: 10px 0px;
    }

    .wrap-tenan-utama button {
        background-color: var(--red);
        padding: 10px;
        border-radius: 100px;
        color: white;
        font-size: 15px;
        font-weight: lighter;
        letter-spacing: 1px;
        border: transparent;
        cursor: pointer;
        width: 90%;
    }

    .wrap-tenan-utama button:active {
        background-color: var(--maroon);
    }

    .tenan-utama {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
        width: 95vw;
        overflow: scroll;
    }

    .tenan-utama .card-tenan {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px;
        min-width: 180px;
        border-radius: 10px;
        cursor: pointer;
    }

    .tenan-utama .card-tenan img {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 1;
    }

    .tenan-utama .card-tenan label {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        background-color: var(--red);

        padding-top: 110px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;

        margin-top: -100px;

        width: auto;
        border-radius: 10px;
        cursor: pointer;
    }

    .tenan-utama .card-tenan label:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        transition: 0.2s;
    }

    .tenan-utama .card-tenan label p {
        color: white;
        font-size: 12px;
        cursor: pointer;
    }

    .tenan-utama .card-tenan label ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .tenan-utama .card-tenan label ul p {
        color: white;
        font-weight: 200;
        font-size: 10px;
        text-align: center;
    }

    /*  */

    .cari-lokasi {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90vw;
        min-height: min-content;
        margin-top: 0px;
    }

    .cari-lokasi h1 {
        font-size: 15px;
        font-weight: 200;
    }

    .cari-lokasi .wrap-lokasi {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .cari-lokasi .wrap-lokasi .lokasi {
        width: 100%;
        height: 190px;
        /* overflow: hidden; */
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .lokasi img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center center;

        z-index: 1;
    }

    .lokasi label {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
        z-index: 2;
    }

    .lokasi label p {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.909);
    }

    .lokasi label small {
        color: rgba(255, 255, 255, 0.909);
    }

    /*  */

    .kenapa-meriah {
        display: flex;
        flex-direction: column;
        width: 90vw;
        min-height: min-content;
        gap: 10px;
    }

    .kenapa-meriah > h1 {
        font-size: 15px;
        font-weight: 200;
    }

    .kenapa-meriah .wrap-kenapa {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .kenapa-meriah .wrap-kenapa .kenapa {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 0px;

        width: 100%;
        height: 100px;
        border-radius: 5px;
        background-position: center;
        background-size: cover;
        cursor: pointer;
    }

    .kenapa-meriah .wrap-kenapa .kenapa > h1 {
        font-size: 25px;
        color: white;
        font-weight: bolder;
        text-shadow: 1px 1px 0 black,
            /* Bayangan kanan bawah */ -1px 1px 0 black,
            /* Bayangan kiri bawah */ 1px -1px 0 black,
            /* Bayangan kanan atas */ -1px -1px 0 black,
            /* Bayangan kiri atas */ 1px 0 0 black,
            /* Bayangan kanan */ -1px 0 0 black,
            /* Bayangan kiri */ 0 1px 0 black,
            /* Bayangan bawah */ 0 -1px 0 black; /* Bayangan atas */
        margin-left: 10px;
    }

    /*  */

    .kemeriahan {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90vw;
        min-height: min-content;
        margin-top: 0px;
    }

    .kemeriahan h1 {
        font-size: 15px;
        font-weight: 200;
    }

    .kemeriahan .wrap-kemeriahan {
        display: flex;
        flex-direction: row;
        align-items: center;

        flex-wrap: wrap;
        gap: 10px;
    }

    .kemeriahan .wrap-kemeriahan .card-kemeriahan {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 400px;
        overflow: hidden;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;

        cursor: pointer;
        padding-bottom: 10px;
        background-color: white;
        margin: 10px;
    }

    .card-kemeriahan:hover {
        -webkit-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
        border: transparent;
    }

    .card-kemeriahan .wrap-img {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .card-kemeriahan .wrap-img img {
        width: 100% !important;
        max-height: 200px !important;
        min-height: 200px !important;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }

    .card-kemeriahan .wrap-img p {
        margin-left: 10px;
        font-size: 15px;
        font-weight: 500;
    }

    .detail-event-utama {
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

    .detail-event-utama p {
        font-size: 12px;
        color: #898989;
    }

    .detail-event-utama h2 {
        font-size: 15px;
        color: var(--maroon);
    }

    .nama-eo {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin: 0px 10px;
        border-top: solid 1px #898989;
    }

    .nama-eo img {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
        border-radius: 100%;
        object-fit: cover;
        object-position: center center;
        margin-top: 5px;
    }

    .nama-eo p {
        font-size: 15px;
    }
}
