﻿#preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    touch-action: none;
    transition: all .3s;
}

    #preloader .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloader-done {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
}

/* MENU */
.navbar {
    background-color: rgb(0 79 93 / 90%);
    width: 100%;
    border-radius: 14px;
    transition: all 1s ease;
    z-index: 1040;
}

    .navbar.sticky {
        background-color: rgb(0 79 93 / 95%);
        position: fixed;
        padding-top: 8px;
        padding-bottom: 8px;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        transform: translateY(-100%);
    }

        .navbar.sticky.show {
            transform: translateY(0);
        }

@media (min-width: 992px ) {
    .navbar {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        width: calc(100vw - 35px);
        margin: 0 auto;
    }
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: url("https://www.nicdarkthemes.com/campground/campground-wordpress-theme/wp-content/uploads/sites/2/2025/06/ndimg-parallax-02.jpg"); */
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    /* mix-blend-mode: multiply; */
    border-radius: 14px;
    opacity: .35;
    z-index: -1;
}

.navbar .navbar-brand img {
    height: 74px;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show {
        color: #ec7e23;
    }

.dropdown-menu {
    background-color: var(--bs-primary);
    margin-top: 15px !important;
    border: 0;
}

.dropdown-item {
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}

    .dropdown-item:hover {
        background-color: var(--bs-secondary);
        color: #fff;
    }
/* END MENU */

/* BANNER */
.swiper .slide-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 95vh;
}

.swiper .overlay {
    background-image: radial-gradient(at center center, rgb(0 0 0 / 80%) 0%, transparent);
}

.swiper .content {
    margin-top: 90px;
    padding-top: 150px;
    padding-bottom: 310px;
    position: relative;
    color: #fff;
    z-index: 10;
}

.swiper .title {
    font-size: 114px;
    line-height: 1.1;
}

.swiper .text {
    font-size: 20px;
}

.book-search-position {
    position: absolute;
    bottom: 80px;
    width: 100%;
    z-index: 10;
}

.book-search {
    background-color: rgb(0 79 93 / 90%);
}

    .book-search .overlay {
        background: rgb(var(--bs-secondary-rgb), .45);
        mix-blend-mode: color;
    }
/* END BANNER */

/* HEADER BANNER */
.bg-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-banner {
    padding-top: 250px;
}

    .header-banner .overlay {
        background: radial-gradient(farthest-corner circle at 25% 71% in oklab, oklch(0% 0 0 / 60%) 0%, oklch(0% 0 0 / 0%) 41%);
    }

    .header-banner .description {
        color: rgb(255 255 255 / 85%);
    }

        .header-banner .description p:last-child {
            margin-bottom: 0;
        }
/* END HEADER BANNER */

/* BREADCRUMB */
.breadcrumb a {
    color: #fff;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 3px;
    transition: all ease-in-out .3s;
}

    .breadcrumb a:hover {
        background: rgb(255 255 255 / 35%);
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 50%);
}

.breadcrumb-item + .breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
/* END BREADCRUMB */

/* CONTENT */
.my-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.mt-10 {
    margin-top: 6rem;
}

.mb-10 {
    margin-bottom: 6rem;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
}

hr {
    color: #c9c9c9;
}
/* END CONTENT */

/* SHAPE */
.shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .shape.shape-top {
        transform: rotate(0deg);
        top: -1px;
    }

    .shape.shape-bottom {
        transform: rotate(180deg);
        bottom: -1px;
    }

    .shape svg {
        width: calc(100% + 1.3px);
        height: 100px;
        z-index: -1;
    }

    .shape svg {
        fill: #fff;
        display: block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: calc(100% + 1.3px);
    }
/* END SHAPE */

/* CARD BOOK */
.card-book .overlay {
    /*background: linear-gradient(225deg, rgb(var(--bs-secondary-rgb), .75), rgb(0 0 0 / 55%));*/
    background: linear-gradient(45deg, rgb(0 0 0 / 78%), transparent);
}

.card-book .button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-book .link {
    color: #fff;
    text-decoration: none;
}

    .card-book .link:hover {
        color: var(--bs-secondary);
    }
/* END CARD BOOK */

/* CARD VISIT */
.card-visit .overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 85%), rgb(0 0 0 / 41%) 55%, transparent 100%);
}
/* END CARD VISIT */

/* BG CUSTOM */
.bg-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 80%;
    left: auto;
    background-image: url(https://media.istockphoto.com/id/1330906972/photo/woman-enjoy-nature-at-country-house.jpg?s=2048x2048&w=is&k=20&c=ycVWTQR1nW0aKqSZoAbU_34_LXu1Xv_IpDuyiANuTPM=);
    background-size: cover;
    background-position: center center;
    transform: scaleX(-1);
    z-index: -1;
}

.bg-custom::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    top: 50%;
    background: linear-gradient(180deg, rgb(0 109 128 / 12%), transparent);
    background-size: cover;
    z-index: -2;
}

.bg-custom .card {
    border-color: #e9e9e9;
}

.bg-icons {
    background-color: #004855;
}
/* END BG CUSTOM */

/* SWIPER */
.swiper .swiper-slide:hover {
    cursor: grab;
}

.swiper-pagination-bullet {
    margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
    background: rgb(0,0,0, .5);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 5px black;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
        transition: all ease-in-out .15s;
    }

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        font-size: 30px;
    }

.swiper- .swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
}

.swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: .85;
}
/* END SWIPER */

/* SWIPER ICONS */
.swiper-icons img {
    max-height: 65px;
    width: 50px;
    filter: brightness(0) invert(1);
    opacity: .5;
}

.swiper-icons p {
    color: #fff;
}

.swiper-icons .swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
}

.swiper-icons .swiper-pagination-bullet-active {
    background: #fff;
    opacity: .85;
}

.swiper-icons .swiper-pagination {
    bottom: -5px;
}
/* END SWIPER ICONS */

/* BOOK */
.sticky-book {
    position: sticky;
    top: 150px;
}

    .sticky-book .card {
        border: 1px solid #e6e6e6;
    }
/* END BOOK */

/* CALENDAR */
.calendar-wrapper {
    width: 100%;
}

    .calendar-wrapper .flatpickr-calendar {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box;
        box-shadow: none;
        border: 1px solid #e6e6e6;
        border-radius: 0;
    }

    .calendar-wrapper .flatpickr-days {
        width: 100% !important;
        display: flex;
    }

    .calendar-wrapper .dayContainer {
        width: 50% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

.calendar-wrap {
    display: none;
    margin-top: 20px;
    width: 100%;
}

    .calendar-wrap.active {
        display: block;
    }

@media (min-width: 1400px) {
    .calendar-wrapper .flatpickr-day {
        height: 58px;
        line-height: 58px;
    }
}

.calendar-wrapper .flatpickr-day {
    max-width: none;
}

    .calendar-wrapper .flatpickr-day.startRange,
    .calendar-wrapper .flatpickr-day.endRange {
        background: var(--bs-secondary);
        border-color: var(--bs-secondary);
        color: #fff;
    }

    .calendar-wrapper .flatpickr-day.inRange {
        background: rgb(253 242 233);
        border-color: transparent;
        color: var(--bs-secondary);
        box-shadow: none;
    }

    .calendar-wrapper .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
    .calendar-wrapper .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
    .calendar-wrapper .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
        -webkit-box-shadow: -10px 0 0 var(--bs-secondary);
        box-shadow: -10px 0 0 var(--bs-secondary);
    }

.calendar-wrapper .flatpickr-months .flatpickr-month {
    height: 36px;
}

.calendar-wrapper .flatpickr-current-month {
    padding: 11px 0 0 0;
}

.flatpickr-weekdays {
    height: 40px;
}

.calendar-popup {
    display: none;
    margin-top: 20px;
    width: 100%;
}

    .calendar-popup.active {
        display: block;
    }
/* END CALENDAR */

/* FOOTER */
footer {
    background: linear-gradient(0deg, #012a31b5, #00303fb5);
    margin-top: 8rem;
    padding-top: 8rem;
}

    footer:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../media/bg-footer.jpg);
        background-position: 0 center;
        filter: grayscale(1) blur(2px);
        transform: scale(1.1);
        z-index: -1;
    }

    footer .overlay {
        /*background: rgb(255 255 255 / 80%);*/
        /*background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 85%) 100%);*/
    }

    footer .nav-social-media .nav-item {
        height: 40px;
        width: 40px;
    }

    footer .nav-social-media .nav-link {
        background-color: var(--bs-primary);
        color: #fff;
        height: 100%;
        padding: 10px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        footer .nav-social-media .nav-link:hover {
            background-color: #fff;
            color: var(--bs-primary);
        }

        footer .nav-social-media .nav-link svg {
            height: 18px;
            width: 18px;
        }

    footer .nav-footer .nav-item {
        margin-bottom: 15px;
    }

    footer .nav-footer .nav-link {
        color: rgb(255 255 255 / 80%);
        padding: 0;
    }

        footer .nav-footer .nav-link:hover {
            color: var(--bs-primary);
        }

    footer .nav-policies .nav-link {
        color: #fff;
        padding: 0 5px 0 5px;
    }

        footer .nav-policies .nav-link:hover {
            color: var(--bs-primary);
        }

    footer .copyright {
        margin-top: 8rem;
        background-color: #002931;
    }
/* END FOOTER */
