* {
    margin: 0;
}

body {
    font-family: 'Playfair Display', serif;
    background-color: #f5f6fa;
}

.all_width {
    width: 85%;
    margin: 0 auto 0 auto;
}

header {
    width: 100%;
    height: 80px;
    background-color: #303030;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 2;
}

.box_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background-color: red; */
}

.back_header {
    width: 100%;
    height: 80px;
}

.logo {
    height: 50px;
}

.logo_text{
    font-size: 40px;
    color: #fff;
}

.link_header {
    margin-left: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.box_landing_top {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

.img_landing_top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.cover_landing_top {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.5;
}

.isi_landing_top {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.j_lp {
    font-size: 55px;
    color: #fff;
    font-weight: 400;
}

.d_lp {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.box_form_lp {
    width: 60%;
    /* margin: auto; */
    margin-top: 40px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.select_lp {
    flex: 1;
    height: 55px;
    margin: 0 10px;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button_lp {
    width: 200px;
    height: 55px;
    margin: 0 10px;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    background-color: #c19b76;
    color: #fff;
}

.relax {
    width: 100%;
    /* background-color: red; */
    padding: 80px 0;
    display: flex;
    flex-direction: row;
}

.desc_relax1 {
    width: 50%;
    margin-right: 60px;
}

.img_relax {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.desc_relax {
    width: 50%;
    /* background-color: blue; */
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.j_relax {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.d_relax {
    font-family: 'Open Sans', sans-serif;
    margin-top: 18px;
    font-size: 15px;
    color: #909090;
    font-weight: 500;
    line-height: 23px;
}

.rooms {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

.j_rooms {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
}

.box_rooms {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 50px;
}

.isi_box_rooms {
    width: 100%;
    /* background-color: red; */
}

.img_rooms {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.d1_rooms {
    margin-top: 15px;
    font-size: 18px;
    color: #c19b76;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.d2_rooms {
    margin-top: 8px;
    font-size: 28px;
    font-weight: 500;
}

.buttom_rooms {
    border: 0;
    padding: 15px 50px;
    background-color: #c19b76;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    border-radius: 5px;
    margin-top: 80px;
}

.box_services {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 60px;
}

.icon_services {
    font-size: 40px;
    color: #c19b76;
}

.d1_services {
    margin-top: 18px;
    font-size: 25px;
    /* color: #c19b76; */
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 500;
}

.d2_services {
    margin-top: 15px;
    font-size: 15px;
    /* color: #c19b76; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #505050;
    line-height: 23px;
}

.last_news {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 60px;
}

.img_ln {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.d1_ln {
    color: #c19b76;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}

.d2_ln {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #909090;
}

/* RESPONSIVE */

@media only screen and (max-width: 800px) {
    .box_link_header {
        display: none;
    }
    header {
        height: 60px;
    }
    .back_header {
        height: 60px;
    }
    .box_header {
        justify-content: center;
    }
    .logo {
        height: 40px;
    }
    .box_landing_top {
        width: 100%;
        height: calc(100vh - 60px);
        position: relative;
    }
    .box_form_lp {
        width: 85%;
        flex-wrap: wrap;
    }
    .button_lp {
        width: 100%;
        margin-top: 30px;
    }
    .relax {
        flex-wrap: wrap;
    }
    .desc_relax1 {
        width: 100%;
        margin: 0;
    }
    .desc_relax {
        width: 100%;
        margin: 0;
        margin-top: 35px;
    }
    .img_relax {
        height: 250px;
    }
    .box_rooms {
        grid-template-columns: 1fr;
    }
    .img_rooms {
        height: 200px;
    }
    .box_services {
        grid-template-columns: 1fr 1fr;
    }
    .last_news {
        grid-template-columns: 1fr;
    }
    .img_ln {
        height: 250px;
    }
    .select_lp {
        margin: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .box_form_lp {
        width: 90%;
    }
}