body,html{
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}




.banner{
    
}

.banner-text{
    font-family: Cormorant Garamond;
    color:white;
    font-size: 76px;
    font-weight: 700;
}


.about-head{
    font-family: Cormorant Garamond;
    font-weight: 700;
    color: #7A5A35;
}

.about-text{
    font-family: Palatino ;
    color: #7A5A35;
}

.card-custom {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-custom .card-img-overlay {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

.card-custom .card-title {
    color: #fff;
    font-family: Cormorant Garamond;
    font-weight: bold;
    font-size: 64px;
    
}

.card-custom .btn {
    background-color: #C89F43;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: Bookman Old Style;
    border-radius: 5px;
}

.card-custom .btn:hover {
    background-color: #b38f14;
}

.instagram {
    margin-left: 46%;

}



.form-container {
    width: 100%;
    max-width: 600px;
}



.form-container input {
    border: 2px solid #C89F43;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1rem;
    font-family: Cormorant Garamond;
}

.form-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 12px;
    font-family: Cormorant Garamond;
}


label{
	font-family: Cormorant Garamond;
	font-weight: 500;
}




.footer {
    background-color: #2C2C2C;
}

footer {
    background-color: #2C2C2C;
    color: #fff;
    padding: 40px 0;
}

.footer-title {
    font-family: Cormorant Garamond;;
    font-size: 24px;
    font-weight: 500;
    color: #F6F6F6;
}

.head-tag {
    font-size: 26px;
    font-weight: 300;
    font-family: Cormorant Garamond;;
    color: #D2AA50;
}

footer p,
footer a,
footer li {
    font-family: Cormorant Garamond;;
    font-weight: 300;
    color: #F6F6F6;
    font-size: 24px;

}

footer a:hover {
    color: #F6F6F6;
    text-decoration: none;
}



.social-icons a:hover {
    color: #F6F6F6;
}

.footer-links li {
    border: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-info {
    font-family:platino;
    font-weight: 300;
    font-size: 20px;

}

.newsletter-form .form-control {
    background-color: #333;
    border: none;
    color: #F6F6F6;
    padding: 10px;
}

.newsletter-form .btn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

.footer-bottom {
    border-top: 1px solid #444;


    color: #888;
}

.footer-bottom a {
    font-size: 16px;
    color: #888;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.form-label {
    font-weight: 500;
    color: #7a5a35;
}