.clients-container {
  width: 85%;
  margin: 80px auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.clients-content-container {
  display: flex;
  justify-content: space-between;
}

.clients-title-text {
  font-size: 3em;
  font-family: mala;
  font-weight: bold;
  color: #ffda7f;
  margin-bottom: 30px;
}

.client-matrix {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.client {
  width: 28%;
  height: 100px;
  display: block;
  margin: 0 0 40px 0;
}

.client-card {
  height: 50px;
}

.client-testimonial {
  height: 89%;
}

.client-testimonial>.owl-stage-outer {
  height: 95%;
}

.client-testimonial>.owl-stage-outer>.owl-stage {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.client-testimonial>.owl-stage-outer>.owl-stage>.owl-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-testimonials-container {
  width: 33%;
  z-index: 10;
}

.client-testimonials-container .owl-theme .owl-dots .owl-dot.active span {
  background: #ffda7f;
  opacity: 0.5;
}

.client-testimonials-container .owl-theme .owl-dots .owl-dot span {
  background: #ffda7f;
}

.client-testimonials-container .owl-nav .owl-prev,
.client-testimonials-container .owl-nav .owl-next {
  width: 45%;
  height: 30px;
}

.client-testimonials-container .owl-nav {
  margin-top: 20px;
}

.client-testimonials-container .owl-nav .owl-prev:hover,
.client-testimonials-container .owl-nav .owl-next:hover {
  background: unset;
  color: unset;
}

.client-testimonials-container .owl-nav .owl-prev img,
.client-testimonials-container .owl-nav .owl-next img {
  height: 100%;
}

.client-testimonial-slide {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.client-testimonial-text-container {
  height: 100%;
}

.client-testimonial-text {
  width: 85%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-weight: normal;
  font-family: montserrat;
  font-size: 1.2em;
}

.client-testimonial-author,
.clients-detail,
.clients-name {
  width: fit-content;
  margin: 0 auto;
  font-weight: lighter;
}

.clients-name {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
  .clients-container {
    margin: 20px auto 20px;
    width: 90%;
  }

  .clients-title-text {
    margin-bottom: 20px;
  }

  .clients-content-container {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .case-study-card-main-title {
    margin: 10px auto;
  }

  .client-matrix {
    width: 100%;
    margin-bottom: 20px;
  }

  .client {
    width: 30%;
    margin: 0 0 20px 0;
  }

  .client-testimonials-container {
    width: 100%;
  }

  .client-testimonials-text {
    font-size: 1em;
    width: 100%;
  }
}