body {
    font-family: 'Playfair Display', serif;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
i{
    color: #7c4b2e;
}
.theme-primary{
color: #c0ae93;
}
/* Fallback fonts */
body {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}

h1, h2, h3 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}
p{
    font-family: 'Marcellus', 'Times New Roman', Times, serif;
}
ul{
    font-family: 'Marcellus', 'Times New Roman', Times, serif;
}
.nav-link{
    font-size: 0.85rem;
}
.rounded-cs {
    border-radius:22px;
}
.rounded-top-cs{
    border-radius:22px 22px 0 0;
}
.btn-outline-amber {
    color: #d97706;
    border: 2px solid #d97706;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-outline-amber:hover {
    background-color: #d97706;
    color: white;
    border-color: #d97706;
    box-shadow: 0 10px 15px -3px rgba(217, 119, 6, 0.3);
}

.text-amber-600 {
    color: #d97706;
}
.php-email-form button {
    padding: 14px 38px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: 0.3s ease;
}

.php-email-form button:hover {
    transform: translateY(-2px);
    background: #000;
    color: #fff;
}

/* Messages */
.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
    display: none;
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
}

.php-email-form .loading {
    background: #f4f4f4;
    color: #333;
}

.php-email-form .error-message {
    background: #ffe5e5;
    color: #d10000;
}

.php-email-form .sent-message {
    background: #e7fff0;
    color: #008a3d;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #c0ae93;}
    .dropdown-menu.show{
        width: 20rem;
    border-radius: 0;
    border: 2px solid #c0ae93;}
.bg-image {
    background-image: url(../img/bgcover.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bg-image::before {
    content: "";
    background: #0d1b484d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}

.bg-image2 {
    background-image: url(../img/bghome.webp);
}

.bg-home {
    background-image: url(../img/bghome.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

}



#pageline {
    text-align: center;

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    color: #b9afa2;
}

#pageline::after,
#pageline::before {

    content: " ";
    display: block;
    border-bottom: 2px solid #b9afa2;
    background-color: transparent;
}
.taglinehome{
    position: relative;
}
.taglinehome::after{
    position: absolute;
    left: 45%;
    bottom: -50%;
    width: 10%;
    height: 2px;
    content: "";
    background-color: #e2b779;
}
.offcanvas{
    --bs-offcanvas-width: 300px;
}