body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cinzel', serif;
  color: #14284b;
}

.logo {
  font-family: 'Cinzel', serif;
  font-weight: 700;
}

.logo span {
  color: #c5a47e;
}

.btn {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
}

.btn-primary {
  --bs-btn-bg: red;
  --bs-btn-border-color: red;
  --bs-btn-hover-bg: red;
  --bs-btn-hover-border-color: red;
  --bs-btn-active-bg: red;
  --bs-btn-active-border-color: red;
  --bs-btn-disabled-bg: red;
  --bs-btn-disabled-border-color: red;
}

.btn-secondary {
  --bs-btn-bg: #c5a47e;
  --bs-btn-border-color: #c5a47e;
  --bs-btn-hover-bg: #c5a47e;
  --bs-btn-hover-border-color: #c5a47e;
  --bs-btn-active-bg: #c5a47e;
  --bs-btn-active-border-color: #c5a47e;
  --bs-btn-disabled-bg: #c5a47e;
  --bs-btn-disabled-border-color: #c5a47e;
  --bs-btn-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-disabled-color: #000;
}

.bg-primary {
	background-color: red !important;
}

.bg-secondary {
  background-color: #c5a47e !important;
}
.nav-link {
  color: #14284b;
  font-weight: 500;
}

.nav-link:hover {
  color: #c5a47e;
}

.hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(20, 40, 75, 0.7)),
    url('../img/hero-banner-1.webp') center/cover no-repeat;
  padding: 200px 0 120px 0;
  color: white;
  height: 100vh;
}

.hero h1 {
  color: white;
}

.section-heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.section-heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #c5a47e;
}

#location,
#gallery {
  background-color: #f2ece2;
}

#location .section-heading:after,
#highlights .section-heading:after,
#gallery .section-heading:after,
#floor-plans .section-heading:after,
#contact .section-heading:after {
  left: 50%;
  transform: translateX(-50%);
}

.floor-plan-container {
  border: 1px solid #c5a47e;
  height: 424px;
  width: 424px;
  position: relative;
}

.floor-plan-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(15px);
  z-index: 1;
}

.floor-plan-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.floor-plan1 {
  background-image: url('../img/siteplan1-thumb.webp');
}

.floor-plan2 {
  background-image: url('../img/siteplan2-thumb.webp');
}

#contact .card {
  border: 1px solid #c5a47e;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#contact .contact-form-img {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  height: 100%;
}

.modal .contact-form-img {
	  height: 100%;

}

@media only screen and (max-width: 480px) {
  #contact .card {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }

  #contact .contact-form-img {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #c5a47e;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.location-card {
  border-color: #c5a47e;
}

.location-card-title {
  color: #c5a47e;
}

.text-center .section-heading:after {
  left: 50%;
  transform: translateX(-50%);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: #f2ece2;
  color: #c5a47e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 24px;
}

.cta-section {
  background: #f2ece2;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #f2ece2;
  color: #c5a47e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

footer {
  background-color: #f2ece2;
}

.btn-green {
	background-color: green;
	color: white;
}

.bg-green {
	background-color: green;
}
