:root {
    --orange: #F3541C;
    --green: #143021;
    --yellow: #F1AB27;
    --orange-hover: #d44a18;
    --blak: #3E3E3E;
    --cream: #F8EDD9;
    --dongker: #194566;
}

html, body {
    /* height: 100%; */
    margin: 0;
    padding: 0;
}
body {
    font-family: "Quicksand", sans-serif;
    width: 100%;
    color: #6F6A6A;
}

.montserrat {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.title-fasilitas {
    padding: 20px !important;
    background-color: #194566 !important;
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adventure-section .card:hover .title-fasilitas {
    transform: translateY(0%);
}

.bg-orange1 {
    background-color: var(--orange);
    color: #FFFFFF;
    border-color: var(--orange);
}

#bgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
    overflow: hidden;
}

.btn-outline-white {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #FFF;
    transition: .3s;
}
.btn-outline-white:hover {
    background-color: var(--orange);
    transition: .3s;
}

.slick-next:before, .slick-prev:before {
    font-size: 0 !important;
    content: '' !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--orange-hover);
}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: .3s;
}

.zoom-animation {
    animation: zoom 2s infinite ease-in-out;
    transform: scale(1);
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Zoom in */
    }
    100% {
        transform: scale(1); /* Zoom out */
    }
}

.whatsapp-icon img {
    width: 20px;
    height: 20px;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.burger {
    background-color: var(--orange);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}
.btn-orange {
    background-color: var(--orange);
    color: #fff;
    border-radius: 20px;
}
.btn-orange:hover {
    color: #FFFFFF;
    background-color: var(--orange-hover);
}

.btn-orange-out {
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 20px;
}
.btn-orange-out:hover {
    color: #fff;
    background-color: var(--orange-hover);
}

.text-orange {
    color: var(--orange-hover);
}
.text-blak {
    color: var(--blak);
}
.text-dongker {
    color: var(--dongker);
}
.more-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

/* FONT */
.matemasie-regular {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fs-20 {
    font-size: 20px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.fs-50 {
    font-size: 50px;
}
.fs-70 {
    font-size: 70px;
}
.fs-60 {
    font-size: 60px
}

.navbar {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: rgba(28, 30, 32, 0.1) 0px 10px 20px -10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* padding: 10px; */
    z-index: 999;
}
.navbar-brand img {
    width: 100px;
}
.nav-link:hover {
    color: var(--orange);
}
.navbar.scrolled {
    background-color: #ffffff !important;
}
.nav-burger {
    font-size: 20px;
    font-weight: 500;
}
.hero {
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    background-size: cover;
}
.hero-title {
    margin-top: 0px;
}

.info-boxes {
    background-color: #fff;
    position: relative;
    padding: 30px 0;
}
.info-boxes .card {
    border-radius: 25px;
    border: 0;
    padding: 20px 30px;
    background-color: #FFF6ED;
    color: var(--blak);
    cursor: pointer;
    transition: .3s;
}
.info-boxes .col-12 .card:hover svg {
    fill: #FFF;
}
.info-boxes .col-12:nth-child(1) .card:hover {
    background-color: var(--orange);
    transition: .3s;
    color: #FFF;
}
.info-boxes .col-12:nth-child(2) .card:hover {
    background-color: #317039;
    transition: .3s;
    color: #FFF;
}
.info-boxes .col-12:nth-child(3) .card:hover {
    background-color: var(--yellow);
    transition: .3s;
    color: #FFF;
}
.info-boxes .card p {
    font-weight: bold;
}
.info-boxes .row:nth-child(1) {
    margin-bottom: 100px;
}
.info-boxes h2 {
    font-weight: bold;
    color: var(--orange);
}

.paradise-section, .gallery-section, .articles-section {
    padding: 50px 0;
}
.paradise-section {
    font-size: 30px;
    background-color: var(--orange);
    color: #fff;
}

.fasilitas-card svg {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.video-section {
    height: 600px;
    padding: 80px 20px;
}

.adventure-section {
    background-color: var(--green);
    color: #fff;
}
.adventure-section h2 {
    text-align: left;
    font-weight: bold;
}
.adventure-section .card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 0;
}
.adventure-section img {
    height: 100%;
    object-fit: fill;
}
.adventure-section .card-title {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 30px;
    transform: translateY(-100%);
    background-color: rgb(243 84 28 / 60%);
}
.custom-arrow {
    cursor: pointer;
}
.custom-arrow:hover svg {
    fill: var(--orange);
    transition: .3s;
}
.slick-next, .slick-prev {
    position: static !important;
    width: auto !important;
    height: auto !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.paradise-section h2 {
    font-weight: bold;
}
.paradise-section .row span {
    color: var(--blak);
    font-weight: bold;
    font-size: 40px;
}

.gallery-section h2 {
    font-weight: bold;
}
.gallery-section img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}
.gallery-section .gallery-img2 {
    overflow: hidden;
    height: 315px;
    border-radius: 25px;
    object-fit: fill;
}

.gallery-section .nav-pills .nav-item {
    flex-grow: 1;
}
.gallery-section .nav-pills .nav-link {
    background-color: #fff !important;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    color: var(--blak);
    transition: .3s;
}

.gallery-section .nav-pills .nav-item:nth-child(1) .nav-link:hover,
.gallery-section .nav-pills .nav-item:nth-child(1) .nav-link.active {
    background-color: #0596FF !important;
    color: #FFF;
    transition: .3s;
    border: 1px solid transparent;
}
.gallery-section .nav-pills .nav-item:nth-child(2) .nav-link:hover,
.gallery-section .nav-pills .nav-item:nth-child(2) .nav-link.active {
    background-color: #F2541C !important;
    color: #FFF;
    transition: .3s;
    border: 1px solid transparent;
}
.gallery-section .nav-pills .nav-item:nth-child(3) .nav-link:hover,
.gallery-section .nav-pills .nav-item:nth-child(3) .nav-link.active {
    background-color: #F1AB27 !important;
    color: #FFF;
    transition: .3s;
    border: 1px solid transparent;
}
.gallery-section .nav-pills .nav-item:nth-child(4) .nav-link:hover,
.gallery-section .nav-pills .nav-item:nth-child(4) .nav-link.active {
    background-color: #306E38 !important;
    color: #FFF;
    transition: .3s;
    border: 1px solid transparent;
}
.gallery-section .nav-pills .nav-link:hover svg path,
.gallery-section .nav-pills .nav-link.active svg path {
    fill: #FFF !important;
}

.fasilitas-card {
    transition: .3s;
}
.col-md-4:nth-child(1) .fasilitas-card svg:hover,
.col-md-4:nth-child(1) .fasilitas-card svg:hover path,
.col-md-4:nth-child(5) .fasilitas-card svg:hover,
.col-md-4:nth-child(5) .fasilitas-card svg:hover path {
    background-color: var(--orange);
    fill: #fff;
    transition: .3s;
}
.col-md-4:nth-child(2) .fasilitas-card svg:hover,
.col-md-4:nth-child(2) .fasilitas-card svg:hover path,
.col-md-4:nth-child(6) .fasilitas-card svg:hover,
.col-md-4:nth-child(6) .fasilitas-card svg:hover path {
    background-color: #306E38;
    fill: #fff;
    transition: .3s;
}
.col-md-4:nth-child(3) .fasilitas-card svg:hover,
.col-md-4:nth-child(3) .fasilitas-card svg:hover path,
.col-md-4:nth-child(4) .fasilitas-card svg:hover,
.col-md-4:nth-child(4) .fasilitas-card svg:hover path {
    background-color: var(--yellow);
    fill: #fff;
    transition: .3s;
}

.adven-card {
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    transition: .3s;
}
.overlay-adven {
    transform: translateY(-100%);
    transition: transform 0.5s ease;
}
.adven-card:hover .overlay-adven {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateY(0%);
}

.slick-slide {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px;
}

.rules-section {
    background-color: #F8EDD9;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.rules-section h2 {
    font-weight: bold;
}
.rules-section img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    max-height: 770px;
}
.image-container {
    position: relative;
    width: 100%;
    left: 10%;
}

.testimonial-section {
    padding: 120px 0;
}
.testimonial-section p {
    font-size: 40px;
    font-weight: bold;
}
.testimonial-section img {
    width: 30%;
}

.room-section {
    background-color: var(--green);
    color: #FFFFFF;
}
.room-section .row .col-md-6:nth-child(1) {
    max-height: 400px;
}
.room-section img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.about-section {
    background-color: #F8EDD9;
}
.about-section img {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    object-fit: cover;
}

.history-section {
    background-color: var(--green);
}

.artikel-detail-section {
    background-color: #FFF8E9;
}

.footer-content {
    background-color: #194566;
    color: #FFFFFF;
    padding: 40px 0;
}
.footer-content img {
    width: 80%;
    max-width: 300px;
}
.footer-content .text-left a {
    transition: .3s;
}
.footer-content .text-left a:hover {
    color: #f1f1f1 !important;
    transition: .3s;
}

#slideroom .slick-dots li button:before {
    color: #fff;
}

.btn-kontak {
    border-radius: 25px;
    background-color: #FFFFFF;
    min-width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Overlay */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #E77851;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 99999999;
}

.overlay-content {
    position: relative;
    top: 10%;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 60px;
}

.overlay-content a {
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.overlay-content a:hover,
.overlay-content a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    font-size: 60px;
}

.contact-info {
    margin-top: 20px;
    color: white;
    font-size: 18px;
}

.social-icons a {
    color: white;
    font-size: 24px;
    margin-right: 15px;
}

.paradise-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.border-radius {
    border-radius: 25px;
}
.zoom-container img {
    transition: transform 0.3s ease;
}
.zoom-container:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.bg-orange-wrapper {
    overflow: hidden;
}
.bg-orange {
    background-color: var(--cream);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: 40%;
    z-index: -1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.bg-orange2 {
    background-color: var(--cream);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40%;
    z-index: -1;
    border-radius: 25px;
}
.flip-bottom {
    margin-bottom: 120px;
}

.form-section .container .form-child {
    width: 70%;
    margin: auto;
}

#nav-burger {
    display: none;
}
#pesona-pantai {
    padding-top: 270px
}
#pesona-pantai img {
    max-height: 400px;
}
.room-section .row .col-md-6:nth-child(1) {
    max-height: 450px;
}
.card-vas {
    min-height: 350px;
}
.ama-1 {
    padding: 0 20%
}
.adventure-section .title-litas {
    top: -30px;
}
.spot-height {
    max-height: 500px;
}
.ris {
    max-height: 400px;
    min-height: 400px;
}
.ca {
    top: 50%;
}
@media (max-width: 575.98px) { 
    .ca {
        top: 20%;
    }
    .ris {
        max-height: 250px;
        min-height: 250px;
    }
    .spot-height {
        max-height: auto;
    }
    .fs-70 {
        font-size: 30px;
    }
    .fs-60 {
        font-size: 40px;
    }
    .fs-26 {
        font-size: 16px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .fs-40 {
        font-size: 30px;
    }
    .hero {
        height: 480px !important;
    }
    .hero {
        height: 600px !important;
    }
    .navbar-brand img {
        width: 100px;
    }
    .hero-title {
        margin-top: -20px;
    }
    .info-boxes .row:nth-child(1) {
        margin-bottom: 20px;
    }

    #nav-sosmed, #nav-menu {
        display: none;
    }
    #nav-burger {
        display: block;
    }
    #bg-ganti {
        background-color: #FFF6ED;
        background-image: none !important;
    }
    #pesona-pantai {
        padding-top: 50px
    }
    #pesona-pantai img {
        min-height: 0;
    }
    .room-section .row .col-md-6:nth-child(1) {
        max-height: none;
    }
    .gallery-section img {
        min-height: 200px;
        max-height: 200px;
    }
    .adven-card {
        min-height: 200px;
    }
    .adventure-section .card-title {
        padding: 10px;
        font-size: 16px !important;
    }
    .paradise-img {
        height: 200px;
    }
    .footer-content img {
        width: 60%;
        max-width: 300px;
    }
    .card-vas {
        min-height: 200px;
    }
    .ama-1 {
        padding: 0 0;
    }
    .adventure-section .title-litas {
        top: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .spot-height {
        max-height: auto;
    }
    .adventure-section .title-litas {
        top: 0;
    }
    .ama-1 {
        padding: 0 0;
    }
    .card-vas {
        min-height: 200px;
    }
    .footer-content img {
        width: 60%;
        max-width: 300px;
    }
    .paradise-img {
        height: 200px;
    }
    .adventure-section .card-title {
        padding: 10px;
        font-size: 16px !important;
    }
    .adven-card {
        min-height: 400px;
    }
    .gallery-section img {
        min-height: 200px;
        max-height: 200px;
    }
    .fs-70 {
        font-size: 40px;
    }
    .fs-60 {
        font-size: 50px;
    }
    .fs-26 {
        font-size: 18px;
    }
    .fs-40 {
        font-size: 30px;
    }
    .hero {
        height: 600px !important;
    }
    .hero {
        height: 500px !important;
    }
    .hero-title {
        margin-top: -20px !important;
    }
    .info-boxes .row:nth-child(1) {
        margin-bottom: 20px;
    }

    .bg-orange2 {
        left: 0;
    }

    #nav-sosmed, #nav-menu {
        display: none;
    }
    #nav-burger {
        display: block;
    }
    #bg-ganti {
        background-color: #FFF6ED;
        background-image: none !important;
    }
    #pesona-pantai {
        padding-top: 50px
    }
    .room-section .row .col-md-6:nth-child(1) {
        max-height: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .fs-70 {
        font-size: 50px;
    }
    .fs-40 {
        font-size: 30px;
    }
    .fs-60 {
        font-size: 50px;
    }
    .fs-26 {
        font-size: 22px;
    }
    .hero {
        height: 600px !important;
    }
    .hero-title {
        margin-top: -20px !important;
    }
    .info-boxes .row:nth-child(1) {
        margin-bottom: 20px;
    }
    #nav-sosmed, #nav-menu {
        display: none;
    }
    #nav-burger {
        display: block;
    }
    #bg-ganti {
        background-color: #FFF6ED;
        background-image: none !important;
    }
    #pesona-pantai {
        padding-top: 150px
    }
    .room-section .row .col-md-6:nth-child(1) {
        max-height: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .fs-70 {
        font-size: 60px;
    }
    .fs-60 {
        font-size: 50px;
    }
    .fs-26 {
        font-size: 20px;
    }
    .hero-title {
        margin-top: -20px;
    }
}

.zoom2:hover img {
    transform: scale(1.1) rotate(-5deg) !important;
}

.adven-pos-1 {
    background-position-y: -135px
}
.adven-pos-2 {
    background-position-y: -125px;
}
.adven-pos-3 {
    background-position-y: -125px;
}
.pos-1 {
    object-position: 0 -40rem;
}
.pos-2 {
    object-position: 0 -300px
}
@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .adven-pos-1, .adven-pos-2, .adven-pos-3 {
        background-position-y: 0;
    }
    .pos-1 {
        object-position: 0;
    }
    .pos-2 {
        object-position: 0 -170px;
    }
}
@media (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .pos-1 {
        object-position: 0;
    }
}