main {
    background: #000000;
}

/* Banner */
.lifestyle-banner {
    max-width: 1920px;
    margin: auto;
    padding: 170px 40px 60px;
}

/* Banner - Breadcrumbs */
.lifestyle-banner-title {
    position: relative;
}

.lifestyle-banner-title-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 17px;
}

.lifestyle-banner-title-left span {
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.lifestyle-banner-title-left a {
    color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.lifestyle-banner-title-center h1 {
    font-family: 'Satoshi-light', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    padding: 10px 30px;
}

.lifestyle-banner-title-center h1 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lifestyle-banner-title-left img {
    width: 100%;
    max-width: 7px;
}

/* Banner - Image */
.lifestyle-banner-image {
    padding: 35px 0 0;
}

.lifestyle-banner-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Banner - Content Below */
.lifestyle-content {
    background: #1A1A1A;
}

.lifestyle-content-container {
    max-width: 1920px;
    margin: auto;
    padding: 90px 40px 50px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.lifestyle-content-container h4 {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    font-style: italic;
    display: none;
    width: 100%;
    padding: 0 0 25px;
}

.lifestyle-content-container h4 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lifestyle-content-left {
    width: 100%;
    max-width: 985px;
}

.lifestyle-content-right {
    width: 100%;
    max-width: 780px;
    padding: 15px 0 0;
}

.lifestyle-content-right h2 {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 0;
}

.lifestyle-content-right p {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 40px 0;
}

.lifestyle-content-right a {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    border: 1px solid #D5D5D580;
}

/* Lifestyle Swiper */
.lifestyleSwiper img {
    width: 100%;
    height: 735px;
    object-fit: cover;
}

.lifestyle-swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    padding: 25px 0 0;
}

.lifestyle-swiper-pagination,
.lifestyle-swiper-button-next,
.lifestyle-swiper-button-prev {
    position: static !important;
    margin: 0 !important;
}

.lifestyle-swiper-pagination {
    height: 2px !important;
    max-width: 345px;
    background: #6D6D6D !important;
}

.lifestyle-swiper-pagination span {
    background: #FFF !important;
}

.lifestyle-swiper-navigation {
    display: flex;
    gap: 20px;
}

.lifestyleSwiper .swiper-button-next,
.lifestyleSwiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #353535;
}

.lifestyleSwiper .swiper-button-next::after,
.lifestyleSwiper .swiper-button-prev::after {
    color: #FFF;
    font-size: 25px;
    background: #353535;
    padding: 17px 24px;
    border-radius: 50%;
}

/* Latest Properties */
.lifestyle-properties {
    max-width: 1920px;
    width: 100%;
    padding: 50px 0 0;
    margin: auto;
}

.lifestyle-properties-title {
    position: relative;
    margin: 0 0 60px;
    padding: 0 40px;
}

.lifestyle-properties-title h2 {
    width: fit-content;
    margin: auto;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    padding: 10px 55px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.lifestyle-properties-title h3 {
    display: none;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFFB2;
}

.lifestyle-properties-title h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lifestyle-properties-title .property-view-types {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Properties */
.property-list__item {
    display: none;
    background: transparent !important;
}

.property-item-attributes > div > img {
    padding: 7px;
    border: 1px solid;
    border-radius: 5px;
    object-fit: contain !important;
}

/* .property-item-agent__container {
    display: none !important;
} */

.property-item-attributes > div {
    padding: 0 10px;
}

/* Latest Projects */
.lifestyle-projects {
    position: relative;
    z-index: 2;
    padding: 80px 40px;
    max-width: 1920px;
    margin: auto;
}

.lifestyle-projects-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 0 20px;
}

.lifestyle-projects-title h2 {
    width: fit-content;
    margin: auto;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    padding: 0 0 30px;
}

.lifestyle-projects-title h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lifestyle-projects-title h3 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFFB2;
}

/* Latest Projects Card */
.lifestyle-projects-content {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lifestyle-projects-card {
    width: calc(25% - 15px);
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
}

.lifestyle-projects-card:hover .lifestyle-projects-card-image {
    transform: scale(1.1);
}

.lifestyle-projects-card-image-container {
    position: relative;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.lifestyle-projects-card-image-container>img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.lifestyle-projects-card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
}

.card-image-badges {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    z-index: 1;
}

.card-image-badges-left {
    position: relative;
}

.card-image-badges-left img.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.card-image-badges-left img {
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.card-image-badges-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-image-badges-right span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 100px;
    background: #FFA500;
    margin: 0 0 0 auto;
}

.card-image-badges-right img {
    width: 107px;
    height: 42px;
    display: block;
    padding: 5px 16px;
    object-fit: contain;
    border: 1px solid #FFF;
    background: #00000050;
    border-radius: 7px;
    margin: 0 0 0 auto;
}

.lifestyle-projects-card-content-bottom {
    padding: 7px 10px 20px;
}

.lifestyle-projects-card-content-bottom h3 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 15px 10px 35px;
}

.lifestyle-projects-card-content-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    border-radius: 10px;
    background: #1A1A1A;
    border: 1px solid #FFFFFF33;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.lifestyle-projects-card-content-bottom a:hover {
    background: #FFF;
    color: #1A1A1A;
}

/* Sort By Dropdown */
.dropdown-content-projects {
    z-index: 2;
    height: 370px;
    overflow: auto;
}

.dropdown-content-projects::-webkit-scrollbar-thumb {
    background-color: #B0B0B0;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.dropdown-content-projects::-webkit-scrollbar {
    width: 11px;
}

.dropdown-lifestyle-sort {
    width: 100%;
    max-width: 227px;
}

.dropdown-lifestyle-sort .dropdownBtn {
    cursor: pointer;
    width: 100%;
    height: 84px;
    border: 1px solid #B0B0B0;
    border-radius: 100px;
    background: transparent;
    padding: 10px 20px;
}

.dropdown-lifestyle-sort .dropdownBtn>div {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.dropdown-lifestyle-sort .dropdownBtn:hover>div {
    background: #5c5c5c;
}

.dropdown-lifestyle-sort .dropdownBtn span {
    width: 100%;
    max-width: 105px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.dropdown-lifestyle-sort .dropdownBtn img {
    width: 14px;
    height: 7px;
    margin: 0 10px 0 0;
}

.dropdown-content-projects [type="search"] {
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #fff;
    height: 84px;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 0 20px 0 80px;
    background-color: rgba(93, 93, 93, 1);
}

.dropdown-content-projects [type="search"]::placeholder {
    color: #fff;
}

.lifestyle-search-container {
    display: none;
    position: relative;
}

.lifestyle-search-container .search-icon {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.lifestyle-sort-container {
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}

.lifestyle-sort-container label {
    width: 100%;
    padding: 25px 10px;
    font-size: 20px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.lifestyle-sort-container input[type="radio"] {
    accent-color: #000;
    display: none;
}

.lifestyle-sort-container input[type="radio"]:checked {
    display: inline-block;
}

.dropdown-content-projects button {
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 19px;
    border: 1px solid #fff;
    height: 57px;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    padding: 0;
    background-color: #000;
    margin: 20px 0 0;
}

/* Pagination */
.properties-pagination-wrapper nav>div:last-child,
.properties-pagination-wrapper nav>div:first-child {
    justify-content: center !important;
}

.properties-pagination-wrapper nav>div:last-child>div:first-child {
    display: none;
}

@media (max-width: 1760px) {
    .dropdown-content-projects {
        width: 600px;
    }
}

@media (max-width: 1500px) {

    /* Banner - Breadcrumbs */
    .lifestyle-banner-title-center h1 {
        font-size: 33px;
    }

    /* Banner Content Below */
    .lifestyle-content-left {
        max-width: 800px;
    }

    /* Latest Properties */
    .lifestyle-properties-title h2 {
        font-size: 33px;
    }

    /* Latest Projects */
    .lifestyle-projects-title h2 {
        font-size: 33px;
    }

}

@media (max-width: 1280px) {

    /* Banner */
    .lifestyle-banner {
        padding: 160px 40px 30px;
    }

    /* Banner - Breadcrumbs */
    .lifestyle-banner-title-center h1 {
        font-size: 30px;
    }

    .lifestyle-banner-title-left span {
        font-size: 14px;
    }

    /* Banner - Image */
    .lifestyle-banner-image {
        padding: 20px 0 0;
    }

    .lifestyle-banner-image img {
        height: 600px;
    }

    /* Banner Content Below */
    .lifestyle-content-container {
        align-items: center;
        padding: 20px 40px;
    }

    .lifestyle-content-left {
        max-width: 560px;
    }

    .lifestyle-content-right {
        padding: 0;
    }

    .lifestyleSwiper img {
        height: 420px;
    }

    .lifestyle-content-right p {
        padding: 10px 0 30px;
    }

    /* Lifestyle Swiper */
    .lifestyle-swiper-pagination {
        max-width: 170px;
    }

    /* Latest Properties */
    .lifestyle-properties-title {
        margin: 0 0 40px;
    }

    .lifestyle-properties-title h2 {
        font-size: 30px;
    }

    .dropdown-lifestyle-sort {
        max-width: 184px;
    }

    .dropdown-lifestyle-sort .dropdownBtn {
        height: 74px;
    }

    /* Latest Projects */
    .lifestyle-projects {
        padding: 10px 20px 30px;
    }

    .lifestyle-projects-content {
        column-gap: 15px;
        row-gap: 20px;
    }

    .lifestyle-projects-card {
        width: calc(33% - 8px);
    }

    .lifestyle-projects-card-content-bottom h3 {
        font-size: 20px;
    }

    .lifestyle-projects-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {

    /* Banner */
    .lifestyle-banner-title-left {
        position: static;
    }

    .lifestyle-banner-title-center h1 {
        padding: 20px 30px 10px;
    }

    /* Latest Projects */
    .lifestyle-properties-title .property-view-types {
        position: static;
        justify-content: flex-end;
        padding: 20px 0 0;
    }

}

@media (max-width: 1000px) {

    /* Banner */
    .lifestyle-content-left {
        max-width: 450px;
    }

}

@media (max-width: 850px) {

    /* Banner */
    .lifestyle-content-left {
        max-width: 350px;
    }

}

@media (max-width: 768px) {

    /* Banner */
    .lifestyle-banner {
        padding: 105px 20px 40px;
    }

    .lifestyle-banner-title-left span {
        font-size: 12px;
    }

    .lifestyle-banner-title-center h1 {
        padding: 0;
        text-align: left;
        padding: 20px 0 0;
    }

    .lifestyle-banner-image {
        padding: 15px 0 0;
    }

    .lifestyle-banner-image img {
        height: 215px;
    }

    /* Banner Content Below */
    .lifestyle-content-container {
        padding: 20px 20px 50px;
        flex-direction: column;
        gap: 0;
    }

    .lifestyle-content-left {
        max-width: 100%;
    }

    .lifestyleSwiper img {
        height: 315px;
    }

    .lifestyle-content-container h4 {
        display: block;
    }

    .lifestyle-content-right p {
        padding: 20px 0 30px;
    }

    .lifestyle-content-right {
        padding: 20px 0 0;
    }

    /* Lifestyle Swiper */
    .lifestyle-swiper-pagination {
        max-width: 100%;
    }

    .lifestyle-swiper-controls {
        flex-direction: column;
        gap: 20px;
    }

    /* Latest Properties */
    .lifestyle-properties {
        padding: 40px 0 0;
    }

    .lifestyle-properties-title {
        margin: 0;
        padding: 0 20px;
    }

    .lifestyle-properties-title h2 {
        padding: 0 0 10px;
        border: 0;
    }

    .lifestyle-properties-title h3 {
        display: block;
    }

    .lifestyle-properties-title .property-view-types {
        display: none;
    }

    .property-list__item {
        display: block;
    }

    /* Properties */
    .property-item__mobile .property-item-image__container {
        padding: 0 20px 20px !important;
        height: auto !important;
    }

    .property-item-details__container {
        padding: 0 !important;
    }

    .property-grid-view .property-list__wrapper {
        margin-top: 20px !important;
    }

    .property-item-details-header > span {
        display: none;
    }

    .property-item-details-header h2 {
        font-family: 'AvenirNextLTPro-Bold' !important;
    }

    /* Latest Projects */
    .lifestyle-projects-title h2 {
        padding: 0 0 10px;
    }

    .lifestyle-projects-title h3 {
        font-size: 16px;
    }

    .dropdown-lifestyle-sort {
        display: none;
    }

    .lifestyle-projects-title {
        justify-content: center;
    }

    .property-view-types {
        display: none !important;
    }

    .lifestyle-projects-card {
        width: 100%;
    }

}