.testimonialsCard {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  cursor: pointer;
  overflow: hidden;
}

.testimonialsContent {
  padding: 20px 22px;
}

.testimonialscover {
  height: 275px;
  object-fit: cover;
}

.testimonialsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  position: relative;
}

.testimonialCardSection {
  position: relative;
}

.testimonialCardSection .backgroundGradient {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  opacity: 0.14;
  filter: blur(146px);
  height: 100%;
  width: 100%;
  z-index: -1;
  will-change: opacity;
}

.testimonialsContent .title {
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 25px;
}

.testimonialsContent .paragraph {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  text-align: center;
  color: #000000;
  margin-top: 16px;
  height: 200px;
  overflow-y: auto !important;
}

.testimonialsContent .paragraph1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  text-align: center;
  color: #000000;
  margin-top: 16px;
}

.testimonialsContent .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
}

.testimonialsContent .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 6px;
}

.partially-visible {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 30%;
}

.partially-visible::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  height: 90%;
  width: 100%;
  background: linear-gradient(180deg, #ddedff 0%, rgba(177, 210, 249, 0) 100%);
  mix-blend-mode: normal;
  border-radius: 0px;
  transform: rotate(-180deg);
}

.videocarouselContainer {
  padding: 0px 100px;
}

.videocarousel-img {
  width: 568px;
  height: 378px;
}

.videocarousel .content .carouselLogo {
  width: 142px;
  object-fit: contain;
}

.videocarousel .content h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
  color: black;
  margin-top: 12px;
  margin-bottom: 36px;
}

.videocarousel .content .person h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 8px;
}

.videocarousel .content .person p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  opacity: 0.5;
}

.experienceContainer {
  background: linear-gradient(138.66deg, #fcec5d 8.98%, #f2c833 81.53%);
  border-radius: 24px;
  padding: 80px 0px;
  position: relative;
}

.experienceContainer .heading {
  font-weight: 800;
  font-size: 12px;
  line-height: 132%;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 4px;
  text-align: center;
}

.experienceContainer h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 132%;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  text-align: center;
}

.experienceContainer .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 60px;
  text-align: center;
}

.experienceImg {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.experienceImg2 {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Btn3 {
  background: white;
  border-radius: 12px;
  padding: 15px 26px;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
  text-decoration: none;
  outline: none;
}

.testimonialsHeroLeft {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, 2%);
  width: 800px;
  height: 800px;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  opacity: 0.45;
  filter: blur(178.5px);
  z-index: -1;
  will-change: transform, opacity;
}

.testimonialsHeroCenter {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 895px;
  height: 900px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  opacity: 0.2;
  filter: blur(100px);
  z-index: -1;
  will-change: transform, opacity;
}

.testimonialsHeroRight {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 506px;
  height: 506px;
  background: linear-gradient(90.01deg, #f8d665 -6.24%, #ff7a00 100%);
  opacity: 0.4;
  filter: blur(185.5px);
  z-index: -1;
  will-change: opacity;
}

.testimonialshero .sidetitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #2b2a29;
  mix-blend-mode: normal;
  opacity: 0.5;
}

.testimonialshero h1 {
  font-weight: 900;
  font-size: 44px;
  line-height: 120%;
  width: max-content;
  background: linear-gradient(92.02deg, #0697ff 2.12%, #233fcf 104.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-top: 8px;
}

.testimonialshero .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #252525;
}

.testimonialshero {
  width: 40%;
}

.testimonialsheader {
  overflow: hidden !important;
}

.count {
  font-weight: 900;
  font-size: 36px;
  line-height: 28px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.count1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 28px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding: 5px 0px;
}

.counttext {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 6px;
}

.countSection {
  margin-top: 120px;
  gap: 36px;
}

.testimonialheroContainer {
  height: auto;
  overflow: hidden;
}

.testimonialScrollContainer {
  position: absolute;
  right: 0;
  top: 0;
  height: 750px;
  overflow: hidden;
  display: flex;
  z-index: -1;
  transform: rotate(9deg) scale(1.1) translate(-40px, -90px);
}

.headerCoverImg1 {
  object-fit: cover;
  background-repeat: no-repeat;
  max-height: 191px;
  width: 145px;
}

.headerCoverImg2 {
  object-fit: cover;
  background-repeat: no-repeat;
}

.headerCoverImg3 {
  object-fit: cover;
  background-repeat: no-repeat;
}

.headerCoverImg4 {
  object-fit: cover;
  background-repeat: no-repeat;
}

.headerCoverImg1 {
  object-fit: cover;
  background-repeat: no-repeat;
}

.headerCoverImg1 {
  object-fit: cover;
  background-repeat: no-repeat;
}

/* @keyframes scroll {
    0% { transform: translateY(0); }
    50% { transform: translateY(-50%); }
    100% { transform: translateY(-100%); } 
} */

.testimonialContainer {
  overflow: hidden;
  height: 100%;
}

.testimonialColumn {
  height: 200%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card {
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 69px 30px;
  margin-top: 20px;
  min-height: 191px;
  width: 145px;
}

.testimonialContainer.up .testimonialColumn {
  animation: scrollUp 60s linear infinite;
}

.testimonialContainer.down .testimonialColumn {
  animation: scrollDown 60s linear infinite;
}

.testnomialclientlogo {
  width: 161px;
  height: 48px;
  object-fit: contain;
}

.card img {
  object-fit: contain;
}

.mob-second-slider {
  display: none;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-65%);
  }

  /* Moves the content up by half its height */
}

@keyframes scrollDown {
  0% {
    transform: translateY(-65%);
  }

  /* Start from a position that's half the total height above the container */
  100% {
    transform: translateY(0%);
  }

  /* Moves the content down to its original position */
}

.plus-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-left: 4px;
  transform: translateY(13px);
}

.voicesHeading h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  background: linear-gradient(360deg,
      #796dff 0%,
      #ff000f 83.33%,
      rgba(0, 0, 0, 0) 100%,
      #6759ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .testimonialsContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    position: relative;
  }

  .experienceContainer {
    margin-bottom: 20px;
    padding: 40px 0px;
  }

  .experienceContainer h2 {
    font-size: 25px;
  }

  .experienceContainer .text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .Btn3,
  .SecondaryBtn {
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .testimonialshero h1,
  .count1,
  .counttext,
  .videocarousel .content h2 {
    font-size: 24px;
  }

  .videocarousel .content .person h3 {
    font-size: 18px;
  }

  .testimonialshero .paragraph {
    line-height: 150%;
    font-size: 14px;
  }

  .countSection {
    margin-top: 50px;
  }

  .trendingSection .swiper {
    padding-bottom: 30px;
  }

  .second-slider {
    display: none;
  }

  .mob-second-slider {
    display: block;
  }
}

.testnomialsMainSection {
  overflow: hidden;
}

@media (max-width: 1054px) {
  .testimonialScrollContainer {
    position: relative;
    width: 100%;
    transform: scale(1);
    height: 450px;
    margin-bottom: 50px;
  }

  .testimonialshero {
    width: 100%;
    position: relative;
  }

  .testimonialheroContainer {
    height: auto;
  }

  .testimonialContainer {
    width: 33%;
  }

  .card {
    width: 100%;
    height: 317px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    border-radius: 24px;
    overflow: hidden;
    padding: 10px;
  }

  .card img {
    object-fit: contain !important;
    width: 100%;
  }

  .card {
    background-size: cover;
  }

  .mobileRepoScroll {
    display: none;
  }

  .testimonialshero {
    padding: 0px 0px 40px 0px;
  }

  .videocarouselContainer {
    padding: 10px;
  }

  .videocarousel {
    flex-direction: column;
  }

  .videocarousel-img {
    width: 100%;
    height: 100%;
  }

  .testnomialVideo {
    justify-content: center;
  }

  .experienceImg2 {
    width: 100px;
  }

  .experienceImg {
    width: 100px;
  }

  .experienceContent {
    width: 100% !important;
  }

  .videocarousel .content .carouselLogo {
    width: 106px;
  }
}

@media screen and (max-width: 482px) {
  .experienceImg {
    display: none;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }
}