/*-------------------------------------------Home-Slider-------------------------------------------*/
.properties-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    display: block;
    max-width: 100%;
    overflow-x: clip;
    height: 100%;
}

/* White card */
.properties-card-wrapper {
    display: block; 
    max-width: 100%;
    overflow: hidden; 
    margin: 0 !important;
    background: white;
    border-radius: 24px;
    padding: 24px;
    /* box-shadow: 0 30px 60px rgba(0,0,0,.08); */
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.10); */
    height:100% !important;
    max-height: 100%;
}

.properties-swiper {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden; 
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.swiper,
.swiper-wrapper {
  max-width: 100% !important;
}

.properties > [class^="col"] {
    min-width: 0;
}

.properties-swiper,
.swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slide-image {
    position: relative;
    height: 640px;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.properties-swiper .swiper-button-next,
.properties-swiper .swiper-button-prev {
    top: calc(640px / 2);
    transform: translateY(-50%);
    z-index: 20;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
}

.swiper-slide {
  position: relative;
}

.properties-swiper .swiper-pagination {
    position: absolute;
    /* bottom: 34px; */
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.properties-swiper .swiper-pagination-bullet {
    /* background: rgba(255,255,255,.7); */
    background-color: black !important;
    opacity: 1;
}

.properties-swiper .swiper-pagination-bullet-active {
    background: #fff !important;
}

.slide-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 24px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.6),
        rgba(0,0,0,0)
    );
    border-radius: 16px;
}

.slide-label h5 {
  margin: 0;
  font-size: 18px;
}

.slide-label p {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: .9;
}
/*-------------------------------------------End Home-Slider-------------------------------------------*/
