@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff2') format('woff');
    font-style: normal;
    font-weight: 400;
}

:root {
    --color-bg: #1C3856;
    --color-bg-variant: #715136;
    --color-bg-variant2: #F6EEDA;
    --color-bg-variant3: #96B77B;
    --font-xl: 28px;
    --font-m: 23px;
    --font-s: 15px;
}

body {
    background-color: #715136;
    font-family: 'Montserrat';
    font-weight: 500;
}

main {
    margin-top: 100px;
    text-align: center;
    color: #1e284e;
    overflow: hidden;
}

.pos-hero {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    width: 100%;
    letter-spacing: 0.02em;
}

.logomain {
    width: 7dvi;
    height: 9dvi;
    object-fit: contain;
    display: block;
    margin: auto;
}

.rib-img {
    width: 18rem;
    object-fit: contain;
    display: block;
    margin: 1.6rem auto;
}
.shinebox {
        position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 700;
}

h2 {
    font-size: 27px;
    font-weight: 500;
    color: #1e284e;

}

p {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.85rem;
}

h1 {
    font-size: 22px;
    color: #1e284e;
    margin-bottom: 0.35rem;
}

.pos-hero p {
    font-weight: 700;
    font-size: 17px;
}

.banner-main {
background: #1e284e;
    color: #fff;
    width: fit-content;
    display: flex;
    margin: auto;
    padding: 8px 50px 4px;
    border-radius: 25px 0 25px 0;
    line-height: normal;
    margin-top: 1rem;

}

.banner-main p {
    font-size: 15px;
    font-weight: 500;
}

.banner-main p span {
    padding: 0 10px;
}

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

.dgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
    width: fit-content;
    margin: auto;
}

.icon_image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 0.5rem;
}

.dg-item p {
    line-height: normal;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.bgsky {
    background: linear-gradient(-40deg, #bdccda, #498ab9);
}

.headline-border {
    width: 20%;
    margin: auto;
    display: block;
}

.headline-border.lite {
    filter: brightness(0) invert(1);
    width: 35%;
    margin-top: 1rem;
}

.headline-border.blue {
    filter: brightness(0) saturate(100%) invert(14%) sepia(20%) saturate(1135%) hue-rotate(188deg) brightness(95%) contrast(92%);
    margin-top: 1rem;
}

.bg-lite-yellow {
    background: #e7c38b;
}

.bbrlogo {
    position: absolute;
    top: 8%;
    left: 10%;
    width: 10vw;
    height: 6vw;
    object-fit: contain;
}

.lgdimg {
    width: 100%;
    height: 26em;
    object-fit: contain;
}

.glowblink {
    animation: glowBlink 1.5s ease-in-out infinite;
}


.hystmodal--active {
    z-index: 99999 !important;
}

.hystmodal__window {
    margin: 0 auto;
    padding: 0;
    transform: unset;
}

@keyframes glowBlink {

    0%,
    100% {
        opacity: 1;

    }

    50% {
        opacity: 0;
    }
}

.patterntop {
    position: absolute;
    top: 0;
    right: 0;
    width: 10vw;
}

.zoom-caption {
    width: 120px;
    object-fit: contain;
}

.siteplan,
.floorplan,
.gallery {
    background: url(../images/texture-w.webp);
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

h3 {
    font-size: 1rem;
    font-weight: 500;
}
.tab-content h3 {
    color: #1e284e;
}
.tab-content button {
   display: block;
    width: 10em;
    border: 0;
    padding: 7px;
    border-radius: 30px 0;
    background: #c8a778;
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    font-family: 'Montserrat';
    font-weight: 500;

}

.tab-content button.active {
    background-color: #a87b4e;
    font-weight: 700;
}

#dfu_btn.tab-content button.active {
    background-color: #1e284e;
}

#dfu_btn.tab-content button {
    background: #284473;
}

.tab_container {
    max-width: 500px;
    position: relative;
}

.pos-aimp {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    color: #fff;
    text-shadow: -1px 2px 2px black, 2px 3px 6px black;
}
.pos-ai-p-1 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    color: #fff;
    text-shadow: -1px 2px 2px black, 2px 3px 6px black;
}

.ontop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pos-content-ontop {
    color: #1e284e;
}

.maxlist-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: 0.87vw;
}

.maxlist-item p {
    font-size: 0.87vw;
}

.maxlist li {
    list-style: none;
}

.list_no {
    background: url(../images/petal-gold.webp);
    background-size: contain;
    width: 3em;
    height: 2em;
    display: flex;
    background-repeat: no-repeat;
    line-height: normal;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 500;

}

.bgsky2 {
    background: linear-gradient(45deg, #435882, #ffffff);
}

.pattern-btm {
    width: 10vw;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.button_tab button {
    border: 0;
    width: 9em;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 2;
    background: #c8a778;
}

.button_tab button:first-child {
    border-radius: 30px 0 0 0;
}

.button_tab button:last-child {
    border-radius: 0 0 30px 0;
}

.button_tab {
    /* background: #c8a778; */
    border-radius: 30px 0 30px 0;
    color: #fff;
    display: flex;
    gap: 2px;

}

#fp_dfunit .button_tab {
    /* background: #284473; */

}

#fp_dfunit .button_tab button {
    background: #284473;

}

#fp_dfunit .button_tab button.active {
    background: #1e284e;
    font-weight: 800;
}

#fp_dfunit .button_tab button.active h4 {
    color: #1C3856;
}

.button_tab button.active {
    background: #a87b4e;
    font-weight: 800;

}

#fp_sunit h3 {
    color: #a87b4e;
}

#fp_dfunit h3 {
    color: #284473;
}

.fp-tab-content h3 {
    text-align: center;
    margin-bottom: 0.8rem;
}

.fp_info p {
    color: #a87b4e;
    line-height: normal;
}

.fp_info h4 {
    font-weight: 600;
    font-size: 2.6em;
    color: #a87b4e;
    margin-bottom: 1rem;
}

ul.fp_list li {
    color: #1C3856;
    border-bottom: 1px solid #1C3856;
    padding: 5px 0;
}

ul.fp_list li:last-child {
    border-bottom: 0;
}

.floorplan_show {
    width: 34vw;
}

.pos_con_tp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bis_bg {
    background: #5b8ed9;
}

.accordion-button.collapsed .cc_line {
    border-bottom: 0;
    font-family: 'Proxima Nova Semibold';
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none !important;
}

.acc-wrapper .accordion {
    display: flex;
    flex-direction: row;
}



.accordion-item .card-body {
    padding: 1rem 0;
}

.cc_line {
    height: 100%;
    display: block;
    text-align: left;
    padding: 0 0;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.collapse:not(.in) {
    display: block !important;
}

.collapse:not(.show) {
    display: none !important;
}

.content_wrapper_2 {
    width: 100%;
    height: 100%;

}

.accordion-item {
    flex: 1;
}

.accordion-item:not(:last-child) {
    margin-right: 1rem;
}

.acc-wrapper .accordion {
    display: flex;
    flex-direction: row;
}



.content_wrapper_2 .accordion-item {
    background-color: transparent;
    border: 0;
}

#myAccordion.accordion {
    width: 100%;
    background: transparent;
    border-radius: 0;
}

.content_wrapper_2 .accordion-button {
    padding: 6px 11px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    background-color: #1C3856;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;

    width: 100%;
    text-align: center;
}

.content_wrapper_2 .accordion-button.collapsed {
    background-color: transparent;
    color: #1C3856;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-accordian.webp);
    transform: rotate(90deg);
    filter: brightness(0) invert(1);


}

.accordion-button::after {
    content: '';
    background-image: url(../images/arrow-accordian.webp);
    background-size: 0.78em;
    background-position: center;
    color: #3d4141;
    float: right;
    display: flex;
    position: absolute;
    right: 5px;
    top: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    font-family: 'AvenirNext-Medium';
    font-size: 14px;
    width: 1em;
}


.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    border: 2px solid #1e284e;
    /* min-height: 1em; */

}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.location {
    background: #e7c38b;
}

.sbtxt {
    font-size: 0.7rem;
    font-weight: 500;
}

ul.acc_distance_wrap li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

ul.acc_distance_wrap {
    margin-top: 1rem;
}

.item-distance {
    width: 3.7em;
    text-align: end;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"],
#frmLeadGen select {
    display: block;
    width: 100%;
    border: 0;
    max-width: 36rem;
    background-color: #fff;
    padding: 0.5rem 50px;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    color: #1C3856;
    text-align: left;
    border-radius: 50px 0 50px 0;
    font-weight: 400;
    margin: auto;
    margin-bottom: 12px;

}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
    color: #1C3856;
    opacity: 1;
    /* Firefox */
}


#frmLeadGen select {
    outline: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    background-image: url(../images/arrow-select.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: content-box;
    background-clip: initial;
    text-align: left;
    background-size: 16px;
    background-color: #fff;
    /* padding: 0.5rem 0; */
    border-radius: 50px 0 50px 0;
    font-weight: 400;
}

#frmLeadGen select option {
    background-color: #333;
    color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem !important;
}

#frmLeadGen input.checkbox {
    width: unset;
    display: inline-block;
}

.checkbox-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #1C3856;
    max-width: 36rem;
    margin: auto;

}

.reg_sec {
    background-color: #e7c38b;
}

.contact-cta {
    background: #1e284e;
    color: #fff;
    border-radius: 50px 0 50px 0;
    padding: 0.6rem 2.5rem;
    font-size: 0.9rem;
    transition: 0.35s all ease-in-out;
}

.contact-cta:hover {
    background: #a87b4e;
}

.wraper-sg {
    max-width: 55vw;
    margin: auto;
}

.wraper-sg p {
    font-size: 0.8rem;
    font-weight: 500;
    color: #1C3856;
    text-align: center;
}

.zz-btn {
    top: 1rem;
    left: 1rem;
    flex-direction: column;
}

.bg-br {
    background-color: #C1966B;
    color: white;
    font-family: 'Proxima-Nova';
    font-weight: 800;
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#masterplanpopup .hystmodal__window {
    background-color: #e7c38b;
}

.pos_icon {
    display: none;
}

.sg_hdline {
    border-bottom: 1px solid #715136;
    padding-bottom: 4px;
    width: fit-content;
    margin: auto;
    margin-bottom: 5px;
}

.sg_hdline p {
    font-weight: 600;
}

.sg_icon {
    width: 55px;
    height: 45px;
    object-fit: contain;
}

span.petal.reflect {
    transform: rotate(180deg);
}
span.petal {
    background: url(../images/petal.webp) no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 0.7em;
    height: 1em;
}

.animated-shadow {
  filter: 
    drop-shadow(0px 1px 1px rgb(255, 158, 22))
    drop-shadow(0px 1px 3px rgb(255, 247, 15))
    drop-shadow(0px 2px 5px rgb(255, 158, 22))
    drop-shadow(0px 2px 8px rgb(255, 247, 15));
  animation: pulse-shadow 1.5s infinite alternate;
}

@keyframes pulse-shadow {
  0%, 50% {
    filter: 
       drop-shadow(0px 1px 1px rgba(255, 158, 22, 0))
    drop-shadow(0px 1px 3px rgb(255, 247, 15, 0))
    drop-shadow(0px 2px 5px rgb(255, 158, 22, 0))
    drop-shadow(0px 2px 8px rgb(255, 247, 15, 0));
  }
  100% {
    filter: 
         drop-shadow(0px 1px 1px rgb(255, 158, 22))
    drop-shadow(0px 1px 3px rgb(255, 247, 15))
    drop-shadow(0px 2px 5px rgb(255, 158, 22))
    drop-shadow(0px 2px 8px rgb(255, 247, 15));
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .pos-hero {
        scale: 0.7;
        top: 1%;
    }

    .dgrid {
        scale: 0.6;

    }

    h2 {
        font-size: 2vw;
    }

    .zoom-caption {
        width: 10vw;
    }

    .tab_container {
        max-width: 37vw;
    }

    .acc-wrapper .accordion {
        flex-direction: column;
        gap: 1rem;
    }

    .accordion-item:not(:last-child) {
        margin-right: 0;
    }
    .floorplan_show {
        width: 58vw;
    }
}

@media screen and (min-width: 768px) {
    .patterntop.extend {
        width: 14vw;
    }

    .pattern-btm.extend {
        width: 14vw;
    }

    #masterplanpopup .hystmodal__window {
        width: 58vw;
    }
     
    #locationpopup .hystmodal__window {
        width: 58vw;
    }
    #siteplanpopup .hystmodal__window {
        width: 35vw;
    }

    .pos-content-ontop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 69%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e284e;
    }

    .maxlist {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        /* 3 rows */
        grid-auto-flow: column;
        /* fill down first */
        gap: 8px 40px;

    }

    .hystmodal__window {
        width: 750px;
    }

    .pos-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 75%;
        display: flex;
        align-items: center;
    }

    .legendimg {
        width: 28em;
        object-fit: contain;
        margin-right: 10%;
        display: block;
    }

    .zoom-caption.loc-pos {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 0.8rem;
    }

    ul.fp_list li {
        font-size: 0.94rem;
    }

    .dg-item p {
        font-size: 0.7rem;
    }

    .draggable2 {
        width: 100%;
        overflow: auto;
    }

    .hero-img {
        width: 159vw;
        max-width: unset;
    }


    .draggable2 .image2::after {
        content: "";
        position: absolute;
    }

    main {
        margin-top: 116px;
    }

    .logomain {
        width: 15vw;
        height: auto;
    }

    .rib-img {
        width: 60vw;
        margin: 1.5rem auto;
    }

    h1 {
        font-size: 4vw;
        max-width: 25ch;
        margin: auto;
        margin-bottom: 0.4rem;
    }

    h2 {
        font-size: 5vw;
    }

    .bbrlogo {
        top: 17%;
    }

    .pos-hero p {
        font-size: 3.4vw;
    }

    .dgrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 1.5rem;
        width: fit-content;
        margin: auto;
    }

    .icon_image {
        width: 50px;
        height: 50px;
    }

    .tab-content {
        width: 44%;
    }

    h3 {
        font-size: 0.86rem;
    }

    .tab-content button {
        width: 100%;
    }

    .headline-border {
        width: 43%;

    }

    .zoom-caption {
        width: 21vw;
        margin-top: -3rem;
        margin-left: 8%;
    }

    .lgdimg {
        width: 89%;
        margin: auto;
        display: block;
        height: auto;
    }

    .pos-content-ontop {
        width: fit-content;
        margin: auto;
        margin-bottom: -38%;
        padding: 2rem 2rem 0;
        z-index: 3;
        position: relative;
    }


    .maxlist-item p {
        font-size: 0.7rem;
        width: 90%;
        margin-bottom: 0.4rem;
        margin-left: 0.5rem;

    }

    .maxlist-item {
        font-size: 0.87vw;
        display: flex;
        flex-direction: row;
        gap: 0;
        /* font-size: 0.87vw; */
        min-height: 7em;
    }

    .list_no {
        width: 7dvi;
        height: 5dvi;
        font-size: 3dvi;
        text-align: center;
    }

    .fp-tab-content h3 {
        margin-bottom: 10px;
    }

    .floorplan_show {
        width: 100%;
    }

    .fp_info {
        text-align: center;
        margin-top: 1rem;
    }

    .pos_con_tp {
        bottom: 60%;
    }

    .acc-wrapper .accordion {
        flex-direction: column;
        gap: 1rem;
    }

    .accordion-item:not(:last-child) {
        margin-right: 0;
    }

    .content_wrapper_2 .accordion-button {
        padding: 10px 11px;
    }

    .checkbox-label {
        font-size: 0.6rem;
    }

    .pos_icon {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 1rem;
    }

    .pos-hero {
        top: 8%;
    }

    #frmLeadGen input[type="text"],
    #frmLeadGen input[type="tel"],
    #frmLeadGen input[type="email"],
    #frmLeadGen select {
        padding: 0.5rem 40px;
        font-size: 0.7rem;
    }

    .patterntop {
        width: 26vw;
    }

    .pattern-btm {
        width: 26vw;
    }

    .siteplan .container>* {
        position: relative;
        z-index: 2;
    }

    .zz-btn {
        top: -2em;
        left: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .sbtxt {
        font-size: 0.85rem;
    }

    ul.acc_distance_wrap {
        padding: 0 10px;
    }

    .button_tab button {
               padding: 2px 0;
        width: 7em;

    }
    .banner-main {
            padding: 7px 19px;
    }
    .pos-aimp {
       text-shadow: -1px 2px 2px black, 2px 3px 4px black, -1px 2px 2px black, 2px 3px 4px black;
    }
}