@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../font/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf");
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    src: url("../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Chesna Grotesk";
    src: url("../font/chesana grotesk/chesnagrotesk-medium.otf");
}

@font-face {
    font-family: "Frontspring Demo Chesna Grotesk Regular";
    src: url("../font/chesana grotesk/Fontspring-DEMO-chesnagrotesk-regular.otf");
}

@font-face {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    src: url("../font/chesana grotesk/Fontspring-DEMO-chesnagrotesk-bold.otf");
}

@font-face {
    font-family: "AG Book Rounded";
    src: url("../font/AG\ Book\ Rounded\ Medium.ttf");
}

:root {
    --primaryblue: #5EC3FB;
    --secondoryyellow: #FAD828;
    --secondoryorange: #FF9949;

    --primaryblue-1: #eff9ff;
    --primaryblue-2: #d8f1fe;
    --primaryblue-3: #bae5fd;
    --primaryblue-4: #9ad9fc;
    --primaryblue-5: #7bcefc;
    --primaryblue-6: #5ec3fb;
    --primaryblue-7: #50a6d5;
    --primaryblue-8: #438ab2;
    --primaryblue-9: #366f8f;
    --primaryblue-10: #2a5871;

    --secondoryyellow-1: #fffbea;
    --secondoryyellow-2: #fef6cb;
    --secondoryyellow-3: #fdeea3;
    --secondoryyellow-4: #fce678;
    --secondoryyellow-5: #fbdf4f;
    --secondoryyellow-6: #fad828;
    --secondoryyellow-7: #d5b822;
    --secondoryyellow-8: #b2991c;
    --secondoryyellow-9: #8f7b17;
    --secondoryyellow-10: #706112;

    --secondoryorange-1: #fff5ed;
    --secondoryorange-2: #ffe7d3;
    --secondoryorange-3: #ffd3b1;
    --secondoryorange-4: #ffbf8c;
    --secondoryorange-5: #ffab6a;
    --secondoryorange-6: #ff9949;
    --secondoryorange-7: #d9823e;
    --secondoryorange-8: #b56d34;
    --secondoryorange-9: #91572a;
    --secondoryorange-10: #734521;

    --gray-1: #fbfbfb;
    --gray-2: #f6f6f6;
    --gray-3: #efefef;
    --gray-4: #e7e7e7;
    --gray-5: #e0e0e0;
    --gray-6: #d9d9d9;
    --gray-7: #b8b8b8;
    --gray-8: #9a9a9a;
    --gray-9: #7c7c7c;
    --gray-10: #626262;
}

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

nav {
    background-color: #FFFCF6;
    padding: 1rem 2.25rem;
    /* width: 100%; */
    height: 5.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--primaryblue-10);
    font-size: 1.2em;
    font-family: "Frontspring Demo Chesna Grotesk Regular";
}

nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
    max-width: 50%;
}

.special-character {
    font-family: "Plus Jakarta Sans Bold";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.special-character-2 {
    font-family: "AG Book Rounded";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.languages {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

#language-en {
    color: var(--secondoryorange);
}

#language-en:visited {
    color: var(--secondoryorange);
}

#language-id {
    color: var(--gray-9);
}

#language-id:visited {
    color: var(--gray-9);
}

#nav-logo {
    width: 200px;
    /* height: 60px; */
}

ul a {
    color: var(--primaryblue-10);
}

ul a:hover {
    border-bottom: 2px solid var(--primaryblue-10);
}

a {
    text-decoration: none;
}

h1 {
    font-size : 2.25rem;
}

img {
    -webkit-user-drag: none;
}

.main-section {
    height: 43.2rem;
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../img/pool/hero-img.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: var(--primaryblue-6); */
}

.main-section .hero-section {
    color: white;
    text-align: center;
}

.main-section .hero-section h1 {
    margin-bottom: 1.2em;
}

.button-default {
    border-radius: 0.9375rem;
    border: none;
    font-size: 1.2rem;
    background-color: var(--secondoryorange);
    color: white;
    font-family: "AG Book Rounded";
    padding: 0.75rem 1.5625rem;
    cursor: pointer;
    font-weight: lighter;
    transition: .3s;
}

.button-default:hover {
    box-shadow: 0 4px 10px -2px var(--secondoryorange-4);
    transform: translateY(-0.4em);
}

.button-default:active {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(0.95);
}

.button-default-2 {
    border-radius: 0.9375rem;
    border: none;
    font-size: 1.2rem;
    background-color: white;
    color: var(--secondoryorange);
    font-family: "AG Book Rounded";
    padding: 0.75rem 1.5625rem;
    font-weight: 2.8rem;
    cursor: pointer;
    font-weight: lighter;
    transition: .3s;
}

.button-default-2:hover {
    box-shadow: 0 4px 10px -2px rgb(165, 165, 165);
    transform: translateY(-0.4em);
}

.button-default-2:active {
    color: rgba(255, 153, 73, 0.5);
    transform: scale(0.95);
}

.plan-visit {
    display: flex;
    align-content: center;
    justify-content: center;
    /* height: 85.9375rem; */
    background-color: var(--primaryblue-6);
    padding: 5rem 1rem;
    background: url("../img/pool/plan-your-visit-background.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.plan-visit .general-info {
    width: 80%;
    background-color: #FFFCF6;;
    height: 70%;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 3em 0;
}

.general-info .info-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.general-info .info-frame h1 {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    color: var(--primaryblue-10);
    margin-bottom: 0.4em;
}

.general-info .info-frame span {
    font-size: 1.25rem;
    color: var(--primaryblue-8);
    font-family: "AG Book Rounded";
}

.general-info .address-info {
    padding: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

/* GOOGLE MAPS */
.gmaps-container {
    text-decoration: none;
    overflow: hidden;
    max-width: 100%;
    width: 500px;
    height: 500px;
}

#gmap-canvas {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#gmap-canvas iframe {
    height: 100%;
    width: 100%;
}

#gmap-canvas img.text-marker{
    max-width:none!important;background:none!important;
}
img {
    max-width:none
}
/* END GOOGLE MAPS */

.general-info .address-info h1 {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    color: var(--primaryblue-10);
}

.address-info .address-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5em;
    margin-left: 2em;
}

.address-detail div {
    font-family: "AG Book Rounded";
    background-color: var(--primaryblue-2);
    border-radius: 1.25rem;
    padding: 1.1875rem 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.address-detail span {
    font-size: 1.25rem;
    line-height: 175%;
    color: var(--primaryblue-10);
    margin: 0 1em;
    text-align: left;
}

.address-detail .maps-icon {
    background-image: url("../img/icons/Location.png");
    width: 8em;
    height: 5em;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-info .operational-time-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 1.2em;
}

.general-info .operational-time-info h1 {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    color: var(--primaryblue-10);
}

.operational-time-info .price-box .price {
    background-color: var(--primaryblue-2);
    padding: 1.25rem 2.8125rem;
    gap: 0.625rem;
    border-radius: 1.25rem;
}

.price-box .price header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.price-box .price-seperator {
    width: 1px;
    height: 200px;
    background-color: black;
}

.operational-time-info .price h2 {
    font-size: 1.75rem;
    color: var(--primaryblue-10);
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    text-align: center;
}

.operational-time-info .price .days {
    font-family: "AG Book Rounded";
    color: var(--secondoryorange-6);
    font-size: 1.25rem;
    line-height: 2.1875rem;
}

.price-box .price footer {
    text-align: left;
}

.operational-time-info .price p {
    color: var(--primaryblue-10);
    font-family: "AG Book Rounded";
    font-size: 1rem;
    line-height: 2.1875rem;
}

.operational-time-info .notes {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border: 2px solid #FF9949;
    border-radius: 0.9375rem;
    padding: 0.875rem 1.2rem;
}

.operational-time-info .notes h2 {
    width: 100%;
    background: transparent;
    font-family: "AG Book Rounded";
    font-size: 1.5rem;
    color: #F06900;
}

.operational-time-info .price-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.notes .ticket-icon {
    background-image: url("../img/icons/Ticket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.375rem;
    height: 2.375rem;
}

/*  
.attractions-rides {
    height: 187.125rem;
    background-image: url("img/assets/slide.png");
    background-color: linear-gradient(180deg, #CDF5FE 8.34%, #91C7DD 41.38%, #438AB2 66.66%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140%;
    background-position: top;
    margin-top: 2rem;
}
*/

.attractions-rides {
    /* height: 187.125rem; */
    height: 110rem;
    position: relative; /* Ensure the pseudo-element is positioned relative to this container */
    background-image: url("../img/assets/slide.png");
    background-repeat: no-repeat;
    background-size: 140%;
    background-position:  center;
    /* padding: 500px 0; */
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    padding: 4em;
}

.attractions-rides::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #CDF5FE 8.34%, #91C7DD 41.38%, #438AB2 66.66%);
    z-index: -1; /* Make sure the gradient is behind the image */
}

.attractions-rides .rides-header {
    margin-top: 5rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.rides-header .rides-header-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.attractions-rides h1 {
    font-size: 2.25rem;
    color: var(--primaryblue-10);
    font-family: "Frontspring Demo Chesna Grotesk Bold";
}

.attractions-rides .rides-header h4 {
    color: var(--primaryblue-8);
    font-size: 1.25rem;
    font-family: "AG Book Rounded";
    line-height: 2.1875rem;
}

.attractions-rides .top-rides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2rem;
}

.attractions-rides .top-rides .left-frame {
    margin-bottom: 2rem;
}

.top-pool {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
}

.top-pool .pool-caption {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: space-around; */
    gap: 1rem;
    padding: 3rem 0;
    flex: 15;
}

.top-pool .image-frame {
    padding: 0 3rem;
    height: 24.125rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 5;
    border-radius: 1.25rem;
}

.top-pool .image-frame-1 {
    background-image: url("../img/pool/pool/wave-pool/wave-1.jpg");
}

.top-pool .image-frame-2 {
    background-image: url("../img/pool/pool/race-slide/race-5.jpg");
}

.pool-caption .pool-text {
    background-color: white;
    border-radius: 0.9375rem;
    padding: 0.875rem 3.125rem 1.5rem;
}

/* .top-pool .image-frame img {
    width: 27rem;
    height: 24.125rem;
    object-fit: cover;
    border-radius: 1.25rem;
    -webkit-user-drag: none;
} */

.pool-caption .pool-text h2 {
    color: var(--primaryblue-10);
    font-size: 1.75rem;
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    line-height: 3.75rem;
}

.pool-caption .pool-text h4 {
    color: var(--primaryblue-10);
    font-family: "AG Book Rounded";
    font-size: 1.25rem;
    font-weight: 400;
}

.button-default-3 {
    border-radius: 0.9375rem;
    border: none;
    font-size: 1.2rem;
    color: white;
    font-family: "AG Book Rounded";
    padding: 0.75rem 1.5625rem;
    background-color: #59B2E4;
    font-weight: 2.8rem;
    cursor: pointer;
    font-weight: lighter;
    transition: .3s;
}

.button-default-3:hover {
    box-shadow: 0 4px 10px -2px var(--primaryblue-7);
    transform: translateY(-0.4em);
}

.button-default-3:active {
    color: rgba(80, 166, 213, 0.5);
    transform: scale(0.95);
}

.main-review {
    background-color: var(--primaryblue-8);
    /* height: 90.125rem; */
    padding-bottom: 5rem;
}

.main-review {
    display: flex;
    /* gap: 1rem; */
    flex-direction: column;
}

.main-review .what-they-say {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem;
}

.main-review .rev-head {
    width: 39.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rev-head h1 {
    color: white;
    font-size: 2.25rem;
    font-family: "Frontspring Demo Chesna Grotesk Bold";
}

.rev-head h4 {
    font-family: "AG Book Rounded";
    font-size: 1.25rem;
    color: white;
    line-height: 2.1875rem;
}

.main-review .rev-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 2rem;
}

.main-review .rev-body {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem 5rem;
    box-sizing: border-box;
    gap: 2rem;
}

.rev-body .slider-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* SLIDE SHOW */
/* .rev-body .pool-img img {
    -webkit-user-drag: none;
    height: 42.875rem;
    border-radius: 1.25rem;
} */

/* Overall container for the slideshow */
.pool-img {
    position: relative;
    width: 100%;
    height: 42.875rem; /* Fixed height for slideshow */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Style for each slide (now using background images instead of <img>) */
.pool-img .slide {
    width: 100%;
    height: 100%;
    background-size: cover;      /* Ensures the background image covers the entire area */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Ensures the image does not repeat */
    position: absolute;          /* All slides are stacked on top of each other */
    opacity: 0;                  /* Start with all slides hidden */
    transition: opacity 1s ease-in-out; /* Smooth fade effect */
    z-index: 0;
    border-radius: 1.25rem;
}

/* Show the first slide initially */
.pool-img .slide:first-child {
    opacity: 1;
}

/* Styling the radio button container */
.radio-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    z-index: 2;
}

/* Hide the default radio buttons */
.radio-indicators input[type="radio"] {
    display: none;
}

/* Custom radio button styling */
.radio-btn {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-color: #FBFBFB; /* Non-selected color */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Selected radio button styling */
.radio-indicators input[type="radio"]:checked + .radio-btn {
    background-color: #B0B0B0; /* Grey color when selected */
    border-color: #B0B0B0;     /* Border color also grey when selected */
}

/* Adding a white dot when the radio is selected */
.radio-indicators input[type="radio"]:checked + .radio-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff; /* White dot inside the selected radio */
    margin: 2px;
}
/* END SLIDE SHOW */

.rev-body .users-review {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    gap: 3rem;
}

.users-review .user-review {
    background-color: white;
    border-radius: 0.9375rem;
    display: flex;
    padding: 0.8125rem 2.125rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.users-review .user-review .reviewer-name-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.reviewer-name-frame .user-profile {
    display: flex;
}

.users-review .user-review .reviewer-name-frame .user-profile img {
    -webkit-user-drag: none;
    width: 2.5625rem;
    height: 2.5625rem;
    /* padding: 0.25rem; */
    border-radius: 50%;
    border: 1px solid var(--Foundation-Gray-gray-6, #D9D9D9);
    background: #FFF;
}

.users-review .user-review .reviewer-name-frame .reviewer-name {
    font-family: "AG Book Rounded";
    color: var(--primaryblue-10);
    font-size: 1rem;

}

.users-review .user-review .review-text p {
    font-family: "AG Book Rounded";
    font-size: 0.875rem;
    color: var(--primaryblue-10);
    font-weight: 400;
    line-height: 1.25rem;
}

.contact-frame {
    height: 43.75rem;
    background-color: #CDF5FE;
    background-image: url("../img/assets/tall-pool.png"), url("../img/assets/kids-pool.png");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 48%, 35%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-frame .contact-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 43.75rem;
    gap: 3.125rem;
}

/* .contact-frame .tall-pool {
    background-image: url("img/assets/tall-pool.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 500px;
    height: 500px;
    background-color: paleturquoise;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
} */

.contact-frame .contact-text h1 {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--primaryblue-10);
}

.footer-frame {
    height: 31rem;
    background-color: var(--Beige, #FFF9F1);
    display: flex;
    flex-direction: row;
    gap: 10rem;
    padding: 5rem;
}

.footer-frame section:nth-of-type(1) {
    flex: 1.5;
}

.footer-frame section {
    flex: 1;
}

.footer-frame .footer-address {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.footer-frame .footer-address div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-frame .footer-address img {
    width: 18.3125rem;
}

.footer-frame .footer-address h4 {
    color: #00314D;
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}

.footer-frame .footer-address p {
    color: #00314D;
    font-family: "AG Book Rounded";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
}

.footer-address .address {
    font-family: "Plus Jakarta Sans Bold";
    font-weight: 400;
}

.footer-frame .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-frame .footer-contact .footer-link {
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    font-size: 1.5rem;
    color: var(--primaryblue-10);
    text-decoration: underline;
}

.footer-contact .social-media {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-contact .social-media .app-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.footer-contact .social-media .app-container p {
    font-size: 1rem;
    line-height: 1.575rem;
    font-family: "AG Book Rounded";
    color: var(--primaryblue-10);
}

.footer-contact .app-container span img {
    width: 2rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-links .footer-link { /* h3 */
    font-family: "Frontspring Demo Chesna Grotesk Bold";
    font-size: 1.5rem;
    color: var(--primaryblue-10);
    text-decoration: underline;
}

.footer-links ul{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: "AG Book Rounded";
    font-size: 1rem;
}

.footer-links ul li {
    line-height: 1.875rem;
    list-style: none;
}

.app-container a {
    color: var(--primaryblue-10);
}

.footer-link a:visited {
    color: var(--primaryblue-10) !important;
}

/* RESPONSIVE */
.mobile-nav {
    display: none;
}

.open-mobile-nav {
    display: none;
}

/* $sm: 640px; screen kecil dari 640px */
@media (max-width: 500px) {
/* @media (max-width: 300px) { */
    body, html {
        overflow-x: hidden !important;
    }

    /* NAVIGATION BAR */
    .main-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
        flex-direction: row;
        height: 6.9375rem;
        align-items: center;
        justify-content: space-between;
    }

    .open-mobile-nav {
        /* display: flex; */
        display: none;
        flex-direction: column;
        gap: 3rem;
        padding: 3rem 0;
        height: 35.25rem;
        background-color: var(--primaryblue-9);
    }

    .xbutton-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        margin-right: 5rem;
    }

    .xbutton {
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
    }

    .nav-link-container {
        width: 100%;
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        text-align: center;
    }

    #mobile-nav-logo {
        width: 40%;
    }

    .dots {
        cursor: pointer;
        width: 1.5rem;
        height: 2.441rem;
    }

    .nav-link-container ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .nav-link-container ul li {
        width: 100%;
    }

    ul a:hover {
        border-bottom: 2px solid white;
    }

    .nav-link-container ul a {
        color: white;
        font-size: 1rem;
    }

    .open-mobile-nav .languages {
        font-size: 1.25rem;
    }
    /* END NAVIGATION BAR */

    /* MAIN SECTION */
    .main-section {
        height: 18rem;
        /* padding: 0; */
    }

    .main-section h1 {
        font-size: 0.9rem;
    }

    .main-section .hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-section button {
        /* display: flex; */
        /* height: 1.8125rem; */
        /* justify-content: center; */
        /* align-items: center; */
        font-size: 0.625rem;
    }
    /* END MAIN SECTION */

    /* PLAN VISIT */
    .plan-visit h1 {
        font-size: 1.2rem;
    }

    .general-info {
        width: 90% !important;
        padding: 3rem 1rem !important;
    }

    .general-info .info-frame {
        padding: 0 2rem;
    }

    .general-info .info-frame span {
        font-family: "AG Book Rounded";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
    }

    .address-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .gmaps-container {
        width: 100%;
        height: 20rem;
    }

    .address-detail {
        margin: 0 !important;
    }

    .address-detail h1, .address-detail button, .price-seperator {
        display: none;
    }

    .address-detail div {
        /* width: 16rem; */
        /* width: 100%; */
        text-align: left;
        padding: 1rem;
    }

    .address-detail span {
        font-size: 0.825rem;
    }

    .price-box {
        display: flex;
        /* flex-direction: column; */
        gap: 1rem;
        flex-wrap: wrap;
    }

    .price-box .price {
        width: 100%;
        padding: 1rem !important;
    }

    .price-box .price footer {
        text-align: left;
    }

    .price-box .price footer p {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    .price-box .price h2, .price-box .price h4 {
        font-size: 1rem !important;
    }

    .operational-time-info .notes h2 {
        font-size: 0.675rem;
    }
    /* END PLAN VIIST */

    /* ATTRACTIONS RIDES */
    .attractions-rides {
        height: auto;
        /* padding-bottom: 0; */
        padding: 4rem 3rem;
        background-size: cover;
        /* background-size: 150%; */
        background-image: url("../img/assets/slide.png");
        background-repeat: no-repeat;
        /* background-image: url("img/assets/slide.png"), url("img/assets/mirrored-slide.png"), url("img/assets/slide.png"); */
        /* background-position: top center, 50% 60%, 50% 120%; */
    }

    .rides-header {
        margin: 0 !important;
        width: 100% !important;
    }
    
    .rides-header h1 {
        font-size: 1.2rem;
    }

    .rides-header h4 {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }

    .rides-header button {
        font-size: 0.625rem;
    }

    .top-rides {
        padding: 0 !important;
    }

    .top-rides h1 {
        display: none;
    }

    .top-pool {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0.2rem;
        width: 100%;
        height: 40rem;
    }

    .top-pool .image-frame-1, .top-pool .image-frame-2 {
        background-size: cover;
        flex-grow: 20;
        width: 100%;
        padding: 0;
    }

    .top-pool .pool-caption {
        align-items: center;
    }

    .top-pool-2 .image-frame-2 {
        order: 1;
    }

    .top-pool-2 .pool-caption {
        order: 2;
    }

    .pool-text {
        padding: 1rem !important;
    }

    .pool-text h2 {
        text-align: center;
        font-size: 1.25rem !important;
    }

    .pool-text h4 {
        font-size: 0.875rem !important;
        padding-bottom: 1rem;
    }

    .button-default-3 {
        font-size: 0.625rem;
    }
    /* END ATTRACTIONS RIDES */

    /* MAIN REVIEW */
    .slider-container {
        display: none !important;
    }

    .main-review {
        padding: 3rem;
        gap: 2rem;
    }

    .rev-head {
        align-items: center;
        width: 100%;
    }

    .rev-head h1 {
        font-size: 1.25rem;
    }

    .rev-head h4 {
        font-size: 0.875rem;
        width: 50%;
        line-height: 1.25rem;
    }

    .rev-bottom button {
        font-size: 0.625rem;
    }

    .rev-body {
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
    }

    .users-review {
        padding: 0 !important;
    }

    .user-review {
        padding: 2rem !important;
    }

    .reviewer-name {
        font-size: 1rem !important;
    }

    .review-text p {
        font-size: 0.875rem !important;
    }
    /* END MAIN REVIEW */

    /* CONTACT FRAME */
    .contact-frame {
        height: auto;
        background-image: none;
        padding: 5rem;
    }

    .contact-frame h1 {
        font-size: 1.25rem !important;
    }

    .contact-frame button {
        font-size: 0.625rem;
    }
    /* END CONTACT FRAME */

    /* FOOTER FRAME */
    .footer-frame {
        height: auto;
        flex-direction: column;
        gap: 2rem;
    }

    .footer-address img {
        width: 70% !important;
    }

    .footer-address p {
        line-height: normal !important;
        font-size: 0.625rem !important;
        font-family: "Plus Jakarta Sans Bold" !important;
    }

    .footer-address h4 {
        font-size: 1rem !important;
        font-family: "Plus Jakarta Sans Bold" !important;
    }

    .footer-contact h3, .footer-link {
        font-size: 1rem !important;
        font-family: "Plus Jakarta Sans Bold" !important;
    }

    .app-container {
        align-items: center;
        line-height: auto;
        padding: 0 !important;
    }
    .app-container span {
        display: flex;
    }

    .app-container img {
        width: 1.25rem !important;
    }

    .app-container a, .footer-links a {
        font-size: 0.625rem !important;
        font-family: "Plus Jakarta Sans Bold" !important;
    }

    .footer-links ul {
        gap: 0.1rem !important;
    }
    /* END FOOTER FRAME */

}

/* JIKA WIDTH LEBIH BESAR DARI 640px  */
@media (min-width: 640px) {
    .mobile-nav {
        display: none;
    }

    .open-mobile-nav {
        display: none;
    }
}

/* END RESPONSIVE */