/* all */
* a {
    text-decoration: none;
}
/* header */
.header {
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 0%);
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: background-color 0.3s;
}

.header #logoImage {
    width: 43px;
}

.header .slider-menu .scrolled .menu-item a:hover::after {
    width: 0% !important;
}

.header [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
}

/* menu blur hover a */
.header ul .menu-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s ease-out;
}

.header ul .menu-item a:hover::after {
    width: 100%;
}

.header ul .user-margin .menu::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff00;
    transition: width 0.3s ease-out;
}

.header ul .user-margin .menu:hover::after {
    width: 100%;
}

/* menu solid hover a */
.header .scrolled .menu-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transition: width 0.3s ease-out;
}

.header .menu .scrolled .menu-item a:hover::after {
    width: 0%;
}

.header .menu ul .menu-item a:hover::after {
    width: 0%;
}

.header .scrolled .menu-item a:hover::after {
    width: 100%;
}

.header .scrolled .slider-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00000000;
    transition: width 0.3s ease-out;
}

.header .scrolled .slider-menu a:hover::after {
    width: 100%;
}


.header #menu-header-menu i {
    float: right;
}

.solid img#logoImage {
    filter: invert(0%) sepia(97%) saturate(7489%) hue-rotate(87deg) brightness(0%) contrast(98%) !important;
}
.header .slider-menu ul.sub-menu {
    padding-left: 20px !important;
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 1.5s ease, transform 1.5s ease, max-height 1.5s ease;
}

.header .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
}

.header .slider-menu ul#menu-header-menu li:hover .sub-menu {
    height: 100%;
    transition: 2s ease;
}

.header .sosmed .wa {
    background: #00524e;
    cursor: pointer;
}

.header .sosmed .wa .popup {
    display: none;
    position: fixed;
    top: 180px;
    left: 70px;
    width: 100%;
    align-items: center;
}

.header .sosmed .wa .popup-content {
    position: relative;
}

.header .sosmed .wa .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 10px;
    background: none;
}

.header .sosmed .wa .options {
    margin-top: 20px;
    width: 249px;
    height: 400px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.45);
}

.header .sosmed .wa .option {
    padding: 20px;
    background-color: #00524E;
    color: white;
    cursor: pointer;
    width: 249px;
    height: 249px;
}

.header .sosmed .wa h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.header .sosmed .wa .botom {
    background: #fff;
    height: 82px;
    border-top: 1px solid #a5a5a5;
    padding: 20px;
    transition: 0.5s;
}

.header .sosmed .wa .botom:hover {
    background: #28B446;
    border-top: 1px solid #28B446;
}

.header .sosmed .wa .botom p {
    color: #000;
}

.header .sosmed .wa p {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
}

.header .sosmed .wa .logo-wa-hov {
    width: 60% !important;
    background: #0000004D;
    padding: 5px;
}

/* .header .sosmed .wa .option:hover {
    background-color: #00524E;
} */

.header .sosmed {
    position: absolute;
    left: 0;
    top: 300px;
}

.header .sosmed img {
    width: 27px;
}

.header .sosmed li {
    display: flex;
    margin-bottom: 5px;
    background: #00524E;
    padding: 13px;
}

.header .slider-menu ul {
    text-align: left;
}

.header .book.scrolled {
  background: #00524E;
  color: #fff;
}

.header .user-margin {
    margin-right: 0;
}

.header #openMenu.scrolled {
    color: #000;
}

.header img.scrolled {
    color: #000;
    background: none;
    filter: invert(0%) sepia(89%) saturate(7458%) hue-rotate(344deg) brightness(0%) contrast(100%);
}
.header .menu.scrolled a{
    color: #000;
    background: none;
}
.header.solid {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .scrolled {
    background-color: white;
}

.header .book {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    border: none;
    background: #fff;
    padding: 14px 20px;
    margin-right: 11px;
}

.header .fa-user {
    color: #fff;
    background: #0000002e;
    padding: 10px 11px;
    border-radius: 100px;
    margin: 0 32px;
}

.header ul li a {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 5px;
}

.header ul li {
    display: inline-block;
    margin-right: 11px;
    padding: 0px 0px 5px 0px;
}

.header ul {
    padding: 0;
    margin: 50px 0px;
    margin-left: 0px;
    text-align: center;
}

.header .logo {
    max-width: 80%;
    height: 150px;
    display: block; 
    background: #00000063;
    /* margin-left: 65px; */
}

.header #openMenu {
    z-index: 1000;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 28px;
}

.header .slider-menu {
    position: fixed;
    top: 0;
    overflow: scroll;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: width 0.5s;
    z-index: 999;
    height: max-content;
    width: 0;
}

.header .slider-menu ul li {
    display: list-item;
}

.header .slider-menu ul {
    list-style-type: none;
    margin: 50px;
    margin-top: 102px;
    padding: 0px;
}

.sub-menu{
    margin: 0 !important;
    height: 0;
    overflow: hidden;
}
.header .slider-menu a {
    color: #000;
    letter-spacing: 0;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    margin-bottom: 18px;
}

.header .slider-menu a:hover {
    transform: translateX(10px);
}

.header .slider-menu > ul > li:last-child {
    border: none;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    background: #00524E;
    padding: 12px 11px;
    text-align: center;
    width: 134px;
}
.header .slider-menu > ul > li:last-child a {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: white;
}

.header .slider-menu > ul > li:last-child a:hover {
    transform: translateX(0);
}

.header .slider-menu > ul > li:last-child a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff00;
    transition: width 0.3s ease-out;
}

.header .slider-menu > ul > li:last-child a::after {
    width: 100%;
}

.header #closeMenu {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.user-margin {
    margin-left: 16px;
}

@media (max-width: 1024px) {

    .header ul li a,
    .header .book {
    font-size: 16px;
    }

    .header ul li {
    margin-right: 7px;
    }

    .header .book {
    padding: 10px 11px;
    }

    .user-margin {
    margin-left: 13px;
    display: none;
    }
}

/* booking form */
.booking-form .box {
    padding: 8px;
    /* width: 870px; */
    width: 565px;
    /* height: 118px; */
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /*border-radius: 8px;*/
    margin: 50px auto;
}
.booking-form .row {
    --bs-gutter-x: 2.5rem; 
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap; 
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.booking-form .date-info-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-form .date-info {
    text-align: center;
}
.booking-form .date-info h1 {
    margin: 0;
    color: #000;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}

.booking-form .date-info .checkin-month {
    margin: 5px 0;
    color: #000;
    font-family: Darker Grotesque;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.booking-form .date-info p {
    margin: 5px 0;
    color: #000;
    font-family: Darker Grotesque;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
}

.booking-form .fa-arrow-right {
    height: 19px;
    width: 20px;
    color: #333;
    margin: 0 15px;
}
.booking-form .search-btn {
    width: 50px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #00524e; /* Warna tombol */
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* margin-left: 46px; */
}
.booking-form .search-btn i {
    font-size: 16px;
    padding: 16px;
}
.booking-form .promo-code-container, .occupancy-container {
    width: 212px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.booking-form .occupancy-container p:first-of-type {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.booking-form .promo-code-container p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.booking-form .promo-code-container p:last-of-type {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 202px;
    padding-bottom: 8px;
    margin-right: 9px;
}
.booking-form element.style {
    margin-right: 9px;
}

.booking-form .occupancy-container p:last-of-type {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0); /* Setengah transparan */
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); /* Garis bawah lebih tipis */
    width: 202px;
    padding-bottom: 8px; /* Sesuaikan jarak antara teks dan garis bawah */
    cursor: pointer;
}

/* banner sec */ 
.banner-sec {
    background-position: center;
    background-size: cover;
}

.banner-sec h1 {
    color: #fff; 
    font-family: Darker Grotesque;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

.banner-sec .back {
    background: #00000033;
}

/* breadcrumb */

/* footer */
.footer {
    background: #101010;
    padding: 50px 0;
    margin-top: 80px;
}

.footer .x .alamaya {
    width: 101px;
    margin-left: 10px;
}

.footer .x p {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.footer .x button {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    background: none;
    width: 132%;
    text-align: left;
    margin: 33px 0px;
    margin-left: -30px;
}

.footer .x h1 {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 4px;
    margin-bottom: 0;
    opacity: 30%;
}

.footer hr {
    margin-bottom: 50px;
    margin-top: 50px;
    border: 1px solid #fff;
}

.footer .x img {
    width: 196px;
}

.footer .vector {
    max-width: 100%;
    position: relative;
    top: -60px;
}

.footer iframe {
    width: 100%;
    height: 184px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.footer ul li {
    list-style-type: none;
    margin-bottom: 9px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
}

/* banner */
.banner {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 784px;
    top: 0;
    box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.65);
}

.banner .back-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 816px;
    background-attachment: fixed;
}

.banner .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
}

.banner .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
}

.banner button.slick-prev.slick-arrow {
    left: 0 !important;
    background: #fff;
    width: 44px;
    height: 44px;
    z-index: 4;
    border-radius: 0px 16px 16px 0px;
}

.banner button.slick-next.slick-arrow {
    right: 0 !important;
    background: #fff;
    width: 44px;
    height: 44px;
    z-index: 4;
    border-radius: 16px 0px 0px 16px;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 784px;
}

.banner-content .back-sec {
    padding: 530px 0px 210px 0px;
}

.banner-content .back {
    background: #00000033;
    width: 100%;
    /* height: 816px; */
}

.banner-content h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
}

.banner img {
    max-width: 100%;
    width: 100%;
    height: 784px;
}

.booking-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
}

/* kalender */
/* Kunci posisi kalender agar tidak menyebabkan scroll */
.daterangepicker {
    position: fixed !important;
    /* Tetap pada posisi layar */
    top: 50% !important;
    left: 0 !important;
    transform: translate(0, -50%) !important;
    /* Pusatkan pada layar */
    z-index: 9999 !important;
    /* Pastikan berada di atas elemen lain */
    overflow: hidden !important;
    /* Hapus overflow */
    width: max-content !important
}

.daterangepicker {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

 .daterangepicker .calendar-table {
    border: none;
    font-family: Darker Grotesque;
    font-size: 14px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.daterangepicker .calendar-table th {
    color: #555;
    font-weight: normal;
}

.daterangepicker .calendar-table td.available:hover {
    background-color: #f0f0f0;
    color: #000;
    cursor: pointer;
}

 .daterangepicker .calendar-table td.start-date, .daterangepicker .calendar-table td.end-date, .daterangepicker .calendar-table td.active {
    background-color: #00524e !important;
    color: #fff;
    font-weight: bold;
}

.daterangepicker .calendar-table td.in-range {
    background-color: #00524ebf !important;
    color: #fff;
}

 .daterangepicker .drp-calendar.left {
    margin-right: 8px;
}
 .daterangepicker .drp-calendar.right {
    margin-left: 8px;
}

.daterangepicker .month {
    font-size: 18px !important;
    color: #333;
    font-weight: bold !important;
}

 .daterangepicker .next, .daterangepicker .prev {
    color: #555;
}

.daterangepicker .ranges, .daterangepicker .drp-buttons {
    display: none;
}
.date-info.check-in, .date-info.check-out {
    cursor: pointer;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 16px !important;
}
/* Overlay hitam transparan */
.divrangedate-overlay {
    display: none;
    /* Tersembunyi secara default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Hitam dengan transparansi */
    z-index: 9998;
    /* Di bawah pop-up */
}

/* Pop-Up Style for Daterangepicker */
.divrangedate-body .daterangepicker {
    right: 0 !important;
    position: fixed !important;
    transform: translate(0%, -50%) !important;
    z-index: 9999 !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Disable body scrolling when the popup is active */
body.daterangepicker-open {
    overflow: hidden;
}
    /* modal */
.occupancy-modal-content h2 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

.occupancy-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.occupancy-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 400px;
    border-radius: 8px;
}

.occupancy-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.occupancy-close:hover,
.occupancy-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .occupancy-form-group {
    margin-bottom: 15px;
}

.modal .occupancy-label {
    display: block;
    margin-bottom: 5px;
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
}

option {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.occupancy-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.occupancy-save-btn {
    display: inline-block;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    border: none;
    background: #00524E;
    padding: 14px 20px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.occupancy-save-btn:hover {
    background-color: #45a049;
}

/* location */
#location {
    scroll-margin-top: 180px;
}

.location {
    padding: 80px 0;
}

.location p {
    color: #303030;
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
}

.location h1 {
    color: #333333;
    font-family: Darker Grotesque;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    margin-bottom: 16px;
}
/* Awards */
#awards {
    scroll-margin-top: 200px;
}

.accordion-header button {
    font-weight: bold;
}

.accordion-header button i {
    margin-right: 20px;
}
/* fasilitas */
.fasilitas {
    padding: 80px 0;
}

.fasilitas .card-container {
    display: flex;
}

.fasilitas .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
    margin-right: 5px;
}

.fasilitas .card-img-top {
    position: relative;
    height: 425px;
    background-size: cover;
    background-position: center;
}

.fasilitas .space {
    padding: 0;
}

.fasilitas .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #00000000, #000000c2);
    transition: all 0.3s ease;
    padding: 350px 20px 20px 20px;
}

.fasilitas .card .content-4:hover h3 {
    transform: translateY(-150%);
}

/*.fasilitas .card h3 {
    margin: 0;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    transform: translateY(0);
    transition: transform 1.2s ease, opacity 0.5s ease;
} */

.fasilitas .card i {
    margin-left: 3px;
    font-size: 14px;
}

/*.fasilitas .card a {
    margin: 0;
    color: white;
    text-align: center;
    opacity: 0;
    transform: translateY(50%);
    transition: transform 1.7s ease, opacity 0.4s ease;
    display: inline-block;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}*/

.fasilitas .card .description {
    margin: 0;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    /*transform: translateY(50%);*/
    /*transition: transform 1.6s ease, opacity 0.4s ease;*/
}

/* Hover efect */
.fasilitas a:hover {
    transform: translateX(10px);
}

.fasilitas .card:hover h3 {
    transform: translateY(-320%);
}

.fasilitas .col5:nth-child(1) .card:hover h3 {
    /*transform: translateY(-167%); */
}

.fasilitas .card:hover a {
    opacity: 1;
    transform: translateY(-390%);
}

.fasilitas .card:hover .description {
    opacity: 1;
    transform: translateY(-200%);
}

.fasilitas .card a {
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.fasilitas .back {
    background: #F9F5F4;
    position: absolute;
    width: 100%;
    height: 358px;
    top: 0;
}

/* booking home */
.booking-home {
    background-position: center;
    background-size: cover;
    margin-top: 50px;
    background-attachment: fixed;
}

.booking-home .top {
    max-width: 100%;
    position: relative;
    top: -35px;
}

.booking-home .bootom {
    max-width: 100%;
    position: relative;
    bottom: -35px;
}

.booking-home .back {
    background: #00000033;
    padding: 25px 0;
}

.booking-home button {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    padding: 14px;
    border: none;
    background: #fff;
    margin-left: 20px;
}

.booking-home h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
}

.booking-home ul li {
    display: inline-block;
}

.booking-home ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

/* pencapaian */
.pencapaian {
    margin-top: 80px;
}

.pencapaian button.slick-prev.slick-arrow {
    display: none !important;
}

.pencapaian button.slick-next.slick-arrow {
    display: none !important;
}

.pencapaian img {
    border-radius: 10px;
    width: 124px;
    height: 140px;
}

.pencapaian h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
}

/* komentar */
.komentar {
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    background-attachment: fixed;
}

.komentar .slick-dots li.slick-active button:before {
    opacity: 5;
    color: white;
    border: 1px solid #FFFFFF66;
    border-radius: 100px;
}

.komentar .slick-dots li button:before {
    color: white;
    font-size: 12px;
    line-height: 20px;
}

/* .komentar .slick-slide {
    width: 707px !important;
} */

.komentar button.slick-prev.slick-arrow {
    display: none !important;
}

.komentar button.slick-next.slick-arrow {
    display: none !important;
}

.komentar .isi .x img {
    max-width: 75%;
    display: block;
    float: right;
    margin-top: 20px;
}

.komentar .isi ul li {
    display: inline-block;
    margin-right: 3px;
}

.komentar .isi ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.komentar .isi i {
    color: #FEAA01;
}

.komentar .isi p {
    color: #253331;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 33px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.komentar .isi h2 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
}

.komentar .isi {
    background: #fff;
    padding: 34px;
    margin: 12.5px;
    height: 250px;
}

.komentar .bootom {
    max-width: 100%;
    position: relative;
    bottom: -75px;
}

.komentar .top {
    max-width: 100%;
    position: relative;
    top: -75px;
}

.komentar h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin-bottom: 40px;
}

.komentar .back {
    /*background: #00524E99;*/
    padding: 65px 0;
}

.komentar .space {
    padding: 0;
}

/* card-thee-menu */
.card-thee-menu {
    margin-top: 80px;
}

.card-thee-menu .bg-top {
    background-size: cover;
    background-position: center;
    height: 304px;
    margin-bottom: 16px;
    box-shadow: 7px 16px 22px -1px rgba(0, 0, 0, 0.2);
}

.card-thee-menu .space {
    margin-bottom: 60px;
    cursor: pointer;
}

.card-thee-menu .back {
    background: linear-gradient(to top, #00000061, #ffffff00, #ffffff00);
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.card-thee-menu button {
    border: none;
    background: #00524E;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.9px;
    text-align: center;
}

.card-thee-menu i {
    margin-left: 5px;
}

.card-thee-menu p {
    color: #555555;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-thee-menu h1 {
    color: #fff !important;
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-thee-menu img {
    width: 355px;
    height: 305px;
    border-radius: 5px;
    margin-bottom: 16px;
    box-shadow: -1px 9px 35px -16px rgba(0, 0, 0, 0.65);
}

/* card-one */
.card-one {
    margin-top: 80px;
}

.card-one .col-md-5 {
    cursor: pointer;
}

.card-one .bg-top {
    background-size: cover; 
    background-position: center; 
    height: 350px;
    box-shadow: 9px 21px 29px 0px rgba(0, 0, 0, 0.2);
}

.card-one .back {
    background: linear-gradient(to top, #00000061, #ffffff00, #ffffff00);
    /*position: absolute;*/
    /*width: 452px;*/
    height: 350px;
    border-radius: 5px;
}

.card-one button {
    border: none;
    background: #00524E;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.9px;
    text-align: center;
}

.card-one i {
    margin-left: 10px;
}

.card-one p, .card-one .col-md-7 {
    color: #555555;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-one h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.card-one img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    margin-bottom: 16px;
    box-shadow: -1px 9px 35px -16px rgba(0, 0, 0, 0.65);
}

/* singgle-special-over */
.singgle-special-over {
    margin-top: 80px;
}

.singgle-special-over .slick-next {
    right: 30px !important;
    top: -70px;
}

.singgle-special-over .slick-prev {
    top: -67px;
    left: 30px;
}

.singgle-special-over .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 40px;
}

.singgle-special-over .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 40px;
}

.singgle-special-over .img-utm-top {
    background-position: center;
    background-size: cover;
    height: 410px;
}

.singgle-special-over .slider-nav {
    margin-top: 15px;
}

.singgle-special-over .slider-nav .bottom {
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.singgle-special-over .back {
    margin-left: 30px;
}

.singgle-special-over a {
    color: #ffffff;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.6px;
    text-align: center;
    border: none;
    background: #00524E;
    padding: 11px 16px;
    display: -webkit-inline-box;
    /* height: 48px; */
    /* margin-top: 24px; */
    margin-right: 24px;
}

.singgle-special-over p {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.singgle-special-over ul li {
    list-style-type: disc;
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.singgle-special-over h2 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.singgle-special-over h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 28px;
    font-weight: 600; 
    /* line-height: 52px; */
    line-height: 1;
    margin-bottom: 24px;
}

.singgle-special-over .l {
    margin-top: 15px;
}

.singgle-special-over .bottom {
    width: 100%;
    height: 95px;
}

.singgle-special-over img {
    max-width: 100%;
}

/* singgle-tabs */
.singgle-tabs {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* .singgle-tabs ul li::marker {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: absolute;
} */

.singgle-tabs i {
    margin-right: 10px;
    font-size: 18px;
}


.singgle-tabs p {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

.singgle-tabs ul li {
    /* list-style-type: none; */
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    margin-left: 20px;
    padding-left: 0;
}

.singgle-tabs ul {
    padding: 0;
    margin: 0 0 15px;
}

.singgle-tabs .tabs {
    display: flex;
    cursor: pointer;
}

.singgle-tabs .tab {
    background: #00524E;
    border: none;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    padding: 15px 60px;
}

.singgle-tabs .tab.active {
    background: #E0E0E0;
    border: none;
    color: #00524E;
    font-family: Darker Grotesque;
    /* font-size: 21x;  */
    font-weight: 700;
    line-height: 21px;
    padding: 15px 60px;
}

.singgle-tabs .tab-content {
    border: 1px solid #E0E0E0;
    padding: 20px;
    display: none;
}

.singgle-tabs .tab-content.active {
    display: block;
    background: #E0E0E0;
}

/* singgle-accomondation-fasilitas */
.singgle-accomondation-fasilitas {
    background-color: #EFEFEF;
    padding: 60px 0;
    margin-top: 40px;
}

.singgle-accomondation-fasilitas p {
    color: #000;
    text-align: center;
    font-family: Darker Grotesque;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.singgle-accomondation-fasilitas img {
    display: block;
    margin: 0 auto;
    max-width: 25%;
    margin-bottom: 20px;
}

/* singgle-accomondation */
.singgle-accomondation {
    margin-top: 80px;
}

.singgle-accomondation .mobile {
    display: none;
}

.singgle-accomondation .x {
    margin-top: 40px;
}

.singgle-accomondation .x button {
    background-color: #00524E;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    border: none;
    padding: 13px 29px 13px 29px;
    float: right;
}

.singgle-accomondation .x b {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.singgle-accomondation .x h2 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: right;
}

.singgle-accomondation .x p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.singgle-accomondation .x h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 25px;
}

.singgle-accomondation .sec h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    margin: 0;
}

.singgle-accomondation .back {
    height: 100%;
    text-align: center;
    background: #00000066;
    padding: 65px;
}

.singgle-accomondation .utm {
    height: 429px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}

.singgle-accomondation .sec {
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    height: 210px;
}

.singgle-accomondation img {
    width: 100%;
    margin-bottom: 10px;
    height: 177px;
}

.singgle-accomondation ul li {
    list-style-type: none;
}

.singgle-accomondation ul {
    columns: 2;
    padding: 0;
    margin: 0;
}

/* facilitas-singgle */
.facilitas-singgle {
    margin-top: 80px;
}

.facilitas-singgle i {
    margin-right: 13px;
}

.facilitas-singgle ul li {
    list-style-type: none;
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.facilitas-singgle ul {
    padding: 0;
    margin: 0;
}

.facilitas-singgle h2 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 40px;
}

.facilitas-singgle h1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 6px;
}

.facilitas-singgle img {
    max-width: 100%;
    margin-bottom: 40px;
}

/* singgle-spa */
.singgle-spa {
    margin-top: 80px;
}

.singgle-spa .back {
    margin-left: 54px;
}

.singgle-spa ul li button {
    border: none;
    background: #00524E;
    padding: 13px 29px 13px 29px;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.9px;
}

.singgle-spa ul li {
    display: inline-block;
    margin-right: 24px;
}

.singgle-spa ul {
    padding: 0;
    margin: 0;
}

.singgle-spa .left {
    background-position: center;
    background-size: cover;
}

.singgle-spa h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 24px;
}

.singgle-spa p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
}

.wiiding-and-meeting {
    margin-top: 122px;
}

.wiiding-and-meeting .back {
    margin-left: 54px;
    margin-right: 54px;
}

.wiiding-and-meeting hr {
    margin: 60px 0;
}

.wiiding-and-meeting .btn {
    color: #FFFFFF;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.9px;
    background: #00524E;
    border: none;
    padding: 13px 29px 13px 29px;
}

.wiiding-and-meeting .slick-dots li button:before {
    font-size: 50px;
}

.wiiding-and-meeting .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    font-size: 15px;
    border: 1px solid #00000066;
    border-radius: 100px;
}

.wiiding-and-meeting img {
    width: 100%;
    height: 400px;
}

.wiiding-and-meeting h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 24px;
}

.wiiding-and-meeting .accordion-button:not(.collapsed) {
    background-color: #00524E1A;
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.wiiding-and-meeting button.accordion-button.collapsed {
    border: none;
    background: #00524E1A;
    margin-bottom: 24px;
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.wiiding-and-meeting .venue-table table{
    width: 100% !important;
}

.wiiding-and-meeting .venue-table tr td:first-child, .venue-table tr th:first-child {
    background-color: #00524e;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.wiiding-and-meeting .venue-table th, .venue-table td {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
}

.wiiding-and-meeting button.more.btn {
    background: white;
    color: #00524e;
    border: 1px solid;
}


.wiiding-and-meeting .accordion-body {
    padding: 11px 12px;
}

.nopadding{
    padding: 0;
}

.wedding-package .col-md-12{
    text-align: center;
}

.wedding-package + section .card{
    border: none;
    overflow: hidden;
    border-radius: 0;
}

.wedding-package + section .card-img-top{
    background-size: cover;
    background-position: center;
    height: 355px;
    transition: .6s ease;
}

.wedding-package + section .card-img-top:hover{
    transform: scale(1.1);
}

.wedding-package + section .col-md-12{
    text-align: center;
}

.wedding-package + section .card-content{
    padding: 50px;
    background: rgb(0 0 0 / 55%);
    color: white;
    text-align: center;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
}

.wedding-package + section .card-img-top:hover .card-content{
    background: transparent;
    color: transparent;
 }
/* singgle img */
.singgle-img {
    margin-top: 80px;
}

.singgle-img h1 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 52px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.singgle-img img {
    width: 100%;
}

.singgle-img ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.singgle-img ul {
    padding: 0;
    margin: 0;
    column-count: 3;
}

/* menu-pilihan */
.menu-pilihan {
    margin-top: 66px;
}

.menu-pilihan button {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: underline;
    text-align: center;
    border: 1px solid #00524E;
    background: #00524E1A;
    padding: 12px 17px;
}

.menu-pilihan button:hover {
    background: #00524E;
    color: #fff;
    text-decoration: none;
}

.menu-pilihan ul li {
    display: inline-block;
    margin-right: 20px;
}

.menu-pilihan ul {
    padding: 0;
    margin: 0;
    text-align: center;

}

/* dining-singgle */
.dining-singgle {
    margin-top: 80px;
}

.dining-singgle .back {
    margin-left: 30px;
}

.dining-singgle .btn {
    color: #ffffff;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.6px;
    text-align: center;
    border: none;
    background: #00524E;
    padding: 0px 16px;
    height: 48px;
    margin-top: 24px;
}

.dining-singgle p {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.dining-singgle ul li {
    list-style-type: disc;
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.dining-singgle h2 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.dining-singgle h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 24px;
}

.dining-singgle .l {
    margin-top: 15px;
}

.dining-singgle .bottom {
    width: 100%;
    height: 95px;
}

.dining-singgle img {
    max-width: 100%;
}

/* singgle-activities */
.singgle-activities {
    margin-top: 80px;
}

.singgle-activities .ka {
    width: 55.3%;
    position: absolute;
    right: 0;
}

.singgle-activities .xl .triangle {
    transform: scaleY(1);
    border-top: 0px solid #ffffff;
    border-bottom: 340px solid #00524E;
    border-right: 70px solid transparent;
    border-left: 0px solid transparent;
}

.singgle-activities .x .triangle {
    position: absolute;
    right: 0;
    border-top: 0px solid #00524E;
    border-bottom: 340px solid #ffffff;
    border-right: 70px solid transparent;
    border-left: 0px solid transparent;
}

.singgle-activities .triangle {
    position: relative;
    top: 0;
    height: 100%;
    width: 20px;
    transform: scaleX(-1);
    border-top: 0px solid #00524E;
    border-bottom: 330px solid #00524E;
    border-right: 0px solid transparent;
    border-left: 70px solid transparent;
}

.singgle-activities .x button {
    border: 1px solid #00524E;
    color: #00524E;
}

.singgle-activities button {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    background: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    margin-top: 15px;
}

.singgle-activities .x h1 {
    color: #00524E;
}

.singgle-activities h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 10px;
}

.singgle-activities .x p {
    color: #00524E;
}

.singgle-activities p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singgle-activities .x .back {
    background: #fff;
}

.singgle-activities .back {
    background: #00524E;
    padding: 50px;
    padding-right: 70px;
    height: 340px;
}

.singgle-activities .penyesuaian {
    padding: 0;
    background-position: center;
    background-size: cover;
    height: 340px;
}

.singgle-activities img {
    max-width: 100%;
}

/* gecko club */
.gecko-club {
    margin-top: 80px;
}

.gecko-club button {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #00524E;
    background: #00524E1A;
    padding: 10px;
    margin-left: 12px;
}

.gecko-club p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.gecko-club ul li {
    display: inline-block;
    margin-left: 123px;
}

.gecko-club ul {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 32px;
}

.gecko-club img {
    max-width: 100%;
    margin-bottom: 32px;
}

.gecko-club h1 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 34px;
    text-align: center;
}

/* gallery */
.gallery {
    margin-top: 80px;
}

.gallery .utm {
    background-position: center;
    background-size: cover;
    height: 439px;
}

.gallery .lg {
    margin-bottom: 40px;
}

.gallery .page-img .more-img {
    background-position: center;
    background-size: cover;
    height: 209px;
}

.gallery .page-img li {
    list-style-type: none;
    background-position: center;
    background-size: cover;
    height: 209px;
    margin-bottom: 20px;
}

.gallery img {
    width: 100%;
    margin-bottom: 20px;
}

.gallery .utama {
    height: 375px;
}

.gallery .page-img {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.gallery .x {
    margin-top: 20px;
}

.gallery i {
    margin-left: 13px;
}

.gallery .x button {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #00000033;
    background: #fff;
    padding: 10px 20px 10px 20px;
    float: right;
}

.gallery .x h1 {
    color: #253331;
    font-family: Darker Grotesque;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0;
}

.gallery video {
    width: 100%;
    height: 399px;
}

.gallery h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 6px;
}

.gallery h2 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
}

.gallery .back {
    padding: 40px;
}

/* facilities-and-activities */
.facilities-and-activities {
    margin-top: 122px;
}

.facilities-and-activities .title-1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 6px;
    text-align: center;
}

.facilities-and-activities .title-2 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

/* contact */
.contact {
    margin-top: 80px;
}

.contact .spas {
    margin-left: 128px;
}

.contact button {
    background: #00524E;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 100%;
    text-align: center;
    height: 52px;
    border: none;
}

.contact input {
    border: 1px solid #919191;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
    background: #F5F5F5;
}

.contact textarea {
    resize: vertical;
    border: 1px solid #919191;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
    background: #F5F5F5;
}

.contact h3 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}

.contact p {
    color: #999999;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.contact h1 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.contact h2 {
    color: #101010;
    font-family: Darker Grotesque;
    font-size: 75px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 54px;
}

.contact .back {
    padding: 60px 110px;
    background: #F5F5F5;
}

/* content */
.content.meetcon .meetrlbl{
    padding: 12px 10px;
    background: #e5eded;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}
.meetrlbl + ul{
    height: 0;
    visibility: hidden;
}
.content.meetcon input:checked + label + ul {
    height: auto;
    visibility: unset;
    margin: 30px 0;
    }

/* careers */
.careers {
    margin-top: 80px;
}

.careers p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

/* hottel-fact-sheet */
.hottel-fact-sheet {
    margin-top: 80px;
}

.hottel-fact-sheet p {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.hottel-fact-sheet ul li {
    list-style-type: none;
    border-bottom: 1px solid #00524E;
    padding: 24px 0;
}

.hottel-fact-sheet ul {
    padding: 0;
    margin: 0;
}

/* privacy-and-policy */
.privacy-and-policy {
    margin-top: 80px;
}

.privacy-and-policy h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
}

.privacy-and-policy ul {
    margin: o;
}

.privacy-and-policy p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

/* mini-gallery-fac */
.mini-gallery-fac {
    margin-top: 120px;
}

.mini-gallery-fac .back {
    background: #00524E1A;
    padding: 80px 0;
}


.mini-gallery-fac .bg-mini {
    background-position: center;
    background-size: cover;
    height: 304px;
    margin-bottom: 40px;
}

/* facilitas-singgle */
.facilitas-singgle {
    margin-top: 80px;
}

.facilitas-singgle .mini {
    background-position: center;
    background-size: cover;
    height: 162px;
    margin-bottom: 40px;
}

.facilitas-singgle .bg-top {
    background-position: center;
    background-size: cover;
    height: 350px;
    margin-bottom: 40px;
}

.facilitas-singgle i {
    margin-right: 13px;
}

.facilitas-singgle ul li {
    list-style-type: none;
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.facilitas-singgle ul {
    padding: 0;
    margin: 0;
}

.facilitas-singgle h2 {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 40px;
}

.facilitas-singgle h1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 6px;
}

.facilitas-singgle img {
    max-width: 100%;
    margin-bottom: 40px;
}

/* press-realese */
.press-realese {
    margin-top: 110px;
}

.press-realese hr {
    margin: 50px 0px;
}

.press-realese p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.press-realese h2 {
    color: #00524E;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.press-realese h1 {
    color: #00524E;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.press-realese .image {
    background-position: center;
    background-size: cover;
    height: 347px;
}

.press-realese .back {
    padding: 0 45px;
}
/* default */
.default {
    padding: 40px 0;
}

.default h2 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 20px;
}

.default a:hover {
    text-decoration: underline;
}

.default a {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
    transition: 0.9s;
}

/* guest-view */
.guest-view {
    margin-top: 80px;
}

.guest-view button:hover {
    background: #00524E;
    color: #fff;
    border: 1px solid #00524E;
}

.guest-view button {
    background: none;
    padding: 14px 30px;
    border: 1px solid #000;
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    transition: 0.5s;
}

.guest-view i {
    color: #FEAA01;
}

.guest-view ul li {
    display: inline-block;
    margin-right: 3px;
}

.guest-view ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.guest-view img {
    max-width: 35%;
    float: right;
}

.guest-view p {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 29px;
}

.guest-view h1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}

.guest-view .back {
    background: #fff;
    padding: 40px;
    box-shadow: 9px 21px 29px 0px rgba(0, 0, 0, 0.2);
}

/* footer top */
.footer-top {
    margin-top: 110px;
}

.footer-top .left .back {
    padding: 0px 20px;
}

.footer-top .center .back {
    padding: 0px 20px;
}

.footer-top .right .icon {
    width: 25px;
    margin-right: 0 !important;
}

.footer-top .right ul li {
    display: inline-table;
    background: #00524E;
    color: #fff;
    border-radius: 100px;
    padding: 13px;
    height: 49px;
    width: 52px;
    margin: 0px 19px 0px 0px;
}

.footer-top .right ul {
    padding: 0;
    margin: 0;
    margin-top: 24px;
    text-align: center;
    position: absolute;
    margin-left: 12px;
}

.footer-top .right img {
    max-width: 100%;
    margin-right: 13px;
}

.footer-top .right .back {
    padding: 35px 30px;
}

.footer-top .right button {
    border: 1px solid #DEDEDE;
    color: #253331;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    height: 49px;
    background: none;
    width: 93%;
    display: block;
    margin: 0 auto;
}

.footer-top .center a {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.footer-top .center .mid {
    border-left: 1px solid #929292;
    padding-left: 5px;
}

.footer-top .center ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-top .center ul li {
    list-style-type: none;
    /* display: contents; */
}

.footer-top .center {
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
}

.footer-top .center p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
}

.footer-top .center h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.1px;
    text-align: center;
}

.footer-top .left button {
    width: 100%;
    border: none;
    background: #00524E;
    color: #fff;
    height: 50px;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
}

.footer-top .left p {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: left;
}

.footer-top .left input {
    width: 100%;
    border: 1px solid #CECBC6;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-top .left h1 {
    color: #000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    text-align: left;
}

.footer-top .left {
    padding: 0 20px;
}

.footer-top .sosmed .popup {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure popup is on top of other elements */
}

.footer-top .sosmed .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 1001; /* Ensure content is above the overlay */
}

.footer-top .sosmed .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.footer-top .sosmed .options {
    margin-top: 20px;
}

.footer-top .sosmed .option {
    padding: 10px;
    margin: 5px 0;
    background-color: #007BFF;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.footer-top .sosmed .option:hover {
    background-color: #0056b3;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 20px 10px 10px 10px;
    margin-bottom: 80px;
}

.breadcrumb a {
    color: #00524E;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    margin: 10px 15px;
}

.breadcrumbs {
	list-style: none;
	display: inline-table;
}
.breadcrumbs span {
	display: inline;
}

.breadcrumbs .current-item {
    background: #00524E;
    padding: 5px 5px 5px 25px !important;
    position: relative;
    color: #ffffff;
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.breadcrumbs .current-item:before{
	content:"";
    border-bottom: 50px solid transparent;
    border-left: 25px solid white;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.breadcrumbs .current-item:after {
    content: "";
    /* border-top: 20px solid transparent; */
    border-bottom: 37px solid transparent;
    border-left: 20px solid #00524E;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 2;
}

/* deafuld */
.nopadding {
    padding: 0;
    margin-bottom: 80px;
}

.nopadding p {
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.nopadding h3 {
    font-family: Darker Grotesque;
    font-size: 28px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
}

/* popup */
.popup .slick-next {
    right: 40px !important;
}

.popup .slick-prev {
    left: 40px !important;
}

.popup .slick-dots li button:before {
    font-family: 'slick';
    font-size: 26px;
    border: 1px solid #000;
    border-radius: 100px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popup .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0px;
    cursor: pointer;
    color: #000000;
    border: 0;
    outline: none;
    background: transparent;
}

.popup .slick-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
    background: #000000;
    padding: 12px 17px 12px 17px;
    border-radius: 100px;
    display: none !important;
}

.popup .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
    background: #fff;
    padding: 12px 17px 12px 17px;
    border-radius: 100px;
    display: none !important;
}

.popup .back .pay h1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
}

.popup .back .pay button {
    background-color: #00524E;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    border: none;
    padding: 13px 29px 13px 29px;
}

.popup .back .z img {
    max-width: 20%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.popup .back .z p {
    text-align: center;
    margin-bottom: 5px;
}

.popup .see-detail-btn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.popup p {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}

.popup h1 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.popup .back {
    padding: 20px;
}

.popup .img-popup {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
}
.img-popup {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
}
.overlayroom {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 10000px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.52);
}

.popup .see-detail-btn i {
    margin-left: 5px;
}

.popup .overlayroom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup .detailsroom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 654px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1100;
    display: none;
    max-height: 95%;
    overflow: auto;
}

.popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    cursor: pointer;
    padding: 9px 11px 2px 12px;
    background: #fff;
}

.popup .close-btn i {
    color: #000000;
    font-size: 26px;
}

.see-detail-btn i {
    margin-left: 5px;
}

.detailsroom h1{
    font-size: 23px;
    font-weight: bold;
}

/* singgle pupup room */
.singgle-pupup-room .modal-body {
    padding: 0 !important ;
}

.singgle-pupup-room .back {
    padding: 10px 20px;
}

.singgle-pupup-room h2 {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.singgle-pupup-room p {
    color: #000000;
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.modal-footer .btn-secondary {
    font-family: Darker Grotesque;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    background: #00524E;
    border: none;
    padding: 9px 18px;
    margin-top: 0;
    color: #fff;
}
/* Safari Problem */
.safari-only .singgle-tabs ul li {
    list-style-type: disc;
}

@media (max-width: 600px) {
    .banner {
        height: 680px;
    }

    .singgle-accomondation .dekstop {
        display: none;
    }

    .singgle-accomondation .mobile {
        display: block;
    }

    .banner .back-banner {
        height: 680px;
    }

    .banner-content {
        height: 680px;
    }

    .booking-form .box {
        width: 100%;
        height: auto;
    }

    .fasilitas .col-6 {
        flex: 0 0 auto;
        width: 49%;
    }

    .booking-form .promo-code-container, .occupancy-container {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        flex-direction: row;
        align-items: flex-start;
    }

    .fasilitas .back + .container .row {
        display: flex;
    }

    .banner-content h1 {
        font-size: 37px;
        font-weight: 600;
        line-height: 42px;
    }

    .banner button.slick-next.slick-arrow {
        display: none !important;
    }

    .banner button.slick-prev.slick-arrow {
        display: none !important;
    }

    .banner-content .back-sec {
        margin-top: 240px;
        padding: 0;
        height: 440px;
    }

    .booking-form {
        top: 370px;
    }

    .booking-form .occupancy-container p:first-of-type {
        margin-top: 16px;
        margin-right: 6px;
    }

    .booking-form .promo-code-container p {
        margin-top: 16px;
        margin-right: 30px;
    }

    .booking-form .search-btn {
        width: 100%;
        height: 50px;
        display: block;
        border: none;
        margin-left: 0px;
    }

    .location h1 {
        font-size: 29px;
        font-weight: 700;
        line-height: 33px;
    }

    .location p {
        font-size: 17px;
        font-weight: 500;
        line-height: 28px;
    }

    .fasilitas {
        padding: 0;
        margin-top: -70px;
    }

    .booking-home .top {
        top: -38px;
    }

    .booking-home .bootom {
        bottom: -34px;
    }

    .booking-home h1 {
        font-size: 35px;
        line-height: 34px;
    }

    .booking-home button {
        margin-left: 0;
        margin-top: 20px;
    }

    .fasilitas .card {
        margin: 5px;
        /*margin-right: 0;*/
    }

    .fasilitas .card-content {
        padding: 350px 10px 10px 11px;
    }

    .fasilitas .card h3 {
        font-size: 24px;
        line-height: 27px;
    }

    .fasilitas .card:hover h3 {
        transform: translateY(-444%);
    }

    .fasilitas .card .content-4:hover h3 {
        transform: translateY(-220%);
    }

    .booking-form .row {
        --bs-gutter-x: 0
        --bs-gutter-y: 0;
        display: unset;
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .pencapaian img {
        padding: 20px;
    }

    .pencapaian {
        margin-top: 40px;
    }

    .komentar .isi {
        padding: 15px;
        height: 270px;
    }

    .komentar .top {
        top: -79px;
    }

    .footer-top .left .back {
        padding: 0;
    }
    
    .footer-top {
        margin-top: 70px;
    }

    .footer-top .center .back {
        padding: 0;
        margin-top: 20px;
    }

    .footer .x img {
        width: 65%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer .x p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .breadcrumb {
        display: none;
    }

    .banner-sec h1 {
        font-size: 32px;
        line-height: 40px;
        padding-top: 195px;
    }

    .card-one h1 {
        margin-bottom: 5px;
        font-size: 28px;
    }

    .card-one .back {
        height: 280px;
    } 

    .card-one .bg-top {
        height: 280px !important;
    }

    .footer .vector {
        top: -63px;
    }

    .card-one p {
        font-size: 16px;
    }

    .card-thee-menu h1 {
        font-size: 28px;
        line-height: 22px;
    }

    .singgle-accomondation .sec {
        margin: 0px 10px;
    }

    .singgle-accomondation .x h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .singgle-accomondation .x p {
        font-size: 14px;
        line-height: 23px;
        text-align: justify;
    }

    .singgle-tabs .tab {
        padding: 15px 50px;
    }

    .singgle-tabs .tab.active {
        padding: 15px 40px;
    }

    .singgle-special-over .back {
        margin-left: 0;
    }

    .singgle-special-over h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .singgle-tabs p {
        font-size: 20px;
        line-height: 28px;
    }

    .contact .back {
        padding: 20px 20px;
        background: #F5F5F5;
    }

    .contact .back {
        padding: 20px 20px;
        background: #F5F5F5;
    }
    
    .contact h2 {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 20px;
    }    

    .contact .spas {
        margin-left: 0;
    }

    .wiiding-and-meeting img {
        height: auto;
    }

    .wiiding-and-meeting .back {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .wiiding-and-meeting hr {
        display: none;
    }

    .wiiding-and-meeting h1 {
        font-size: 35px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .facilities-and-activities {
        margin-top: 50px;
    }

    .facilities-and-activities .title-1 {
        font-size: 24px;
    }

    .facilities-and-activities .title-2 {
        font-size: 46px;
    }

    .gecko-club {
        margin-top: 40px;
    }

    .gecko-club h1 {
        font-size: 50px;
        line-height: 45px;
    }

    .gecko-club button {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .gecko-club ul li {
        display: inline-flex;
        margin-left: 0;
        text-align: center;
    }

    .gallery .back {
        padding: 0;
        margin-bottom: 20px;
    }

    .gallery h2 {
        font-size: 37px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .gallery .utm {
        margin-bottom: 20px;
    }

    .gallery .x h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 30px;
    }

    .gallery .x button {
        float: left;
        margin-bottom: 20px;
    }

    .singgle-img ul {
        column-count: 2;
    }

    .singgle-img h1 {
        font-size: 38px;
        line-height: 30px;
    }

    .singgle-activities .back {
        height: auto;
    }

    .singgle-activities .penyesuaian {
        height: auto;
    }

    .singgle-activities .ka {
        display: none;
    }

    .singgle-activities .back {
        padding: 40px;
        padding-right: 40px;
    }

    .footer .vector {
        top: -63px;
    }

    .footer-top .right ul {
        position: unset;
    }

    .footer-top .right ul li {
        margin: 0px 10px 13px 0px;
        height: 58px;
        width: 55px;
    }

    .footer iframe {
        margin-top: 20px;
    }

    .footer-top .right button {
        width: 100%;
    }

    .popup p {
        font-size: 22px;
        line-height: 29px;
        text-align: justify;
    }

    .popup h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
    }

    .singgle-tabs .tab.active {
        padding: 15px 40px;
    }

    .singgle-tabs .tab {
        padding: 15px 35px;
    }
    
}

/* == hide the reCaptcha v3 badge == */
.grecaptcha-badge { opacity:0 !important;}
