
.clients-section{
  background: var(--secondary-color);
}

.clients-section .inner-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.clients-section .clients-logo img{
  position: relative;
  opacity: 0.4;
  transition: all 500ms ease;
}

.clients-section .clients-logo:hover img{
  opacity: 1;
}


.clients-section.alternat-2{
  padding-bottom: 410px;
}

.clients-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}