.swiper-3d .swiper-slide-shadow {
  background: rgba(255, 255, 255, 0.15);
}

.slider_text .swiper-3d .swiper-slide-shadow {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slider_text .testimonial-box {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slider_text .swiper-3d .swiper-slide-shadow {
  background: unset !important;
}
.slider_text .swiper-slide {
  border-radius: 10px;
  box-shadow: 0 0 10px 2px #eeeeee;
}

.slider_text {
  direction: ltr;
}
.slider_text .swiper-slide:not(.swiper-slide-active) {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.slider_text .swiper {
  width: fit-content;
  min-height: 300px;
  height: 300px;
}
.slider_text .testimonial-box {
  max-width: 100%;
  width: 100%;
}
