.constik-testimonial-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top;
}
.constik-testimonial-section.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.constik-testimonial-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 413px;
  background: var(--color-primary);
  z-index: -1;
  /* aspect-ratio: 1920/413; */
}

.constik-testimonial-section.testimonial-two .section-title h2 {
  color: #fff;
  font-size: 36px;
  text-transform: capitalize;
}

.constik-testimonial-section.testimonial-two .section-title + .row {
  margin-top: 30px;
}

.constik-testimonial-section .slider-item {
  position: relative;
  z-index: 1;
  padding: 50px 70px;
  background: var(--color-primary);
}
.constik-testimonial-section .slider-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.constik-testimonial-section .slider-item i {
  font-size: 48px;
  line-height: 1;
}

.constik-testimonial-section .slider-item p {
  font-size: 24px;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.constik-testimonial-section .client-img {
  position: relative;
  margin-bottom: 20px;
}

.constik-testimonial-section .client-img::after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -5px;
  border-bottom: 40px solid var(--color-primary);
  border-left: 40px solid transparent;
  z-index: -1;
}

.constik-testimonial-section .client-info h4 {
  font-family: var(--title-font-family);
  color: var(--title-text-color);
  font-size: 18px;
}


.constik-testimonial-section .owl-prev,
.constik-testimonial-section .owl-next {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  margin-right: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-align: center;
  font-size: 26px;
  border: none;
  line-height: 39px;
}

.constik-testimonial-section .owl-prev i,
.constik-testimonial-section .owl-next i {
  line-height: 1.3;
  font-size: 20px;
}

.constik-testimonial-section .owl-next {
  margin-right: 0;
}

.constik-testimonial-section .owl-prev:hover,
.constik-testimonial-section .owl-next:hover {
  background: var(--color-second);
  color: var(--color-primary);
}

.constik-testimonial-section .owl-nav {
  display: flex;
  justify-content: center;
}

@media (min-width: 991px) {
  .constik-testimonial-section .owl-nav {
    position: absolute;
    right: -40px;
    top: 35%;
    transform: translateX(100%);
  }
}

 

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .constik-testimonial-section.ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .constik-testimonial-section .slider-item {
    padding: 25px 35px;
  }
  .constik-testimonial-section .owl-nav {
    margin-top: 30px;
  }
  .constik-testimonial-section .slider-item i {
    font-size: 40px;
  }
  .constik-testimonial-section .slider-item p {
    font-size: 20px !important;
  }
  .constik-testimonial-section .client-info h4 {
    font-size: 16px;
  }
  .constik-testimonial-section .client-info span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .constik-testimonial-section .slider-item {
    padding: 25px 35px;
  }
  .constik-testimonial-section.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .constik-testimonial-section .slider-item i {
    font-size: 34px;
  }
  .constik-testimonial-section .slider-item p {
    font-size: 16px !important;
  }
  .constik-testimonial-section .client-info h4 {
    font-size: 14px;
  }
  .constik-testimonial-section .client-info span {
    font-size: 12px;
  }
  .constik-testimonial-section .owl-nav {
    margin-top: 20px;
  }
}
