@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;
}
body {
    overflow-x: hidden;
}

.hero-section {
    width: 100%;
    background-repeat: no-repeat;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
p {
    color: rgb(51, 51, 51) !important;
}
.map a {
    color: rgb(177, 150, 0);
    font-weight: 600;
    text-decoration: none;
}
.map i {
    font-size: 1rem;
}
.handphone i {
    font-size: 1rem;
}
.handphone a {
    color: rgb(177, 150, 0);
    font-weight: 600;
    text-decoration: none;
}
.bungkus-logo {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span {
    color: rgb(177, 150, 0);
}
.logo img {
    width: 130px;
    margin-left: 2rem;
}

.book a {
    padding: 1rem 2.5rem;
    background-color: #c7b687;
    text-decoration: none;
    font-weight: 700;
    color: black;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 17px;
}
.book a:hover {
    color: black;
}
.book {
    margin-top: 20rem;
}

/* end nav */
.sub-menu {
    width: 200px;
    text-align: center;
    align-items: center;
}
.nav-item img {
    width: 40px;
    margin-bottom: 0.3rem;
}
.centered-image {
    display: block;
    margin: 0 auto;
}

.centered-text {
    display: block;
    text-align: center;
    color: white;
}

.nav-link {
    margin-right: 4rem;
}
a.nav-link {
    font-size: 1.2rem;
}

/* about */
.section-about {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    background-color: transparent;
}
.icon-social-media a {
    margin-bottom: 1rem;
}
h1.judul {
    font-family: latin;
    font-weight: 300;
    text-align: center;
    padding-top: 2rem;
}
p.deskripsi {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    width: 80%;
    display: flex;
    margin: auto;
}
.garis {
    width: 60%;
    height: 2px;

    /* background-color:rgb(219, 186, 0) ; */
    background-color: white;
    display: flex;
    margin: auto;
}
h4.judul-room {
    font-family: "Merriweather", serif;
    font-weight: 300;
    text-align: center;
    padding-top: 2rem;
}
/* room */
.kartu {
    border-radius: 15px;
    background-color: #242424;
}
.gambar {
    border-radius: 14px 14px 0 0;
    /* width: max-content; */
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
h3.judul-kartu {
    font-family: latin;
    font-weight: 500;
    text-align: center;
    padding-top: 1rem;
    color: #583431;
}
.des-kartu p {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    margin: 2px;
}
.garis-kartu {
    width: 70%;
    height: 2px;
    margin: 0;
    padding: 0;
    background-color: rgb(219, 186, 0);
    display: flex;
    margin: auto;
}
.book-kartu a {
    background-color: #af7d40;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.book-kartu a:hover {
    color: white;
}
a.book-kartu {
    background-color: #c6b882;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: 600;
}
a.book-kartu:hover {
    color: black;
}
.bungkus-book {
    padding-bottom: 2rem;
}
/* room */

.gambar-room {
    position: relative;
}

.gambar-room::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%; /* Sesuaikan lebar gradasi putih di sini */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    ); /* Mengubah opasitas di sini */
}

h1.judul-meet {
    font-family: latin;
    font-size: 4rem;
    margin-top: 4rem;
    color: #2c1609;
}

p.sub-meet {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    color: #2c1609;
}
p.des-meet {
    font-weight: 500;
    font-size: 0.9rem;
}
h1.judul-meet2 {
    font-family: latin;
    font-size: 4rem;
    margin-top: 4rem;
    color: #2c1609;
}

p.sub-meet2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    color: #2c1609;
}
p.des-meet2 {
    font-weight: 500;
    font-size: 0.9rem;
}
.slide {
    gap: 1rem;
    display: flex;
}
.slide i {
    margin-top: -1rem;
    font-weight: 700;
    color: black;
    cursor: pointer;
}

/* end explore */
/* carausel */
.section-carausel {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    background-color: transparent;
}
.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
    height: 80vh;
}
.slide-content {
    margin: 0 60px;
    overflow: hidden;
    border-radius: 0 !important;
}
.card {
    background-color: #fff;
}
.class-border {
    border-radius: 20px !important;
}
.image-content,
.card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
}
.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0 !important;
}
.class-border-img {
    border-radius: 20px 20px 0 0 !important;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primarycolorbg);
}
.overlay:before,
.overlay:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: var(--primarycolorbg);
}
.overlay:after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.card-image .card-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070f4;
}
.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #4070f4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button:hover {
    background: #265df2;
}

.swiper-navBtn {
    color: black !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: black !important;
}
.swiper-navBtn:before,
.swiper-navBtn:after {
    font-size: 35px;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-pagination-bullet {
    background-color: black !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-pagination-bullet-active {
    background-color: black !important;
}
.judul {
    font-family: var(--boldfont);
    padding: 10px;
    text-align: center;
}
.kriteria {
    padding: 0px 20px;
}
.kriteria h6 {
    font-size: 15px;
}
.image-content {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.class-border {
    border-radius: 500px;
}

/* end carausel */

/* Your existing CSS */
/* 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;
    transition: all 0.3s;
    z-index: 15;
}
.logo-footer2 img:hover {
    scale: 1.2;
}
.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: 1300px;
}
.logo-footer2 img {
    margin-right: 2rem;
}
/* Menyembunyikan scrollbar */
.wrap-logo-footer::-webkit-scrollbar {
    display: none;
}
/* pop up */
/* Additional CSS for the popup */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9998; /* Ensure overlay is below popup but above other content */
    opacity: 0; /* Initially invisible */
    transition: opacity 0.5s ease-in-out; /* Smooth transition effect */
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999; /* Ensure popup is on top of other content */
    text-align: center; /* Center align the content */
    opacity: 0; /* Initially invisible */
    transition: opacity 0.5s ease-in-out; /* Smooth transition effect */
    transition-delay: 0.5s; /* Delay for the transition to start */
}

.close-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
span i {
    font-size: 2rem;
    color: black;
}

/* Show the overlay and popup when active */
.active {
    opacity: 1;
}
.nonactive {
    display: none;
}

/* Styling for the "BOOK NOW" link */
a.book-now {
    color: white;
    padding: 0.5rem 1.5rem;
    background-color: #cbb778;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1rem;
    font-weight: 600;
    display: block;
    width: 50%;
    transition: 0.2s ease-in-out;
}
a.book-now:hover {
    color: white;
    padding: 0.5rem 1.5rem;
    background-color: #ac9a5f;
}
.book-now {
    display: flex;
    margin: auto;
}

img.image-popup {
    width: 500px;
    height: auto;
}
/* popup */
/* offer */
.wrap-title-offer {
    padding-top: 190px;
}
/* offer */
/* wa */
.chat-wa {
    z-index: 23;
    transition: 0.3s ease-in-out;
}
/* wa */
.des-responsif {
    background-color: #265df2;
}
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
    .centered-image {
        display: flex;
        margin: 0;
    }
    .hero-section {
        width: 100%;
        height: 650px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        animation: carousel 10s infinite; /* Change image every 10 seconds */
    }
    .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: fixed;
        top: 0;
        width: 100%;
    }
    img.image-popup {
        width: 500px;
        height: auto;
    }
    .slide-container {
        max-width: 1120px;
        width: 100%;
        padding: 40px 0;
        height: 50vh;
    }
    .wrap-title-offer {
        padding-top: 105px;
    }
    /* nav book */
    .nav-book {
        display: none;
    }
}

/* Aturan CSS untuk layar kecil (misalnya, ponsel) */
@media (max-width: 576px) {
    .des-respon {
        text-align: center;
        border-bottom: 1px solid rgb(169, 169, 169);
        padding-bottom: 1.5rem;
    }
    .hero-section {
        margin-top: 3rem;
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        animation: carousel 10s infinite; /* Change image every 10 seconds */
    }

    .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;
    }
    p.sub-meet2 {
        font-weight: 700;
        font-size: 1rem;
        margin-top: 0.5rem;
        color: #2c1609;
        text-align: center;
    }
    h1.judul-meet2 {
        font-family: latin;
        font-size: 3rem;
        text-align: centersub-meet;
        margin-top: 4rem;
        color: blue;
        text-align: center;
    }
    .image-content {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    p.des-meet2 {
        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;
    }
    /* popup */
    img.image-popup {
        width: 300px;
        height: auto;
    }
    /* popup */
    /* carausel */
    .slide-content {
        margin: 0 20px;
        overflow: hidden;
        border-radius: 0 !important;
    }
    /* carausel */
    .wrap-title-offer {
        padding-top: 105px;
    }
    .book {
        margin-top: 13rem;
    }
    .book a {
        padding: 0.5rem 1.5rem;
        background-color: #c7b687;
        text-decoration: none;
        font-weight: 700;
        color: black;
        font-size: 1rem;
        text-align: center;
        border-radius: 8px;
    }
    p.deskripsi {
        font-size: 8px;
    }
    p.perkecil {
        font-size: 8px;
    }
}
