@font-face {
  font-family: "bodoni";
  font-style: normal;
  font-display: swap;
  src: url("/routes/sites/rider_residences/assets/font/bodoni-moda.ttf") format("truetype");
}
@font-face {
  font-family: "bodoni";
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
  src: url("/routes/sites/rider_residences/assets/font/bodoni-moda-italic.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-display: swap;
  src: url("/routes/sites/rider_residences/assets/font/montserrat.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
  src: url("/routes/sites/rider_residences/assets/font/montserrat-italic.ttf") format("truetype");
}
html,
body {
  color: #3a3a3a;
  font-size: 18px;
  font-family: "bodoni", serif;
  line-height: 1.8rem;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bodoni";
  font-weight: 700;
}

.bodoni {
  font-family: "bodoni" !important;
}

.montserrat {
  font-family: "montserrat", sans-serif !important;
}

.site {
  transition: opacity 1s ease;
  opacity: 0;
}
.site.loaded {
  opacity: 1;
}

.site-title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "bodoni" !important;
  font-style: italic;
  color: #ff6b00;
}

#site-home-page {
  min-height: 100vh;
  padding-top: 80px;
}
#site-home-page .site-logo {
  width: 433px;
  height: auto;
  object-fit: contain;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  #site-home-page .site-logo {
    width: 222px;
    margin-bottom: 16px;
  }
}
#site-home-page #home-video-wrapper {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#site-home-page #home-video-wrapper video {
  max-height: 900px;
  background-color: rgba(58, 58, 58, 0.2);
}
#site-home-page #home-video-wrapper img {
  max-height: 900px;
}
@media (max-height: 1000px) {
  #site-home-page #home-video-wrapper {
    max-height: 800px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 800px;
  }
  #site-home-page #home-video-wrapper img {
    max-height: 800px;
  }
}
@media (max-height: 900px) {
  #site-home-page #home-video-wrapper {
    max-height: 700px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 700px;
  }
  #site-home-page #home-video-wrapper img {
    max-height: 700px;
  }
}
@media (max-height: 760px) {
  #site-home-page #home-video-wrapper {
    max-height: 600px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 600px;
  }
}
#site-home-page #home-video-wrapper video,
#site-home-page #home-video-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#site-home-page #home-video-wrapper .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}
#site-home-page #home-video-wrapper .overlay .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-family: "bodoni", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
  padding: 48px;
}
@media (max-width: 991px) {
  #site-home-page #home-video-wrapper .overlay .title {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }
}
#site-home-page .contact-button {
  padding: 16px 24px;
  font-family: "montserrat", sans-serif;
  font-size: 24px;
}
@media (max-width: 991px) {
  #site-home-page .contact-button {
    padding: 6px 12px;
    font-size: 14px;
  }
}
#site-home-page #home-01 .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  color: #000;
}
@media (max-width: 991px) {
  #site-home-page #home-01 .title {
    font-size: 10px;
    line-height: 24px;
  }
}
#site-home-page #home-02 .image {
  object-position: center center;
  object-fit: contain;
  width: 100%;
  height: auto;
}
#site-home-page #home-03 .title {
  font-family: "montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 991px) {
  #site-home-page #home-03 .title {
    font-size: 12px;
    line-height: 18px;
  }
}
#site-home-page #home-04 .image {
  object-position: center center;
  object-fit: contain;
  width: 100%;
  height: auto;
}
#site-home-page #home-05 .title {
  font-family: "bodoni", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: rgba(58, 58, 58, 0.9);
  text-align: center;
}
@media (max-width: 991px) {
  #site-home-page #home-05 .title {
    font-size: 24px;
    line-height: 32px;
  }
}
#site-home-page #home-05 .sub-title {
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  #site-home-page #home-05 .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
#site-home-page #home-05 .map-image {
  object-fit: contain;
  width: 100%;
}
#site-home-page #home-05 .image {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 246px;
}
@media (max-width: 991px) {
  #site-home-page #home-05 .image {
    height: 148px;
  }
}
#site-home-page #home-05 .image-title {
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
}
@media (max-width: 991px) {
  #site-home-page #home-05 .image-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
}
#site-home-page #home-05 .image-text {
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  color: rgba(58, 58, 58, 0.9);
  text-align: justify;
}
@media (max-width: 991px) {
  #site-home-page #home-05 .image-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
}
#site-home-page #home-06 .owl-carousel {
  background: linear-gradient(to left, transparent 90%, rgba(255, 255, 255, 0.8) 100%);
}
#site-home-page #home-06 .owl-carousel .owl-nav button {
  top: calc(50% - 40px) !important;
}
#site-home-page #home-06 .owl-carousel .owl-nav button.owl-prev, #site-home-page #home-06 .owl-carousel .owl-nav button.owl-next {
  padding: 2px 8px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 0 !important;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .owl-carousel .owl-nav button.owl-prev, #site-home-page #home-06 .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: 0 !important;
  }
}
#site-home-page #home-06 .owl-carousel .owl-nav button.owl-prev {
  background-image: url("/assets/icon/chevron-left.svg");
  left: 0px;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .owl-carousel .owl-nav button.owl-prev {
    left: -16px;
  }
}
#site-home-page #home-06 .owl-carousel .owl-nav button.owl-next {
  background-image: url("/assets/icon/chevron-right.svg");
  right: 0px;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .owl-carousel .owl-nav button.owl-next {
    right: -16px;
  }
}
#site-home-page #home-06 .item {
  height: 1100px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .item {
    height: 740px;
  }
}
#site-home-page #home-06 .item .title {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  height: 80px;
  color: rgba(58, 58, 58, 0.8);
}
@media (max-width: 991px) {
  #site-home-page #home-06 .item .title {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
  }
}
#site-home-page #home-06 .item .image {
  height: 726px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .item .image {
    height: 400px;
  }
}
#site-home-page #home-06 .item .body {
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
  padding: 16px 24px;
  height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #efefef;
}
@media (max-width: 991px) {
  #site-home-page #home-06 .item .body {
    height: 340px;
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
#site-home-page #home-06 .item .body p {
  text-align: justify;
}
#site-home-page #socials .owl-carousel {
  background: linear-gradient(to left, transparent 90%, rgba(255, 255, 255, 0.8) 100%);
}
#site-home-page #socials .owl-carousel .owl-nav button {
  top: calc(50% - 40px) !important;
}
#site-home-page #socials .owl-carousel .owl-nav button.owl-prev, #site-home-page #socials .owl-carousel .owl-nav button.owl-next {
  padding: 2px 8px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  #site-home-page #socials .owl-carousel .owl-nav button.owl-prev, #site-home-page #socials .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px) !important;
  }
}
#site-home-page #socials .owl-carousel .owl-nav button.owl-prev {
  background-image: url("/assets/icon/chevron-left.svg");
  left: -90px;
}
@media (max-width: 991px) {
  #site-home-page #socials .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
#site-home-page #socials .owl-carousel .owl-nav button.owl-next {
  background-image: url("/assets/icon/chevron-right.svg");
  right: -90px;
}
@media (max-width: 991px) {
  #site-home-page #socials .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
#site-home-page #socials .title {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 36px;
  color: rgba(58, 58, 58, 0.8);
}
@media (max-width: 991px) {
  #site-home-page #socials .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
#site-home-page #socials .item {
  height: 480px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  #site-home-page #socials .item {
    height: 380px;
  }
}
#site-home-page #socials .item .title {
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  color: rgba(58, 58, 58, 0.8);
  margin-top: 6px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #site-home-page #socials .item .title {
    font-size: 12px;
    line-height: 20px;
  }
}
#site-home-page #socials .item .image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
#site-home-page #for-more .title {
  font-family: "bodoni", serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  #site-home-page #for-more .title {
    font-size: 16px;
  }
}
#site-home-page #partners .sub-title {
  font-size: 32px;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  color: rgba(58, 58, 58, 0.9);
}
@media (max-width: 991px) {
  #site-home-page #partners .sub-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#site-home-page #partners .title {
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  #site-home-page #partners .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#site-home-page #partners .partner-logo-left {
  width: 194px;
}
@media (max-width: 991px) {
  #site-home-page #partners .partner-logo-left {
    width: 97px;
  }
}
#site-home-page #partners .partner-logo-plus {
  font-family: "montserrat", sans-serif;
  font-size: 60px;
  margin: 0 24px;
  color: rgba(58, 58, 58, 0.7);
}
@media (max-width: 991px) {
  #site-home-page #partners .partner-logo-plus {
    font-size: 32px;
    margin: 0 16px;
  }
}
#site-home-page #partners .partner-logo-right {
  width: 94px;
}
@media (max-width: 991px) {
  #site-home-page #partners .partner-logo-right {
    width: 47px;
  }
}
#site-home-page #partners .body {
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
  margin-top: 30px;
}
@media (max-width: 991px) {
  #site-home-page #partners .body {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
#site-home-page #developments .development-image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}
@media (max-width: 991px) {
  #site-home-page #developments .development-image {
    height: 133px;
  }
}
#site-home-page #developments .development-title {
  font-family: "montserrat", sans-serif;
}
@media (max-width: 991px) {
  #site-home-page #developments .development-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#site-home-page #footer-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
#site-home-page #footer-image-wrapper #footer-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  #site-home-page #footer-image-wrapper #footer-image {
    height: 350px;
  }
}
#site-home-page #footer-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
}
#site-home-page #footer-image-wrapper .overlay .title {
  padding-top: 40px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  #site-home-page #footer-image-wrapper .overlay .title {
    padding-top: 12px;
    font-size: 24px;
  }
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-button {
  padding: 28px 6px;
}
@media (max-width: 991px) {
  #site-home-page #footer-image-wrapper .overlay .form-container .contact-button {
    padding: 6px;
  }
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-button .image {
  width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  #site-home-page #footer-image-wrapper .overlay .form-container .contact-button .image {
    width: 24px;
    height: 24px;
  }
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form {
  font-family: "montserrat", sans-serif;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 30px 40px;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .title {
  font-weight: 700;
  text-shadow: none;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #ff6b00;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .form-control {
  background-color: #fff;
  border-color: rgba(206, 212, 218, 0.5);
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .iti__flag-container {
  background-color: #fff !important;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .iti__flag-container .iti--separate-dial-code,
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .iti__flag-container .iti__selected-flag {
  background-color: #fff !important;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form .standard-link {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400 !important;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form #i-agree-and-confirm {
  margin-top: 1rem 0;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form #i-agree-and-confirm .form-check {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
#site-home-page #footer-image-wrapper .overlay .form-container .contact-form #i-agree-and-confirm .form-check .form-check-label {
  padding-left: 0.5rem;
}

#info-request-modal {
  font-family: "montserrat", sans-serif;
}
/*# sourceMappingURL=site.css.map */
