html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* fonts */
/* lexend-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lexend-v23-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lexend-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lexend-v19-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lexend-v19-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lexend-v19-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/lexend-v19-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lexend-v19-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* bebas-neue-regular - latin */


/******** shaihan custom css********/
/* communities page*/
.communities-banner {
    background-image: url(../images/communities/community-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.communities-banner .banner-content-wrapper:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
}

/* communities map */
.communities-map-building {
    border-bottom: 1px solid rgba(255, 255, 255, .20)
}

.single-property::after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 24.92%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
}

.map-property-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.property-buttons .footer-link-button a {
    margin-top: 0;
}

.close-property svg {
    stroke: var(--secondary-color);
}

.close-property:hover {
    background-color: var(--secondary-color);
    transition: .3s ease-in-out;
}

.close-property:hover svg {
    stroke: var(--primary-color);
    transition: .3s ease-in-out;
}

.map-title {
    color: var(--primary-color);
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.polygen-arrow {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.single-map-location#place1 {
    position: absolute;
    left: 48.5%;
    top: 56.5%;
    transform: translate(-50%, -50%);
}

.single-map-location#place2 {
    position: absolute;
    left: 26.5%;
    top: 52.5%;
    transform: translate(-50%, -50%);
}

.more-properties-list {
    border-left: 1px solid rgba(255, 255, 255, .20);
}

.more-properties-single:not(last-child) {
    margin-bottom: 40px;
}

.more-properties-wrapper {
    height: 100%;
    overflow-y: scroll;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        margin-right: 10px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .more-properties-single {
        height: 200px;
    }

    .more-properties-single img {
        object-fit: cover;
    }

    /* .more-properties-single-inner {
    gap: 25px;
  } */

    .props-icon-box {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 1024px) {
    .communities-map-building {
        max-height: inherit !important;
    }

    .map-building-wrapper {
        flex-direction: column;
    }

    .more-properties-list {
        width: 100% !important;
    }

    .map-content-area {
        width: 100% !important;
        max-height: inherit !important;
    }

    .single-property-inner-content {
        width: 100% !important;
        left: unset !important;
        padding: 0 3.75rem;
    }

    .banner-bottom-info {
        left: var(--ch-space-x) !important;
    }

    .banner-logo {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .more-properties-single-inner {
        gap: 25px;
    }

    .more-properties-wrapper {
        padding: 0 var(--ch-space-x) !important;
    }

    .single-property-inner-content {
        padding: 0 var(--ch-space-x);
    }
}


@media (max-width: 640px) {
    .more-properties-single {
        height: 200px;
    }

    .more-properties-single img {
        object-fit: cover;
    }

    .props-icon-box {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 425px) {
    .more-properties-single-inner img {
        max-width: 20px !important;
    }

    .map-property-title {
        font-size: 1.7rem;
    }

    .map-content-area {
        height: 500px;
    }

    .property-facility>div {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 15px;
    }

    .map-content-area .close-property {
        width: 40px;
        height: 40px;
    }

    .single-property-inner-content {
        bottom: 30px;
    }

    .map-content-area .close-btn.absolute {
        top: 1rem;
        right: 1rem;
    }

    .map-content-area .property-facility img {
        max-width: 22px;
    }
}


/* community page2 */
.banner-slider-js .swiper-pagination {
    bottom: 33% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    gap: 50px;
}

.banner-slider-js .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
}

.banner-slider-js .swiper-pagination-bullet-active:After {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: var(--primary-color);
}

.banner-slider-js .swiper-pagination-bullet {
    height: auto;
    width: 32px;
    background: transparent;
    border: none;
    transform: scale(1);
    opacity: 1;
}

.banner-slider-js .swiper-pagination-bullet img {
    width: 100%;
    height: 100% !important;
}

.banner-content-wrapper {
    top: -10%;
    left: 0;
}

.common-section-headline {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 46.007px;
}

.available-plans-wrapper {
    background-color: #f8f8f8;
}

.packages-top .common-section-headline {
    color: #f7f7f7;
}

.middle-border {
    max-width: 150px;
    margin: 40px auto;
    border: 1px solid rgba(255, 255, 255, .20);
}


/* counter section */
.single-counter {
    border-left: 1px solid rgba(255, 255, 255, .30);
    ;
}

/* slider images swiper */
.community-slider-images .swiper-slide {
    max-width: 1000px;
    height: 640px;
}

.community-slider-images .swiper-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.community-slider-images .swiper-slide.swiper-slide-next,
.community-slider-images .swiper-slide.swiper-slide-prev {
    transform: scale(.78);
    /* max-width: 780px;
  height: 500px; */
    opacity: .4;
}

.community-slider-images .swiper-button-next,
.community-slider-images .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: 0;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.community-slider-images .swiper-button-next:hover,
.community-slider-images .swiper-button-prev:hover {
    background-color: transparent;
    transition: .3s;
    border: 1px solid var(--secondary-color);
}

.community-slider-images .swiper-button-prev {
    left: 7.36%;
}

.community-slider-images .swiper-button-next {
    right: 7.36%;
}

.community-slider-images .swiper-button-next:hover>svg,
.community-slider-images .swiper-button-prev:hover>svg {
    stroke: var(--secondary-color) !important;
    transition: .3s;
}

.community-slider-images .swiper-button-next svg,
.community-slider-images .swiper-button-prev svg {
    stroke: var(--primary-color);
    width: 19px;
    height: 19px;
}

.community-slider-images .swiper-button-next::after,
.community-slider-images .swiper-button-prev::after {
    display: none;
}




.map-legend {
    width: 533px;
    max-width: 533px;
    background: #000;
    padding: 20px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.map-legend-single {
    padding: 0 25px;
    border-right: 1px solid #F7F7F7;
    gap: 15px;
}

.map-legend-single:last-child {
    border-right: none;
}

.legend-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #F8F8F8;
}

.map-legend-1 .legend-icon {
    background: #1219D3;
}

.map-legend-2 .legend-icon {
    background: #55B947;
}

.map-legend-3 .legend-icon {
    background: #D60A0A;
}

.map-legend-4 .legend-icon {
    background: #000;
}

.legend-name {
    font-family: var(--primary-fonts);
    font-size: 14px;
    font-weight: 400;
    color: #F8F8F8;
}

@media (max-width: 640px) {
    .map-legend {
        width: 100%;
        position: unset;
        transform: none;
        justify-content: center;
        row-gap: 10px;
    }

    .map-legend-single {
        padding: 0 12px;
        gap: 8px;
    }
}

/* floor-plan tabs */
.floor-plan-tabs {
    background-color: #f8f8f8;
}

.floor-plans-tabs .tabs-nav {
    gap: 15px;
    margin: 0 auto 80px;
    max-width: 100%;
}

.floor-plans-tabs .tabs-nav li a {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 70px;
    display: block;
}

.floor-plans-tabs .tabs-nav a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: all .3s;
}

.floor-plans-tabs .tab-active a {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
}

.floor-plans-tabs .tabs-stage {
    padding-left: 14.3%;
    padding-right: 14.3%;
}


/* package tabs */
.pkg-tabs-nav {
    flex-direction: column;
    gap: 30px;
}

.pkg-tabs-nav {
    position: absolute;
    left: 14.7%;
}

.pkg-tabs-stage {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    padding-left: 212px;
}

.packages-wrapper .pkg-tabs ul .tab-active a,
.pkg-tabcontent .download-btn {
    display: inline-flex;
    padding: 20px 41.5px;
    border: 0.0625rem solid var(--secondary-color);
    border-radius: 4.375rem;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 600;
}

.packages-wrapper .pkg-tabs ul a {
    background: #919191;
    display: inline-flex;
    padding: 20px 41.5px;
    border: 0.0625rem solid #919191;
    border-radius: 4.375rem;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 600;
}

.packages-wrapper .pkg-tabs ul a:hover,
.pkg-tabcontent .download-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 0.0625rem solid var(--primary-color);
    transition: all .3s;
}

.pkg-tabs .pkg-tabs-stage .faq-wrapper .pkg-img {
    width: auto;
    height: 365px;
}

.pkg-tabs .pkg-tabs-stage .faq-wrapper .pkg-img img {
    width: 100%;
    height: 100% !important;
}

.pkg-tabs-stage .download-btn {
    margin-left: 60px;
}

.tab-vertical {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: var(--primary-color);
    font-size: 32px;
    left: 25px;
}

/*  interior design packages */
.design-package {
    background-color: var(--secondary-color);
}

.single-design-package {
    height: 90vh;
}

.single-design-package1 {
    max-width: 100%;
    flex: 0 0 100%;
}

.single-design-package2 {
    max-width: 50%;
    flex: 0 0 50%;
}

.single-design-package3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.single-design-package4 {
    max-width: 25%;
    flex: 0 0 25%;
}

.single-design-package5 {
    max-width: 20%;
    flex: 0 0 20%;
}

.design-pkg-img {
    opacity: 50%;
    transition: opacity .3s ease-in-out;
    height: 100%;
}

.single-design-package:hover .design-pkg-img {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.single-design-package .design-content {
    transition: all .5s ease-in-out;
}

.single-design-package:hover .design-content {
    transform: translateX(-500%);
    transition: all .5s ease-in-out;
}

.design-content,
.design-hover-btns {
    bottom: 40px;
    left: 40px;
    z-index: 10;
}

.design-content span {
    font-size: 128px;
    font-weight: 400;
    line-height: 154.91px;
    color: var(--primary-color);
}

.design-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #A7A7A7;
    text-transform: uppercase;
}

.design-hover-btns .viewall {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 17px 40px;
    border-radius: 70px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    text-align: center;
    transition: .3s;
}

.design-hover-btns .viewall:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: .3s;
}

.design-hover-btns .download-btn {
    color: var(--primary-color);
    font-size: 16px;
    display: block;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    text-decoration: underline;
    transition: color .3s;
}

.design-hover-btns {
    width: 80%;
    gap: 30%;
}

.design-hover-btns .download-btn:hover {
    color: #A7A7A7;
    transition: all .3s;
}

.design-hover-btns {
    transform: translateX(500%);
    transition: all .5s ease-out;
}

.single-design-package:hover .design-hover-btns {
    transform: translateX(0);
    transition: all .5s ease-out;
}

/* custom banner slide */


.banner-slider-wrapper {
    /*padding-top: var(--header-height);*/
    height: 100% !important;
}

.banner-content .section-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 150px;
    text-align: center;
    line-height: 180px;
    color: var(--primary-color);
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.banner-content .banner-subtitle {
    font-family: 'Lexend';
    font-size: 18px;
    line-height: 22.5px;
    text-align: center;
    color: var(--primary-color);
}

.community-banner-slider .single-banner::after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 64) -6%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
}

.banner-bottom-info {
    left: 60px;
    bottom: 60px;
    z-index: 10;
    width: 100%;
}

.banner-logo {
    height: auto;
    padding-right: 30px;
    padding-bottom: 5px;
}

.banner-logo img {
    width: 131px;
}

.banner-address {
    padding-left: 30px;
    font-family: var(--primary-fonts);
    font-size: 16px;
    line-height: 25px;
    color: var(--primary-color);
}

/* gallery slider */
.gallery-wrapper {
    display: grid;
    grid-gap: 2%;
    row-gap: 23px;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    grid-auto-rows: 145px;
}

/* fixed top 6 image */
.gallery-grid:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-grid:nth-child(2) {
    grid-column: span 2;
    grid-row: span 4;
}

.gallery-grid:nth-child(3) {
    grid-column: span 4;
    grid-row: span 2;
}

.gallery-grid:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-grid:nth-child(5) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-grid:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}

/* small bottom 7 image */
.gallery-grid:nth-child(n+7):nth-child(-n+13) {
    grid-column: span 1;
    grid-row: span 1;
}

.gl-img img {
    height: 100% !important;
}

.gl-img:nth-child(n+1):nth-child(-n+13) {
    display: block;
}

.gl-img:nth-child(n+13) {
    display: none;
}

.gl-img:hover {
    filter: brightness(.5);
    transition: .3s;
}

.gallery-viewall {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-fonts);
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 70px;
    max-width: 100%;
    width: 100%;
    height: 60px;
    transition: .3s;
}

.gallery-viewall {
    position: absolute;
    max-width: 10vw;
    width: 100%;
    right: 0.5%;
    bottom: 5.5%;
}

.gallery-viewall .btn-dynamic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 70px;
}

.gallery-viewall .btn-dynamic:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transition: .3s;
}



.lg-sub-html,
.lg-counter,
.lg-download {
    display: none;
}

.lg-container .lg-img-wrap img {
    max-height: 55vh !important;
    max-width: 850px !important;
}

.lg-icon {
    line-height: 0 !important;
}

.lg-container .lg-prev:after {
    content: url(../images/icons/left-arrow.svg);
    position: absolute;
    bottom: 20%;
    top: unset;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-container .lg-next::before {
    content: url(../images/icons/right-arrow.svg);
    position: absolute;
    bottom: 20%;
    top: unset;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-toolbar .lg-close:after {
    content: url(../images/icons/close-sign.svg);
    position: absolute;
    top: 10%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-toolbar .lg-icon {
    position: relative;
    z-index: 1000000 !important;
    top: 100px;
    right: 60px;
}

.lg-container .lg-next,
.lg-container .lg-prev {
    top: unset;
    bottom: 3%;
}

.lg-container .lg-prev {
    left: 50%;
    transform: translateX(-70px);
}

.lg-container .lg-next {
    right: 50%;
    transform: translateX(20px);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border: none !important;
    border-radius: 0 !important;
    filter: brightness(.4);
}

.lg-outer .lg-thumb-item {
    border: none !important;
    border-radius: 0 !important;
}


/* .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  display: flex !important;
  justify-content: center !important;
} */

.lg-thumb.lg-group {
    display: flex !important;
    justify-content: center !important;
    padding-bottom: 50px;
}




/* contact page */
/* .contact-wrapper{
  padding-top: 62px;
} */
.single-cityside header,
.page-id-8 header,
.page-id-16 header {
    background-color: #000 !important;
}

.single-cityside header .header-left,
.single-cityside header .header-right,
.page-id-8 header .header-left,
.page-id-8 header .header-right,
.page-id-16 header .header-left,
.page-id-16 header .header-right {
    opacity: 1 !important;
}

.contact-wrapper {
    padding-top: var(--header-height);
}

.contact-form {
    max-width: 42%;
    flex: 0 0 42%;
    padding-top: 160px;
    padding-bottom: 76px;
}

.contact-banner {
    max-width: 58%;
    flex: 0 0 58%;
    align-self: stretch;
    display: flex;
}

.contact-headline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 96px;
    line-height: 80px;
    font-weight: 400;
    color: var(--secondary-color);
    max-width: 480px;
}

.contact-overlay img {
    height: 100% !important;
}

.form-wrapper {
    margin-top: 80px;
}

.form-col {
    gap: 8%;
    row-gap: 50px;
}

.form-wrapper .field {
    outline: none;
    border-bottom: 1px solid #00000066;
    padding-bottom: 20px;
    width: 100%;
}

.form-wrapper .field,
.form-wrapper .field::placeholder,
.radio-field {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary-color);
}

.form-fields {
    max-width: 46%;
    flex: 0 0 46%;
    border-radius: 4px;
    border: none;
    /* margin-bottom: 50px; */
}

.form-col .text-area {
    margin-top: 50px;
    padding: 0;
}

.form-radio {
    margin-top: 50px;
    gap: 30px;
}

.radio-field {
    margin-left: 35px;
}

.form-btn {
    margin-top: 80px;
    gap: 30px;
}

.form-policy-links a {
    font-family: 'quicksand', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #00000066;
    padding: 0 5px;
}

.form-policy-links a:not(:last-child) {
    border-right: 1px solid #00000066;
}

.form-policy-links a:hover {
    border-bottom: 1px solid #00000066;
}

.contact-btn {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color);
    width: 166px;
    height: 59px;
    border-radius: 70px;
    transition: .3s;
}

.contact-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: .3s;

}

/* custom radio btn */
input[type="radio"] {
    display: none;
}

.form-radio label {
    position: relative;
    cursor: pointer;
}

.form-radio label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.form-radio label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 50%;
    left: -31px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

input[type="radio"]:checked+label::before {
    border-color: var(--secondary-color);
}

input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.contact-img-animation {
    opacity: 1;
    animation: 1.5s slide-right forwards ease-out;
}

@keyframes slide-right {
    from {
        /* opacity: 0; */
        transform: translateX(-160%);
    }

    to {
        /* opacity: 1; */
        transform: translateX(0);
    }
}

.contact-fixed-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.contact-fixed-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 110px;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--primary-fonts);
    line-height: 15.73px;
    text-transform: uppercase;
    text-align: center;
}

.contact-fixed-link a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.contact-page .contact-fixed-link {
    display: none;
}

.form-wrapper .select-field {
    max-width: 46%;
    flex: 0 0 46%;
    height: 35px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    margin-bottom: 50px;
    padding: 5px 10px;
}

.community-select-field>option:first-child {
    font-weight: 600;
    color: #00000066;
}

.select-field>option {
    color: #000000;
}

.selectbox-wrapper {
    gap: 4%;
}



/* .page-id-16 header.bg-secondary {
  animation: unset;
} */

/* homeowners */
.homeowner-banner {
    background-image: url(../images/homeowners/homeowners-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 122px;
}

.homeowner-banner-wrapper {
    padding-left: 15.20%;
    padding-right: 15.20%;
}

.homeowner-banner-button {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    flex: 0 0 166px;
}

.homeowner-banner-button:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.homeowner-col-title {
    align-items: baseline;
    gap: 20px;
}

.homeowner-banner-single-col {
    border-bottom: 1px solid #ffffff99;
    padding: 50px 0;
}

.homeowner-col-title span {
    width: auto;
    height: 47px;
}

.homeowner-col-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--primary-color);
    flex: 1;
}

.homeowner-col-description .banner-address {
    max-width: 669px;
    /* padding-right: 25%; */
    padding-left: 0;
    margin-top: 40px;
}

.homeowner-mail {
    text-decoration: underline;
}

.homeowner-mail>div {
    border-bottom: 1px solid var(--primary-color);
}

/* faq */
.city-faq {
    padding: 150px 18.75%;
}

.city-faq .homeowner-col-title h2 {
    color: var(--secondary-color);
    border-bottom: 1px solid #00000099;
    padding-bottom: 30px;
}

.acc-content {
    display: none;
    padding-left: 39px;
}

.acc-inner {
    padding: 50px 0;
    border-bottom: 1px solid #00000099;
}

.faq-arrow {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-right: 25px;
    transition: .5s;
}

.faq-arrow img {
    margin-top: 7px;
    transition: .5s;
}

.acc-head {
    cursor: pointer;
    max-width: 450px;
}

.acc-head.active .faq-arrow img {
    transform: rotate(180deg);
    transition: .5s;
}

.faq-content {
    max-width: 80%;
    flex: 0 0 80%;
}

.acc-inner span {
    max-width: 20%;
    flex: 0 0 20%;
}

.acc-head p {
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary-color);
    font-family: 'inter', sans-serif;
}

.acc-content p {
    font-style: italic;
    margin-top: 20px;
}






.elementor-lightbox {
    display: none !important;
}

/*  custom responsive */
@media (min-width: 1920px) {
    .community-slider-images .swiper-slide {
        height: 1000px !important;
    }
}

@media (min-width: 1700px) {
    .community-slider-images .swiper-slide {
        max-width: calc(1000px + 20vw);
        height: 800px;
    }
}


@media (max-width: 1024px) {
    .common-section-headline {
        font-size: 34px;
    }

    .community-slider-images .swiper-slide {
        max-width: 1024px;
    }

    .community-slider-images .swiper-slide.swiper-slide-next,
    .community-slider-images .swiper-slide.swiper-slide-prev {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .packages-wrapper {
        row-gap: 80px;
    }

    .middle-border {
        margin: 20px auto;
    }

    .single-counter {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .community-slider-images .swiper-button-next,
    .community-slider-images .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .community-slider-images .swiper-button-next svg,
    .community-slider-images .swiper-button-prev svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 620px) {
    .single-counter {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-fixed-link a {
        width: 60px;
        height: 60px;
        font-size: 9px;
    }

    .form-wrapper .select-field {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .gallery-viewall {
        max-width: 45vw;
        bottom: 17.5%;
    }
}

@media (max-width: 430px) {
    .gallery-viewall {
        max-width: 42vw;
    }
}

@media (min-width: 1920px) {
    .gallery-wrapper {
        grid-auto-rows: calc(145px + 4vw);
        row-gap: 40px;
    }

    .lg-container .lg-img-wrap img {
        max-height: 65vh !important;
        max-width: 999px !important;
    }
}

@media (max-width: 1280px) {
    .gallery-wrapper {
        grid-auto-rows: calc(145px - 4vw);
    }
}

@media (max-width: 1024px) {
    .design-hover-btns {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        left: 0;
        width: 100%;
    }

    .banner-content .section-title {
        font-size: 70px;
        line-height: 1.2;
    }


    .contact-wrapper {
        flex-direction: column;
        /* padding-top: 40px; */
    }

    .contact-form,
    .contact-banner {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-form {
        order: 2;
        padding-top: 76px;
    }

    .contact-headline {
        font-size: 70px;
        line-height: 65px;
    }

    .homeowner-banner-wrapper {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    /* .city-faq {
    padding: 80px 5% !important;
  } */
    .city-faq {
        padding: 100px 12% !important;
    }
}

@media (max-width: 992px) {
    .banner-bottom-info {
        left: 0 !important;
    }

    .banner-content-wrapper {
        top: -15%;
    }

    .banner-slider-js .swiper-pagination {
        bottom: 40% !important;
        gap: 20px;
    }

    .banner-bottom-info {
        gap: 30px;
        justify-content: center;
        width: 100% !important;
        flex-direction: row;
        align-items: end;
        bottom: 40px;
    }

    .banner-logo {
        /* width: 60px; */
    }

    .banner-logo {
        border: none;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .single-design-package {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-content-wrapper {
        top: -15%;
    }

    /* .banner-slider-js .swiper-pagination {
    bottom: 40% !important;
    gap: 20px;
  } */

    /* .banner-bottom-info {
    gap: 30px;
    justify-content: center;
    left: 0;
    flex-direction: column;
    align-items: center !important;
  } */

    /* .banner-bottom-info {
    gap: 30px;
    justify-content: center;
    width: 100% !important;
    flex-direction: row;
    align-items: end;
  } */

    .banner-logo {
        /* width: 60px; */
    }

    /* .banner-logo {
    border: none;
    padding: 0;
  } */

    .banner-address {
        /* text-align: center; */
        padding: 0;
    }

    .gl-img:nth-child(n+7) {
        display: none !important;
    }

    .gallery-grid {
        grid-column: span 2 !important;
        grid-row: span 2 !important;
    }


    .form-fields {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-headline {
        font-size: 55px;
        line-height: 1;
    }

    .homeowner-banner-single-col {
        display: block !important;
    }

    .homeowner-col-description .banner-address {
        text-align: start;
    }

    .homeowner-col-title h2 {
        font-size: 45px !important;
        line-height: 1;
    }

    .homeowner-col-title span img {
        margin-top: 10px;
    }

    .homeowner-banner-content {
        margin-bottom: 50px;
    }

    .city-faq {
        padding: 80px 5% !important;
    }

    .faq-content {
        max-width: 90%;
        flex: 0 0 90%;
    }

    .acc-inner span {
        max-width: 10% !important;
        flex: 0 0 10% !important;
    }

    .faq-arrow {
        margin-right: 10px;
    }

    .homeowner-banner {
        padding: 50px 0 100px;
    }

    .lg-thumb-item {
        width: inherit !important;
    }
}

.ace-logo {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 100px;
}

@media (max-width: 620px) {
    .gallery-viewall {
        grid-column: span 4 !important;
        grid-row: span 2 !important;
    }

    .ace-logo {
        max-width: 120px;
    }
}


@media (min-width: 1680px) {
    .pkg-tabs-nav {
        left: calc(14.7% + 5vw);
    }

    .homeowner-banner {
        padding: 200px 0 180px;
    }
}

@media (max-width: 1024px) {
    .floor-plans-tabs .tabs-stage {
        padding-left: 0;
        padding-right: 0;
    }

    .floor-plans-tabs .tabs-nav {
        margin-bottom: 50px;
    }

    .floor-plans-tabs .tabs-nav li a {
        padding: 15px 30px;
    }

    .pkg-tabs {
        flex-direction: column;
    }

    .pkg-tabs-nav {
        position: inherit;
        flex-direction: row;
        margin-bottom: 50px;
    }

    .packages-wrapper .faq-wrapper {
        flex-direction: column;
    }

    .pkg-tabs-stage {
        padding-left: inherit;
    }

    .pkg-tabs-stage .download-btn {
        margin-top: 50px;
        margin-left: 0;
    }

    .pkg-tabs .pkg-tabs-stage .faq-wrapper .pkg-img {
        height: auto;
    }
}

/* start about page */
.tt-bg-center {
    background-position: center;
}

.tt-bg-no-repeat {
    background-repeat: no-repeat;
}

.tt-bg-cover {
    background-size: cover;
}

.about-banner-inner {
    flex: 0 0 100%;
    max-width: 100%;
}

.about-banner-content:nth-child(2) .about-banner-subtitle {
    text-align: right;
    /* margin-bottom: 95px; */
    margin-bottom: 13vh;
}

.about-banner-content:nth-child(3) .about-banner-subtitle {
    text-align: left;
    /* margin-bottom: 95px; */
    margin-bottom: 13vh;
}

.about-banner-content:nth-child(2) {
    /* margin-top: 244px; */
    margin-top: 39vh;
}

.about-banner-content:nth-child(2) .about-banner-title {
    text-align: right;
}

.banner-subtitle--top {
    margin-bottom: 13vh;
}

.about-banner-subtitle {
    font-family: 'Lexend', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.18;
    color: #FFFFFF;
    /* position: absolute; */
}

@media only screen and (min-width: 1900px) {
    .mission-content p {
        transform: translateY(35vh);
    }
}

.banner-subtitle--top {
    margin-top: calc(var(--header-height) + 60px);
}

/* .banner-subtitle--top {
  top: calc(var(--header-height) + 60px);
  left: var(--ch-space-x);
} */

/* .banner-title-wrapper {
  position: absolute;
  right: var(--ch-space-x);
  top: 54vh;
  width: auto;
  height: auto;
} */

.about-banner-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 150px;
    line-height: 130px;
    color: white;
    position: relative;
}

.about-banner-inner--top {
    background-image: url(../images/about/about-12.jpg);
    background-position: top center;
    /* margin-top: 97px; */
}

.about-banner-inner--middle {
    background-image: url(../images/about/about-22.jpg);
}

.about-banner-inner--bottom {
    background-image: url(../images/about/about-32.jpg);
}

.about-banner-oberlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.mission-content {
    max-width: 1010px;
    margin: 0 auto;
    padding: 150px 0;
    transform: translateY(100px);
}

.mission-content p {
    font-family: 'Lexend', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.18;
}

.mission-content p .clip-text {
    display: inline-block !important;
}

.lifestyle-area {
    background-color: #000;
    position: relative;
    background-size: cover;
    background-position: center;
}

.lifestyle-content {
    max-width: 604px;
    margin-left: 8.3%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
}

.lifestyle-content p {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 37px;
    padding-top: 300px;
    padding-bottom: 120px;
}

.lifestyle-content p .clip-text {
    display: inline-block !important;
}

.lifestyle-content p span {
    font-weight: 700;
    cursor: pointer;
}

.img-overlay {
    opacity: 0;
    transition: opacity .75s;
}

.img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.award-area {
    padding-top: 138px;
    padding-bottom: 150px;
}

.award-warpper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    /* opacity: 0; */
    /* Initially hide the award-warpper */
    /* transition: opacity 0.6s ease-in-out; */
    /* Apply a smooth transition */
}

/* .abt-reveal-title {
  overflow: hidden;
}
*/


.abt-reveal-title {
    overflow: hidden;
}

.abt-reveal-title .abt-section-title {
    line-height: 1.2;
}

.award-btn {
    margin-top: 35px;
    margin-bottom: 130px;
}

/* .award-btn img {
  filter: invert(1);
} */

.award-crest {
    max-width: 21%;
}


.award-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 440px 440px 440px;
    /* gap: 3rem; */
    column-gap: 5rem;
    position: relative;
    transform: translateY(165px);
    z-index: 9;
}

/* .award-single-img {
  height: 475px;
} */

.award-single-img:nth-child(odd) {
    transform-origin: left bottom;
}

.award-single-img:nth-child(even) {
    transform-origin: right bottom;
}

/* .award-single-img:nth-child(3),
.award-single-img:nth-child(4),
.award-single-img:nth-child(5),
.award-single-img:nth-child(6) {
  transform: translateY(-200px);
} */

/* .award-single-img:nth-child(3),
.award-single-img:nth-child(4) {
  position: relative;
  top: -20px;
}

.award-single-img:nth-child(5),
.award-single-img:nth-child(6) {
  margin-top: -20px;
} */

.award-single-img img {
    width: 100%;
    height: 100%;
    /* height: 475px; */
    display: block;
    object-fit: cover;
}

.desktop-award {
    padding-top: 178px;
    padding-bottom: 167px;
}

.desktop-award-inner {
    padding-left: var(--ch-space-x);
    overflow: hidden;
}

.desktop-award-slider-area {
    display: flex;
    /* align-items: center; */
    align-items: start;
    column-gap: 25px;
}

.desktop-award-slider-gigsuite {
    display: flex;
    max-width: 42%;
    flex: 0 0 42%;
    justify-content: center;
    flex-direction: column;
    row-gap: 60px;
}

.desktop-award-slider-gigsuite>div {
    display: flex;
    align-items: center;
}

.desktop-award-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 103px;
    font-weight: 400;
    line-height: 123px;
}

.desktop-award-slider-gigsuite-img:nth-child(1) {
    flex: 0 0 44%;
    max-width: 44%;
}

.award-single-slide-img img {
    height: 333px;
    width: 100%;
    object-fit: cover;
}

.js-award-slider .swiper-slide.award-single-slide.swiper-slide-active img {
    transform: scale3d(1, 1.3, 1);
    transition: all .5s;
}

@media (min-width: 1500px) {
    .js-award-slider .swiper-slide.award-single-slide.swiper-slide-active img {
        transform: scale3d(1, 1.6, 1);
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .desktop-award-slider-gigsuite {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.js-award-slider {
    flex: 0 0 60%;
    max-width: 60%;
    align-self: stretch;
    display: flex;
}

.desktop-award-swiper-btn {
    /* padding-top: 90px; */
    display: flex;
    column-gap: var(--award-btn-pos);
    align-items: center;
    position: absolute;
    bottom: 40px;
}

.desktop-award-swiper-btn>div {
    z-index: 1;
}

.desktop-award-slider-btn {
    display: flex;
    column-gap: 20px;
}

.desktop-award-slider-btn .swiper-button-next::after,
.desktop-award-slider-btn .swiper-button-prev::after {
    display: none;
}

.desktop-award-slider-btn .swiper-button-next,
.desktop-award-slider-btn .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    position: unset !important;
    margin: 0;
}

/* .swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
} */

.desktop-award-slider-btn img {
    filter: invert(1);
}

.desktop-award-slider-btn .swiper-button-prev:hover,
.desktop-award-slider-btn .swiper-button-next:hover {
    background: #fff;
    border: 1px solid #000;
}

.desktop-award-slider-btn .swiper-button-prev:hover img,
.desktop-award-slider-btn .swiper-button-next:hover img {
    filter: invert(0);
}

@media (max-width: 1279px) {
    .desktop-award-slider-area {
        flex-direction: column;
        align-items: unset;
        row-gap: 60px;
    }

    .desktop-award-title {
        order: -1;
    }

    .desktop-award-title h2 {
        line-height: 105px;
    }

    .desktop-award-slider-gigsuite {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .js-award-slider {
        flex: 0 0 115%;
        max-width: 115%;
        display: unset;
    }

    .desktop-award-swiper-btn {
        padding-top: 90px;
        position: unset;
        /* column-gap: calc(var(--active-margin) + var(--award-btn-pos) + 20px); */
    }
}

@media (max-width: 1024px) {
    .desktop-award {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* @media (max-width: 768px) {
  .desktop-award-slider-area {
    flex-direction: column;
    align-items: unset;
    row-gap: 60px;
  }

  .desktop-award-title {
    order: -1;
  }

  .desktop-award-title h2 {
    line-height: 105px;
  }

  .desktop-award-slider-gigsuite {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
  }

  .js-award-slider {
    flex: 0 0 115%;
    max-width: 115%;
    display: unset;
  }

  .desktop-award-swiper-btn {
    padding-top: 90px;
    position: unset;
  }
} */

.partner-area {
    padding-top: 150px;
    padding-bottom: 140px;
    overflow: hidden;
}

.abt-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
}

:root {
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 4.75rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #000 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #000 0%, transparent 100%);
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    white-space: nowrap;
}

.marquee-content li div {
    margin: 0 25px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-radius: 12px;
}

.marquee-content li img {
    width: auto;
    max-width: 197px;
}

.review-area {
    margin-bottom: 60px;
}

.rv-sliders {
    height: 733px;
    position: relative;
}

.rv-single-slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rv-single-slider .rv-quote {
    max-width: 754px;
    margin: 0 auto;
}

.rv-single-slider p {
    font-family: 'Lexend', sans-serif;
    font-weight: 200;
}

.rv-quote {
    font-size: 32px;
    line-height: 60px;
}

.rv-quote div.clip-text {
    display: inline-block !important;
}

.rv-author {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 60px;
}

.rv-navigation-btns {
    position: absolute;
    left: var(--ch-space-x) !important;
    bottom: 60px;
    display: flex;
    justify-content: start;
    gap: 10px;
}

.rv-navigation-btns .swiper-button-next:after,
.rv-navigation-btns .swiper-button-prev:after {
    display: none;
}

.rv-navigation-btns .swiper-button-next,
.rv-navigation-btns .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: unset !important;
}

.vendors-area {
    padding-top: 137px;
}

.vendors-list {
    margin-top: 87px;
}

.vendors-list-items {
    max-width: 20%;
    flex: 0 0 20%;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vendors-list-items img {
    max-width: 200px!important;
    height: 100px!important;
    max-height: 100px;
    object-fit: contain;
}

.vendors-list-items.initial img {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.6s ease-in-out;
}

.vendors-list-items.changing img {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
}

.vendors-list-items.changed img {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.6s ease-in-out;
}

@media (min-width: 601px) {
    .award-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .desktop-award {
        display: none;
    }
}

@media(max-width:1280px) {
    .vendors-list-items img {
        max-width: 70%!important;
    }
}

@media(max-width:1024px) {
    .about-banner-inner {
        min-height: 640px;
    }

    .about-banner-title {
        font-size: 100px;
        line-height: 100px;
    }

    .banner-subtitle--top,
    .about-banner-content:nth-child(2) .about-banner-subtitle {
        margin-bottom: 244px;
    }

    .about-banner-content:nth-child(3) .about-banner-subtitle {
        margin-bottom: 244px;
    }

    .about-banner-images {
        display: unset !important;
    }

    .about-banner-content:nth-child(2) {
        margin-top: 307px;
        /* margin-top: 39vh; */
    }

    .abt-section-title {
        font-size: 66px;
        line-height: 1.2;
    }

    .partner-area {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    :root {
        --marquee-elements-displayed: 4;
    }

    .vendors-area {
        padding-top: 80px;
    }

    .vendors-list.flex.flex-wrap {
        margin-top: 40px;
    }

    .vendors-list-items {
        margin-bottom: 70px;
    }

    .award-warpper {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .award-warpper .abt-section-title {
        font-size: 53px;
    }

    .award-btn {
        margin: 35px 0;
        max-width: 200px;
        height: 70px;
        max-height: 70px;
    }

    .award-btn a,
    .award-btn img {
        width: 100%;
        height: 100%;
    }

    .award-crest {
        max-width: 128px;
    }

    .award-images {
        grid-template-rows: 250px 250px 250px;
        column-gap: 4rem;
        row-gap: 5rem;
        transform: unset;
    }
}

@media(max-width:768px) {
    .about-banner-subtitle {
        font-size: 25px;
    }

    .banner-subtitle--top {
        margin-top: calc(var(--header-height) + 30px);
    }

    .about-banner-inner {
        min-height: 596px;
    }

    .banner-subtitle--top,
    .about-banner-content:nth-child(2) .about-banner-subtitle,
    .about-banner-content:nth-child(3) .about-banner-subtitle {
        margin-bottom: 250px;
    }

    .lifestyle-content p {
        padding-top: 200px;
    }

    .rv-quote {
        font-size: 25px;
        line-height: 40px;
    }

    :root {
        --marquee-elements-displayed: 3;
    }

    .lifestyle-content {
        margin-left: 0;
        padding: var(--ch-space-x);
    }
}

@media screen and (max-height: 1024px) {
    .mission-content p {
        font-size: 40px;
    }
}

@media(max-width:640px) {
    .abt-reveal-title {
        text-align: center;
    }

    .abt-reveal-title .abt-section-title {
        font-size: 40px;
    }

    .banner-subtitle--top,
    .about-banner-content:nth-child(2) .about-banner-subtitle,
    .about-banner-content:nth-child(3) .about-banner-subtitle {
        /* margin-bottom: 400px; */
        margin-bottom: 100px;
    }

    .mission-content p {
        font-size: 27px;
    }

    .rv-navigation-btns {
        left: 11px;
    }

    .abt-section-title {
        font-size: 40px;
    }

    :root {
        --marquee-elements-displayed: 1;
    }

    .vendors-list-items {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        margin-bottom: 50px;
    }

    .vendors-list-items img {
        height: 40px!important;
    }

    .lg-container .lg-img-wrap img {
        max-width: 100% !important;
    }

    .lg-toolbar .lg-close:after,
    .lg-container .lg-next::before,
    .lg-container .lg-prev:after {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:425px) {
    .about-banner-title {
        font-size: 74px;
        line-height: 80px;
    }

    .about-banner-content:nth-child(2) {
        /* margin-top: 403px; */
        margin-top: 300px;
        /* margin-top: 39vh; */
    }

    .about-banner-content:nth-child(2) .about-banner-subtitle,
    .about-banner-content:nth-child(3) .about-banner-subtitle {
        /* margin-bottom: 95px; */
        margin-bottom: 100px;
    }

    /* .about-banner-content:nth-child(3){
    display: none;
  } */
}

@media (min-height: 800px) {
    .lifestyle-area {
        height: 100vh;
    }

    .lifestyle-content p {
        padding-top: 0;
    }
}



/* inside about banner content nth child 2 */
/* margin-top: 244px; */
/* 

@media screen and (min-height: 695px) and (max-height: 850px) {
  .banner-subtitle--top, .about-banner-content:nth-child(2) .about-banner-subtitle {
    margin-bottom: 15vh;
  }

  .about-banner-content:nth-child(2) {
    margin-top: 15vh;
  }

  .mission-content {
    padding: 100px 0;
  }
} */


/* responsive height fix for banner overlay text */


@media screen and (max-width: 1024px) and (max-height: 1368px) {
    .about-banner-content:nth-child(2) {
        margin-top: 40vh;
    }

    .mission-content {
        margin-top: 30vh;
    }
}

@media screen and (max-width: 1024px) and (max-height: 1280px) {

    .about-banner-content:nth-child(3),
    .about-banner-content:nth-child(2) {
        margin-top: 30vh;
    }

    .mission-content {
        margin-top: 30vh;
    }
}

@media screen and (max-width: 650px) and (max-height: 950px) {

    .banner-subtitle--top,
    .about-banner-content:nth-child(2) .about-banner-subtitle,
    .about-banner-content:nth-child(3) .about-banner-subtitle {
        margin-bottom: 15vh;
    }

    .about-banner-content:nth-child(2) {
        margin-top: 30vh;
    }

    .mission-content {
        padding: 100px 0;
    }
}

@media screen and (max-width: 650px) and (max-height: 850px) {
    .mission-content {
        margin-top: 10vh;
    }
}

@media screen and (max-width: 650px) and (max-height: 750px) {
    .mission-content {
        margin-top: 10vh;
    }
}

@media screen and (max-width: 650px) and (max-height: 650px) {
    .mission-content {
        margin-top: 15vh;
    }
}

/* end about page */

@media (max-width: 576px) {
    .banner-content .section-title {
        font-size: 50px;
        line-height: 1;
    }
}

a.d-none.position-absolute.mobile-view-all {
    display: none;
}

a.d-none.position-absolute.mobile-view-all {
    display: none;
}

@media only screen and (max-width: 992px) {

    .mobile-mega-menu:before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        position: absolute;
    }

    ul>.mobile-view-all.d-none {
        display: block !important;
        position: absolute;
        z-index: 9999;
        background: #fff;
        color: #000;
        padding: 10px 40px;
        border-radius: 100px;
        font-size: 16px;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
    }

}





/***** referral page css *****/

/* referral banner */
.refferal-banner {
    height: 100vh;
    background-image: url(../images/refferal/refferal-banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.refferal-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.refferal-headline {
    max-width: 920px;
}

.refferal-headline h1 {
    font-size: 150px;
    font-weight: 400;
    line-height: 130px;
    text-align: left;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: 'Bebas Neue', sans-serif;
    /* padding-top: 80px; */
    padding-top: 50px;
    margin-top: var(--header-height);
}

.refferal-bottom-details p {
    font-family: Lexend;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: var(--primary-color);
    padding-bottom: 60px;
    max-width: 1012px;
}

.refferal-down-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    flex: 0 0 50px;
    margin-left: 40px;
    margin-bottom: 60px;
}

.refferal-down-arrow:hover svg {
    animation: upDown 0.5s ease-in-out infinite alternate;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* refer fnf section */
.refer-fnf {
    padding-top: 100px;
    padding-right: 35px;
    padding-left: 100px;
}

.refer-fnf-wrapper {
    max-width: 1306px;
    margin: 0 auto;
}

.fnf-content h5 {
    max-width: 676px;
}

.fnf-content h5 sup {
    font-family: 'lexend', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    vertical-align: top;
    top: 0;
}

.fnf-content span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 81.15px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin-right: 15px;
}

.fnf-content {
    padding: 30px 0px;
    max-width: 52%;
    display: flex;
}

.fnf-img {
    max-width: 48%;
    padding-left: 50px;
}

/* imagine section */
.imagine-section {
    background-color: #000000;
}

.imagine-content {
    padding-top: 150px;
    padding-bottom: 120px;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 67%;
}

.imagine-content h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 150px;
    font-weight: 400;
    line-height: 130px;
    text-align: left;
    color: var(--primary-color);
    margin-bottom: 45px;
}

.imagine-content h4 {
    font-family: 'lexend', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.imagine-content h5 {
    font-family: 'lexend', sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.imagine-content h5 span {
    font-weight: 700;
}

.imagine-img {
    max-width: 33%;
    align-self: stretch;
    display: flex;
    width: 100%;
}

/* welcome home */
.welcome-home {
    padding-top: 150px;
    padding-bottom: 150px;
}

.welcome-home-content {
    max-width: 860px;
    margin: 0 auto;
}

.welcome-home-content h4 {
    font-family: 'lexend', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 45px;
}

.welcome-home-content p {
    font-family: 'lexend', sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 40px;
}

/* refferal contact */
.refferal-contact-wrapper {
    max-width: 1242px;
    margin: 0 auto;
}

.refferal-contact-wrapper h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 80px;
    text-align: left;
}

.refer-form-wrapper {
    margin-top: 80px;
    margin-bottom: 150px;
}

.refer-form-type-title {
    font-family: 'inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin-bottom: 50px;
}

.main-form-info,
.refer-form-info {
    max-width: 46.69%;
    flex: 0 0 46.69%;
}

.community-select-field {
    background: #fff;
    background: rgba(0, 0, 0, 0) url(https://citysidehomes.com/wp-content/uploads/2024/11/form-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: calc(1% + 10px);
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) 20%;
}

.refer-terms {
    padding: 50px 0;
    border-top: 1px solid #33333333;
}

.refer-terms p {
    font-family: 'lexend', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.5px;
    text-align: left;
    color: #6E6E6E;
}

.refer-form-wrapper .contact-btn {
    background-color: #000000;
}

.refer-form-wrapper .contact-btn:hover {
    background-color: #ffffff;
}

.refer-form-info .community-select-field {
    padding-left: 5px;
}


@media (min-width: 1800px) {
    .imagine-content {
        max-width: 75%;
    }

    .imagine-img {
        max-width: 25%;
    }

    .refferal-contact-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }

    .imagine-content {
        padding-right: 22%;
    }
}

@media (max-width: 1024px) {
    .refferal-headline h1 {
        font-size: 110px;
        line-height: 1;
    }

    .refferal-bottom-details p {
        font-size: 35px;
        line-height: 1.3;
    }

    .fnf-content h5 {
        font-size: 20px;
        line-height: 1.5;
    }

    .fnf-content span {
        font-size: 65px;
        line-height: 1.2;
    }

    .imagine-content h2 {
        font-size: 110px;
        line-height: 1;
    }

    .imagine-content h4 {
        font-size: 40px;
    }

    .imagine-content h5 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .refferal-headline h1 {
        font-size: 80px;
    }

    .refferal-bottom-details p {
        font-size: 25px;
        line-height: 1.4;
    }

    .fnf-content,
    .fnf-img {
        max-width: 100%;
    }

    .fnf-img {
        padding: 0;
    }

    .refer-fnf {
        padding-left: 20px;
        padding-top: 60px;
    }

    .imagine-content h2 {
        font-size: 80px;
    }

    .imagine-content {
        padding-top: 90px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .imagine-content,
    .imagine-img {
        max-width: 100%;
        width: 100%;
    }

    .imagine-content h4 {
        font-size: 35px;
    }

    .welcome-home {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .refferal-contact-wrapper h2 {
        font-size: 72px;
    }

    .refer-form-wrapper {
        margin-top: 25px;
        row-gap: 70px;
    }

    .refer-form-type-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 620px) {

    .main-form-info,
    .refer-form-info {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 430px) {
    .refferal-headline h1 {
        font-size: 70px;
    }

    .refferal-bottom-details p {
        font-size: 18px;
    }

    .imagine-content h2 {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .imagine-content h4 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .imagine-content h5 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .welcome-home-content h4 {
        font-size: 25px;
        line-height: 1.4;
    }

    .welcome-home-content p {
        font-size: 18px;
        line-height: 1.4;
    }

    .refer-form-wrapper {
        margin-bottom: 60px;
    }
}





  /* Mobile landscape devices below 1200px */
@media (max-width: 1200px) and (orientation: landscape) {
  .clip-text-video__text h2{
    font-size: 88vw!important;
  }
}
