@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: "montserrat", serif;
  line-height: 1.8rem;
  overflow-x: hidden;
}

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

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

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

#site-home-page {
  min-height: 100vh;
  padding-top: 0 !important;
}
#site-home-page .container {
  max-width: 800px;
}
#site-home-page #home-video-wrapper {
  width: 100%;
  overflow: hidden;
  background: #a8a8a8;
}
#site-home-page #home-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  #site-home-page #home-video-wrapper {
    height: auto;
  }
  #site-home-page #home-video-wrapper video {
    height: auto;
    object-fit: contain;
  }
}
#site-home-page #home-01 {
  background: #fff4e7;
  text-align: center;
}
#site-home-page #home-01 #direction-button {
  pointer-events: all;
  transition: all 0.3s ease;
  cursor: pointer;
}
#site-home-page #home-01 #reservation-button {
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s ease;
}
#site-home-page #home-02 {
  display: flex;
  align-items: center;
}
#site-home-page #home-02 .development {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#site-home-page #home-02 .development .title {
  color: #3a3a3a;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
}
#site-home-page #home-02 .development .image {
  object-position: center center;
  object-fit: cover;
  height: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  #site-home-page #home-02 .development .image {
    height: 240px;
  }
}
#site-home-page #home-03 {
  background: #fff4e7;
}
#site-home-page #home-03 .title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #ff6b00;
}
@media (max-width: 991px) {
  #site-home-page #home-03 .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }
}
#site-home-page #home-03 .sub-title {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
  color: #ff6b00;
}
@media (max-width: 991px) {
  #site-home-page #home-03 .sub-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
#site-home-page #home-03 .iti .iti__selected-flag {
  background-color: rgba(255, 107, 0, 0.2);
}
#site-home-page #home-03 input[type=text],
#site-home-page #home-03 input[type=email],
#site-home-page #home-03 input[type=checkbox] {
  border: 1px solid rgba(255, 107, 0, 0.5);
  border-radius: 6px;
  margin-bottom: 20px;
}
#site-home-page #home-03 .form-check label {
  line-height: 24px;
}
#site-home-page .send-form-button {
  border-radius: 24px;
  padding: 8px 60px !important;
}
/*# sourceMappingURL=site.css.map */
