.testimonials_container.testimonials_slider {
  visibility: hidden;
}

.testimonial {
  padding: 120px 0;
  background-color: #f2ece2;
  overflow-x: hidden;
}
.testimonial.dark {
  background: radial-gradient(50% 50% at 50% 50%, #2a216b 0%, #131032 100%);
}
.testimonial.dark .cards_slider .slick-arrow {
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(85%) hue-rotate(299deg) brightness(115%) contrast(100%);
}
.testimonial.dark h3 {
  color: #fff;
}
.testimonial.dark .testimonial_card_outer {
  border: unset;
  padding: 24px;
  position: relative;
}
.testimonial.dark .testimonial_card_outer p {
  max-width: 485px !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
}
.testimonial.dark .testimonial_card_outer .gradient_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(90deg, #8f81ff 0%, #16a9ff 83.73%);
  z-index: 1;
  height: 290px;
  transition: all 0.5s ease;
}
.testimonial.dark .testimonial_card_outer:hover {
  padding: 24px;
}
.testimonial.dark .testimonial_card_outer:hover .gradient_box {
  height: 100%;
}
.testimonial.dark .testimonial_card_outer .testimonial_card_inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial.dark .testimonial_card_outer .testimonial_card_inner .user {
  justify-content: flex-start;
}
.testimonial h3 {
  color: #131032;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 32px;
}
.testimonial .container.full {
  padding: 0 calc((100% - 1280px) / 2);
  position: relative;
}
.testimonial .cards_slider p {
  max-width: 778px !important;
}
.testimonial .cards_slider .slick-arrow {
  position: absolute;
  top: -75px;
  right: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.testimonial .cards_slider .slick-arrow.slick-disabled {
  opacity: 0.6;
}
.testimonial .cards_slider .slick-arrow.slick-prev {
  right: 60px;
}
.testimonial .cards_slider .slick-list {
  overflow: visible;
}
.testimonial .cards_slider .slick-track {
  display: flex;
}
.testimonial .cards_slider .slick-slide {
  height: inherit;
}
.testimonial .testimonial_card_outer {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #d0d0d8;
  margin: 0 12px;
  transition: all 0.5s ease;
}
.testimonial .testimonial_card_outer:hover {
  padding: 0;
}
.testimonial .testimonial_card_outer:hover .card_header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.testimonial .testimonial_card_outer .card_header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 16px;
  margin-bottom: 36px;
}
.testimonial .testimonial_card_outer p {
  max-width: unset;
  text-align: left;
  font-size: 20px;
  line-height: 36px;
  padding: 0 24px;
}
.testimonial ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.testimonial ul.slick-dots button {
  text-indent: -1000px;
  font-size: 0;
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cac4ba;
  background-color: transparent;
}
.testimonial ul.slick-dots .slick-active button {
  background-color: #cac4ba;
}
.testimonial .quote_icon {
  text-align: center !important;
  margin-bottom: 48px;
}
.testimonial .quote_icon img {
  display: inline !important;
}
.testimonial p {
  max-width: 958px;
  margin: 0 auto 32px auto;
  color: #131032;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.testimonial .user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testimonial .user img {
  border-radius: 50%;
}
.testimonial .user .info strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}
.testimonial .user .info span {
  line-height: 32px;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .testimonial {
    padding: 80px 0;
  }
  .testimonial .container.full {
    padding: 0 calc((100% - 728px) / 2);
    overflow-x: hidden;
  }
  .testimonial .quote_icon {
    text-align: center;
    margin-bottom: 32px;
  }
  .testimonial .quote_icon img {
    width: 48px;
    height: auto;
  }
  .testimonial p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial.dark {
    padding-bottom: 80px;
    position: relative;
  }
  .testimonial.dark h3 {
    margin-bottom: 48px;
  }
  .testimonial.dark::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 148px;
    left: 0;
    height: 290px;
    background: linear-gradient(90deg, #8f81ff 0%, #16a9ff 83.73%);
  }
  .testimonial.dark .slick-list {
    position: relative;
  }
  .testimonial.dark .testimonial_card_outer {
    padding: 0;
  }
  .testimonial.dark .testimonial_card_outer:hover {
    padding: 0;
  }
  .testimonial.dark .testimonial_card_outer .testimonial_card_inner {
    padding: 24px;
    height: 600px;
  }
  .testimonial.dark .testimonial_card_outer .testimonial_card_inner .logo img {
    width: 128px;
    height: 60px;
  }
  .testimonial.dark .testimonial_card_outer .testimonial_card_inner .user {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .testimonial.dark .testimonial_card_outer .testimonial_card_inner .user .img img {
    width: 64px;
    height: 64px;
  }
  .testimonial.dark .testimonial_card_outer .testimonial_card_inner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .testimonial .testimonial_card_outer {
    margin-right: 0;
    margin-left: 0;
    padding: 12px;
  }
  .testimonial .testimonial_card_outer:hover {
    padding: 12px;
  }
  .testimonial .testimonial_card_outer .card_header {
    padding: 16px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 16px;
  }
  .testimonial .testimonial_card_outer .card_header .logo {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .testimonial .testimonial_card_outer .card_header .logo img {
    width: 128px;
    height: 60px;
  }
  .testimonial .testimonial_card_outer .card_header .user {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .testimonial .testimonial_card_outer .card_header .user .img img {
    width: 60px;
    height: 60px;
  }
  .testimonial h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
  }
  .testimonial .cards_slider p {
    max-width: 778px !important;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .testimonial .cards_slider .slick-list {
    overflow: hidden;
  }
  .testimonial .cards_slider .slick-track {
    display: flex;
  }
  .testimonial .cards_slider .slick-slide {
    height: inherit;
  }
  .testimonial .container.full {
    padding: unset;
    padding: 0 20px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .testimonial .quote_icon {
    text-align: left;
    width: 32px;
  }
  .testimonial .quote_icon img {
    width: 100%;
    height: auto;
  }
  .testimonial p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .testimonial .user .info span {
    font-size: 14px;
    line-height: 30px;
  }
}