.property-swiper {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 45px 0 0 0;
  overflow: initial !important;
}
.property-swiper .swiper-slide {
  opacity: 0.9;
  overflow: hidden;
  transition: 0.7s;
}
.property-swiper .swiper-slide {
  position: relative;
}
.property-swiper .swiper-slide img {
  width: 100%;
}
.property-swiper .swiper-slide .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  /* justify-content: center; */
  align-items: end;
}
.property-swiper .swiper-slide .overlay .caption {
  color: #fff;
  padding: 24px;
  /* text-align: center; */
  margin-bottom: 10px;
}
.property-swiper .swiper-slide .overlay .caption h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.property-swiper .swiper-slide .overlay .caption p {
  font-size: 14px;
  font-weight: 300;
}
.property-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.25) !important;
}
.property-swiper .swiper-slide-active .overlay {
  opacity: 1;
}

/*Second slider*/
.property-swiper-2 {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
  overflow: initial !important;
}
.property-swiper-2 .swiper-slide {
  opacity: 0.9;
  overflow: hidden;
  transition: 0.7s;
}
.property-swiper-2 .swiper-slide {
  position: relative;
}
.property-swiper-2 .swiper-slide img {
  width: 100%;
}
.property-swiper-2 .swiper-slide .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: end;
}
.property-swiper-2 .swiper-slide .overlay .caption {
  color: #fff;
  padding: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.property-swiper-2 .swiper-slide .overlay .caption h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.property-swiper-2 .swiper-slide .overlay .caption p {
  font-size: 14px;
  font-weight: 300;
}
.property-swiper-2 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.25) !important;
}
.property-swiper-2 .swiper-slide-active .overlay {
  opacity: 1;
}

/*third slider*/
.property-swiper-3 {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
  overflow: initial !important;
}
.property-swiper-3 .swiper-slide {
  opacity: 0.9;
  overflow: hidden;
  transition: 0.7s;
}
.property-swiper-3 .swiper-slide {
  position: relative;
}
.property-swiper-3 .swiper-slide img {
  width: 100%;
}
.property-swiper-3 .swiper-slide .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: end;
}
.property-swiper-3 .swiper-slide .overlay .caption {
  color: #fff;
  padding: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.property-swiper-3 .swiper-slide .overlay .caption h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.property-swiper-3 .swiper-slide .overlay .caption p {
  font-size: 14px;
  font-weight: 300;
}
.property-swiper-3 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.25) !important;
}
.property-swiper-3 .swiper-slide-active .overlay {
  opacity: 1;
}

.card-swiper {
  width: 100%;
}
.card-swiper .swiper-slide img {
  width: 100%;
}

.testimonial-slider {
  width: 100%;
}
.testimonial-slider .swiper-slide .testimonial-wrap {
  padding-right: 36px;
}
.testimonial-slider .swiper-slide .testimonial-wrap .text {
  margin-bottom: 18px;
}
.testimonial-slider .swiper-slide .testimonial-wrap .name {
  padding-left: 21px;
  position: relative;
}
.testimonial-slider .swiper-slide .testimonial-wrap .name::before {
  content: "-";
}
.testimonial-slider .swiper-pagination {
  right: 0;
  left: auto !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 18px;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #5F2A04;
  opacity: 0.3;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet.active {
  opacity: 1;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}/*# sourceMappingURL=swiper-style.css.map */