@import "../assets/font/stylesheet.css";

.slider-section {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.swiper-slide {
    display: flex;
}

.reviews-tittle {
  color: #0E0E0E;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin: 0 10px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.reviews-tittle-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.reviews-slider {
  width: 100%;
    
}

.reviews-slider .swiper-slide {
 
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reviews-slider .swiper-slide img {
 flex-direction: column;
  align-items: center;
  text-align: center;
}

.reviews-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}


.reviews-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.reviews-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {

  .reviews-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    transform: none !important;
      
  }

  .reviews-slider .swiper-slide {
    width: 320px !important;
    opacity: 1 !important;
    transform: none !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .swiper-pagination {
    display: none;
  }
    
}



.slider-frame {
  border-radius: 28px;
  background: #FFFFFF;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.slider-title{
    margin-top: 18px;
  color: #0E0E0E;
  font-size: 22px;
    font-weight: 600;
  line-height: 1.4;
    text-align: center;
}

.slider-text{
      margin-top: 24px;
  color: #0E0E0E99;
  font-size: 14px;
    font-weight: 400;
  line-height: 16px;
    text-align: center;
}

.reviews-bloсk{
    padding: 0px;   
}

.reviews-foto{
    width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-foto img{
    width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star{
    margin-top: 5px;
    width: 15px;
}