@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Bold.woff2) format("woff2"),
    url(../fonts/Gotham-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Silver South Script";
  src: url(../fonts/SilverSouthScript.woff2) format("woff2"),
    url(../fonts/SilverSouthScript.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url(../fonts/Gotham-ExtraLight.woff2) format("woff2"),
    url(../fonts/Gotham-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url(../fonts/Gotham-Book.woff2) format("woff2"),
    url(../fonts/Gotham-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font-gotham-bold {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-silver {
  font-family: "Silver South Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-gotham-light {
  font-family: "Gotham Extra", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.font-gotham-book {
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
:root {
  font-size: 12px;
}
.font-8 {
  font-size: 0.3625rem;
}
.font-9 {
  font-size: 0.5625rem;
}
.font-10 {
  font-size: 0.625rem;
}
.font-11 {
  font-size: 0.6875rem;
}
.font-12 {
  font-size: 0.75rem;
  line-height: normal;
}
.font-13 {
  font-size: 0.8125rem;
  line-height: normal;
}
.font-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-14 {
  font-size: 0.875rem;
}
.font-16 {
  font-size: 1rem;
}
.font-18 {
  font-size: 1.125rem;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: calc(1.3rem + 0.5vw);
}
.font-24 {
  font-size: calc(1.5rem + 0.5vw);
}
.font-28 {
  font-size: calc(1.7rem + 0.5vw);
}
.font-30 {
  font-size: calc(1.9rem + 0.5vw);
}
.font-32 {
  font-size: calc(2rem + 1vw);
}
.font-34 {
  font-size: calc(2.125rem + 1vw);
}
.font-36 {
  font-size: calc(2.25rem + 1vw);
}
.font-38 {
  font-size: calc(2.375rem + 1vw);
}
.font-40 {
  font-size: calc(2.5rem + 1vw);
}
.font-42 {
  font-size: calc(2.625rem + 1vw);
}

.font-60 {
  font-size: calc(6.625rem + 1vw);
}

.font-68 {
  font-size: calc(6.625rem + 1vw);
}

.font-82 {
  font-size: calc(7.425rem + 1vw);
}


.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}


@media (max-width: 768px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 10px;
  }
  .font-24 {
    font-size: calc(1.25rem + 0.5vw);
  }
  .font-32 {
    font-size: calc(1.75rem + 0.8vw);
  }
  .font-34 {
    font-size: calc(1.875rem + 0.8vw);
  }
  .font-36 {
    font-size: calc(2rem + 0.8vw);
  }
  .font-38 {
    font-size: calc(2.125rem + 0.8vw);
  }
  .font-40 {
    font-size: calc(2.25rem + 0.8vw);
  }
  .font-42 {
    font-size: calc(2.375rem + 0.8vw);
  }
  .font-68 {
    font-size: calc(5.625rem + 0.8vw);
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  text-transform: none;
}
.header-nav {
  background-color: #fff;
  padding: 10px 0;
}
.line-height-1 {
  line-height: 2rem;
}
.letter-spacing-1 {
  letter-spacing: 0.1rem;
}
.letter-spacing-2 {
  letter-spacing: 0.2rem;
}
.letter-spacing-3 {
  letter-spacing: 0.3rem;
}
.letter-spacing-4 {
  letter-spacing: 0.4rem;
}
.letter-spacing-5 {
  letter-spacing: 0.5rem;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing--1 {
  letter-spacing: -0.05rem;
}
.letter-spacing--2 {
  letter-spacing: -0.1rem;
}
.letter-spacing--3 {
  letter-spacing: -0.15rem;
}

.bg-teal {
  background-color: #82a5b2;
}

@media (max-width: 768px) {
  .letter-spacing-1 {
    letter-spacing: 0.08rem;
  }
  .letter-spacing-2 {
    letter-spacing: 0.15rem;
  }
  .letter-spacing-3 {
    letter-spacing: 0.25rem;
  }
  .letter-spacing-4 {
    letter-spacing: 0.35rem;
  }
  .letter-spacing-5 {
    letter-spacing: 0.4rem;
  }
}

@media (max-width: 480px) {
  .letter-spacing-1 {
    letter-spacing: 0.05rem;
  }
  .letter-spacing-2 {
    letter-spacing: 0.1rem;
  }
  .letter-spacing-3 {
    letter-spacing: 0.2rem;
  }
  .letter-spacing-4 {
    letter-spacing: 0.3rem;
  }
  .letter-spacing-5 {
    letter-spacing: 0.35rem;
  }
}
.text-gray {
  color: #aaa;
}
.white-divider {
  background: #fff !important;
}
.bg-gray2 {
  background-color: #e3e4e4;
}
.le_word-break {
  word-break: break-word;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-regular {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.le_line-height-n {
  line-height: normal;
}
.river-logo {
  top: 0;
  left: 0;
}
.river-scape-logo {
  width: 150px;
}
.header-nav .nav-link {
  color: #000;
  margin-right: 20px;
}
.header-nav .navbar-toggler {
  border-color: #000;
}
.header-nav .navbar-toggler-icon {
  background-color: #000;
}
.video-banner {
  color: #fff;
  font-size: 2rem;
  background: url("../images/banner-image.jpg") center/cover no-repeat;
  text-align: center;
  height: 80vh;
  overflow: hidden;
}
.eq-homes-logo {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.bg-info-2 {
  background-color: #82a5b1 !important;
}
.feature-banner {
  background: url("../images/family-image.jpg") center center/cover no-repeat;
  position: relative;
  color: #fff;
  height: 500px;
}
.feature-banner-1 {
  background: url("../images/kitchen-image.jpg") center center/cover no-repeat;
}
.feature-banner-2 {
  background: url("../images/multi-gen-banner.jpg") center center/cover
    no-repeat;
}
/* 
    .feature-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.1); dark overlay
    } */

.feature-banner .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.info-boxes {
  background-color: #333;
  color: #fff;
  padding: 5rem 30px;
}

.info-box h6 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .feature-banner {
    padding: 60px 15px 100px;
  }
}

.duo-yellow {
  background-color: #f6c838;
  color: #333;
}
.duo-gray {
  background-color: #82a5b1;
  color: #333;
}

.duo-yellow h2 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .duo-yellow {
    text-align: center;
  }
  .location-btns {
    justify-content: center !important;
  }

  .font-82 {
    font-size: calc(2.425rem + 1vw);
  }

  .shine {
    width: 30%;
}

.video-banner {
  background: url(../images/banner-image.jpg) left / cover no-repeat;
  height: 40vh;
}

}


.footer-logo {
  max-width: 80px !important;
}
video {
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.divider {
  height: 1.5px;
  width: 100%;
  background: #373737;
}
.coming-soon {
  text-align: center;
}
.coming-soon h1 {
  font-size: 3rem;
  font-weight: 700;
}
.coming-soon p {
  font-size: 1.2rem;
  margin: 0 auto;
}
.caption-text-top {
  top: 6rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(1rem + 0.4vw);
}
.register-section {
  padding: 0 0 50px;
}
.form-floating input {
  border-radius: 0;
  border-color: #000;
}
.btn-submit {
  background-color: #506865 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 12px 25px !important;
  border-radius: 0 !important;
}
.border-left:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
}
.slide-section .carousel-control-next,
.slide-section .carousel-control-prev {
  width: 2%;
}
.slide-section span {
  background-color: #000;
}

.bg-footer {
  background-color: #e0e4e3;
  padding: 20px 0;
  text-align: center;
}
.footer .social-icons {
  margin-top: 10px;
}
.footer .social-icons i {
  color: #fff;
  margin: 0 10px;
  font-size: 1.5rem;
}
@media (min-width: 320px) {
  .clock-icon {
    display: none;
  }
  .timeline::before {
    display: none;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .bottom-4 {
    bottom: 1rem !important;
    margin-bottom: -1rem;
  }
}
@media (min-width: 568px) {
  .clock-icon {
    left: -7px;
  }
  .timeline::before {
    display: block;
  }
  .timeline .row {
    margin-top: 1rem;
  }
  .clock-large {
    left: 2px;
  }
  .py-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bottom-4 {
    bottom: 3rem !important;
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .clock-icon {
    left: 2px;
  }
  .clock-large {
    left: 0;
  }
  .py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .bottom-4 {
    bottom: 6rem !important;
    margin-bottom: -6rem;
  }
  .font-82 {
    font-size: calc(2.425rem + 1vw);
  }
}
@media (min-width: 992px) {
  .py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .bottom-4 {
    bottom: 10rem !important;
    margin-bottom: -10rem;
  }

  .font-82 {
    font-size: calc(2.425rem + 1vw);
  }
}

.map-container {
  position: relative;
}
.map-image {
  width: 100%;
  height: auto;
  border: 1px solid #e1e1e1;
}
.sidebar {
  background-color: #d8e5d2;
  padding: 20px;
  height: 100%;
}
.sidebar .category {
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.sidebar .category:hover {
  color: #314e4a;
}
.sidebar .category i {
  margin-right: 10px;
  font-size: 35px;
  color: #fff;
}
.sidebar .category:hover i {
  color: #314e4a;
}
.sidebar .category.active {
  font-weight: bold;
}
.btn-up {
  border: 1px solid #000 !important;
}

.shine {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shine:hover {
  transform: scale(1.01);
  filter: brightness(1.1);
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

.text-linked, .text-linked:hover {
    color: inherit;
        text-decoration: none;

}

