
.swiper {
  width: 100%;
  /*height: 100%;*/
  /*height: 350px;*/
}

.swiper_customers {
  width: 100%;
  /*height: 100%;*/
  /*height: 350px;*/
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: var(--border-radius);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--border-radius);
}

.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid var(--gsd-color);
  border-radius: 50%;
  left: 0;
  right: 60px;
  top: unset !important;
}

.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid var(--gsd-color);
  border-radius: 50%;
  top: unset !important;
}

.swiper-button-prev:after {
  font-weight: bold !important;
  font-size: 28px !important;
  color: var(--gsd-color);
}

.swiper-button-next:after {
  font-weight: bold !important;
  font-size: 28px !important;
  color: var(--gsd-color);
}

.container-slider-projects {
  height: 500px;
}

.slide-height {
  height: 500px !important;
  border-radius: 20px;
}

.swiper-button-prev.swiper-rtl.swiper-button-next {
  margin-top: 65px;
}

.gallerybox.swiper-button-prev {
  margin-top: 65px;
}
.gallery-box-api {
  filter: grayscale(100%);
}