.owl-carousel {
    position: relative;
}

.fa {
    font-size: 40px;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
}

.owl-prev i:hover, .owl-next i:hover {
    filter: brightness(0.8);
}

.font-rating {
    font-size: 16px !important;
}

@media screen and  (max-width: 1200px){
    .font-rating {
        font-size: 12px !important;
    }

}

@media screen and (min-width: 901px) {
  .owl-stage .active ~ .active ~ .active ~ .active ~ .active {
    opacity: 0.3 !important;
  }
}

@media screen and (max-width: 900px) {
  .owl-stage .active ~ .active ~ .active {
    opacity: 0.3 !important;
  } 
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 19%;
}
@media (max-width: 900px) {
    .owl-prev {
        left: 1%;
    }

    .owl-next {
        right: 1%;
    }
}

.owl-prev i,
.owl-next i {
    background-color: white;
    color: orangered;
    border: 5px solid white;
    border-radius: 50%;
}

.owl-prev.disabled i,
.owl-next.disabled i {
    background-color: gray;
    color: white;
    cursor: not-allowed;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: none;
    border: none;
    padding: 0;
}