/*--------------------------------------------------------------
# What Our Clients Say 
--------------------------------------------------------------*/

html[dir="rtl"] #what-our-clients-say-section .slider-track {
  flex-direction: row-reverse;
}

html[dir="rtl"] #what-our-clients-say-section .slider-track-inverse {
  direction: rtl !important;
}

html[dir="rtl"] #what-our-clients-say-section .slider-track-inverse:hover,
html[dir="rtl"] #what-our-clients-say-section .slider-track:hover {
  animation-play-state: paused;
}

html[dir="rtl"] #what-our-clients-say-section .icon-filter {
  transform: scaleX(-1);
}

html[dir="rtl"] #what-our-clients-say-section .slider-track {
  flex-direction: row-reverse;
  animation: slideRightToLeftRTL 20s linear infinite;
}

html[dir="rtl"] #what-our-clients-say-section .slider-track-inverse {
  flex-direction: row-reverse;
  animation: slideLeftToRightRTL 20s linear infinite;
 

}


html[dir="rtl"] #what-our-clients-say-section .blur-shape-6 {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: auto;
  z-index: -1;
}

#what-our-clients-say-section .wrapper-cards-comments-inverse {
  overflow: hidden;
  position: relative;
}

#what-our-clients-say-section .slider-track-inverse {
  display: flex;
  animation: scrollInverse 25s linear infinite;
  width: calc(250px * 12);
}

@keyframes scrollInverse {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 6));
  }
}

#what-our-clients-say-section .wrapper-cards-comments-inverse,
#what-our-clients-say-section .wrapper-cards-comments {
  mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
}

@keyframes slideRightToLeftRTL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(50%));
  }
}

@keyframes slideLeftToRightRTL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50%));
  }
}

@keyframes slideRightToLeftRTL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(50%));
  }
}

#what-our-clients-say-section .content-section-what-our-clients-say-section {

  position: relative;
}

#what-our-clients-say-section .blur-shape-6 {
  position: absolute;
  left: -36%;
  top: -17%;
  width: 100%;
  height: auto;
  z-index: -1;

}

#what-our-clients-say-section .blur-shape-10 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  height: auto;
  z-index: -1;

}

#what-our-clients-say-section .blur-shape-8 {
  position: absolute;
  left: -36%;
  top: -17%;
  width: 100%;
  height: auto;
  z-index: -1;
}

#what-our-clients-say-section .card-comment-client {
  background: var(--bg-card-client-comment);
  border: 1px solid var(--color-gray-dark);
  border-radius: 20px;
  padding: 30px;
}

#what-our-clients-say-section .wrapper-cards-comments {
  width: 100%;
  overflow: hidden;
}

#what-our-clients-say-section .slider-track {
  display: flex;
  width: max-content;
  animation: slideLeftToRight 20s linear infinite;

}

#what-our-clients-say-section .slider-track:hover {
  animation-play-state: paused;
}

#what-our-clients-say-section .wrapper-cards-comments>.slider-track>.card-comment-client {
  flex-shrink: 0;
  width: 520px;
  max-width: 100%;
  margin-right: 20px;
  box-sizing: border-box;

  padding: 15px;
  border-radius: 8px;
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(calc(-50%));
  }

  100% {
    transform: translateX(0);
  }
}

#what-our-clients-say-section .wrapper-cards-comments-inverse {
  width: 100%;
  overflow: hidden;
  margin-bottom: 46px;
  margin-top: 90px;
}

#what-our-clients-say-section .slider-track-inverse {
  display: flex;
  width: max-content;
  animation: slideRightToLeft 20s linear infinite;
}

#what-our-clients-say-section .slider-track-inverse:hover {

  animation-play-state: paused;


}

#what-our-clients-say-section .wrapper-cards-comments-inverse>.slider-track-inverse>.card-comment-client {
  flex-shrink: 0;
  width: 520px;
  margin-right: 20px;
  box-sizing: border-box;

  padding: 15px;
  border-radius: 8px;
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50%));
  }
}

#what-our-clients-say-section .wrapper-cards-comments {
  display: flex;
  /* overflow: hidden; */
  width: 100%;
  position: relative;
}

#what-our-clients-say-section .comment-client {
  font-family: Gabarito;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: var(--white);
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 50px;

}

#what-our-clients-say-section .bottom-card-comment-client {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
}

#what-our-clients-say-section .note-client {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

#what-our-clients-say-section .note-client span {
  font-family: Gabarito;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: var(--white);
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;


}

#what-our-clients-say-section .note-client .color-star {
  color: #FF7A28;
}

#what-our-clients-say-section .client {
  display: flex;
  gap: 20px;
  align-items: center;
}

#what-our-clients-say-section .image-client img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

#what-our-clients-say-section .name-client {
  font-family: Gabarito;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--white);
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;

}

#what-our-clients-say-section .type-client {
  font-family: Gabarito;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: var(--white);
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;

}