body{
    background-color: #F5FAFF;
    padding: 65px 0px 0px 0px;
    margin: 0px;
}

html{
  scroll-behavior: smooth;
}

/* Header (Start) */
.header-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #3e7dcf;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 80px 5px 80px;
    box-sizing: border-box;
}

.logo-box {
    width: 200px;
    display: flex;
    align-items: center;
}

.logo-box img {
    height: 55px;
    object-fit: contain;
}

.navbar {
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    gap: 50px;
}

.navbar a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease;
}

.navbar a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #FFFFFF;
  transition: width 0.3s ease;
}

.navbar a:hover::after,
.navbar a.active::after {
  width: 100%;
}

#beranda-id{
    position: absolute;
    top: 0;
}

#tentang-kami-id{
    position: absolute;
    top: 740px;
}

#ruangan-kantor-id{
    position: absolute;
    top: 1440px;
}

#denah-lokasi-id{
    position: absolute;
    top: 2780px;
}

#kontak-id{
    position: absolute;
    top: 4000px;
}

.hamburger-icon {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}
/* Header (End) */

/* Beranda (Start) */
.beranda {
    display: flex;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    height: 95vh;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    background: url(../asset-web/beranda-background.jpg) no-repeat center center;
    background-size: cover;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.beranda .desktop h1{
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    margin: 0;

    margin: 125px 0px 20px 70px;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.8;
}

.beranda .desktop h2{
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    margin: 0;

    margin: 0px 0px 20px 70px;
    font-size: 22px;
    line-height: 0.8;
}

.beranda .mobile-s{
    display: none;
}

.beranda .contact-container{
    display: flex;
    justify-content: start;
    flex-direction: row;   
}

.beranda .contact-container h3{
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
}

.beranda .instagram-button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;

    width: 245px;
    border-radius: 10px;
    margin: 0px 0px 0px 70px;
    padding: 5px;

    background: #833ab4;
    background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
    );
    transition: transform 0.5s ease, box-shadow 0.5 ease;
}

.beranda .instagram-button img, .beranda .whatsapp-button img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.beranda .whatsapp-button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;

    width: 250px;
    border-radius: 10px;
    margin: 0px 0px 0px 45px;
    padding: 5px;

    background: #25d366;
    transition: transform 0.5s ease, box-shadow 0.5 ease;
}

.beranda .instagram-button:hover, .whatsapp-button:hover{
    transform: scale(1.03);
}
/* Beranda (End) */

/* Tentang Kami (Start) */
.tentang-kami-outer{
    display: flex;
    align-items: center;
    justify-content: center;
    place-self: center;

    width: 80%;
}

.tentang-kami{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;

    background-color: #6da8f4;
    padding: 20px 30px 20px 30px;
    margin-top: 90px;

    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tentang-kami .text-container{
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    width: 50%;
}

.tentang-kami .text-container h1{
    margin: 0px 0px 0px 0px;
    font-size: 32px;
}

.tentang-kami .text-container p, .tentang-kami .text-container ul{
    margin: 15px 0px 0px 0px;
    font-size: 17px;
}

.tentang-kami .logo-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 50%;
}

.tentang-kami .logo-container img{
    height: 390px;
}
/* Tentang Kami (End) */

/* Ruangan & Kantor (Start) */
.ruangan-kantor{
    font-family: 'Segoe UI', sans-serif;
    color: #2C3E50	;
    margin-top: 50px;
}

.ruangan-kantor .tipe{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ruangan-kantor .tipe h1{
    font-size: 35px;
    color: #2C3E50;
}

.ruangan-kantor .tipe .baris-1, .ruangan-kantor .tipe .baris-2{
    display: flex;
    flex-direction: row;
}

.compact-room, .standard-room, .executive-room, .grand-room{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    width: 500px;

    background-color: #6da8f4;
    margin: 0px 30px 30px 30px;
    border-radius: 10px;

    color: #F5FAFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5 ease;
}

.compact-room:hover, .standard-room:hover, .executive-room:hover, .grand-room:hover{
    transform: scale(1.02);
    filter: brightness(1.02);
}

.compact-room img, .standard-room img, .executive-room img, .grand-room img{
    border-radius: 10px;
    margin-bottom: 0px;
}

.standard-room img{
    filter: brightness(1.1);
}

.compact-room h2, .standard-room h2, .executive-room h2, .grand-room h2{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.compact-room h3, .standard-room h3, .executive-room h3, .grand-room h3{
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

.compact-room ul, .standard-room ul, .executive-room ul, .grand-room ul{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 20px;
}

.compact-room p, .standard-room p, .executive-room p, .grand-room p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Ruangan & Kantor (End) */

/* Denah-Lokasi (Start) */
.denah-lokasi{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;

    font-family: 'Segoe UI', sans-serif;    
}

.denah-lokasi h1{
    color: #2C3E50;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.denah-lokasi .denah, .denah-lokasi .lokasi{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.denah-lokasi .denah{
    width: 470px;
    margin-right: 0px;
}

.denah-lokasi .denah img{
    height: 560px;
}

.denah-lokasi .lokasi{
    margin-left: 0px;
}

.denah-lokasi .map-frame{
    width: 680px;
    height: 560px;
    border: 0;
}
/* Denah-Lokasi (End) */

/* Kontak (Start) */
.kontak{
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Segoe UI', sans-serif;
    color: #2C3E50	;
}

.kontak h1{
    margin-top: 50px;
    margin-bottom: 0px;

    font-size: 35px;
}

.kontak h2{
    margin-top: 8px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 0.7;
    text-align: center;
}

.kontak .detail-kontak{
    display: flex;
    flex-direction: row;
    justify-content: center;

    height: 300px;
}

.kontak .detail-kontak .alamat-kontak, 
.kontak .detail-kontak .instagram-kontak, 
.kontak .detail-kontak .whatsapp-kontak{
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 250px;
    margin-left: 30px;
    margin-right: 30px;
}

.kontak .detail-kontak .alamat-kontak img, 
.kontak .detail-kontak .instagram-kontak img, 
.kontak .detail-kontak .whatsapp-kontak img{
    height: 130px;
}

.kontak .detail-kontak .alamat-kontak h3, 
.kontak .detail-kontak .instagram-kontak h3, 
.kontak .detail-kontak .whatsapp-kontak h3{
    font-size: 20px;
    margin-bottom: 0px;
}

.kontak .detail-kontak .alamat-kontak p, 
.kontak .detail-kontak .instagram-kontak p, 
.kontak .detail-kontak .whatsapp-kontak p{
    font-size: 18px;
    margin-top: 5px;
}
/* Kontak (End) */

/* Responsive utk Large Tablet */
@media (max-width: 768px) {
    /* Header (Start) */
    .header-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
        background-color: #3e7dcf;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

        display: flex;
        align-items: center;
        justify-content: start;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
    }

    .logo-box {
        width: 150px;
        display: flex;
        justify-content: start;
        margin-left: 20px;
    }

    .logo-box img {
        height: 55px;
        object-fit: contain;
    }

    .navbar {
        display: none;
        flex-direction: column;
        background-color: #6da8f4;
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        height: 280px;
        z-index: 1000;
    }

    .navbar.open {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .navbar a {
        color: #F5FAFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin: 18px 0px 0px 10px;
        padding: 0px;
    }

    .navbar a::after {
        display: none;
    }

    .navbar a:hover::after,
    .navbar a.active::after {
        width: 0;
    }

    .hamburger-icon {
        display: block;
        position: absolute;
        right: 25px;
        top: 20px;
        z-index: 1100;
    }

    #beranda-id{
        position: absolute;
        top: 0;
    }

    #tentang-kami-id{
        position: absolute;
        top: 610px;
    }

    #ruangan-kantor-id{
        position: absolute;
        top: 1335px;
    }

    #denah-lokasi-id{
        position: absolute;
        top: 3080px;
    }

    #kontak-id{
        position: absolute;
        top: 4010px;
    }
    /* Header (End) */

    /* Beranda (Start) */
    .beranda {
        display: flex;
        justify-content: center;
        flex-direction: column;

        width: 100%;
        height: 90vh;

        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;

        background: url(../asset-web/beranda-background.jpg) no-repeat center center;
        background-size: cover;

        box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    }

    .beranda .desktop{
        display: block;
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        justify-items: center;
    }

    .beranda .mobile-s{
        display: none;
    }

    .beranda .desktop h1{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        margin: 0;

        margin: 9.8rem 0px 1.1rem 0rem; 
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 0.8;
    }

    .beranda .desktop h2{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        margin: 0;

        margin: 0px 0px 1.25rem 0rem;
        font-size: 1.375rem;
        line-height: 0.8;
    }

    .beranda .contact-container{
        display: flex;
        justify-content: center;
        flex-direction: row;   
    }

    .beranda .contact-container h3{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        font-size: 1rem;
        margin: 0px;
    }

    .beranda .instagram-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 26vw;
        border-radius: 10px;
        margin: 0px 0px 0px 0px;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #833ab4;
        background: linear-gradient(
        to right,
        #833ab4,#fd1d1d,#fcb045
        );
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .instagram-button img, .beranda .whatsapp-button img {
        width: 5.6vw;
        height: 5.6vw;
        margin-right: 0px;
    }

    .beranda .whatsapp-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 26vw;
        border-radius: 10px;
        margin: 0px 0px 0px 1.9rem;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #25d366;
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .instagram-button:hover, .whatsapp-button:hover{
        transform: scale(1.03);
    }
    /* Beranda (End) */

    /* Tentang Kami (Start) */
    .tentang-kami-outer{
        display: flex;
        align-items: center;
        justify-content: center;
        place-self: center;

        width: 95vw;
    }

    .tentang-kami{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;

        background-color: #5B8FD1;
        padding: 10px 12px 10px 12px;
        margin-top: 50px;

        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .tentang-kami .text-container{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        width: 100%;
    }

    .tentang-kami .text-container h1{
        margin: 0px 0px 0px 0px;
        font-size: 1.875rem;
        text-align: center;
    }

    .tentang-kami .text-container p, .tentang-kami .text-container ul{
        margin: 8px 0px 0px 0px;
        font-size: 1.125rem;
    }

    .tentang-kami ul{
        padding-left: 18px;
    }

    .tentang-kami .logo-container{
        display: none;
    }

    /* .tentang-kami .logo-container img{
        height: 390px;
    } */
    /* Tentang Kami (End) */

    /* Ruangan & Kantor (Start) */
    .ruangan-kantor{
        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
        margin-top: 20px;
    }

    .ruangan-kantor .tipe{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ruangan-kantor .tipe h1{
        font-size: 1.8rem;
        color: #2C3E50;
        text-align: center;
    }

    .ruangan-kantor .tipe .baris-1, .ruangan-kantor .tipe .baris-2{
        display: flex;
        flex-direction: column;

    }

    .compact-room, .standard-room, .executive-room, .grand-room{
        display: flex;
        flex-direction: column;
        padding: 10px 10px 10px 10px;
        width: 92vw;

        background-color: #5B8FD1;
        margin: 0px 0px 30px 0px;
        border-radius: 10px;

        color: #F5FAFF;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        filter: none;
        transition: none;
        transform: none;
    }

    .compact-room:hover, .standard-room:hover, .executive-room:hover, .grand-room:hover{
        filter: none;
        transform: none;
    }

    .compact-room img, .standard-room img, .executive-room img, .grand-room img{
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .standard-room img{
        filter: none;
    }

    .compact-room h2, .standard-room h2, .executive-room h2, .grand-room h2{
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .compact-room h3, .standard-room h3, .executive-room h3, .grand-room h3{
        font-size: 1.3rem;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .compact-room ul, .standard-room ul, .executive-room ul, .grand-room ul{
        font-size: 1.1rem;
        margin-top: 0px;
        margin-bottom: 12px;
        margin-left: 0px;
        font-weight: 400;
        line-height: 1.7;
        padding-left: 20px;
    }

    .compact-room p, .standard-room p, .executive-room p, .grand-room p{
        font-size: 1.1rem;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* Ruangan & Kantor (End) */

    /* Denah-Lokasi (Start) */
    .denah-lokasi{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;

        font-family: 'Segoe UI', sans-serif;    
    }

    .denah-lokasi h1{
        color: #2C3E50;
        font-size: 1.75rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .denah-lokasi .denah, .denah-lokasi .lokasi{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .denah-lokasi .denah{
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .denah-lokasi .denah img{
        /* height: 480px; */
        width: 45vw;
        height: auto;
    }

    .denah-lokasi .lokasi{
        margin-left: 0px;
    }

    .denah-lokasi .map-frame{
        width: 65vw;
        height: 65vw;
        border: 0;
    }

    /* Denah-Lokasi (End) */

    /* Kontak (Start) */
    .kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
    }

    .kontak h1{
        margin-top: 30px;
        margin-bottom: 0px;

        font-size: 1.75rem;
    }

    .kontak h2{
        margin-top: 15px;
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.188rem;
        line-height: 0.7;
        text-align: center;
    }

    .kontak .detail-kontak{
        display: flex;
        flex-direction: row;
        justify-content: center;

        height: 50vw;
        margin-top: 1.5rem;
    }

    .kontak .detail-kontak .alamat-kontak, 
    .kontak .detail-kontak .instagram-kontak, 
    .kontak .detail-kontak .whatsapp-kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 25vw;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 1.25rem;
    }

    .kontak .detail-kontak .alamat-kontak img, 
    .kontak .detail-kontak .instagram-kontak img, 
    .kontak .detail-kontak .whatsapp-kontak img{
        height: auto;
        width: 15vw;
    }

    .kontak .detail-kontak .alamat-kontak h3, 
    .kontak .detail-kontak .instagram-kontak h3, 
    .kontak .detail-kontak .whatsapp-kontak h3{
        font-size: 1.3rem;
        margin-bottom: 0px;
    }

    .kontak .detail-kontak .alamat-kontak p, 
    .kontak .detail-kontak .instagram-kontak p, 
    .kontak .detail-kontak .whatsapp-kontak p{
        font-size: 1rem;
        margin-top: 0px;
        text-align: center;
    }
    /* Kontak (End) */
}

/* Responsive utk Mobile Phone + Small Tablet*/
/* 500 min */
@media (max-width: 610px) {
    /* Header (Start) */
    .header-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
        background-color: #3e7dcf;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

        display: flex;
        align-items: center;
        justify-content: start;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
    }

    .logo-box {
        width: 150px;
        display: flex;
        justify-content: start;
        margin-left: 20px;
    }

    .logo-box img {
        height: 55px;
        object-fit: contain;
    }

    .navbar {
        display: none;
        flex-direction: column;
        background-color: #6da8f4;
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        height: 280px;
        z-index: 1000;
    }

    .navbar.open {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .navbar a {
        color: #F5FAFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin: 18px 0px 0px 10px;
        padding: 0px;
    }

    .navbar a::after {
        display: none;
    }

    .navbar a:hover::after,
    .navbar a.active::after {
        width: 0;
    }

    .hamburger-icon {
        display: block;
        position: absolute;
        right: 25px;
        top: 20px;
        z-index: 1100;
    }

    #beranda-id{
        position: absolute;
        top: 0;
    }

    #tentang-kami-id{
        position: absolute;
        top: 610px;
    }

    #ruangan-kantor-id{
        position: absolute;
        top: 1335px;
    }

    #denah-lokasi-id{
        position: absolute;
        top: 3080px;
    }

    #kontak-id{
        position: absolute;
        top: 4010px;
    }
    /* Header (End) */

    /* Beranda (Start) */
    .beranda {
        display: flex;
        justify-content: center;
        flex-direction: column;

        width: 100%;
        height: 90vh;

        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;

        background: url(../asset-web/beranda-background.jpg) no-repeat center center;
        background-size: cover;

        box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    }

    .beranda .desktop{
        display: none;
    }

    .beranda .mobile-s{
        display: block;
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
    }

    .beranda .mobile-s h1{
        margin: 0px 0px 0.625rem 0px;
        font-size: 2.4rem;
        font-weight: 700;

        text-align: center;
    }

    .beranda .mobile-s h2{
        margin: 7rem 0px 0px 0px;
        font-size: 1.8rem;
        text-align: center;
    }

    .beranda .contact-container{
        display: flex;
        justify-content: center;
        flex-direction: row;   
    }

    .beranda .contact-container h3{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        font-size: 1rem;
        margin: 0px;
    }

    .beranda .instagram-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 30vw;
        border-radius: 10px;
        margin: 0px 0px 0px 0px;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #833ab4;
        background: linear-gradient(
        to right,
        #833ab4,#fd1d1d,#fcb045
        );
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .instagram-button img, .beranda .whatsapp-button img {
        width: 7vw;
        height: 7vw;
        margin-right: 0.4rem;
    }

    .beranda .whatsapp-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 30vw;
        border-radius: 10px;
        margin: 0px 0px 0px 1.875rem;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #25d366;
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .instagram-button:hover, .whatsapp-button:hover{
        transform: scale(1.03);
    }
    /* Beranda (End) */

    /* Tentang Kami (Start) */
    .tentang-kami-outer{
        display: flex;
        align-items: center;
        justify-content: center;
        place-self: center;

        width: 95vw;
    }

    .tentang-kami{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;

        background-color: #5B8FD1;
        padding: 10px 12px 10px 12px;
        margin-top: 50px;

        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .tentang-kami .text-container{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        width: 100%;
    }

    .tentang-kami .text-container h1{
        margin: 0px 0px 0px 0px;
        font-size: 1.7rem;
        text-align: center;
    }

    .tentang-kami .text-container p, .tentang-kami .text-container ul{
        margin: 8px 0px 0px 0px;
        font-size: 1rem;
    }

    .tentang-kami ul{
        padding-left: 18px;
    }

    .tentang-kami .logo-container{
        display: none;
    }

    /* .tentang-kami .logo-container img{
        height: 390px;
    } */
    /* Tentang Kami (End) */

    /* Ruangan & Kantor (Start) */
    .ruangan-kantor{
        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
        margin-top: 20px;
    }

    .ruangan-kantor .tipe{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ruangan-kantor .tipe h1{
        font-size: 1.6rem;
        color: #2C3E50;
        text-align: center;
    }

    .ruangan-kantor .tipe .baris-1, .ruangan-kantor .tipe .baris-2{
        display: flex;
        flex-direction: column;

    }

    .compact-room, .standard-room, .executive-room, .grand-room{
        display: flex;
        flex-direction: column;
        padding: 10px 10px 10px 10px;
        width: 90vw;

        background-color: #5B8FD1;
        margin: 0px 0px 30px 0px;
        border-radius: 10px;

        color: #F5FAFF;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        filter: none;
        transition: none;
        transform: none;
    }

    .compact-room:hover, .standard-room:hover, .executive-room:hover, .grand-room:hover{
        filter: none;
        transform: none;
    }

    .compact-room img, .standard-room img, .executive-room img, .grand-room img{
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .standard-room img{
        filter: none;
    }

    .compact-room h2, .standard-room h2, .executive-room h2, .grand-room h2{
        font-size: 1.313rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .compact-room h3, .standard-room h3, .executive-room h3, .grand-room h3{
        font-size: 1.15rem;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .compact-room ul, .standard-room ul, .executive-room ul, .grand-room ul{
        font-size: 1rem;
        margin-top: 0px;
        margin-bottom: 8px;
        margin-left: 0px;
        font-weight: 400;
        line-height: 1.7;
        padding-left: 20px;
    }

    .compact-room p, .standard-room p, .executive-room p, .grand-room p{
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* Ruangan & Kantor (End) */

    /* Denah-Lokasi (Start) */
    .denah-lokasi{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;

        font-family: 'Segoe UI', sans-serif;    
    }

    .denah-lokasi h1{
        color: #2C3E50;
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .denah-lokasi .denah, .denah-lokasi .lokasi{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .denah-lokasi .denah{
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .denah-lokasi .denah img{
        /* height: 480px; */
        width: 60vw;
        height: auto;
    }

    .denah-lokasi .lokasi{
        margin-left: 0px;
    }

    .denah-lokasi .map-frame{
        width: 80vw;
        height: 80vw;
        border: 0;
    }

    /* Denah-Lokasi (End) */

    /* Kontak (Start) */
    .kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
    }

    .kontak h1{
        margin-top: 30px;
        margin-bottom: 0px;

        font-size: 1.75rem;
    }

    .kontak h2{
        margin-top: 10px;
        margin-bottom: 1.35rem;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 0.9;
        text-align: center;
    }

    .kontak .detail-kontak{
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: 50vw;
        margin-top: 12rem;
    }

    .kontak .detail-kontak .alamat-kontak, 
    .kontak .detail-kontak .instagram-kontak, 
    .kontak .detail-kontak .whatsapp-kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 70vw;
        margin-bottom: 1.1rem;
    }

    .kontak .detail-kontak .alamat-kontak img, 
    .kontak .detail-kontak .instagram-kontak img, 
    .kontak .detail-kontak .whatsapp-kontak img{
        height: auto;
        width: 20vw;
    }

    .kontak .detail-kontak .alamat-kontak h3, 
    .kontak .detail-kontak .instagram-kontak h3, 
    .kontak .detail-kontak .whatsapp-kontak h3{
        font-size: 1.125rem;
        margin-bottom: 0px;
    }

    .kontak .detail-kontak .alamat-kontak p, 
    .kontak .detail-kontak .instagram-kontak p, 
    .kontak .detail-kontak .whatsapp-kontak p{
        font-size: 1;
        margin-top: 0px;
        text-align: center;
    }
    /* Kontak (End) */
}

/* Responsive utk Mobile Phone + Small Tablet*/
@media (max-width: 425px) {
    /* Header (Start) */
    .header-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
        background-color: #3e7dcf;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

        display: flex;
        align-items: center;
        justify-content: start;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
    }

    .logo-box {
        width: 150px;
        display: flex;
        justify-content: start;
        margin-left: 20px;
    }

    .logo-box img {
        height: 55px;
        object-fit: contain;
    }

    .navbar {
        display: none;
        flex-direction: column;
        background-color: #6da8f4;
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        height: 280px;
        z-index: 1000;
    }

    .navbar.open {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .navbar a {
        color: #F5FAFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin: 18px 0px 0px 10px;
        padding: 0px;
    }

    .navbar a::after {
        display: none;
    }

    .navbar a:hover::after,
    .navbar a.active::after {
        width: 0;
    }

    .hamburger-icon {
        display: block;
        position: absolute;
        right: 25px;
        top: 20px;
        z-index: 1100;
    }

    #beranda-id{
        position: absolute;
        top: 0;
    }

    #tentang-kami-id{
        position: absolute;
        top: 610px;
    }

    #ruangan-kantor-id{
        position: absolute;
        top: 1335px;
    }

    #denah-lokasi-id{
        position: absolute;
        top: 3080px;
    }

    #kontak-id{
        position: absolute;
        top: 4010px;
    }
    /* Header (End) */

    /* Beranda (Start) */
    .beranda {
        display: flex;
        justify-content: center;
        flex-direction: column;

        width: 100%;
        height: 90vh;

        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;

        background: url(../asset-web/beranda-background.jpg) no-repeat center center;
        background-size: cover;

        box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    }

    .beranda .desktop{
        display: none;
    }

    .beranda .mobile-s{
        display: block;
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
    }

    .beranda .mobile-s h1{
        margin: 0px 0px 0.625rem 0px;
        font-size: 2rem;
        font-weight: 700;

        text-align: center;
    }

    .beranda .mobile-s h2{
        margin: 7rem 0px 0px 0px;
        font-size: 1.5rem;
        text-align: center;
    }

    .beranda .contact-container{
        display: flex;
        justify-content: center;
        flex-direction: row;   
    }

    .beranda .contact-container h3{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        font-size: 0.8rem;
        margin: 0px;
    }

    .beranda .instagram-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 30vw;
        border-radius: 10px;
        margin: 0px 0px 0px 0px;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #833ab4;
        background: linear-gradient(
        to right,
        #833ab4,#fd1d1d,#fcb045
        );
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .instagram-button img {
        width: 7vw;
        height: 7vw;
        margin-right: 0.5rem;
    }

    .beranda .whatsapp-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;

        width: 30vw;
        border-radius: 10px;
        margin: 0px 0px 0px 1.875rem;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;

        background: #25d366;
        transition: transform 0.5s ease, box-shadow 0.5 ease;
    }

    .beranda .whatsapp-button img {
        width: 7vw;
        height: 7vw;
        margin-right: 0.5rem;
    }

    .beranda .instagram-button:hover, .whatsapp-button:hover{
        transform: scale(1.03);
    }
    /* Beranda (End) */

    /* Tentang Kami (Start) */
    .tentang-kami-outer{
        display: flex;
        align-items: center;
        justify-content: center;
        place-self: center;

        width: 95vw;
    }

    .tentang-kami{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;

        background-color: #5B8FD1;
        padding: 10px 12px 10px 12px;
        margin-top: 50px;

        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .tentang-kami .text-container{
        font-family: 'Segoe UI', sans-serif;
        color: #FFFFFF;
        width: 100%;
    }

    .tentang-kami .text-container h1{
        margin: 0px 0px 0px 0px;
        font-size: 1.625rem;
        text-align: center;
    }

    .tentang-kami .text-container p, .tentang-kami .text-container ul{
        margin: 8px 0px 0px 0px;
        font-size: 0.938rem;
    }

    .tentang-kami ul{
        padding-left: 18px;
    }

    .tentang-kami .logo-container{
        display: none;
    }

    /* .tentang-kami .logo-container img{
        height: 390px;
    } */
    /* Tentang Kami (End) */

    /* Ruangan & Kantor (Start) */
    .ruangan-kantor{
        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
        margin-top: 20px;
    }

    .ruangan-kantor .tipe{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ruangan-kantor .tipe h1{
        font-size: 1.5rem;
        color: #2C3E50;
        text-align: center;
    }

    .ruangan-kantor .tipe .baris-1, .ruangan-kantor .tipe .baris-2{
        display: flex;
        flex-direction: column;

    }

    .compact-room, .standard-room, .executive-room, .grand-room{
        display: flex;
        flex-direction: column;
        padding: 10px 10px 10px 10px;
        width: 90vw;

        background-color: #5B8FD1;
        margin: 0px 0px 30px 0px;
        border-radius: 10px;

        color: #F5FAFF;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        filter: none;
        transition: none;
        transform: none;
    }

    .compact-room:hover, .standard-room:hover, .executive-room:hover, .grand-room:hover{
        filter: none;
        transform: none;
    }

    .compact-room img, .standard-room img, .executive-room img, .grand-room img{
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .standard-room img{
        filter: none;
    }

    .compact-room h2, .standard-room h2, .executive-room h2, .grand-room h2{
        font-size: 1.188rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .compact-room h3, .standard-room h3, .executive-room h3, .grand-room h3{
        font-size: 1.063rem;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .compact-room ul, .standard-room ul, .executive-room ul, .grand-room ul{
        font-size: 0.938rem;
        margin-top: 0px;
        margin-bottom: 8px;
        margin-left: 0px;
        font-weight: 400;
        line-height: 1.7;
        padding-left: 20px;
    }

    .compact-room p, .standard-room p, .executive-room p, .grand-room p{
        font-size: 0.938rem;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* Ruangan & Kantor (End) */

    /* Denah-Lokasi (Start) */
    .denah-lokasi{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;

        font-family: 'Segoe UI', sans-serif;    
    }

    .denah-lokasi h1{
        color: #2C3E50;
        font-size: 1.75rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .denah-lokasi .denah, .denah-lokasi .lokasi{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .denah-lokasi .denah{
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .denah-lokasi .denah img{
        /* height: 480px; */
        width: 75vw;
        height: auto;
    }

    .denah-lokasi .lokasi{
        margin-left: 0px;
    }

    .denah-lokasi .map-frame{
        width: 85vw;
        height: 85vw;
        border: 0;
    }

    /* Denah-Lokasi (End) */

    /* Kontak (Start) */
    .kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        font-family: 'Segoe UI', sans-serif;
        color: #2C3E50	;
    }

    .kontak h1{
        margin-top: 30px;
        margin-bottom: 0px;

        font-size: 28px;
    }

    .kontak h2{
        margin-top: 5px;
        margin-bottom: 1.35rem;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.1;
        text-align: center;
    }

    .kontak .detail-kontak{
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: 50vw;
        margin-top: 13rem;
    }

    .kontak .detail-kontak .alamat-kontak, 
    .kontak .detail-kontak .instagram-kontak, 
    .kontak .detail-kontak .whatsapp-kontak{
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 70vw;
        margin-bottom: 1.25rem;
    }

    .kontak .detail-kontak .alamat-kontak img, 
    .kontak .detail-kontak .instagram-kontak img, 
    .kontak .detail-kontak .whatsapp-kontak img{
        height: auto;
        width: 20vw;
    }

    .kontak .detail-kontak .alamat-kontak h3, 
    .kontak .detail-kontak .instagram-kontak h3, 
    .kontak .detail-kontak .whatsapp-kontak h3{
        font-size: 1.125rem;
        margin-bottom: 0px;
    }

    .kontak .detail-kontak .alamat-kontak p, 
    .kontak .detail-kontak .instagram-kontak p, 
    .kontak .detail-kontak .whatsapp-kontak p{
        font-size: 1;
        margin-top: 0px;
        text-align: center;
    }
    /* Kontak (End) */
}