#clients {
  opacity: 0; /* Initially hidden */
  transform: translateY(50px); /* Matches the GSAP animation start state */
}

.sponsor-slider-wrapper{
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  height: 100px;
  margin:5rem;
  margin-left:-20px;
}

@keyframes slide {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
@keyframes slide-2 {
  0% {transform: translateX(100%);}
  100% {transform: translateX(0);}
}

.techbg{
  background-image: url(techbg.png);
}

  
.sponsor-slider{
  width: auto;
  position: absolute;
  white-space: nowrap;
  
}
.sponsor-slider .item{
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-left: -4px;
}
.sponsor-slider .item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-slider-wrapper{
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  height: 100px;
  margin:5rem;
  margin-left:-20px;
}

@keyframes slide {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
@keyframes slide-2 {
  0% {transform: translateX(100%);}
  100% {transform: translateX(0);}
}

.sponsor-slider{
  width: auto;
  position: absolute;
  white-space: nowrap;
  
}
.sponsor-slider .item{
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-left: -4px;
}
.sponsor-slider .item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slide-1{
  animation: slide 12s infinite linear;
}
.slide-2{
  animation: slide-2 12s infinite linear;
}

$speed: 250ms;
