/* Container */
:is(.bodyPropertySearch, .bannerPropertySearch) .container {
    /* max-width: 1330px; */
    row-gap: 20px;
}

.bannerPropertySearch {
    background: var(--dark-blue);
    text-align: center;
    color: white;
    /* position: ;
    z-index: 10;
    top: 0;
    left: 0; */
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-block: 20px;
}

.bannerPropertySearch.customBanner::before,
.bannerPropertySearch.customBanner::after {
    background: none;
}

.bannerPropertySearch .container_select {
    width: 100%;
    max-width: 270px;
    position: relative;

}

.bannerPropertySearch .container_select label {
    position: absolute;
    font-size: 14px;
    font-family: var(--font-UltraLight);
    left: 20px;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: var(--dark-blue);
    z-index: 1;
    padding-inline: 4px;
}

.bannerPropertySearch .container_select .nice-select {
    width: 100%;
    font-family: var(--font-UltraLight);
}



.bannerPropertySearch .buttonsSection {
    flex: 1;
    max-width: 379px;
}

.bannerPropertySearch :is(button, a) {
    flex: 1;
    min-width: 150px;
    height: 100%;
    max-height: 49px;
    min-height: 49px;
}

.bannerPropertySearch .btnFilter {
    color: var(--dark-blue);
    font-size: 18px;
    line-height: 20.7px;
    letter-spacing: 0.02em;
    border: 0;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    outline: none;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    max-width: 250px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.bannerPropertySearch .btnFilter:hover {
    box-shadow: 0 0 10px 0 #FFF;
}

.bannerPropertySearch .btnFilter:focus {
    border: 0;
    outline: none;
}

.bannerPropertySearch .btnMap {
    color: #FFF;
    background-color: var(--light-blue);
    font-size: 18px;
    line-height: 20.7px;
    letter-spacing: 0.02em;
    border: 0;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    max-width: 250px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.bannerPropertySearch .btnMap:hover {
    box-shadow: 0 0 10px 0 var(--light-blue);
}

.bannerPropertySearch .sectionSelect,
.bannerPropertySearch .buttonsSection {
    gap: 18px;
}

@media (max-width:820px) {

    .bannerPropertySearch .container {
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .bannerPropertySearch .sectionSelect,
    .bannerPropertySearch .buttonsSection {
        width: 100%;
        max-width: none;
        row-gap: 25px;

    }

    .bannerPropertySearch .btnFilter,
    .bannerPropertySearch .btnMap {
        font-size: 16px;
        min-width: 200px;
    }

    .banner {
        margin-top: 279px;
    }

}

@media (max-width:585px) {
    .bannerPropertySearch {
        height: 500px;
    }

    .banner {
        margin-top: 429px;
    }

    .bannerPropertySearch .sectionSelect {
        flex-direction: column;
    }

    .bannerPropertySearch .buttonsSection {
        justify-content: center;
    }

    .bannerPropertySearch .sectionSelect .container_select {
        max-width: none;
    }
}

@media (max-width:448px) {
    .bannerPropertySearch {
        height: 500px;
    }
}

/* Content Search */
.bodyPropertySearch {
    min-height: 50dvh;
}

.bodyPropertySearch .container {}

.bodyPropertySearch .container .headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}

.bodyPropertySearch .container .numberOfResult {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 18.4px;
    letter-spacing: 0.02em;
    gap: 4px;
    color: var(--dark-blue);

}

.bodyPropertySearch .container .numberOfResult h5 {
    font-size: 24px;
    line-height: 27.6px;
    letter-spacing: 0.02em;

}

.bodyPropertySearch .container .numberPerPage {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: var(--font-UltraLight);
    line-height: 18.4px;
    letter-spacing: 0.02em;

}

.bodyPropertySearch .container .numberPerPage .nice-select {
    border: 0;
    padding-inline: 8px 24px;
    font-size: 16px;
    min-width: 40px;
}

.bodyPropertySearch .container .numberPerPage .nice-select .list {
    min-width: fit-content;
    color: white;
}

.bodyPropertySearch .container .numberPerPage .nice-select .list li {
    padding-inline: 8px;
    text-align: center;
}

.bodyPropertySearch .container .numberPerPage .nice-select::after {
    border-color: var(--dark-blue);
}

.bodyPropertySearch .imagesGallery {
    max-width: 729px;
    display: flex;
    flex: 1 1 100%;
    gap: 4px;
}

.bodyPropertySearch .bodyContent {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.bodyPropertySearch .bodyContent li {
    display: flex;
    gap: 42px;
    position: relative;
}

.bodyPropertySearch .bodyContent li:not(:last-child):after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #E4E4E4;
    bottom: -47px;
}

/* gallery House Style */
.swiper {
    width: 30%;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    max-height: 360px;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.parentSwiper .heart {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    border: none;
    outline: none;
    height: 34px;
    width: 34px;
    top: 25px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.parentSwiper .heart img {
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.parentSwiper .heart .heartFill {
    opacity: 0;
}

.parentSwiper .heart:hover img:not(.heartFill) {
    opacity: 1;
}

.parentSwiper .heart:hover img.heartFill {
    opacity: 1;
}

.parentSwiper .share {
    position: absolute;
    z-index: 2;
    background-color: white;
    border: none;
    outline: none;
    height: 48px;
    width: 48px;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px 0 #9f9f9f;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.parentSwiper .numberOfPhoto {
    position: absolute;
    z-index: 2;
    background-color: white;
    border: none;
    outline: none;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
}

.parentSwiper .share:hover {
    box-shadow: 0 0 10px 2px #9f9f9f;

}

@media (max-width:778px) {
    .parentSwiper .share {
        width: 32px;
        height: 32px;
    }

    .parentSwiper .heart {
        width: 28px;
        height: 28px;
        top: 20px;
    }
}

.parentSwiper {
    margin-left: 8px;
    margin-right: 8px;
    max-height: 360px;
    overflow: hidden;
    width: 70%;
    margin: 0 !important;
    position: relative;
}

.parentSwiper .swiper {
    height: 100%;
    width: 100%;
}

.parentSwiper .swiper-slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parentSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parentSwiper .swiper {
    height: 100%;
    width: 100%;
    margin-inline: 0;
}

.parentSwiper .swiper-slide {
    height: 100%;
    width: 100%;
}

.mySwiper2 {
    box-sizing: border-box;
}

.mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:558px) {

    .swiper{
        height: 200px;
    }

    .parentSwiper,
    .parentSwiper .swiper-slide{
        height: 200px;
    }
}

/* End gallery House Style */

/* Swiper Navigation Buttons */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Thumbs Swiper Styling */
.mySwiper2 {
    width: 30%;
    max-height: 360px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.mySwiper2 .swiper-slide {
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-bottom: 8px;
}

.mySwiper2 .swiper-slide:last-child {
    margin-bottom: 0;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.mySwiper2 .swiper-slide img {
    transition: all 0.3s ease;
}

.mySwiper2 .swiper-slide-thumb-active img {
    transform: scale(1.05);
}

.bodyPropertySearch .bodyContent .informationHouse {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bodyPropertySearch .bodyContent .informationHouse .titleHouse {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.28px;
    font-family: var(--font-Bold);
    color: var(--dark-blue);
}

.bodyPropertySearch .bodyContent .informationHouse .locationHouse {
    font-size: 18px;
    line-height: 20.7px;
    font-family: var(--font-UltraLight);
    opacity: .8;
    color: var(--dark-blue);
}

.bodyPropertySearch .bodyContent .informationHouse .propertysHouse {
    display: flex;
    gap: 40px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty {
    display: flex;
    gap: 10px;
    width: calc(100% / 3 - 10px);
}

@media (max-width:1250px) {
    .bodyPropertySearch .imagesGallery {
        max-width: 600px;
    }

    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse {
        column-gap: 0;
    }
}

@media (max-width:1150px) {
    .bodyPropertySearch .imagesGallery {
        max-width: 500px;
    }
}

@media (max-width:992px) {
    .bodyPropertySearch .imagesGallery {
        max-width: 100%;
    }

    .bodyPropertySearch .bodyContent li {
        flex-direction: column;
    }

    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse {
        gap: 40px 20px;
        justify-content: flex-start;
    }

    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty {
        min-width: 120px;
        width: calc(100% / 4 - 20px);
    }
}

@media (max-width:668px) {

    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty {
        min-width: 120px;
        width: calc(100% / 3 - 20px);
    }
}

@media (max-width:558px) {
    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty {
        min-width: 120px;
        width: calc(100% / 2 - 20px);
    }

    .bodyPropertySearch .bodyContent .informationHouse .propertysHouse {
        justify-content: center;
    }

    .swiper {
        height: 200px;
    }

    .parentSwiper,
    .parentSwiper .swiper-slide {
        height: 200px;
    }

    .mySwiper2 {
        max-height: 200px;
    }
}

@media (max-width:768px) {
    .mySwiper2 {
        width: 25%;
    }

    .parentSwiper {
        width: 75%;
    }

    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .mySwiper .swiper-button-next::after,
    .mySwiper .swiper-button-prev::after {
        font-size: 14px;
    }
}

.bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty .descriptionProperty {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty .descriptionProperty h5 {
    margin: 0;
    font-size: 16px;
    line-height: 18.4px;
    font-family: var(--font-UltraLight);
    color: var(--dark-blue);
}

.bodyPropertySearch .bodyContent .informationHouse .propertysHouse .cardProperty .descriptionProperty p {
    margin: 0;
    font-size: 18px;
    line-height: 18.4px;
    color: var(--dark-blue);
}

.bodyPropertySearch .bodyContent .informationHouse .priceHouse {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 18px;
    line-height: 21px;
    color: #203A45;
    padding-top: 12px;
}

.bodyPropertySearch .bodyContent .informationHouse .priceHouse span {
    font-family: var(--font-UltraLight);
    opacity: .76;
}

.bodyPropertySearch .bodyContent .informationHouse .priceHouse h3 {
    margin: 0;
    font-family: var(--font-Bold);
    opacity: 1;
}

/* Footer Content */
.bodyPropertySearch .footerContent {
    display: flex;
    justify-content: center;
}

.bodyPropertySearch .footerContent .btnLoadMore {
    background-color: var(--light-blue);
    color: white;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 12px 24px;
    width: 100%;
    max-width: 170px;
    border: none;
    outline: none;
    margin-block: 40px 60px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.bodyPropertySearch .footerContent .btnLoadMore:hover {
    box-shadow: 0 0 10px 0 var(--light-blue);
}

@media(max-width:1100px){
    .bannerPropertySearch.customBanner .sectionSelect {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        width: 100%;
        }
    .bannerPropertySearch.customBanner .sectionSelect .container_select{
        max-width: 450px !important;
    }    
}