.wac_testimonial_section {
  margin-top: 56px;
}

@media (max-width: 1199.98px) {
  .wac_testimonial_section {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .wac_testimonial_section {
    margin-top: 30px;
  }
}

.wac_testimonial_section .testimonial_cards {
  position: relative;
}

.wac_testimonial_section .testimonial_cards .figure_wrap {
  position: relative;
}

.wac_testimonial_section .testimonial_cards .figure_wrap::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 85.15625%;
}

.wac_testimonial_section .testimonial_cards .figure_wrap>img,
.wac_testimonial_section .testimonial_cards .figure_wrap>picture,
.wac_testimonial_section .testimonial_cards .figure_wrap>video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wac_testimonial_section .testimonial_cards .figure_wrap>img img,
.wac_testimonial_section .testimonial_cards .figure_wrap>picture img,
.wac_testimonial_section .testimonial_cards .figure_wrap>video img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767.98px) {
  .wac_testimonial_section .testimonial_cards .figure_wrap {
    position: relative;
  }

  .wac_testimonial_section .testimonial_cards .figure_wrap::after {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 100%;
  }

  .wac_testimonial_section .testimonial_cards .figure_wrap>img,
  .wac_testimonial_section .testimonial_cards .figure_wrap>picture,
  .wac_testimonial_section .testimonial_cards .figure_wrap>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .wac_testimonial_section .testimonial_cards .figure_wrap>img img,
  .wac_testimonial_section .testimonial_cards .figure_wrap>picture img,
  .wac_testimonial_section .testimonial_cards .figure_wrap>video img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.wac_testimonial_section .testimonial_cards .card_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 30%;
  left: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9019607843);
}


.wac_testimonial_section .testimonial_cards .card_content_inner .card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  gap: 12px;
}

@media (max-width: 1199.98px) {
  .wac_testimonial_section .testimonial_cards .card_content {
    height: 100%;
  }

  .wac_testimonial_section .testimonial_cards .card_content_inner .card_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .wac_testimonial_section .testimonial_cards .card_content {
    padding: 16px;
  }
}

.wac_testimonial_section .testimonial_cards .card_content_inner .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.3;
  color: #222222;
  text-transform: unset;
  margin: 0;
  font-family: "Raleway", sans-serif !important;
}

@media (max-width: 1699.98px) {
  .wac_testimonial_section .testimonial_cards .card_content_inner .text {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 1199.98px) {
  .wac_testimonial_section .testimonial_cards .card_content_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .wac_testimonial_section .testimonial_cards .card_content_inner .text {
    font-size: 16px;
  }
}

.wac_testimonial_section .testimonial_cards .card_content_inner .sub_text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  font-family: "Raleway", sans-serif !important;

}

@media screen and (min-width:1200px) {
  .wac_testimonial_section .testimonial_cards .card_content_inner .sub_text {
    flex: 1;
    text-align: right;

  }

  
}

.wac_testimonial_section .testimonial_cards .card_content .outline_btn {
  display: block;
  border: unset;
  outline: none;
  background-color: unset;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 12px 30px 12px 12px;
  border: 1px solid #090909;
  color: #090909;
  position: relative;
}

.wac_testimonial_section .testimonial_cards .card_content .outline_btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent currentColor;
}

@media (hover: hover) {
  .wac_testimonial_section .testimonial_cards .card_content .outline_btn:hover {
    background-color: #090909;
    color: #fff;
  }

  .wac_testimonial_section .testimonial_cards .card_content .outline_btn:hover::after {
    border-color: transparent transparent transparent currentColor;
  }
}

.wac_testimonial_section .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

@media (max-width: 991.98px) {
  .wac_testimonial_section .swiper-pagination {
    margin-top: 30px;
  }
}

.wac_testimonial_section .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  background-color: #EBE9E8;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wac_testimonial_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#A367AB), color-stop(28%, #F68526), to(#5F1B6F));
  background: linear-gradient(90deg, #A367AB 0%, #F68526 28%, #5F1B6F 100%);
  background-size: 300% 100%;
  -webkit-animation: gradientMove 2.5s linear infinite;
  animation: gradientMove 2.5s linear infinite;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}