@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/Lora-Regular.woff2") format("woff2"),
        url("../fonts/Lora/Lora-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/Lora-Medium.woff2") format("woff2"),
        url("../fonts/Lora/Lora-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/Playfair_Display/PlayfairDisplay-Medium.woff2") format("woff2"),
        url("../fonts/Playfair_Display/PlayfairDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/Palatino/PalatinoLinotype-Roman.woff2') format('woff2'),
        url('../fonts/Palatino/PalatinoLinotype-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-padding-top: 100px;
}
body {
    background-color: #f6f4ee;
    font-family: "Lora", serif;
    color: #76794e;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

h2 {
    font-family: serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .025em;
    font-weight: 500;
}

h3 {
    font-family: serif;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: .025em;
    font-weight: 500;
}
.bg-header {
    background-color: #f6f4ee;
}
b,  strong {
    color: hsl(64.3, 20.6%, 40%);
    font-weight: 500;
}
p {
    /*color: hsl(64.2, 17.1%, 50.8%);*/
	color: hsl(64.2deg 13.17% 38.27%);
    font-size: 1rem;
    line-height: 2;
    font-family: "Lora";
}
img, svg {
    max-width: 100%;
}
.fntPlayfair {font-family: "Playfair Display";}
.story-txt p {
    line-height: 27px;
}
.lightbg {
  background-color: hsl(42, 71.4%, 97.3%);
}
.boldbg {
  background-color: #f0ece6;
}
.text-italic {
    font-style: italic;
}

.mini-title {
    font-family: serif;
    color: #654524;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-family: var(--bs-body-font-family);
}
.Starlight p {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
}
.welcome-section p.text-sm {font-size: .875rem;line-height: 1.625;}
.quotetxt p {letter-spacing: .025em;color: hsl(64.3, 20.6%, 40%);font-style: italic;font-family: "Playfair Display";font-size: 2.15rem;line-height: 2.5rem;}
blockquote.quotetxt {
    max-width: 51rem;
    margin: 0 auto 40px;
}
header .navbar-nav .nav-item .nav-link {
    color: #76794e;
    font-family: "Lora", serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    padding: 10px;
    display: inline-block;
}

header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:hover {
    color: #505229;
}

header .navbar-nav .nav-item:last-child .nav-link {
    background-color: #654524;
    color: #f6f4ee;
    padding: 10px 24px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

header .navbar-nav .nav-item:last-child .nav-link:hover {
    opacity: .9;
}

header a {
    outline: none;
}

@media (min-width: 992px) {
    header .navbar-nav {
        justify-content: space-around;
        align-items: center;
        width: 95%;
    }

    header .navbar-nav .nav-item:last-child .nav-link {
        margin-left: 50px;
    }
}

@media (min-width: 1450px) {
header .navbar-nav {
    width: 90%;
}
}

@media (max-width: 991px) {
    header .navbar-collapse {
        text-align: center;
    }

    header .navbar-brand img {
        width: 218px;
        height: auto;
    }

    header button {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
}

/* Partners */
.partners {
    background-color: #c9c8b6;
}

.partners .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .logo-item img {
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partners .logo-item img:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .partners .logo-item {
        height: 70px;
    }

    .partners .logo-item img {
        max-height: 70px;
    }
}

@media (max-width: 767.98px) {
    .partners .logo-item {
        height: 50px;
    }

    .partners .logo-item img {
        max-height: 50px;
    }
}

/* Footer */

.footer {
    background-color: #6e704c;
    color: #f6f4ee80;
    font-weight: 400;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 28px;
    color: #f6f4ee;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #f6f4eeb3;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-text-muted {
    color: rgba(255, 255, 255, 0.75);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-social {
    color: #f6f4eeb3;
    font-size: 20px;
}

.footer-social:hover {
    color: #fff;
}

/* Floating booking button */
.booking-btn {
    bottom: 24px;
    right: 24px;
    padding: 14px 36px;
    border-radius: 999px;
    background-color: #654524;
    color: #fff;
    font-family: "Lora", serif;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    z-index: 1050;
}

.booking-btn.show {
    background-color: #654524;
    color: #fff;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.booking-btn:hover,
.booking-btn:active {
    background-color: #654524 !important;
    color: #fff !important;
    transform: scale(1.05);
}
.main-btn {
    background-color: #654524;
    color: #f6f4ee;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.15em;
    padding: 12px 24px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
}

.main-btn:hover {
    background-color: #654524;
    color: #f6f4ee;
    opacity: .9;
}
.hotTub p {
    color: #f6f4eee6;
}
.footer-links {
    color: #f6f4eeb3;
}

/* ── child hero banner ── */
.sub-hero {
  position: relative;
  height: 50vh;
  min-height: 380px;
  overflow: hidden;
  padding-top:88px;
}
.sub-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.sub-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.50), transparent);
}
.sub-hero-title {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem 0;
}
.sub-hero-title h1 {
    color: hsl(46.7, 29%, 93.9%);
    letter-spacing: .04em;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
}
.sub-hero-in {height:100%; position:relative;}
.sub-title {
    font-family: "Playfair Display", serif;
    color: #76794e;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}
.sub_hero_img {width:100%; height:50vh; min-height:450px; object-fit:cover; display:block;}
.termsWrps p, .termsWrps ul li {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: .025em;
    color: #46482d;
}
.termsWrps h2 {
    font-size: 24px;
}
.termsWrps h3 {
    font-size: 20px;
}
.termsWrps h4 {
    font-size: 18px;
}

section.errorWrp {
    padding: 150px 0 60px;
}
.Errorimg img {
    width: 150px;
}
.Errorimg {
    margin: 0 0 21px;
}
section.errorWrp p {
    font-size: 18px;
    color: #6e704c;
}
section.errorWrp .btn-primary-brand {
  background-color: #6a4a23;
  color: #f7f3ea;
  font-family: 'Lora', Georgia, serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0.7rem 1.8rem;
  border: none;
  border-radius: 0;
  display: inline-block;
  transition: opacity 0.25s;
  text-decoration: none;
}
section.errorWrp .btn-primary-brand:hover {
    opacity: 0.9;
}
.thanks .Errorimg img {
    width: 80px;
}
.thanks {
    max-width: 720px;
    margin: 0 auto;
}
section.errorWrp a {
    color: #6a4a23;
}

@media (max-width: 767px) {
.quotetxt p {
    font-size: 1.3rem;
    line-height: 2.15rem;
}
.row.text-center.text-lg-start.gy-5 {
    --bs-gutter-y: 0rem;
}
.sub-hero-title h1 {
    font-size: 1.45rem;
    line-height: 2.5rem;
}
section.errorWrp p {
    font-size: 16px;
    line-height: 25px;
}
.Errorimg {
    margin: 0 0 11px;
}
.Errorimg img {
    width: 130px;
}
section.errorWrp {
    padding: 100px 0 30px;
}
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}