.lightbox-slider {
  /* border: 2px solid #7daa6a11; */
  position: absolute;
  top: 52rem;
  left: 50%;
  height: 350px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: visible;
  width: 100vw;
  /* allows children to overflow */
  display: flex;
  margin-top: 100px;
  overflow-x: hidden;
  margin-bottom: auto;
}

/* hide scrollbar in webkit */
.lightbox-slider::-webkit-scrollbar {
  display: none;
}

.slide-track {
  border: 2px solid #7daa6a11;
  height: 250px;

  display: flex;
  align-items: center;
  gap: 120px;
  margin: auto;
}

.slide-track img {
  width: 12rem;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.4);
  transition: transform 0.5s ease, filter 0.5s ease;
  flex-shrink: 0;
  box-shadow: inset 0 0 80px 20px rgb(255, 255, 255);
  background-color: #fff;
}

.slide-track img.active {
  transform: scale(2.5);
  filter: none;
  z-index: 1;
  height: 100%;
}

/* almost same vacancy about, clients, product ?? */
#clients {
  height: fit-content;
  padding-bottom: 58rem;
}
