*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color:#000;

}

.bg{
    background-image: url(bg.png);
    background-repeat: repeat-x;
}

.ft{
    background-image: url(bg.png);
    background-repeat: repeat-x;
}
/* It is ready */
/* Have a good time */
.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);}
}


a:visited{
  color:rgb(177, 252, 117)
}

.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;

