/* -----------------FONT FAMILY----------------- */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* ===== Global Styles ===== */
html {
    font-size: 100%;
}

body {
    font-family: "Outfit", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1488px !important;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    padding: 0 15px !important;
}

h1,
h2{
    font-weight: 500;
    text-transform: capitalize;
}

h1{
    font-size: 4.125rem;
    line-height: 1;
    margin: 0 0 46px 0;
}

h2.section-title{
    font-size: 3.125rem;
    line-height: 1.26;
    margin:0 0 56px 0;
    text-align: center;
}

h3.section-sub-title{
    font-size: 2.875rem;
    line-height: 1.26;
    font-weight: 700;
}

h4{
    font-size: 1.875rem;
    line-height: 1.3;
}

p {
    font-size: 1.625rem;
    line-height: 1.26;
}

p:last-child{
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

a.btn, button.formmangr-button.formmangr-button-submit{
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.6px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 26px 40px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.section-spacing{
    padding-bottom: 106px;
}

section .button-wrapper{
    margin-top: 56px;
    text-align: center;
}

section .button-wrapper .btn + .btn{
    margin-left: 36px;
}

/* =================Header===================== */
/* .header-inner{
    display: flex;
    align-items: center;
}

.header-inner .menu-burger-section{
    top: 0 !important;
} */

/* ================Hero-banner================= */

section.hero-banner{
    padding-top: 215px;
}

section.details-section .banner-info-content{
    width: 70%;
}

section.details-section .banner-pricing-content{
    width: 30%;
    text-align: right;
}

section.details-section .banner-pricing-content a svg{
    vertical-align: middle;
    margin-left: 10px;
}

section.details-section .banner-pricing-content h3{
    margin: 0 0 36px 0;
}

section.hero-banner .container{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

section.hero-banner .hero-slider{
    position: relative;
}

section.hero-banner .hero-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(102, 102, 102, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

section.hero-banner .slide-bg{
    height: 720px;
}

section.hero-banner .hero-slider{
    margin-bottom: 155px;
    margin-top: 73px;
}

section.hero-banner .slide-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots li button{
    padding: 0;
}

.slick-dots li button:before{
    font-size: 15px;
    color: #D2D2D2;
    opacity: 1;
}

.slick-dots li.slick-active button:before{
    color: #52C7E8;
    font-size: 21px;
}

.slick-dots{
    bottom: -50px;
}

/* ===================FLoorplan section==================== */

section.floorplans .floorplan-box{
    padding: 2px;
    width: 100%;
}

section.floorplans .floorplan-box>.d-flex{
    align-items: center;
	    background: #fff;
}

section.floorplans .floorplan-box .flp-wrapper{
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
}

section.floorplans .floorplan-box .image-flp-div{
    width: 45%;
}

section.floorplans .floorplan-box .flp-wrapper .floorplan-img{
    height: 100%;
    min-height: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
}

section.floorplans .floorplan-box .flp-wrapper .floorplan-img img{
    height: 100%;
    object-fit: contain;
}

section.floorplans .floorplan-box .floorplan-details{
    padding: 20px 15px 20px 40px;
    width: 55%;
}

section.floorplans .floorplan-box .floorplan-details h4{
    margin: 0 0 26px 0;
}

section.floorplans .floorplan-box .floorplan-details p{
    font-size: 1.25rem;
    margin-bottom: 12px;
}

section.floorplans .floorplan-box .floorplan-details p span{
    font-weight: 600;
    margin-left: 2px;
}

section.floorplans .floorplan-box .floorplan-details .flp-button-wrap{
    margin-top: 38px;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
	gap: 10px;
}

section.floorplans .floorplan-box .floorplan-details .flp-button-wrap a.btn{
    font-size: 1rem;
    font-weight: 500;
    padding: 16px 20px;
	border: 0;
	min-width: 0;
}

section.floorplans .floorplan-box .floorplan-details .flp-button-wrap a.btn:nth-child(2) {
    background: transparent;
    border: 1px solid #789f90;
    color: #789f90;
}

.floorplan-box-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* ================Image Gallery================= */
section.image-gallery{
    padding: 106px 0;
    margin-bottom: 106px;
}

section.image-gallery .image-gallery-massonary{
    column-count: 4;
    column-gap: 15px;
}

section.image-gallery .image-gallery-massonary .magnific-img{
    max-height: 450px;
    margin-bottom: 15px;
    overflow: hidden;
}

section.image-gallery .image-gallery-massonary .magnific-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}


/* =================Reviews======================== */

section.reviews .review-box{
    padding: 56px;
    margin-right: 30px;
    width: 100%;
}

section.reviews .review-box:last-child{
    margin-right: 0;
}

section.reviews .head-shot{
    height: 96px;
    width: 96px;
    margin: 0 auto;
}

section.reviews .head-shot img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

section.reviews h4{
    margin: 16px 0 26px;
    text-align: center;
}

section.reviews .review-content{
    position: relative;
}

section.reviews .review-content img{
    position: absolute;
}

section.reviews .review-content p{
    font-size: 1rem;
    line-height: 1.6;
}

section.reviews .star-rating-wrap{
    margin-top: 46px;
    text-align: center;
}

section.reviews .star-rating-wrap img{
    margin: 0 4px;
}

section.reviews .star-rating-wrap img:first-child{
    margin-left: 0px;
}

section.reviews .star-rating-wrap img:last-child{
    margin-right: 0px;
}

/* =================Amenities====================== */
section.amenities{
    position: relative;
    margin-bottom: 106px;
}

section.amenities .container{
    padding-top: 106px !important;
}

section.amenities .img-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
section.amenities .img-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.amenities .bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
}

section.amenities .amenities-list ul li{
    font-size: 2rem;
    font-weight: 500;
    padding-left: 55px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    break-inside: avoid;
    page-break-inside: avoid;
}

section.amenities .amenities-list ul li::before{
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 10px;
}

section.amenities .amenities-list ul li.text-color-light::before{
    /*background: url('../images/tick-mark-w.svg') no-repeat left center;*/
    background: no-repeat;
    width: 0;
    height: 0;
    border-top: 15px solid;
    border-left: 15px solid;
    top: 24px;
    border-radius: 50%;

}

section.amenities .amenities-list ul li.text-color-dark::before{
    background: url('../images/tick-mark-b.svg') no-repeat left center;
}
 
section.amenities .resident-amenities{
    
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

/* =============Contact================== */

section.contact .formmangr-custom-form{
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.formmangr-row{
    display: flex;
    width: 100%;
    flex-flow: wrap;
}

.formmangr-col{
    margin-bottom: 30px;
    width: 100%;
    padding-right: 0px;
}

.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row .formmangr-field textarea{
    padding: 15px 30px !important;
    border: 1.6px solid #C0C0C0 !important;
    border-radius: 0 !important; 
    background-color: #F5F5F5 !important;
    font-size: 1.375rem !important;
    text-transform: unset !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.formmangr-row .formmangr-input::placeholder,
.formmangr-row select.formmangr-form-dd,
.formmangr-row .formmangr-field textarea::placeholder
{
    color: #757575;
}

.formmangr-col.field-type-first_name, .formmangr-col.field-type-last_name{
    width: 50%;
}

.formmangr-col.field-type-name{
    padding-right: 30px;
}

.formmangr-row select.formmangr-form-dd option{
   color: #000000; 
}


.formmangr-field-label{
    display: none;
}

.formmangr-row .formmangr-field textarea{
    min-width: unset;
}

select{
    background-image: url(../images/chevron.png);
    background-size: unset !important;
}

button.formmangr-button.formmangr-button-submit{
    background-color: transparent;
    border: 1.6px solid;
    margin-top: 0px;
}

#submit.forminator-field{
    text-align: center;
}

.slick-prev:before,
.slick-next:before
{
    content: '';
    background-image: url('../images/slider-arrow.png');
    display: block;
    width: 30px;
    height: 52px;
    opacity: 1;
}
.slick-prev:before{
    transform: scaleX(-1);
}

/* Previous button */
.slick-prev {
    left: 40px;
}

/* Next button */
.slick-next {
    right: 40px;
}

.slick-prev, .slick-next{
    z-index: 2;
}


/* =============Slidein================= */
.flp-slide-in {
    position: fixed;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}



.flp-slide-in.active:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.flp-slide-in.active:before {
    left: 0;
    opacity: 1;
}

.flp-slide-in.active {
    opacity: 1;
    left: 0;
    z-index: 9999;
    visibility: visible;
}

.flp-slide {
    position: absolute;
    background: #fff;
    width: 80%;
    height: 100%;
    min-width: 700px;
}

.flp-slide-header {
    background: #F8F8F8;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.flp-slide-close {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #a0a0a0;
}

.flp-slide-close span {
    font-size: 40px;
    color: #ffffff;
    transform: rotate(45deg);
    display: block;
    line-height: 54px;
}

.flp-slide-body {
    display: flex;
    flex-flow: wrap;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 0 0 0 40px;
    position: relative;
}

.flp-images {
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 40px;
}

.single-flp-image {
    padding: 20px;
}

.single-flp-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 170px);
    object-fit: contain;
}

.flp-slide-body .flp-info {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 25px;
    padding-right: 40px;
}

.flp-slide-content {
    height: calc(100vh - 60px);
    overflow: auto;
    padding-top: 20px;
}

.flp-slide-content h2.flp-title {
    font-size: 30px;
    margin: 0 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
}

.slide-flp-info {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5;
}

.flp-slidein-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.flp-slidein-btns a.btn {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flp-slide-content .availability-wrapper .avalable-units {
    width: 100%;
}

.flp-slide-content h3{
    font-size: 2.5rem;
    line-height: 1.2;   
}
    

.au-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
}

.unite-row.head-row {
    font-weight: 700;
    background: rgba(255, 255, 255);
}

.unite-row {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0;
}

.row-cell {
    font-size: 0.875rem;
    display: inline-block;
    width: 24.99999%;
    padding: 20px 10px;
    color: #454545;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.availability-wrapper .row-cell.application{
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;

}

p.small-txt {
    color: #454545;
    margin-top: 5px;
    font-size: 1rem;
}

.availability-wrapper.no-units p.small-txt {
    font-size: 0;
}

a.unit-apply {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
}

@media screen and (max-width: 1675px) {
    h1 {
        font-size: 3.125rem;
        margin: 0 0 26px 0;
    }
    h3.section-sub-title{
        font-size: 2rem;
    }
    h2.section-title {
        font-size: 2.5rem;
        margin: 0 0 36px 0;
    }
    p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .section-spacing {
        padding-bottom: 70px;
    }
        
    section.details-section .banner-pricing-content h3{
        margin: 0 0 26px 0; 
    }

    a.btn, button.formmangr-button.formmangr-button-submit{
        padding: 18px 26px;
        font-size: 1.1rem;
    }
    section.hero-banner .hero-slider {
        margin-bottom: 120px;
        margin-top: 43px;
    }

    section.image-gallery {
        padding: 70px 0;
        margin-bottom: 70px;
    }

    section.amenities .container
    {
        padding-top: 70px !important;
    }

    section.amenities .resident-amenities{
        padding-bottom: 70px;
        margin-bottom: 70px;
    }

    section.amenities{
        margin-bottom: 70px;
    }
    section.amenities .amenities-list ul li{
        font-size: 1.5rem;
        padding-left: 45px;
        background-size: 40px;
    }

}

@media screen and (max-width: 1440px){
    .container {
        max-width: 1280px !important;
    }
    h4 {
        font-size: 1.5rem;
    }
    section.floorplans .floorplan-box .floorplan-details{
        padding: 20px 15px 20px 30px;
    }
    section.reviews h4 {
        margin: 16px 0 12px;
    }
}

@media screen and (max-width: 1366px){
    .container {
        max-width: 1170px !important;
    }
}

@media screen and (max-width: 1200px){
    .container {
        max-width: 960px !important;
    }
    .header-cta{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    h4 {
        font-size: 1.3rem;
    }
    section.floorplans .floorplan-box>.d-flex{
        display: block;
    }
    section.floorplans .floorplan-box .floorplan-details,
    section.floorplans .floorplan-box .image-flp-div
    {
        width: 100%;
    }
    section.floorplans .floorplan-box .floorplan-details{
        padding: 20px 10px;
    }
    section.reviews .review-box{
        padding: 25px;
        margin-right: 20px;
        padding-bottom: 40px;
    }
    section.reviews .star-rating-wrap{
        margin-top: 26px;
    }
    section.reviews h4 {
        margin: 16px 0 8px;
    }
}

@media screen and (max-width: 992px) {
    section.details-section .banner-pricing-content h3 {
        margin: 0 0 16px 0;
    }
    .flp-slide {
        min-width: 100%;
    }
    .flp-slide-body {
        padding: 0 20px;
        display: block;
    }

    .flp-images, 
    .flp-slide-body .flp-info
    {
        width: 100%;
        padding-right: 0px;
    }

    .floorplan-box-grid{
        gap: 20px;
    }
    section.floorplans .floorplan-box .floorplan-details .flp-button-wrap,
    section.details-section .d-flex
    {
        display: block;
    }
    section.floorplans .floorplan-box .floorplan-details .flp-button-wrap a.btn{
        min-width: unset;
        width: 100%;
    }
    section.floorplans .floorplan-box .floorplan-details .flp-button-wrap a.btn:nth-child(2){
        margin-top: 20px;
    }

    section.details-section .banner-info-content,
    section.details-section .banner-pricing-content
    {
        width: 100%;
        text-align: center;
    }
    section.details-section .banner-pricing-content{
        margin-top: 30px;
    }
    section.hero-banner .slide-bg {
        height: 620px;
    }
    section.reviews .review-box-grid{
        display: block;
    }
    section.reviews .review-box{
        margin-right: 0;
        margin-bottom: 15px;
    }
    section.reviews .review-content p{
        text-align: center;
    }
    section.reviews .review-box:last-child{
        margin-bottom: 0;
    }
    h2.section-title{
        margin: 0 0 26px 0;
    }
    section.amenities .amenities-list ul li {
        font-size: 1.2rem;
        background-size: 30px;
        padding-left: 35px;
    }
    section.amenities .resident-amenities {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    section.image-gallery .image-gallery-massonary{
        column-count: 3;
    }
    .menu-burger-section .menu-trigger{
        margin-top: 10px;
        transform: unset;
    }

    section.amenities .amenities-list ul li::before{
        background-size: 36px !important;
        top: 4px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.4rem;
        margin: 0 0 16px 0;
    }
    h2.section-title{
        margin: 0 0 18px 0;
        font-size: 2rem;
    }
    h3.section-sub-title {
        font-size: 1.5rem;
    }
    .section-spacing {
        padding-bottom: 40px;
    }

    section.hero-banner .banner-pricing-content a{
        display: flex;
        justify-content: center;
        align-items: center;  
    }
    section.hero-banner .slide-bg {
        height: 420px;
    }

    .slick-prev:before, .slick-next:before{
        width: unset;
        height: 25px;
        background-size: 12px;
        background-repeat: no-repeat;
    }
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
    section.hero-banner .hero-slider {
        margin-bottom: 100px;
    }
    section .button-wrapper {
        margin-top: 26px;
    }
    section.image-gallery {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    section.amenities .container
    {
        padding-top: 40px !important;
    }
    section.amenities {
        margin-bottom: 40px;
    }
    .floorplan-box-grid{
        display: block;
    }
    section.floorplans .floorplan-box{
        margin-bottom: 20px; 
    }
    section.floorplans .floorplan-box .floorplan-details h4 {
        margin: 0 0 16px 0;
    }
    section.floorplans .floorplan-box .floorplan-details p {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    section.floorplans .floorplan-box .floorplan-details .flp-button-wrap{
        margin-top: 28px;
    }
    a.btn, button.formmangr-button.formmangr-button-submit{
        min-width: unset;
        width: 100%;  
    }
    section .button-wrapper .btn + .btn{
        margin-left: 0px;
        margin-top: 12px;
    }
    .amenities-list ul{
        column-count: unset !important;
    }
    section.amenities .amenities-list ul li{
        font-weight: 400;
        background-size: 20px;
        padding-left: 40px;
    }

    /* section.amenities .amenities-list ul li svg, section.amenities .amenities-list ul li svg mask{
        height: 36px;
        width: 36px;
    } */

    .formmangr-col.field-type-name, .formmangr-col.field-type-phone{
        width: 100%;
        padding-right: 0px;
    }
    .formmangr-col{
        margin-bottom: 15px;
    }
    
    .formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row .formmangr-field textarea{
        padding: 12px 16px;
        font-size: 1.2rem;
    }
    section.image-gallery .image-gallery-massonary{
        column-count: unset;
        column-gap: unset;
    }
    section.image-gallery .image-gallery-massonary .magnific-img{
        max-height: 250px;
        height: 250px;
    }

    section.image-gallery .button-wrapper{
        margin-top: 56px;
    }

    section.image-gallery .slick-dots {
        bottom: -20px;
    }
    .formmangr-col.field-type-first_name, .formmangr-col.field-type-last_name{
        width: 100%;
    }
}
.slide-bg{
    position: relative !important;
}