@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: latin;
    src: url("/public/fonts/fontspring.OTF");
}
* {
    margin: 0;
    padding: 0;
}

.wrap-title-offer {
    width: 100%;
    height: auto;
    background-color: #484848;
    padding-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: "Montserrat", sans-serif;
}
.center-text h1 {
    color: #cbb778 !important;
    font-size: 5rem !important;
    font-family: latin;
}
.center-text p {
    color: #cbb778 !important;
    font-family: latin;
}
.event-content p {
    color: rgb(51, 51, 51) !important;
}
.event-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
p.sub-title {
    margin-top: 3rem;
    color: white !important;
    font-size: 13px;
    font-weight: 500;
}
.sub-title span {
    color: white;
}
.title-offer h2 {
    text-align: center;
    font-weight: 600;
    color: #cbb778;
}

.image-card-offer {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
/* hero section */
.hero-section {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
}
.title-card {
    margin-top: 3rem;
}
.title-card-offer {
    margin-top: 1rem;
}
.title-card-offer a {
    color: rgb(51, 51, 51);
    font-weight: 700;
    transition: 0.2s ease-in-out;
}

.title-card-offer a:hover {
    color: white;
}
.title-card a:hover {
    color: black;
}
.date {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.date p {
    font-size: 13px;
    font-weight: 500;
}
.button-read {
    margin-top: 2rem;
}
.button-read a {
    text-decoration: none;
    padding: 0.5rem 2rem;
    background-color: #cbb778;
    color: white;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
.button-read a:hover {
    text-decoration: none;
    padding: 0.5rem 2rem;
    background-color: #a1915b;
    color: white;
    font-weight: 600;
}
.bg-logo {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bg-logo img {
    width: 150px;
}
/* footer */
.footer {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    background-color: #353334;
}
.logo-footer img {
    width: 250px;
}
.garis-footer {
    width: 100%;
    height: 2px;
    background-color: #6d6a61;
}
.bungkus-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.logo-footer2 img {
    width: 110px;
}
.des-footer p {
    color: rgb(158, 158, 158);
}
.link-information a,
i {
    color: rgb(158, 158, 158);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.link-information a:hover {
    border-bottom: 0.5px solid rgb(119, 119, 119);
    color: rgb(158, 158, 158);
}
.icon-footer i {
    color: white;
    font-size: 1.8rem;
    margin-right: 1rem;
}
.bungkus-input input {
    background-color: transparent;
    border: none;
    outline: none;
}
.bungkus-input {
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
}
.gambar-icon img {
    width: 40%;
}
.footer-button {
    display: flex;
}
.wrap-nav2 {
    display: none;
}
.wrap-logo-footer {
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    max-width: 1200px;
}
.logo-footer2 img {
    margin-right: 2rem;
}
/* Menyembunyikan scrollbar */
.wrap-logo-footer::-webkit-scrollbar {
    display: none;
}

/* halaman detail */
.wrap-hero-section-detail {
    width: 100%;
    height: auto;
}
.title-detail h2 {
    font-weight: 600;
    color: #cbb778;
}
a.facebook {
    padding: 0.3rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: 300;
    font-size: 13px;
    background-color: #4267b2;
    transition: transform 0.3s ease; /* Mengatur transisi untuk perubahan transformasi */
    display: inline-block; /* Pastikan elemen memiliki tipe display yang tepat */
}
.facebook i {
    font-size: 1rem;
    margin-right: 1rem;
}

a.facebook:hover {
    color: white;
    transform: translateY(
        -5px
    ); /* Menggeser elemen ke atas sejauh 5px saat dihover */
}
.fa-solid.fa-file-pdf {
    font-size: 24px; /* Ubah ukuran ikon sesuai kebutuhan */
}
.fa-solid.fa-print {
    font-size: 24px; /* Ubah ukuran ikon sesuai kebutuhan */
}
.link-book {
    margin-top: 2rem;
}
.link-book a {
    color: white;
    font-weight: 600;
    padding: 0.5rem 2.5rem;
    background-color: #a1915b;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.link-book a:hover {
    color: white;
    font-weight: 600;
    padding: 0.5rem 2.5rem;
    background-color: #af7d40;
    text-decoration: none;
}
.des-detail {
    width: 50%;
}
.banner {
    width: 100%;
    height: 600px;
}
.wrap-title-detail-reponsif-tablet {
    display: none;
}
.wrap-title-detail {
    display: flex;
}
/* end halaman detail */
/* careers */
.wrap-hero-section-careers {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}
.card-careers {
    background-color: #e5e5e5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 1rem;
}
.image-careers img {
    width: 100%;
    height: auto;
}
.event-content {
    margin-bottom: 3rem;
}
.link-card-career a {
    text-decoration: none;
    color: white;
    background-color: #cbb778;
    padding: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1rem;
    font-weight: 600;
}
.link-card-career a:hover {
    color: white;
}
.link-card-career {
    margin-top: 0.4rem;
    text-align: center;
}
.date-career i,
p {
    font-size: 1rem;
    color: #cbb778;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}
.card-careers:hover p.date-career,
.card-careers:hover .date-career i,
.card-careers:hover p.sub-title-link {
    color: black;
}

/* end careers */
/* career detail */
.hero-section-career-detail {
    width: 100%;
    height: auto;
}
.banner-career-detail {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.information a {
    padding: 0.5rem 1.5rem;
    background-color: #cbb778;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.information a:hover {
    color: white;
}
.wrap-information {
    display: flex;
    justify-content: space-between;
}
p.top {
    margin-top: 1rem;
    color: black;
    font-weight: 600;
    font-size: 1.4rem;
}
.daily-responsif {
    display: none;
}
/* end career detail */
/* meeting room */
.type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* end meeting room */
/* room */
.wrap-hero-section-rooms {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}
.image-card-room img {
    width: 100%;
    height: 300px;
}
.title-room a {
    text-decoration: none;
    font-size: 1rem;
}
.title-room a:hover {
    border-bottom: 1px solid rgb(194, 194, 194);
    font-size: 1rem;
}
.icon-card-room {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}
.icon-card-room img {
    width: 25px;
}
/* end room */
/* room detail */
a.booknow {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
}
.carousel-item img {
    height: 500px; /* Ganti angka 200px dengan tinggi yang Anda inginkan */
    object-fit: cover; /* Untuk memastikan gambar terpenuhi ke dalam ukuran yang ditentukan tanpa merusak aspek rasio */
}

.carousel-caption {
    width: 100%;
    margin: 0 auto;
}

.amenities-icon {
    display: flex;
    gap: 1rem;
}
.amenities-icon p {
    font-weight: 700;
    font-size: 1.2rem;
}
.title-icon {
    margin-top: 1rem;
}
.amenities-icon img {
    width: 50px;
}
/* room detail */
/* food */
.food-choices {
    text-align: center;
    color: black !important;
}
.food-choices:hover {
    color: black !important;
}
.food-choices button:hover a {
    color: black !important;
}
.food-choices a {
    color: white;
}
.food-choices a:hover {
    /* color: black !important; */
}
.food-choices button {
    padding: 0.5rem 1.5rem;
    margin-right: -4px;
    border: none;
    font-size: 13px;
    background-color: #cbb778;
    color: white;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    border: 1px solid rgb(228, 228, 228);
}
button:hover {
    background-color: white;
    color: black;
}
.title-card-food h5 {
    color: #cbb778;
    transition: 0.2s ease-in-out;
}
.card-careers:hover .title-card-food h5 {
    color: black;
}
button.active {
    color: black;
}
.image-card-choices {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card-choices {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.price-food a {
    color: white;
    font-weight: 700;

    text-decoration: none;
    background-color: #cbb778;
    padding: 0.4rem 1.3rem;
    font-size: 13px;
    transition: 0.2s ease-in-out;
}
.kategori {
    padding: 0.5rem;
    margin-right: -15rem;
}
.kategori a {
    color: white;
    font-weight: 700;

    text-decoration: none;
    background-color: #cbb778;
    padding: 0.4rem 2rem;
    font-size: 15px;
    transition: 0.2s ease-in-out;
}

.price-food a:hover {
    color: white;
    background-color: #b9a666;
}

/* food */
/* news */
.readmore-news a {
    background-color: #cbb778;
    transition: 0.2s ease-in-out;
}
.readmore-news a:hover {
    background-color: #b19d5d;
}
.title-card-news a {
    font-size: 1.7rem;
    color: #cbb778;
    transition: 0.2s ease-in-out;
}
.title-card-news a:hover {
    font-size: 1.7rem;
    color: black;
}
.date-news {
    margin-top: 1rem;
}
.date-news a {
    color: #cbb778;
    transition: 0.2s ease-in-out;
}
.date-news a:hover {
    color: black;
}
.link a {
    color: #cbb778;
    transition: 0.2s ease-in-out;
}
.link a:hover {
    color: black;
}
.title-card-news-right a {
    color: #cbb778;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
.title-card-news-right a:hover {
    color: black;
}
/* news */
/* navbar */
.wrap-nav3 {
    display: none;
}
.nav-book-now a {
    background-color: #cbb778;
    transition: 0.2s ease-in-out;
}
.nav-book-now a:hover {
    background-color: #918254;
}

/* navbar */
/* apply kareer */
.forms input {
    padding: 0.3rem 1rem;
    width: 85%;
}
.forms textarea {
    resize: none;
    width: 85%;
}

.active-career {
    padding: 0.7rem 0.7rem;
    /*background-color: #f0f0f0;*/
}
.no-active {
    padding: 0.7rem 0.7rem;
}
.file-botton {
    margin-right: 2rem;
}
.link-done a {
    background-color: #cbb778;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
.link-done {
    margin-left: 7rem;
}
.link-done a:hover {
    background-color: #948452;
}
/* apply kareer */
/* contact */
a.link-email {
    color: rgba(212, 176, 104, 1);
    transition: 0.2s ease-in-out;
}
a.link-email:hover {
    color: black;
}
.inputan input {
    padding: 0.3rem 1rem;
    width: 100%;
}
.inputan {
    width: 60%;
}
.forms2 select {
    padding: 0.3rem 1rem;
    width: 100%;
}
.forms2 textarea {
    resize: none;
    width: 100%;
}
.forms2 {
    display: flex;
    justify-content: space-between;
}
#map-container {
    position: relative;
    height: 400px;
    width: 100%;
}
.map-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cbb778;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.map-overlay:hover {
    background-color: #918252;
}
.map-overlay a {
    text-decoration: none;
    color: white;
}
.map-overlay a:hover {
    text-decoration: none;
    color: white;
}
.map-overlay a i {
    text-decoration: none;
    color: white;
}
.link-done2 {
    margin-bottom: 1rem;
    margin-left: 24rem;
}
.link-done2 a {
    background-color: #cbb778;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
/* contact */
/* about us */
.sestion-about {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    margin-top: 5rem;
}
.title-about {
    margin-top: 2rem;
}
.title-about h1 {
    font-size: 3.5rem;
    color: rgb(51, 51, 51) !important;
    font-family: latin;
}
.deskripsi-about {
    margin-top: 2rem;
}
.deskripsi-about p {
    font-size: 17px;
    color: rgb(51, 51, 51) !important;
}
.discover {
    margin-top: 4rem !important;
    display: flex;
}
.discover h1 {
    font-family: latin;
    font-size: 2.5rem;
}

.discover-garis {
    border-bottom: 3px solid rgb(51, 51, 51);

    width: 75%;
}
.section-fill-about {
    margin-top: 4rem;
}
.title-fill h1 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 55px;
}
.title-fill {
    margin-top: 5rem;
}
.des-title {
    margin-top: 1rem;
}
.des-title p {
    color: rgb(51, 51, 51);
}
.more {
    margin-top: 2rem;
}
.more a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 1.4rem;
}
.more a:hover {
    color: rgb(51, 51, 51);
}
.more span {
    margin-left: 0.5rem;
}
.more span i {
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 1.4rem;
}
.section-fill {
    padding-left: 3rem;
}
/* about us */
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
    .centered-image {
        display: flex;
        margin: 0;
    }
    .gambar-icon img {
        width: 30%;
    }

    .centered-text {
        display: flex;

        color: white;
    }

    a.nav-link {
        display: flex;
        align-items: center;
        font-size: 13px;
        gap: 1rem;
    }
    /* about */
    p.deskripsi {
        font-weight: 600;
        font-size: 13px;
        text-align: center;
        padding-top: 1.2rem;
        padding-bottom: 2rem;
        width: 100%;
        display: flex;
        margin: auto;
    }

    .garis {
        width: 80%;
        height: 2px;

        background-color: rgb(219, 186, 0);
        display: flex;
        margin: auto;
    }
    .wrap-nav {
        display: none;
    }
    .map {
        display: none;
    }
    .handphone {
        display: none;
    }
    .logo {
        display: none;
    }
    .wrap-nav2 {
        display: block;
        position: absolute;
        width: 100%;
    }
    /* halaman detail */
    .des-detail {
        width: 100%;
    }
    .banner {
        width: 100%;
        height: 400px;
    }
    .wrap-title-detail-reponsif-tablet {
        display: block;
    }
    .wrap-title-detail {
        display: none;
    }
    /* halaman detail */
    /* career detail */
    .daily-responsif {
        display: none;
    }

    /* career detail */
    /* food */
    .kategori {
        padding: 0.5rem;
        margin-right: -13rem;
    }
    /* food */
    /* nav */
    .wrap-nav3 {
        display: block;
    }
    .nav-all {
        display: none;
    }
    .icon-social-media span {
        color: white;
    }
    .bg-logo img {
        width: 80px;
    }

    .forms input {
        padding: 0.3rem 1rem;
        width: 80%;
    }
    .forms textarea {
        resize: none;
        width: 80%;
    }
    .file-botton {
        margin-right: 20rem;
    }
    .file-botton {
        margin-right: 3.5rem;
    }
    .link-done2 {
        margin-bottom: 1rem;
        margin-left: 18rem;
    }
    /* aboutt */
    .section-fill {
        padding-left: 0;
    }
    .section-fill {
        text-align: center;
    }
    .section-fill-2 {
        text-align: center;
    }
    .section-fill-2 {
        margin-bottom: 3rem;
    }
    .cafe-bg {
        margin-bottom: 3rem;
    }
    .title-about {
        text-align: center;
    }
    .deskripsi-about {
        text-align: justify;
    }

    /* aboutt */
}

/* Aturan CSS untuk layar kecil (misalnya, ponsel) */
@media (max-width: 576px) {
    .des-responsif {
        display: none;
    }
    .footer-button {
        display: block;
    }
    .garis-search {
        display: none;
    }
    .icon-footer {
        text-align: center;
    }
    p.subscribe {
        text-align: center;
    }
    .bungkus-input {
        text-align: center;
        width: 70%;
        margin: auto;
    }
    p.sub-meet {
        font-weight: 700;
        font-size: 1rem;
        margin-top: 0.5rem;
        color: #2c1609;
        text-align: center;
    }
    h1.judul-meet {
        font-family: latin;
        font-size: 3rem;
        text-align: centersub-meet;
        margin-top: 4rem;
        color: #2c1609;
        text-align: center;
    }
    p.des-meet {
        font-weight: 500;
        font-size: 0.8rem;
        text-align: center;
        font-weight: 600;
    }
    a.book-kartu {
        background-color: #af7d40;
        padding: 0.3rem 0.5rem;
        border-radius: 5px;
        text-decoration: none;
        color: white;
        font-weight: 600;
        text-align: center;
    }
    .book-kartu {
        text-align: center;
    }
    p.deskripsi {
        font-weight: 600;
        font-size: 10px;
        text-align: center;
        padding-top: 1.2rem;
        padding-bottom: 2rem;
        width: 100%;
        display: flex;
        margin: auto;
    }
    .slide {
        gap: 1rem;
        display: flex;
        justify-content: center;
    }
    .wrap-nav {
        display: none;
    }
    .banner {
        width: 100%;
        height: 200px;
    }
    .wrap-title-detail-reponsif-tablet span {
        display: none;
    }
    .wrap-title-detail-reponsif-tablet i {
        margin-right: 0;
        font-size: 14px;
    }
    .wrap-title-detail-reponsif-tablet a {
        padding: 0.3rem 1rem;
    }
    /* career detail */
    .banner-career-detail {
        width: 100%;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .info-responsif {
        display: none;
    }
    .date-career-detail {
        margin-top: 1rem;
    }
    .wrap-information {
        display: block;
    }
    .daily-responsif {
        display: flex;
        justify-content: space-between;
        background-color: rgb(231, 231, 231);
        padding: 0.5rem 1rem;
    }
    /* career detail */
    /* room detail */
    .icon-social-media span {
        display: none;
        color: white;
    }
    .icon-social-media i {
        margin-right: 0;
        font-size: 20px;
    }
    a.booknow {
        font-size: 10px;
        padding: 0.5rem 1rem;
    }
    .carousel-item img {
        height: 300px; /* Ganti angka 200px dengan tinggi yang Anda inginkan */
        object-fit: cover; /* Untuk memastikan gambar terpenuhi ke dalam ukuran yang ditentukan tanpa merusak aspek rasio */
    }
    /* room detail */
    /* food */
    .food-choices {
        display: block;
    }
    .food-choices {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
    }
    .kategori {
        padding: 0.5rem;
        margin-right: -12rem;
    }
    /* food */
    /* abour */
    .bg-logo img {
        width: 50px;
    }
    /* abour */
    /* apply career */
    .forms input {
        padding: 0.3rem 1rem;
        width: 65%;
    }
    .forms textarea {
        resize: none;
        width: 65%;
    }
    .file-botton {
        width: 50%;
        margin-right: 0;
    }

    .forms2 {
        display: block;
    }
    .inputan input {
        width: 100%;
        margin-top: 0.5rem;
    }
    .inputan textarea {
        width: 100%;
        margin-top: 0.5rem;
    }
    .forms2 select {
        width: 100%;
    }
    .inputan {
        width: 100%;
    }
    .map-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #cbb778;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        transition: 0.2s ease-in-out;
    }
    .link-done2 {
        margin-bottom: 1rem;
        margin-left: 5rem;
    }
    /* about */
    .title-about h1 {
        font-size: 2rem;
        color: rgb(51, 51, 51) !important;
        font-family: latin;
    }
    .title-about {
        text-align: center;
    }
    .deskripsi-about p {
        font-size: 14px;
        color: rgb(51, 51, 51) !important;
    }
    .deskripsi-about {
        text-align: justify;
    }
    .discover {
        display: block;
        text-align: center;
    }
    .discover-garis {
        border-bottom: 3px solid rgb(51, 51, 51);

        width: 100%;
    }
    .discover h1 {
        font-family: latin;
        font-size: 1.7rem;
    }
    .discover-title {
        margin-bottom: 1rem;
    }
    .title-fill h1 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 55px;
    }
}
