@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");
body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
}

footer {
  margin-top: auto;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.vollkorn-logo {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-style: normal;
}

.main-nav {
  background-color: #43766c;
  height: 93px;
}
.main-nav .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.main-nav .logo-wrapper {
  display: flex;
  align-items: center;
}
.main-nav .logo-wrapper .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main-nav .logo-wrapper .logo-image {
  width: 73px;
  height: 69px;
}
.main-nav .logo-wrapper .logo-text {
  margin-left: 8px;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.main-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .nav-menu .nav-item {
  margin-left: 32px;
}
.main-nav .nav-menu .nav-item:first-child {
  margin-left: 0;
}
.main-nav .nav-menu .nav-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 20.8px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.main-nav .nav-menu .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.custom-nav {
  background-color: #43766c;
  height: 93px;
  padding: 0;
}
.custom-nav .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
}
.custom-nav .navbar-brand .navbar-logo {
  width: 73px;
  height: 69px;
}
.custom-nav .navbar-brand .navbar-logo-text {
  margin-left: 8px;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.custom-nav .navbar-toggler {
  border-color: #fff;
}
.custom-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-nav .navbar-nav .nav-item {
  margin-left: 32px;
}
.custom-nav .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.custom-nav .navbar-nav .nav-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 20.8px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
.custom-nav .navbar-nav .nav-link:hover {
  color: #fff;
}
.custom-nav .navbar-nav .nav-link.active {
  color: #fff;
}
.custom-nav .navbar-nav .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.main-footer {
  background-color: #43766c;
  height: 200px;
  display: flex;
  align-items: flex-end;
}
.main-footer .footer-content {
  width: 100%;
  padding-bottom: 32px;
}
.main-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.main-footer .footer-top .footer-logo img {
  width: 250px;
  height: 64px;
  object-fit: contain;
}
.main-footer .footer-top .footer-links {
  display: flex;
  gap: 70px;
}
.main-footer .footer-top .footer-links a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.main-footer .footer-top .footer-links a:hover {
  text-decoration: underline;
}
.main-footer .footer-top .footer-links .contact-link {
  text-transform: uppercase;
}
.main-footer .footer-divider {
  height: 1px;
  background-color: #fff;
  margin: 12px 0 6px;
}
.main-footer .footer-bottom {
  padding: 0 10px;
}
.main-footer .footer-bottom .copyright {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .custom-nav {
    height: auto;
    padding: 1rem;
  }
  .custom-nav .navbar-nav {
    margin-top: 1rem;
  }
  .custom-nav .navbar-nav .nav-item {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .custom-nav .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .main-footer {
    height: auto;
    padding-top: 32px;
  }
  .main-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .main-footer .footer-top .footer-links {
    flex-direction: column;
    gap: 16px;
  }
}
.hero {
  position: relative;
  width: 100%;
}
.hero .hero-img {
  width: 100%;
  height: 672px;
  object-fit: cover;
  filter: brightness(0.6);
}
@media (max-width: 767.98px) {
  .hero .hero-img {
    height: 400px;
  }
}
.hero .hero-caption {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
}
.hero .hero-caption .hero-title {
  font-family: "Lato", sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #fff;
}
.hero .hero-caption .hero-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #fffeff;
  margin: 0 auto;
  max-width: 600px;
}
.hero .hero-caption .hero-stats {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  margin-top: 46px;
  padding: 20px 30px;
}
.hero .hero-caption .hero-stats .stat-value,
.hero .hero-caption .hero-stats .stat-label {
  font-family: "Lato", sans-serif;
  color: #2B2B2B;
  display: block;
}
.hero .hero-caption .hero-stats .stat-value {
  font-size: 18.639px;
  font-weight: 400;
  line-height: 24.231px;
  letter-spacing: -0.205px;
}
.hero .hero-caption .hero-stats .stat-label {
  font-size: 11.183px;
  font-weight: 400;
  line-height: 14.538px;
  letter-spacing: -0.123px;
  text-transform: capitalize;
}

.hero-content {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.hero-content .hero-title-mobile {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.62px;
  color: #2B2B2B;
  margin-bottom: 22px;
}
.hero-content .hero-subtitle-mobile {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #2B2B2B;
  max-width: 300px;
}
.hero-content .hero-stats-mobile {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
.hero-content .hero-stats-mobile .stat-value-mobile,
.hero-content .hero-stats-mobile .stat-label-mobile {
  font-family: "Lato", sans-serif;
  color: #2B2B2B;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.hero-content .hero-stats-mobile .stat-value-mobile {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.205px;
  text-transform: uppercase;
}
.hero-content .hero-stats-mobile .stat-label-mobile {
  font-size: 8px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.123px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .hero-caption {
    display: none;
  }
}
.properties-section {
  padding-top: 134px;
  padding-bottom: 120px;
}
@media (max-width: 576px) {
  .properties-section {
    padding-top: 36px;
  }
}
.properties-section .properties-header {
  color: #2B2B2B;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .properties-section .properties-header {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
}
.properties-section .properties-subheader {
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  margin: 0;
}
@media (max-width: 576px) {
  .properties-section .properties-subheader {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
}
.properties-section .properties-content {
  margin-top: 30px;
}
.properties-section .properties-content .properties-big-image-wrapper {
  flex: 0 0 auto;
}
.properties-section .properties-content .properties-big-image {
  width: 643px;
  height: 600px;
  object-fit: cover;
}
.properties-section .properties-content .properties-side-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.properties-section .properties-content .properties-button {
  width: 318px;
  height: 296px;
  border: 2px solid #43766c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.properties-section .properties-content .properties-button-text {
  color: #43766c;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
  text-transform: uppercase;
}
.properties-section .properties-content .properties-button-arrow {
  margin-top: 20px;
}
.properties-section .properties-content .properties-small-image {
  width: 318px;
  height: 296px;
  object-fit: cover;
  margin-top: 8px;
}
.properties-section .properties-content-mobile {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .properties-section .properties-content-mobile {
    padding: 0;
  }
}
.properties-section .properties-content-mobile .properties-small-image-mobile {
  width: 100%;
  height: 296px;
  object-fit: cover;
}
.properties-section .properties-content-mobile .properties-button-mobile {
  margin-top: 20px;
  width: 140px;
  height: 40px;
  border: 2px solid #43766c;
  display: flex;
  font-size: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.properties-section .properties-content-mobile .properties-button-text-mobile {
  color: #43766c;
  font-family: "Lato", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.properties-section .properties-content-mobile .properties-button-arrow-mobile {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .properties-section .properties-content {
    display: none;
  }
}
@media (min-width: 577px) {
  .properties-section .properties-content-mobile {
    display: none;
  }
}
.properties-section .properties-content .properties-big-image-wrapper {
  margin-right: 18px;
}

.hero .hero-img {
  width: 100%;
  height: 672px;
  object-fit: cover;
  filter: brightness(0.6);
}
@media (max-width: 576px) {
  .hero .hero-img {
    height: 400px;
  }
}

.properties-section {
  padding-top: 134px;
}
@media (max-width: 576px) {
  .properties-section {
    padding-top: 36px;
  }
}
.properties-section .properties-header {
  color: #2B2B2B;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0.96px;
}
@media (max-width: 576px) {
  .properties-section .properties-header {
    font-size: 14px;
    line-height: normal;
  }
}
.properties-section .properties-subheader {
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20.8px;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 576px) {
  .properties-section .properties-subheader {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
}
.properties-section .properties-cards-row {
  margin-top: 60px;
}
.properties-section .property-card {
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.properties-section .property-card .property-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 16px;
}
.properties-section .property-card .property-card-title {
  color: #2B2B2B;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: -0.176px;
  margin-bottom: 35px;
}
.properties-section .property-card .property-card-stats {
  margin-bottom: 35px;
}
.properties-section .property-card .property-card-stats .stat-value {
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.231px;
  letter-spacing: -0.205px;
  text-align: center;
}
.properties-section .property-card .property-card-stats .stat-label {
  text-align: center;
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 11.183px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.538px;
  letter-spacing: -0.123px;
  text-transform: uppercase;
}
.properties-section .property-card .property-card-desc {
  color: #808080;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.176px;
  margin: 0;
  flex: 1 1 auto;
}

.contact-section {
  padding-top: 134px;
}
@media (max-width: 576px) {
  .contact-section {
    padding-top: 36px;
  }
}
.contact-section .properties-header {
  color: #2B2B2B;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0.96px;
}
@media (max-width: 576px) {
  .contact-section .properties-header {
    font-size: 14px;
    line-height: normal;
  }
}
.contact-section .properties-subheader {
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20.8px;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 576px) {
  .contact-section .properties-subheader {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
}
.contact-section .contact-info-block {
  border: 1px solid #B0BFD2;
  padding: 36px;
}
@media (max-width: 576px) {
  .contact-section .contact-info-block {
    border: none;
    padding: 36px 0;
  }
}
.contact-section .contact-info-block .contact-address {
  background: #EBEFF2;
  padding: 26px 50px;
  text-align: left;
}
.contact-section .contact-info-block .contact-address p {
  margin: 0 0 24px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2B2B2B;
}
.contact-section .contact-info-block .contact-address p strong {
  font-weight: 700;
}
@media (max-width: 576px) {
  .contact-section .contact-info-block .contact-address {
    padding: 26px;
  }
}
.contact-section .contact-info-block .contact-managers .contact-manager-card {
  background: url("../img/assets/contact_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 40px 0 40px 118px;
  max-width: 626px;
  margin: 0 auto 64px;
}
@media (max-width: 576px) {
  .contact-section .contact-info-block .contact-managers .contact-manager-card {
    padding: 20px 20px 0;
    max-width: 100%;
  }
}
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info {
  color: #2B2B2B;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.22px;
  text-align: left;
}
@media (max-width: 576px) {
  .contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info .manager-position {
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info .manager-name,
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info .manager-email {
  font-weight: 400;
  margin-bottom: 8px;
}
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info .manager-name:last-child,
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-info .manager-email:last-child {
  margin-bottom: 0;
}
.contact-section .contact-info-block .contact-managers .contact-manager-card .manager-photo {
  position: absolute;
  right: 16px;
  bottom: 0;
  height: 254px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .contact-section .contact-info-block .contact-managers .contact-manager-card .manager-photo {
    position: static;
    margin-top: 20px;
    height: auto;
    max-width: 150px;
  }
}
.contact-section .contact-map {
  width: 100%;
  height: 290px;
  background: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .contact-section .contact-map {
    margin-top: 10px;
  }
}

.property-list {
  text-align: left;
  list-style: none;
  padding: 0 3rem;
  margin: 0;
}
@media (max-width: 576px) {
  .property-list {
    padding: 0 1rem;
  }
}
.property-list li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.property-list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.properties-image-container {
  position: relative;
  display: inline-block;
}
.properties-image-container .properties-small-image {
  display: block;
}
.properties-image-container .image-overlay {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: white;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
}
.properties-image-container .overlay-text {
  margin: 5px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .properties-image-container .overlay-text {
    font-size: 14px;
    margin: 3px 0;
  }
}

.properties-image-container-mobile {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.properties-image-container-mobile .properties-small-image-mobile {
  display: block;
  width: 100%;
  height: auto;
}
.properties-image-container-mobile .image-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
}
.properties-image-container-mobile .overlay-text {
  margin: 3px 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

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