/************
 *
 * Testimonials Styles
 *
 ***********/
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap *******/
/**
* Fonts
*/
:root {
  --bs-primary: $blue;
  --bs-secondary: $gray-600;
  --bs-tertiary: $teal;
  --bs-success: $green;
  --bs-info: $cyan;
  --bs-warning: $yellow;
  --bs-danger: $red;
  --bs-light: $gray-100;
  --bs-dark: $gray-900;
}

/******* Variables *******/
.testimonials__card {
  align-items: center;
  box-shadow: none;
  display: flex;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.testimonials__image {
  border-radius: 50%;
  height: 4.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  width: 4.375rem;
}
.testimonials .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.testimonials .swiper-pagination-bullet {
  border-radius: 0 !important;
  height: 3px !important;
  width: 60px !important;
  padding: 0 !important;
  background: var(--bs-primary) !important;
  opacity: 0.25 !important;
}
.testimonials .swiper-pagination-bullet[aria-current=true] {
  opacity: 1 !important;
}
.testimonials .swiper-navigation--wrapper {
  position: relative;
  padding: 0;
  margin-top: 0 !important;
}
.testimonials .swiper-navigation--wrapper .swiper-navigation {
  position: relative;
  top: auto;
  bottom: auto;
  transform: translateY(0);
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 -5px;
}
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translateY(0) !important;
  position: relative;
  margin: 0 5px;
  border: none !important;
}
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev i,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next i {
  font-size: 24px !important;
  opacity: 0.5;
}
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:hover, .testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:focus, .testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:active,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:hover,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:focus,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:active {
  background-color: transparent !important;
}
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:hover i, .testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:focus i, .testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev:active i,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:hover i,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:focus i,
.testimonials .swiper-navigation--wrapper .swiper-navigation .swiper-button-next:active i {
  opacity: 1 !important;
  color: var(--bs-primary) !important;
}
.testimonials--carousel-2 .swiper-wrapper {
  padding-bottom: 0 !important;
}
.testimonials__small-image img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 9999px !important;
}
