@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #63676b;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #63676b;
}
a:hover {
  color: #bc6228;
  text-decoration: none;
}

p {
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  p {
    margin-bottom: 25px;
  }
}

.bg-brown-custom {
  background: #cba988;
}

.bg-blue-custom {
  background: #74908f;
}

.bg-orange-custom {
  background: #bc6228;
}

.balance-text {
  text-wrap: balance;
}

img {
  max-width: 100%;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3 {
  font-family: "Julius Sans One", serif;
  letter-spacing: 1px;
  color: #133e43;
}

.pre-header {
  color: #bc6228;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 1199px) {
  .pre-header {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .pre-header {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pre-header {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

h1 {
  font-size: 55px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

.standard-btn {
  padding: 20px 40px;
  border: 1px solid #bc6228;
  color: #133e43;
  text-transform: uppercase;
  font-family: "Julius Sans One", serif;
  letter-spacing: 2px;
  display: inline-block;
}
.standard-btn:hover {
  background: #bc6228;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .standard-btn {
    padding: 15px 35px;
  }
}

.top-banner {
  width: 100%;
  position: relative;
}
.top-banner #logo {
  width: 240px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -120px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .top-banner #logo {
    width: 220px;
    margin-left: -110px;
  }
}
@media (max-width: 991px) {
  .top-banner #logo {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .top-banner #logo {
    width: 180px;
    margin-left: -90px;
  }
}
@media (max-width: 575px) {
  .top-banner #logo {
    width: 160px;
    margin-left: -80px;
  }
}
.top-banner .banner-content {
  padding: 240px 90px 100px;
  background: url("/assets/img/leaf-1.png") 95% bottom no-repeat #fff;
  background-size: auto 55%;
}
.top-banner .banner-content .standard-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content {
    padding: 190px 60px 70px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content {
    padding: 70px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content {
    padding: 50px;
  }
}
.top-banner .banner-image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/assets/img/banners/top.webp") center center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .top-banner .banner-image {
    position: relative;
    width: 100%;
    height: 600px;
    background-position: center 5%;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-image {
    height: 400px;
  }
}

.banner-content {
  padding: 110px 90px;
  background: url("/assets/img/leaf-1.png") 95% bottom no-repeat #fff;
  background-size: auto 65%;
}
@media (max-width: 1199px) {
  .banner-content {
    padding: 100px 80px;
  }
}
@media (max-width: 991px) {
  .banner-content {
    padding: 80px 70px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    padding: 70px 60px;
  }
}
@media (max-width: 575px) {
  .banner-content {
    padding: 50px 40px;
  }
}

section {
  padding: 110px 0;
  background: #f9f7f2;
  position: relative;
}
@media (max-width: 1199px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 60px 0;
  }
}
section.white-ground {
  background: #fff;
}
section.google-map {
  filter: saturate(0);
  height: 600px;
}
@media (max-width: 767px) {
  section.google-map {
    height: 400px;
  }
}

.floorplan-links a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #092728;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.floorplan-links a img {
  width: 100%;
  transition: 0.25s all linear;
  opacity: 0.5;
}
.floorplan-links a h3 {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.floorplan-links a h3 .post-h3 {
  display: block;
  font-size: 15px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .floorplan-links a h3 {
    font-size: 27px;
  }
  .floorplan-links a h3 .post-h3 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .floorplan-links a h3 {
    font-size: 24px;
  }
  .floorplan-links a h3 .post-h3 {
    font-size: 13px;
  }
}
.floorplan-links a .link-hint {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.floorplan-links a .link-hint i {
  margin-left: 10px;
  transition: 0.25s all linear;
}
.floorplan-links a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.floorplan-links a:hover .link-hint i {
  margin-left: 25px;
}

.container-1300 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
}

.form-container {
  position: relative;
}
.form-container #form-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/assets/img/form-image-2.webp") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .form-container #form-image {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .form-container #form-image {
    display: none;
  }
}
.form-container .form-content {
  padding: 100px 4%;
}
@media (max-width: 1199px) {
  .form-container .form-content {
    padding: 80px 4%;
  }
}
@media (max-width: 991px) {
  .form-container .form-content {
    padding: 70px 4%;
  }
}
@media (max-width: 767px) {
  .form-container .form-content {
    padding: 60px 4%;
  }
}
@media (max-width: 575px) {
  .form-container .form-content {
    padding: 50px 4%;
  }
}

.abs-image {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/assets/img/orchards-walk.webp") center center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .abs-image {
    width: 100%;
    position: relative;
    height: 500px;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .abs-image {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .abs-image {
    height: 300px;
  }
}

/*-- FOOTER --*/
footer {
  width: 100%;
  background: #133e43;
  color: #fff;
}
footer .footer-content {
  padding: 50px 0;
}
footer h3 {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #cba988;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .footer-logo {
  width: 190px;
}
footer .copyright {
  font-size: 10px;
  padding: 15px;
  display: block;
  color: #efefef;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=style.css.map */
