@media only screen and (max-width: 800px) {
    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
        padding-bottom: 20px;

        min-width: 100vw;
        min-height: 30vh;
        max-height: 30vh;

        background-image: url("/img/hero.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero h1 {
        color: white;
        font-size: 30px;

        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    }

    .check {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-self: center !important;
        gap: 10px;

        background-color: rgba(255, 255, 255, 0.859);
        padding: 7px 10px;
        border-radius: 50px;

        margin-top: 20px;
    }

    .in {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .in h2 {
        font-size: 10px;
        font-weight: 400;
        color: var(--coklat);
    }

    .in input {
        background-color: transparent;
        border: transparent;
        color: rgb(131, 131, 131);
    }

    .check .in button {
        background-color: var(--coklat);
        height: max-content;
        padding: 10px 20px;
        border: transparent;
        border-radius: 100px;
        color: white;
        letter-spacing: 1px;
        cursor: pointer;
        user-select: none;
    }

    .in button:hover {
        background-color: var(--hov);
    }

    .in button:active {
        background-color: var(--coklat);
    }

    /*  */

    .pilih-jenis {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: max-content;
        padding-top: 20px;
        padding-bottom: 10px;
        gap: 20px;
    }

    .pilih-jenis h1 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .list-kamar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 100%;
        gap: 20px;
    }

    .kamar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        gap: 10px;

        width: 90%;
        min-width: 0px;

        overflow: hidden;
        background-color: white;
        cursor: pointer;

        position: relative;

        border-radius: 5px;
        border: white solid 1px;
        user-select: none;
    }

    .kamar:hover {
        border: transparent;
        z-index: 2;

        -webkit-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
    }

    .kamar:active {
        z-index: 2;

        box-shadow: none;
        border: white solid 1px;
    }

    .kamar img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .kamar label {
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

    .kamar label h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .kamar label p {
        color: var(--coklat);
        font-size: 15px;
    }

    .kamar ul {
        border-top: rgb(196, 196, 196) solid 1px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 20px;
        list-style: none;
        margin: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
    }

    .kamar ul li {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        justify-content: center;

        height: 20px;
    }

    .kamar ul li i {
        width: 20px;
        height: 20px;
        background: var(--coklat);

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: white;
    }

    /*  */

    .wrap-fasilitas {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: max-content;
        padding-top: 20px;
        padding-bottom: 10px;
        gap: 20px;
    }

    .wrap-fasilitas h1 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .list-fasilitas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 100%;
        gap: 20px;
    }

    .list-fasilitas .fasilitas {
        width: 90%;
        height: 300px;
        overflow: hidden;

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

        cursor: pointer;

        border-radius: 5px;
        overflow: hidden;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fasilitas img {
        width: 100%;
        height: 100%;
  
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fasilitas p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        color: white;
        letter-spacing: 1px;

        background: rgb(2, 0, 36);
        background: linear-gradient(
            180deg,
            rgba(2, 0, 36, 0) 0%,
            rgba(180, 134, 97, 0.591) 37%
        );

        width: 100%;
        height: 50px;

        transition: 0.3s ease-in-out;
    }

    .fasilitas:hover p {
        height: 60px;
        font-size: 15px;
    }

    /*  */

    .wrap-destinasi {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: max-content;
        padding-top: 20px;
        padding-bottom: 10px;
        gap: 20px;
    }

    .wrap-destinasi h1 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .wrap-destinasi > p {
        color: var(--coklat);
        text-align: center;
        margin-top: 0px;
    }

    .list-destinasi {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 100%;
        gap: 20px;
    }

    .destinasi {
        display: flex;
        flex-direction: column;
        gap: 10px;

        background-color: white;
        border-radius: 5px;

        width: 90%;
        overflow: hidden;
    }

    .destinasi:hover {
        -webkit-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
    }

    .destinasi img {
        width: 100%;
        height: 300px;

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

    .destinasi label {
        margin: 10px;
    }

    .destinasi label h2 {
        color: var(--coklat);
        font-size: 20px;
        font-weight: 400;
    }

    .destinasi label p {
        color: #807c7c;
        font-size: 12px;
    }

    .destinasi button {
        background-color: var(--coklat);
        width: max-content;
        padding: 5px 10px;
        margin: 10px;
        cursor: pointer;
        color: white;
        user-select: none;
        letter-spacing: 1px;
        border: transparent;
    }

    .destinasi button:hover {
        background-color: var(--hov);
    }

    .destinasi button:active {
        background-color: var(--coklat);
    }

    /*  */

    .wrap-blog {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: max-content;
        padding-top: 20px;
        padding-bottom: 10px;
        gap: 20px;
    }

    .wrap-blog h1 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .list-blog {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 90%;
        gap: 20px;
    }

    .blog {
        display: flex;
        flex-direction: column;
        gap: 10px;

        background-color: white;
        border-radius: 5px;

        width: 90%;
        overflow: hidden;
    }

    .blog:hover {
        -webkit-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.75);
    }

    .blog img {
        width: 100%;
        height: 300px;

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

    .blog small {
        color: var(--coklat);
        margin: 10px;
    }

    .blog p {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #6f6f6f;
    }
}
