@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-background: #FAF5F0;
    --color-primary: #5E070C;
    --color-accent: #A32C28;
    --color-text-primary: #3B2B2A;
    --color-highlight: #D4AF7F;
    --color-complement: #7D8F74;
    --color-neutral: #E0DDD8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--color-text-primary);
}

a {
    color: var(--color-primary);
}

.logo_normal img {
    filter: brightness(0) invert(1);
}

.title small,
.title.white small {
    color: var(--color-primary);
}

.hero .wrapper small {
    color: var(--color-background);
}

a.btn_1,
.btn_1 {
    background: var(--color-primary);
}

a.btn_1:hover,
.btn_1:hover {
    background-color: var(--color-accent);
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

#rooms,
#gallery,
#services,
#booking,
#contact-us {
    background: white !important;
}

#contact {
    background: white !important;
    padding: 76px 0 100px;
}

.contact_info ul li i {
    font-size: 25px;
    color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: var(--color-neutral);
}

.social ul li a:hover {
    color: var(--color-neutral);
}

.title h2,
.title h3 {
    font-size: 32px;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-primary);
}

.progress-wrap:hover::after {
    color: var(--color-primary);
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

footer .social ul {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .social a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
}

.hero .wrapper h1,
.hero .wrapper h3 {
    font-size: 45px;
    font-weight: 500;
}

.contact_info {
    background-color: var(--color-primary);
}

.contact_info ul li h4 {
    color: white;
}

.contact_info ul {
    color: white !important;
}

.marginLast {
    margin-top: 25px;
}

.phone_element a i,
.phone_element a span {
    color: var(--color-primary);
}

.pattern_2 {
    background: none;
}

.pinned-image--medium {
    height: 55vh;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.title-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.title-with-button .title small,
.title-with-button .title h2 {
    margin: 0;
}

.view-all-btn {
    margin: 0;
}

.amenity-img {
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    transition: transform 0.4s ease;
}

#amenities .row {
    display: flex;
    flex-wrap: wrap;
}

#amenities .col-lg-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 20px;
    padding-left: 20px;
}

#amenities .col-lg-3:last-child {
    border-right: none;
}

.amenity-box h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.amenity-box p {
    font-size: 14px;
    text-align: center
}

.margin_120_95 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.item-img .content {
    border-radius: 20px;
    background: rgba(94, 7, 12, 0.8);
}

.amenity-img:hover {
    transform: scale(1.05);
}

footer {
    background-color: var(--color-primary);
}

.booking-banner h2 {
    margin-top: 10px;
    color: white;
}

.booking-info-row {
    position: relative;
    z-index: 2;
}

.booking-info-box {
    background-color: white;
    transition: transform 0.3s ease;
    height: 100%;
}

.booking-info-box:hover {
    transform: translateY(-10px);
}

.booking-info-box h4 {
    margin-top: 10px;
    color: var(--color-text-primary);
}

.booking-info-box p {
    margin-top: 5px;
    font-size: 0.95rem;
    color: var(--color-text-primary);
}

a:hover {
    color: var(--color-primary);
}

a {
    color: var(--color-text-primary);
}

.amenity-icon {
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.amenity-box h3,
#amenities .title h2 {
    color: white;
}

.amenity-box p {
    color: rgba(255, 255, 255, 0.8);
}

#preloader {
    background-color: var(--color-primary);
}

@media (max-width: 576px) {
    .pinned-image__container img {
        height: 520px !important;
        object-position: center 25px !important;
    }

    footer .footer-content {
        flex-direction: column;
        text-align: center;
    }

    footer .social {
        margin-top: 10px;
    }

    footer .social ul {
        justify-content: center;
    }

    .padded {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .margin-mobile {
        margin-bottom: 20px;
    }

    .count-number,
    .count-number .suffix {
        font-size: 42px !important;
    }

    .count-text {
        font-size: 16px;
        line-height: 1.2;
    }

    #amenities .col-lg-3 {
        border: none !important;
    }
}

.pinned-image__container img {
    object-position: center -280px;
}

#conference a:hover,
#about a:hover {
    color: white;
}

#hero a:hover {
    color: white;
}

#sep {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/sep.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 100px 0 76px;
}

#amenities {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/gallery/3.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#testimonials {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/testimonials.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.booking-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 200px;
    text-align: center;
}

.safari .booking-banner,
.safari #testimonials,
.safari #amenities,
.safari #sep {
    background-attachment: unset !important;
}

.booking-banner small,
#amenities small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.booking-info {
    margin-top: -120px;
}

.count-text {
    font-size: 17px;
    color: white;
    text-align: left;
}

.count-number {
    font-size: 58px;
    color: white;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.counter i {
    color: white;
    font-size: 65px;
}

.count-number .suffix {
    font-size: 58px;
    margin-left: 5px;
    font-weight: 400;
    display: inline-block;
}

#contact iframe {
    border-radius: 6px;
}

.counter-icon {
    width: 50px;
    height: 60px;
    display: block;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.amenity-icon .counter-icon {
    margin: 0 auto;
}

#booking input,
#booking textarea,
#booking .country-code {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    /* margin-bottom: 15px; */
    background: white !important;
    box-sizing: border-box;
}

#booking textarea {
    min-height: 120px;
    resize: vertical;
}

#booking .mb-3 {
    margin-bottom: 20px !important;
}

#booking {
    padding: 100px 0 80px;
}

#booking .row>[class*="col-"] {
    min-width: 0;
}

#booking input[type="date"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
}

#booking input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

#booking input[type="date"]::-webkit-calendar-picker-indicator {
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    #booking input[type="date"] {
        font-size: 16px;
        height: 54px;
    }
}

.padded {
    padding-left: 200px;
    padding-right: 200px;
}

.list_ok ul li:before {
    color: var(--color-primary);
}

#conference {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/conference.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 100px 0 76px;
}

.box_overlay {
    padding: 45px 45px 45px 45px;
    background-color: var(--color-primary);
    min-height: auto;
    color: #fff;
    position: relative;
    margin: 0 auto 20px;
    border-radius: 10px;
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.subtitle-booking {
    max-width: 320px;
}

.guest-box {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.guest-box h4 {
    color: var(--color-primary);
    font-size: 18px;
}

.guest-box p {
    color: var(--color-primary);
    opacity: 0.7;
    margin-bottom: 0 !important;
    font-size: 15px;
}

#msgSubmit.h3,
#msgSubmit2.h3 {
    font-size: 17px;
    margin-top: 20px;
    color: green;
}