* {
  font-family: "Modern Era", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.testimonials {
  margin-top: 130px;
  margin-bottom: 70px;
}

.testimonials__description {
  font-size: 20px;
  line-height: 120%;
  margin-top: 40px;
}

.testimonials__image-container {
  position: relative;
  flex: 0 0 25;
}

.testimonials__image-container>img {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 999;
}

.testimonials__background {
  position: relative;
  padding: 20px;
  width: fit-content;
}

.testimonials__background-waves {
  position: absolute;
  top: 20px;
  z-index: 99;
}

.rtl .testimonials__background-waves {
  left: 10px;
}

.testimonials__img {
  height: 300px;
  width: 300px;
  position: absolute;
  top: 54px;
  left: 60px;
  z-index: 100;
  clip-path: ellipse(200px 45px at 210px);
}

.testimonials__testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 118px;
}

.testimonials__info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 105px;
  width: 75%;
}

.testimonials__name {
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 8px;
  margin-top: 16px;
}

.testimonials__sub {
  font-size: 24px;
  margin-bottom: 40px;
}

.testimonials__text {
  font-size: 24px;
  line-height: 120%;
  font-style: italic;
  max-width: 80%;
}

.testimonials__arrow-left,
.testimonials__arrow-right {
  background: transparent;
  border: none;
}

.testimonials .glide {
  width: 90%;
  margin: auto;
  position: relative;
}

.testimonials__arrow-left {
  transform: rotate(180deg) translateX(40px);
  outline: none;
}

.testimonials__arrow-right {
  transform: translateX(40px);
  outline: none;
}

.testimonials .glide__arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}


.owl-nav {
  display: flex;
  justify-content: space-between;
  top: 50%;
}

button.owl-prev {
  position: absolute;
  top: 50%;
}

button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.owl-nav span {
  font-size: 100px;
  font-weight: 200;
}

@media all and (min-width: 780px) {
  .testimonials__image-container {
    width: 30%;
  }

  .owl-carousel .owl-item .testimonials__image-container img {
    width: 80%;
    margin-left: 25px;
    height: auto;
  }
}

.rtl button.owl-prev {
  left: 0;
}

@media all and (max-width: 780px) {

  .testimonials {
    margin-top: 60px;
  }

  .testimonials__testimonial {
    margin-top: 0;
  }

  .owl-carousel .owl-item .testimonials__image-container img {
    position: relative;
  }

  .rtl .testimonials__description button.owl-prev {
    right: 0;
  }

  .rtl .testimonials {
    margin-bottom: 0;
  }

  .rtl .testimonials__testimonial {
    margin-top: 60px;
  }

  .rtl .faqs__faq {
    margin-right: 0;
    margin-left: 30px;
  }

  .testimonials__testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonials__info-container {
    margin-left: 0;
  }

  .testimonials__name {
    font-size: 20px;
  }

  .testimonials__sub {
    font-size: 20px;
  }

  .testimonials__image-container {
    transform: scale(0.8);
  }

  .testimonials__text {
    font-size: 16px;
    max-width: 100%;
  }

  .testimonials__arrow-left {
    transform: rotate(180deg) translate(22px, 70px);
    outline: none;
  }

  .testimonials__arrow-right {
    transform: translate(22px, -70px);
    outline: none;
  }
}