.head {
  font-family: "Cormorant Garamond";
  font-size: 44px;
  font-weight: 600;
  color: #805400;
  line-height: 53px;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
  }
}

.text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 29px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-small {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn.btn-main {
  padding: 5px 7px 5px 14px;
  background: #CDAE7E;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
}

body {
  background: #F7F4F1;
}

.navbar .logo {
  width: 200px;
  height: auto;
}
.navbar .nav-link,
.navbar span {
  color: #fff;
}
.navbar.scroll {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.navbar.scroll .logo {
  width: 100px;
  height: auto;
}
.navbar.scroll .nav-link,
.navbar.scroll span {
  color: #1A1A1A;
}

.footer {
  background-color: #22242a;
  position: relative;
}
.footer::before {
  content: "";
  background: url("../img/after5.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -10%;
  left: 0;
  width: 210px;
  height: 350px;
}
.footer::after {
  content: "";
  background: url("../img/after3.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 231px;
  height: 266px;
  z-index: 0;
  opacity: 0.5;
}
.footer .form-card {
  background: #17181c;
  border-radius: 16px;
}
.footer .form-card h5 {
  font-family: "Cormorant Garamond";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .footer .form-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer .form-card p {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #CDAE7E;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer .form-card p {
    font-size: 20px;
  }
}
.footer .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.footer .form-card form .form-control::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::-moz-placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .cta p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footer .cta img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.footer h6 {
  font-family: "Cormorant Garamond";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer .tm {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .tm a {
  font-size: 14px;
}

.hero {
  background: url("../img/bg-hero.webp") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  font-family: "Cormorant Garamond";
  font-size: 120px;
  font-weight: 400;
  color: #FFF;
  line-height: 110px;
}
.hero h1 span {
  margin-left: 70px;
}

.about {
  background: #1C1A1B;
  position: relative;
}
.about::before {
  content: "";
  background: url("../img/after1.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -30%;
  left: 0;
  width: 155px;
  height: 313px;
}
.about::after {
  content: "";
  background: url("../img/after2.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 266px;
  height: 419px;
  z-index: 0;
}
.about .head {
  color: #CDAE7E;
}

.whyus {
  position: relative;
}
.whyus::before {
  content: "";
  background: url("../img/after3.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 231px;
  height: 266px;
  z-index: 10;
}
.whyus::after {
  content: "";
  background: url("../img/after4.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 293px;
  z-index: 10;
}
.whyus .card-img-overlay {
  top: auto;
  bottom: 0;
}
.whyus .card-img-overlay .title {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}

.mansion .head {
  font-size: 72px;
}
.mansion .head span {
  font-size: 52px;
}

.text-section .head {
  font-size: 72px;
}

.vision-mission {
  background: url("../img/bg-vm.svg") no-repeat center center;
  background-size: cover;
  padding: 74px 0;
}
.vision-mission h2 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 300;
  color: #CDAE7E;
}
.vision-mission p {
  font-family: "Cormorant Garamond";
  font-size: 38px;
  font-weight: 300;
  color: #FFF;
}

.stats {
  background: #000;
}
.stats h3 {
  font-family: "Cormorant Garamond";
  font-size: 64px;
  font-weight: 400;
  color: #CDAE7E;
  line-height: 68px;
}/*# sourceMappingURL=style.css.map */