.logo {
  -webkit-text-fill-color: transparent;
}
.swiper-button-disabled {
  color: #667085 !important;
  background-color: transparent !important;
}

.tech-stack {
  /* max-width: 1000px; */
}
.tech-stack .swiper-container {
  width: 100%;
  height: 100px; /* Adjust based on your needs */
  overflow: hidden;
}

.tech-stack .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px; /* Ensure slides can be as wide as needed */
  /* margin-inline: 15px; */
  margin-bottom: 10px;
}

.tech-stack-slide {
  background: #f8f9fa;
  box-shadow: 0px 0px 16px 0px #0000001a;
  width: 250px;
  height: 144.14px;
  border-radius: 8px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev {
  rotate: 180deg;
}

.swiper-button-disabled {
  filter: invert(1);
}
