body {
font-family: 'Poppins', sans-serif;
}

.navbar {
background: #f4c342;
}

.card-body h4{
color: #f4c342;
}

.card-body a:hover{
    background-color: #f4c342;
}

.hero {
height: 100vh;
background: url('../images/hero.jpg') center/cover no-repeat;
}

.section-title {
font-family: 'Playfair Display', serif;
padding-top: 25px;
font-size: 32px;
}

.header-upper img{
    height:250px;
    padding-bottom: 20px;
}

.btn-gold {
background: #c5a47e;
color: white;
border: none;
}

.btn-gold:hover {
background: #a8895f;
}

.property-card img {
height: 350px;
object-fit: cover;
}

.property-card:hover {
transform: translateY(-10px);
transition: 0.4s;
}

footer {
background: #111;
}

.seyfert{
color: #f4c342;
}