.swiper-slide {
  transition: all 0.4s ease;
  transform: scale(0.6) rotate(-10deg);
  filter: blur(1px);
  opacity: 0.5;
  z-index: 0;
}

.swiper-slide-active {
  transform: scale(1.05) rotate(0);
  filter: blur(0);
  opacity: 1;
  z-index: 10;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #e5780d !important;
}
.testimonial-swiper .swiper-slide {
  transition: transform 0.3s ease-in-out;
}

.testimonial-swiper .swiper-slide-prev,
.testimonial-swiper .swiper-slide-next {
  transform: scale(0.8);
}

.testimonial-swiper .swiper-slide-active {
  transform: scale(1);
}

.truncate-41 {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 41ch;    
}
.hero{
    background:
       linear-gradient(90deg, 
      rgba(255,255,255,.90) 40%,
      rgba(255,255,255,.50) 60%,
      rgba(255,255,255,.10) 80%
      ),
      url('../img/sell/florida.jpg')
      lightgray 0 -312.488px/100% 158.888% no-repeat;   /* keep photo */
  }

@media (max-width: 640px) {
  .mobile-text {
    font-size: 10px;
  }
  .mobile-img {
    height: 400px;
  }
  .hero{
    background:
      linear-gradient(360deg,       /* same as to top */
        rgba(255,255,255,.90) 40%,
        rgba(255,255,255,.50) 80%,
        rgba(255,255,255,.10) 95%
      ),
      url('../img/sell/florida.jpg')
      lightgray 0 -312.488px/100% 158.888% no-repeat;   /* keep photo */
  }
}

