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

.barrie-238-rainwater-homepage .hero-slider {
    position: relative;
    min-height: 100vh;
}

.barrie-238-rainwater-homepage .hero-slider .urban-townhome {
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
}

.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;
}

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;
}

#projectNav .navbar-brand .img-fluid{
    max-height: 50px;
}

a {
    color: #d2232a;
}

a:hover{
    color: #000;
}

.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 {
        padding: 0.2rem;
    }
    .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 */

.barrie-floorplan-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.barrie-floorplan-card a {
    color: #000;
}
.barrie-floorplan-card .house-link {
    padding: 1rem;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: clamp(1rem, 1vw, 1.6rem);
}
.barrie-floorplan-card .red-btn {
    padding: 1rem;
    font-size: clamp(0.5rem, 0.8vw, 1.2rem);
    background-color: #d2232a;
    color: #fff;
    font-family: "Integral CF Extra", Arial, sans-serif;
    width: 100%;
}
.barrie-floorplan-card .black-btn {
    padding: 1rem;
    font-size: clamp(0.5rem, 0.8vw, 1.2rem);
    background-color: #000;
    color: #fff;
    font-family: "Integral CF Extra", Arial, sans-serif;
    width: 100%;
}
.barrie-floorplan-card .photo-video-btns{
    flex-direction: column;
    padding-top: 1rem;
}
.barrie-floorplan-card .red-btn:hover {
    background-color: #000;
    color: #d2232a;
    cursor: pointer;
}
.barrie-floorplan-card .black-btn:hover {
    background-color: #d2232a;
    color: #fff;
    cursor: pointer;
}
.barrie-floorplan-card .house-link:hover {
    background-color: #d2232a;
    cursor: pointer;
}
.barrie-floorplan-card .house-link:hover span {
    color: #000;
}
.barrie-floorplan-card .house-link span {
    color: #d2232a;
    padding: 0 4px;
}

.barrie-238-hero-details-section {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

.barrie-238-hero-details-section img {
    width: auto;
    height: 100%;
    max-height: 50px;
}

.barrie-238-hero-details-section span {
    color: #d2232a;
}

.barrie-238-hero-details-section .cards-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.barrie-238-hero-details-section .cards-section .offer-card {
    padding: 1rem;
    border-radius: 5px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    font-family: "Integral CF Extra", Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    min-height: 70px;
}
.barrie-238-hero-details-section .cards-section .offer-card span {
    display: block;
}

.barrie-238-hero-details-section .offer-list-item {
    font-size: 18px;
    font-weight: 500;
    font-family: "Integral CF", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 30px;
    gap: 1rem;
}
.barrie-238-hero-details-section .offer-list-item img {
    max-height: 40px;
}

@media screen and (max-width: 600px) {
    .barrie-238-hero-details-section .cards-section {
        grid-template-columns: repeat(1, 1fr);
    }
    .barrie-238-rainwater-homepage .hero-slider .urban-townhome {
        position: relative;
    }
}

.bootstrap-modal .modal-content .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Integral CF", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
}
.bootstrap-modal .modal-content .form-control:focus {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
}
