/*  7.9 Testimonail Css
/*----------------------------------------*/
.tp-testimonial-bg {
  padding-top: 160px;
  padding-bottom: 125px;
  border-radius: 50px 50px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-testimonial-ratting {
  display: inline-block;
  border-radius: 100px;
  padding: 11px 16px;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-testimonial-ratting img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.tp-testimonial-ratting-icon span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-testimonial-ratting-icon i {
  font-size: 14px;
  color: #ef2b10;
}
.tp-testimonial-ratting-icon i svg {
  transform: translateY(-3px);
}
.tp-testimonial-ratting-info p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-testimonial-item {
  transition: 0.3s;
  margin: 0px -25px;
  display: inline-block;
  padding: 30px 30px 45px 30px;
  background-color: var(--tp-common-red-3);
  border: 6px solid var(--tp-common-black-3);
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    margin: 0;
  }
}
.tp-testimonial-item.grey-style {
  transform: rotate(-7deg);
  background-color: #E1E1E1;
}
@media (max-width: 767px) {
  .tp-testimonial-item.grey-style {
    transform: rotate(0);
  }
}
.tp-testimonial-item.green-style {
  margin-top: 70px;
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
}
.tp-testimonial-item.green-style .tp-testimonial-text p {
  color: var(--tp-common-white);
}
.tp-testimonial-item.green-style .tp-testimonial-author-info span {
  color: var(--tp-common-white);
}
.tp-testimonial-item.green-style .tp-testimonial-author-info p {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-item.green-style {
    margin-top: 0;
    transform: rotate(0);
  }
}
.tp-testimonial-item.black-style {
  margin-top: -50px;
  transform: rotate(2deg);
  background: #2a2a2a;
}
@media (max-width: 767px) {
  .tp-testimonial-item.black-style {
    margin-top: 0;
    transform: rotate(0);
  }
}
.tp-testimonial-item.black-style .tp-testimonial-text p {
  color: var(--tp-common-white);
}
.tp-testimonial-item.black-style .tp-testimonial-author-info span {
  color: var(--tp-common-white);
}
.tp-testimonial-item.black-style .tp-testimonial-author-info p {
  color: rgba(255, 255, 255, 0.5);
}
.tp-testimonial-item.white-style {
  position: relative;
  z-index: 2;
  transform: rotate(-7deg);
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-item.white-style {
    transform: rotate(0);
  }
}
.tp-testimonial-item:hover {
  position: relative;
  z-index: 5;
}
.tp-testimonial-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 65px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.tp-testimonial-avater {
  flex: 0 0 auto;
  margin-right: 12px;
}
.tp-testimonial-avater img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.tp-testimonial-author-info span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-testimonial-author-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #4d5051;
  margin-bottom: 0;
}
.tp-testimonial-slider-active {
  padding-top: 180px;
  margin: 0px -100px;
}
@media (max-width: 767px) {
  .tp-testimonial-slider-active {
    padding-top: 60px;
    margin: 0;
  }
}
.tp-testimonial-global img.global-img {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-global img.global-img {
    top: 10%;
  }
}
.tp-testimonial-global img.overlay-img {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.dgm-testimonial-quote {
  margin-bottom: 15px;
}
.dgm-testimonial-quote span {
  color: var(--tp-common-black);
}
.dgm-testimonial-text {
  margin-bottom: 35px;
}
.dgm-testimonial-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-testimonial-author {
  display: inline-block;
}
.dgm-testimonial-author-wrap {
  margin-bottom: 40px;
}
.dgm-testimonial-author-img {
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}
.dgm-testimonial-author-logo {
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}
.dgm-testimonial-author-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-testimonial-author-info {
  line-height: 1;
  margin-left: 15px;
  text-align: left;
}
.dgm-testimonial-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #525356;
}
.dgm-testimonial-slider-wrap {
  padding: 0px 170px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px;
  }
}
.dgm-testimonial-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(20, 24, 32, 0.3);
}
.dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-testimonial-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-space {
    padding-top: 0;
  }
}
.dgm-testimonial-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dgm-testimonial-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }
}
.dgm-testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dgm-testimonial-thumb .anim-zoomin-wrap {
  height: 100%;
}
.dgm-testimonial-playbtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  display: inline-block;
  backdrop-filter: blur(14px);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.dgm-testimonial-playbtn span {
  margin-left: 2px;
}
.dgm-testimonial-playbtn:hover {
  transform: translateY(-50%) scale(1.1);
}
.dgm-testimonial-radius {
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.creative-testimonial-item {
  padding: 35px 35px;
  border-radius: 20px;
  background-color: #1a1b1e;
}
.creative-testimonial-avater img {
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 13px;
  height: 54px;
  width: 54px;
}
.creative-testimonial-avater-info {
  line-height: 1;
}
.creative-testimonial-avater-info h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
.creative-testimonial-avater-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.creative-testimonial-avater-wrap {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .creative-testimonial-avater-wrap {
    flex-wrap: wrap;
  }
}
.creative-testimonial-text p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .creative-testimonial-text p {
    font-size: 24px;
  }
}
.creative-testimonial-text p span {
  margin-right: 8px;
  display: inline-block;
}
.creative-testimonial-text p span svg {
  transform: translateY(-7px);
}
.creative-testimonial-active {
  margin-right: -370px;
}
@media (max-width: 767px) {
  .creative-testimonial-active {
    margin: 0;
  }
}
.creative-testimonial-slider-wrap .tp-scrollbar {
  margin-top: 80px;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .creative-testimonial-slider-wrap .tp-scrollbar {
    margin-top: 40px;
  }
}
.creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-arrow {
    margin-bottom: 30px;
  }
}
.creative-testimonial-arrow button {
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-common-white);
  background-color: #242426;
}
.creative-testimonial-arrow button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-btn {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .design-testimonial-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.design-testimonial-right .tp-testimonial-ratting-box {
  transform: translateY(-45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-right .tp-testimonial-ratting-box {
    transform: translateY(0);
  }
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-author h4 {
  color: var(--tp-common-cream);
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-review h4 {
  color: var(--tp-common-cream);
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-text p {
  color: var(--tp-common-cream);
}
.design-testimonial-item {
  padding: 50px 60px;
  border-radius: 30px;
  background-color: #1a1b1e;
}
@media (max-width: 767px) {
  .design-testimonial-item {
    padding: 40px 30px;
  }
}
.design-testimonial-author {
  margin-bottom: 60px;
}
.design-testimonial-author h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #e0eeee;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.design-testimonial-author span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #999da6;
  letter-spacing: -0.02em;
}
.design-testimonial-review {
  margin-bottom: 10px;
}
.design-testimonial-review h4 {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 0;
  margin-right: 15px;
  letter-spacing: -0.08em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-testimonial-review h4 {
    font-size: 80px;
  }
}
.design-testimonial-review-icon {
  transform: translateY(-15px);
}
.design-testimonial-text p {
  font-weight: 500;
  font-size: 24px;
  color: #e0eeee;
  line-height: 1.42;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .design-testimonial-text p {
    font-size: 20px;
  }
}
.design-testimonial-active {
  margin: 0px -380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-active {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-testimonial-area {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-bottom: 120px;
  }
}

.ar-testimonial-item p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-testimonial-item p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow {
    text-align: center;
    margin-top: 70px;
  }
}
.ar-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.ar-testimonial-arrow button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}
.ar-testimonial-arrow button span svg {
  margin-left: 1px;
}
.ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
    position: static;
  }
}
.ar-testimonial-arrow button.ar-testimonial-next {
  left: auto;
  right: -85px;
}
.ar-testimonial-shape-1 {
  position: absolute;
  top: -52%;
  left: -2%;
  right: 0;
  z-index: -1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-area {
    padding-bottom: 80px;
  }
}
.ar-testimonial-author span {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-cream-3);
}
.ar-testimonial-author span i {
  font-style: normal;
  color: rgba(255, 253, 225, 0.5);
}
.ar-testimonial-quote {
  margin-bottom: 35px;
}
.ar-testimonial-quote span {
  color: var(--tp-common-cream-3);
}

.fraction-wrapper {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 270px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 12px;
}
.fraction-wrapper #paginations span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.fraction-wrapper #paginations span:last-child {
  float: right;
}

#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 11;
  background-color: #d9d9d9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.crp-testimonial-style .ar-testimonial-item p {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  padding: 0px 20px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-testimonial-style .ar-testimonial-item p {
    padding: 0;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-testimonial-style .ar-testimonial-item p {
    padding: 0;
    font-size: 35px;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .crp-testimonial-style .ar-testimonial-item p {
    font-size: 27px;
    padding: 0;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
.crp-testimonial-style .ar-testimonial-arrow button {
  color: var(--tp-common-cream-3);
  border: 1px solid rgba(255, 253, 225, 0.1);
}
.crp-testimonial-style .ar-testimonial-arrow button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-green);
  background-color: var(--tp-common-yellow-green);
}

@media (max-width: 767px) {
  .app-testimonial-ptb {
    padding-bottom: 100px;
  }
}
.app-testimonial-shape .shape-1 {
  position: absolute;
  right: 21%;
  top: 8%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-1 {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-1 {
    display: none;
  }
}
.app-testimonial-shape .shape-2 {
  position: absolute;
  left: 21%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-2 {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-2 {
    display: none;
  }
}
.app-testimonial-shape .shape-3 {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text {
  top: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text h3 {
  margin: 0;
  font-size: 320px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgba(33, 33, 45, 0.04) 0%, rgba(33, 33, 45, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial-big-text h3 {
    font-size: 235px;
  }
}
@media (max-width: 767px) {
  .app-testimonial-big-text h3 {
    font-size: 182px;
  }
}
.app-testimonial-review {
  width: 290px;
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0.96%, rgba(224, 225, 233, 0.6) 100%);
  box-shadow: 0px 1px 2px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(5px);
}
.app-testimonial-review-width {
  display: flex;
  justify-content: center;
}
.app-testimonial-review-icon {
  margin-right: 12px;
}
.app-testimonial-review-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
}
.app-testimonial-review-content span i {
  font-style: normal;
  margin-right: 5px;
}
.app-testimonial-review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.13px;
}
.app-testimonial-content {
  text-align: start;
}
.app-testimonial-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.app-testimonial-item {
  padding: 30px;
  border-radius: 24px;
  margin: 17px;
  min-width: 460px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon {
  margin-right: 15px;
}
.app-testimonial-item-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}
.app-testimonial-item-icon-content p {
  margin: 0;
  color: #494954;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.app-testimonial-item-content p {
  color: #494954;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-item-content p br {
    display: none;
  }
}
.app-testimonial-item-star {
  line-height: 1;
}
.app-testimonial-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation: marquee-horizontal 30s linear infinite;
}
@media (max-width: 767px) {
  .app-testimonial-wrapper {
    animation: marquee-horizontal 10s linear infinite;
  }
}
.app-testimonial-wrapper:hover {
  animation-play-state: paused;
}
.app-testimonial-slider {
  margin-left: -250px;
}
@media (max-width: 767px) {
  .app-testimonial-slider {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .it-testimonial-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-thumb {
    margin-bottom: 30px;
  }
}
.it-testimonial-thumb img {
  border-radius: 50%;
}
.it-testimonial-content {
  margin-left: 30px;
  margin-top: 10px;
}
.it-testimonial-content img {
  margin-bottom: 23px;
}
.it-testimonial-content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #61616a;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-platform);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-content p br {
    display: none;
  }
}
.it-testimonial-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform);
}
@media (max-width: 767px) {
  .it-testimonial-arrow {
    display: none;
  }
}
.it-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 60px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.it-testimonial-arrow button:hover {
  background-color: #7463FF;
  color: var(--tp-common-white);
}
.it-testimonial-prev {
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
.it-testimonial-next {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.st-testimonial-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-shape-1 {
    display: none;
  }
}
.st-testimonial-shape-2 {
  position: absolute;
  right: 20%;
  top: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-shape-2 {
    display: none;
  }
}
.st-testimonial-box {
  padding: 45px 55px 50px;
  border-radius: 15px;
  background: var(--tp-common-white);
  box-shadow: -10px 10px 60px 0px #EBE4DB;
}
.st-testimonial-box-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}
.st-testimonial-box-top i {
  display: block;
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.st-testimonial-box-rating {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
.st-testimonial-box-star {
  margin-bottom: 15px;
  display: inline-block;
}
.st-testimonial-box-star svg {
  margin-right: 2px;
}
.st-testimonial-box-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-testimonial-box-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-box-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-box-content p br {
    display: none;
  }
}
.st-testimonial-wrapper {
  margin-right: -300px;
}
@media (max-width: 767px) {
  .st-testimonial-wrapper {
    margin-right: 0;
  }
}
.st-testimonial-item {
  position: relative;
  padding: 60px 40px;
  border-radius: 15px;
  background: var(--tp-common-brown);
}
@media (max-width: 767px) {
  .st-testimonial-item {
    padding: 45px 30px;
  }
}
.st-testimonial-item-user {
  position: absolute;
  bottom: 60px;
  left: 40px;
  height: calc(100% - 120px);
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  writing-mode: sideways-lr;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .st-testimonial-item-user {
    position: static;
    writing-mode: unset;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.st-testimonial-item-user span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}
.st-testimonial-item-user p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.st-testimonial-item-content {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .st-testimonial-item-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.st-testimonial-item-content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-item-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-item-content p br {
    display: none;
  }
}
.st-testimonial-item-content p i {
  font-style: normal;
  color: var(--tp-common-white);
}
.st-testimonial-item-quote {
  margin-bottom: 25px;
}
.st-testimonial-bottom {
  margin-top: 55px;
}
.st-testimonial-bottom span {
  font-size: 18px;
  font-weight: 600;
  color: #494949;
  display: inline-block;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.st-testimonial-bottom span a {
  color: var(--tp-common-brown);
  text-decoration: underline;
}
.cr-testimonial-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cr-testimonial-box {
  padding: 24px 24px 24px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-box {
    padding: 20px;
  }
}
.cr-testimonial-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.cr-testimonial-content {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-content {
    padding-bottom: 30px;
  }
}
.cr-testimonial-content span {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: -1.08px;
  color: var(--tp-common-white);
}
.cr-testimonial-content span svg {
  display: inline-block;
  transform: translateY(-10px);
}
.cr-testimonial-content p {
  color: #AAAAB2;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.cr-testimonial-wrapper {
  border-radius: 6px;
  background: #131416;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.12) inset, 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-wrap {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.cr-testimonial-item {
  margin: 60px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-testimonial-item {
    margin: 60px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-testimonial-item {
    margin: 60px 85px;
  }
}
@media (max-width: 767px) {
  .cr-testimonial-item {
    margin: 30px;
  }
}
.cr-testimonial-item-shape {
  top: -5px;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}
.cr-testimonial-item-subtitle {
  color: #AAAAB2;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cr-testimonial-item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
@media (max-width: 767px) {
  .cr-testimonial-item-title {
    font-size: 20px;
  }
}
.cr-testimonial-item-user span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.cr-testimonial-item-user p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.cr-testimonial-nav {
  display: flex;
  gap: 10px;
  padding-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-nav {
    padding-top: 20px;
  }
}
.cr-testimonial-nav button {
  display: grid;
  height: 50px;
  width: 50px;
  place-content: center;
  display: inline-block;
  border-radius: 40px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.cr-testimonial-nav button svg {
  display: inline-block;
  transform: translateY(-2px);
}
.cr-testimonial-nav button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .pp-testimonial-ptb {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-15-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-testimonial-15-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.tp-testimonial-15-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-testimonial-15-content p {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .tp-testimonial-15-content p {
    font-size: 36px;
  }
}
.tp-testimonial-15-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
}
.tp-testimonial-15-content span::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: var(--tp-cream-2);
  transform: translateY(-5px);
  margin-right: 15px;
}
.tp-testimonial-15-content .quote-shape {
  position: absolute;
  top: -37px;
  left: -70px;
  z-index: -1;
  font-style: normal;
  color: #6F402E;
  stroke-width: 0.5px;
  stroke: rgba(207, 194, 146, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-15-content .quote-shape {
    top: -38px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-15-content .quote-shape {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-15-content .quote-shape {
    top: -50px;
    left: 0;
  }
}

/*----------------------------------------*/
/*  7.7 testimonial css
/*----------------------------------------*/
@media (max-width: 767px) {
  .px-testimonial-area {
    padding-top: 80px;
  }
}
.px-testimonial-top-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.px-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.px-testimonial-client-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
.px-testimonial-avater img {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.px-testimonial-item p {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 55px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-testimonial-item p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-testimonial-item p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .px-testimonial-item p {
    font-size: 25px;
  }
  .px-testimonial-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-testimonial-slider {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ar-testimonial-client-info h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.ar-testimonial-item p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-testimonial-item p {
    font-size: 34px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ar-testimonial-item p {
    font-size: 25px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow {
    text-align: center;
    margin-top: 70px;
  }
}
.ar-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.ar-testimonial-arrow button:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.ar-testimonial-arrow button span svg {
  margin-left: 1px;
}
.ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
    position: static;
  }
}
.ar-testimonial-arrow button.ar-testimonial-next {
  left: auto;
  right: -85px;
}
.ar-testimonial-fraction-wrap {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ar-testimonial-fraction-wrap {
    left: -60px;
    bottom: -20px;
  }
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ar-testimonial-fraction-wrap .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0 30px;
  background: #d9d9d9;
}
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--tp-common-px-orange);
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-bullets,
.ar-testimonial-fraction-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-custom,
.ar-testimonial-fraction-wrap .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: auto;
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span {
  position: absolute;
  top: -10px;
  right: -60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span.current {
  right: auto;
  left: 0;
}

/*----------------------------------------*/
