.innerHero {
  background-image: url("../images/hero.jpg");
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sectionHeading {
  border-top: none;
  padding-top: 0;
  text-align: left;
}

#georgian-section .border {
  display: none;
}

#defaultCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 5px;
}
#defaultCarousel .carousel-indicators .active {
  background-color: #e22b28;
}

.contactMap {
  margin: 0;
}

.virtual-bar {
  z-index: 9;
  left: 33%;
  top: 41%;
}

hr.grey {
  background-color: #53626f;
  height: 1px !important;
}
hr.black {
  background-color: #424f5c;
  height: 1px !important;
}

.activeNav {
  color: #f7941d;
}

.nav-link:focus, .nav-link:hover {
  color: #f7941d;
}

/* #projectNav .navbar-nav .activeNav, #projectNav .navbar-nav .nav-item:hover {
      background-color: #56b9ca;
  } */
a:hover {
  color: #f7941d;
}

.img-plus {
  position: absolute;
  right: 0;
  bottom: 33px;
}

.img-wrapper {
  position: relative;
}

.customButton {
  font-size: 16px;
  font-weight: 400;
}

.pdfDownload {
  border-bottom: 1px solid #f7941e;
}

#projectNav {
  margin-top: 7px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#projectNav .nav-link {
  color: black;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
}

a {
  color: #56b9ca;
}

.poppins-light {
  font-family: poppins light;
}

.pdfDownload {
  font-size: 14.5px;
  color: #000;
  padding: 10px 15px;
}

.lh-35 {
  line-height: 35px;
}

.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.fullHero {
  background-position: center;
  background-size: cover;
}

.vimeo-wrapper iframe,
.vimeo-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 70vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullHero .showMoreButton {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 99;
}

.contactMap {
  height: 500px;
}

.homeName {
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 800;
}

.model {
  position: relative;
}
.model::before {
  position: absolute;
  content: "";
  height: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%;
  width: 45%;
  background: #f7941e;
}

.floorplan-height {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  height: 650px;
}

@media screen and (max-width: 1400px) {
  #projectNav .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  #accordionFloorplans .accordion-button,
  #accordionFloorplans .accordion-body {
    padding: 20px 20px;
  }
  .house-name {
    transform: none;
    writing-mode: horizontal-tb;
  }
  .house-name p {
    display: block;
  }
  .img-unit {
    height: auto;
  }
  .floorplan-height {
    height: auto;
    width: 350px;
    margin: 0 auto;
  }
}
.text-brand-nav {
  color: #d2232a !important;
}
@media screen and (max-width: 992px) {
  .text-brand-nav {
    color: #fff !important;
  }
}

@media screen and (max-width: 767px) {
  /* .floorplan-height{width: 250px;} */
  .barrie-238-rainwater-homepage .scroll-gallery {
    height: auto;
  }
}
.floorplans-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .floorplans-wrapper {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .floorplans-wrapper {
    justify-content: space-between;
    gap: 50px;
  }
  .floorplans-wrapper .floorplan-height {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .floorplans-wrapper {
    justify-content: center;
  }
  .floorplans-wrapper .floorplan-height {
    max-width: 400px;
  }
}

.model-homes-page .heading img {
  height: 90vh;
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .model-homes-page .heading img {
    min-height: unset;
    height: 70vh;
  }
}
.model-homes-page .heading .container-fluid {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 700px) {
  .model-homes-page .heading .container-fluid {
    padding-bottom: 0px;
  }
}
.model-homes-page .heading .text {
  padding: 20px 30px;
  background-color: #fff;
  position: absolute;
  left: 10%;
  bottom: 0;
  max-width: 800px;
}
.model-homes-page .heading .text h1 {
  font-size: 80px;
}
.model-homes-page .heading .text .sub {
  font-size: 25px;
  line-height: 25px;
}
.model-homes-page .heading .text .para {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .model-homes-page .heading .text {
    left: 5%;
    max-width: 90%;
  }
  .model-homes-page .heading .text h1 {
    font-size: 50px;
  }
  .model-homes-page .heading .text .sub {
    font-size: 20px;
    line-height: 20px;
  }
  .model-homes-page .heading .text .para {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .model-homes-page .heading .text {
    padding: 10px 15px;
    left: 5%;
    max-width: 90%;
    position: relative;
    margin-top: -60px;
  }
  .model-homes-page .heading .text h1 {
    font-size: 30px;
  }
  .model-homes-page .heading .text .sub {
    font-size: 18px;
    line-height: 18px;
  }
  .model-homes-page .heading .text .para {
    font-size: 16px;
  }
}
.model-homes-page .gallery {
  padding-top: 50px;
}
.model-homes-page .gallery .container-fluid {
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .model-homes-page .gallery .container-fluid {
    max-width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .model-homes-page .gallery .container-fluid {
    max-width: 100%;
  }
}
.model-homes-page .video {
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .model-homes-page .video {
    max-width: 90%;
  }
  .model-homes-page .video iframe {
    height: 500px;
  }
}
@media screen and (max-width: 700px) {
  .model-homes-page .video {
    max-width: 100%;
  }
}

.video-carousel {
  background-color: #000;
  padding: 3rem 5rem;
  margin-bottom: 2rem;
}
.video-carousel .carousel-control-next,
.video-carousel .carousel-control-prev {
  width: 5%;
}
.video-carousel .carousel-control-next .span,
.video-carousel .carousel-control-prev .span {
  opacity: 1 !important;
}
.video-carousel .video-container video {
  height: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=styles.css.map */