/*==============CAROUSEL==============*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}

/* Hide the images by default */
.mySlides,
.mySlides__th,
.mySlides__fourth {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  width: 50px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: #0056AC;
  color: #fff;
}

.next img, .prev img {
  width: 10px;
  height: 18px;
}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {

  color: #fff;
  opacity: 1;
}

/* Caption text */

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
}

.dot:hover {
  color: #EDEDED;
}
/* .section-testimonials .dot,
.dot__sec,
.dot__th,
.dot__third,
.dot__fourth {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.section-testimonials .active,
.dot:hover,
.dot__sec:hover,
.dot__th:hover,
.dot__third:hover {
  background-color: #a91b1f;
} */
/* @media (min-width: 768px) {
  .section-testimonials .dot,
  .dot__sec,
  .dot__th,
  .dot__third,
  .dot__fourth {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .section-testimonials .active,
  .dot:hover,
  .dot__sec:hover,
  .dot__th:hover,
  .dot__third:hover {
    background-color: #717171;
  }
} */
