@import "../util/util.css";
.owl-carousel {
  z-index: 0 !important;
}
.testimonials__section__center__hr {
  color: var(--primary--element);
  width: 60px;
  height: var(--height-xxs);
  background-color: var(--primary--element);
}

.img-circle {
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  margin-left: 40%;
}

.item .testimonial--box {
  padding: 3rem 2rem;
  background-color: #fff;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.item .testimonial--author {
  margin-top: 32px;
  padding-left: 27%;
}

.item .testimonial--name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.item .testimonial--title {
  font-size: 13px;
  color: #9da9ae;
}

.item .testimonial--description {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

.item {
  margin-bottom: 32px;
}

.people {
  padding: 50px 0 20px;
}

.intro p {
  margin-bottom: 0;
}

.intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial--box {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 10px 10px 20px 2px rgba(119, 119, 119, 0.212);
  border-radius: 10px;
  z-index: 100;
}

.testimonial__section {
  padding: 5rem 10rem;
  font-family: "Manrope", sans-serif;
}

.testimonial-card {
  margin: 0rem 1rem 0rem 1rem;
  z-index: 100;
}

.testimonial--top-line {
  text-align: center;
  font-weight: 600;
}

.testimonial__heading h1 {
  font-size: 48px;
  font-weight: 800;
}

.testimonial__heading {
  margin-bottom: 4rem;
  margin-left: 2rem;
  font-weight: 600;
}

.testimonial__quote {
  margin-top: -10rem;
  margin-left: 80%;
}

/* owl carousel dots color change */
.testimonial__section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 2px solid #1f2833;
}

.testimonial__section .owl-theme .owl-dots .owl-dot.active span,
.testimonial__section .owl-theme .owl-dots .owl-dot:hover span {
  background: #1f2833 !important;
  color: #1f2833 !important;
}

.owl-carousel .active {
  opacity: 0.2;
  transition: all 0.25s ease;
}

.owl-carousel .center {
  opacity: 1;
}

/* .owl-new{
  width: 300px;
} */

@media only screen and (max-width: 768px) {
  /* adjusting the spacing for mobile */
  .testimonial__section {
    padding: 5rem 0rem;
  }
  /* hiding the quote for mobile devices */
  .testimonial__quote {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .owl-carousel .active {
    opacity: 1;
    transition: all 0.25s ease;
  }
}
