.swiper-testimonial {
  height: 51.2rem;
  max-width: calc(100% - 4rem);
  padding-inline: 3.2rem !important;
  padding-block: 1.6rem;
  margin-block: -1.6rem;
  z-index: 3;
  overflow: hidden;
}

.testimonial-swiper-wrapper::after {
  content: "";
  z-index: 0;
  border-radius: 3.2rem;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(128.42deg, #d29a3b -14.42%, #ffffb6 107.58%);
}

.testimonial-swiper-wrapper {
  position: relative;
  padding-block: 6.4rem;
}

.testimonial-users p b {
  color: #ff6f22;
}

.testimonial-users p {
  font-size: var(--fs-16);
  line-height: 2;
  color: #22222280;
  font-variation-settings: "wght" 500, "DOTS" 4;
}

.testimonial-users {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-block: 2.4rem 1.6rem;
  padding-left: 4.8rem;
}

.testimonial-images-wrapper {
  display: flex;
  align-items: center;
  direction: ltr;
}

.testimonial-images-wrapper img {
  aspect-ratio: 1;
  width: 6.4rem;
  height: 6.4rem;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  margin-right: -3.6rem;
}

.testimonial-images-wrapper img:last-child {
  margin-right: 0;
}

.testimonial-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.swiper-testimonial-mobile .swiper-slide {
  height: auto;
}
.testimonial-item {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 0.8rem 0px #7342211c;
  padding: 3.2rem;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
}

.testimonial-item P {
  text-align: justify;
  font-size: var(--fs-16);
  line-height: 3.6rem;
  margin-block: 1.6rem;
  color: var(--color4);
}

.testimonial-head {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.testimonial-head .d-flex {
  gap: 1.6rem;
  align-items: center;
}

.testimonial-head img {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
}

.testimonial-head-name {
  color: var(--color3);
  font-size: var(--fs-18);
  line-height: 1.75;
  display: block;
  font-variation-settings: "wght" 500, "DOTS" 4;
}

.testimonial-head-job {
  color: var(--color4);
  font-size: var(--fs-14);
  line-height: 1.75;
  display: block;
  font-variation-settings: "wght" 500, "DOTS" 4;
  margin-top: 0.4rem;
}

.testimonial-head-date {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 8rem;
  background-color: #d29a3b33;
  color: var(--color1);
  font-variation-settings: "wght" 500, "DOTS" 4;
  font-size: var(--fs-12);
  border-radius: 3.2rem;
}

.testimonial-paly-video {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: var(--color1);
  font-size: var(--fs-12);
  line-height: 2;
  border-radius: 3.2rem;
  font-variation-settings: "wght" 500, "DOTS" 4;
  transition: 0.5s;
  padding: 0.4rem;
  margin-top: 1.6rem;
  width: fit-content;
  gap: 0.6rem;
  padding-left: 1.6rem;
}

.testimonial-paly-video i {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fs-22);
}

.testimonial-paly-video:hover {
  background-color: var(--color2);
}

.swiper-testimonial .swiper-slide:not(.swiper-slide-active) {
  filter: blur(0.2rem);
  border-radius: 2.4rem;
}
.testimonial-videos-gallery {
  padding-bottom: 2rem;
}
.video-popup-wrap {
  display: none;
  position: relative;
  z-index: 10010;
  /* padding: 3.2rem 1.6rem 1.6rem;
  background-color: #fff;
  border-radius: 2.4rem;
  border: 0.4rem solid var(--color1);
  width: calc(100% - 1.6rem);
  max-width: 52.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999; */
}

/* .video-popup-wrap i {
  width: 4rem;
  height: 4rem;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  top: -2rem;
  background-color: var(--color1);
  color: #fff;
  font-size: var(--fs-20);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.video-popup-wrap i:hover {
  background-color: red;
} */

.video-popup-wrap video {
  display: block;
  border-radius: 1.6rem;
  width: 100%;
}

@media (max-width: 1399.98px) {
  .testimonial-users {
    padding-left: 1.6rem;
  }
  .testimonial-users p {
    font-size: var(--fs-15);
  }
  .testimonial-images-wrapper img {
    aspect-ratio: 1;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (max-width: 1199.98px) {
  .swiper-testimonial-mobile {
    border-radius: 2.4rem;
    overflow: hidden;
  }
  .testimonial-head-name {
    font-size: var(--fs-15);
  }
  .testimonial-head,
  .testimonial-head .d-flex {
    gap: 0.8rem;
  }
  .swiper-testimonial-mobile .testimonial-item {
    box-shadow: unset;
  }
  .testimonial-item {
    padding: 1.5rem;
    box-shadow: 0px 0px 32px 0px #7342211c;
    border: 1px solid #f7f7f7;
  }
  .testimonial-head-job,
  .testimonial-item P {
    font-size: var(--fs-14);
  }
  .testimonial-head img {
    width: 5.6rem;
    height: 5.6rem;
  }
  .testimonial-item {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-testimonial .sw-pg.sw-pg-vt {
    display: none;
  }
  .testimonial-users {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  .testimonial-btn-wrap {
    justify-content: center;
  }
  .testimonial-swiper-wrapper {
    margin-top: 3.2rem;
    padding: 0.8rem !important;
  }
  .testimonial-swiper-wrapper::after {
    width: 100%;
  }
}
