#testimonial .swiper-testimonial {
    width: 80%;
}

#testimonial .swiper-testimonial .swiper-wrapper .swiper-slide {
    box-shadow: 0px 0px 8px #0000001a;
    padding: 40px;
}

#testimonial .swiper-testimonial .swiper-wrapper .swiper-slide .stars {
    position: relative;
    white-space: nowrap;
}

/* #testimonial .swiper-testimonial .swiper-wrapper .swiper-slide .stars svg {
    width: 15px;
    fill: var(--bs-primary);
} */

#testimonial .swiper-testimonial .swiper-wrapper .swiper-slide .cover {
    background: white;
    width: 100px;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
}

#testimonial .swiper-testimonial .swiper-button-next,
  #testimonial .swiper-testimonial .swiper-button-prev {
    height: 40px;
    width: 40px;
    background-color: var(--bs-primary);
    border-radius: 50px;
}

#testimonial .swiper-testimonial .swiper-button-next svg,
    #testimonial .swiper-testimonial .swiper-button-prev svg {
    width: 20px;
}

#testimonial .swiper-testimonial .swiper-button-next:after,
    #testimonial .swiper-testimonial .swiper-button-prev:after {
    content: "";
}

#testimonial .swiper-testimonial .swiper-button-prev svg {
    transform: rotate(180deg);
}

.rating__background {
    fill: #f1f1f1;
    stroke: red;
    stroke-width: 1;
    height: 100%;
    width: 100%;
  }
  
  .rating__value {
    fill: var(--bs-primary);
    height: 100%;
  }