.trustbar-slider {
  overflow: hidden;
  position: relative;
}
.dark_gradient {
  background: linear-gradient(170.55deg, #1B1B23 62.02%, #09090E 92.86%);
}
.light_gray_gradient {
  background: linear-gradient(170.55deg, #2B2B3C 62.02%, #232334 92.86%);
}
.green_gradient {
  background: linear-gradient(66.68deg, rgba(1, 55, 3, 0.2) 37.2%, rgba(0, 91, 4, 0) 102.98%), #54BE53;
}
.white_bg {
  background: var(--white);
}
.gray_modern_50 {
  background: #f6f7f8; 
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.trustbar-slider h5 {
  text-align: center;
  color: var(--white);
}
.trustbar-slider.white_bg h5,
.gray_modern_50 h5,
.light_gray_gradient_ h5 {
  color: var(--gray-900);
}
.scroll {
  display: flex;
  transform: translateX(0);
  animation: scroll 45s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.part {
  display: flex;
  position: relative;
  align-items: center;
}
.trustbar-slider__container .part {
  flex-wrap: wrap;
}
.box {
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;  
  width: max-content; 
}
.trust-bar-wrapper {
  margin-top 96px;
  width: 100%;
  padding: 24px 0;
  background: #FFFFFF;
  box-shadow: 0px -4px 8px -2px rgba(16, 24, 40, 0.1), 0px -2px 4px -2px rgba(16, 24, 40, 0.06);
}
.trustbar-slider__container .row {
  margin-right: -64px;
  margin-left: -64px;
}
.angle-component {
  padding-bottom: 205px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.trustbar-slider__angle-component {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .trustbar-slider_pb {
    padding-bottom: 24px; 
  }
  .angle-component {
    padding-bottom: 105px;
  }
  .trustbar-slider__container {
    max-width: 800px;
  }
  .box {
    padding: 0 23px;
  }
  .trustbar-slider__container .box-slide {
    margin-bottom: 24px;
  }
  .trustbar-slider__container .row {
    margin-right: -23px;
    margin-left: -23px;
  }
}
@media (max-width: 991px) {
  .trustbar-slider__container .box {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .trustbar-slider {
    overflow: scroll;
  }
  .trustbar-slider .scroll {
    animation: none !important; 
  }
  .trustbar-slider {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    margin: 0 -20px;
  }
  .trustbar-slider h5 {
    font-size: 16px;
  }
}



