.kapitel-home_services {
  padding-top: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  padding-bottom: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
}
.kapitel-home_services .home_services-title {
  text-align: center;
  font-size: clamp(24px, 12 * (100vw - 375px) / 905 + 24px, 36px);
  line-height: 140%;
  margin-bottom: clamp(20px, 16 * (100vw - 375px) / 905 + 20px, 36px);
  text-transform: uppercase;
  font-weight: 300;
}
.kapitel-home_services .home_services-grid-item {
  aspect-ratio: 1/0.9;
  display: block;
  position: relative;
}
.kapitel-home_services .home_services-grid-item .home_services-grid-item-image {
  height: 100%;
  z-index: 1;
}
.kapitel-home_services .home_services-grid-item .home_services-grid-item-image img {
  transition: transform var(--transition);
}
.kapitel-home_services .home_services-grid-item .home_services-grid-item-background {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color var(--transition);
}
.kapitel-home_services .home_services-grid-item .home_services-grid-item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 35px;
  z-index: 3;
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: transform var(--transition);
}
.kapitel-home_services .home_services-grid-item .home_services-grid-item-more {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  color: rgb(255, 255, 255);
  z-index: 3;
}
.kapitel-home_services .home_services-grid-item:hover .home_services-grid-item-image img {
  transform: scale(1.2);
}
.kapitel-home_services .home_services-grid-item:hover .home_services-grid-item-background {
  background-color: rgba(0, 0, 0, 0.7);
}
.kapitel-home_services .home_services-grid-item:hover .home_services-grid-item-title {
  transform: translateY(calc(-50% - 75px));
}

@media all and (min-width: 992px) {
  .kapitel-home_services > .container-fluid {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .kapitel-home_services > .container-fluid .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
/* adaptive */
@media all and (max-width: 1399px) {
  .kapitel-home_services .home_services-grid-item .home_services-grid-item-title {
    padding: 0 12px;
    font-size: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px);
    line-height: 140%;
  }
  .kapitel-home_services .home_services-grid-item .home_services-grid-item-more {
    bottom: 40px;
  }
}
@media all and (max-width: 1199px) {
  .kapitel-home_services .home_services-grid-item .home_services-grid-item-title {
    font-size: clamp(24px, 2 * (100vw - 375px) / 905 + 24px, 26px);
    line-height: 140%;
  }
}
@media all and (max-width: 991px) {
  .kapitel-home_services .home-services-swiper {
    padding-bottom: 41px;
  }
  .kapitel-home_services .home-services-swiper .swiper-pagination {
    bottom: 0;
  }
  .kapitel-home_services .home-services-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
  .kapitel-home_services .home-services-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-red);
  }
}
@media all and (max-width: 767px) and (min-width: 577px) {
  .home_services-swiper-col {
    padding-right: 0;
  }
}
@media all and (max-width: 576px) {
  .home_services-swiper {
    margin-left: 9px;
    margin-right: 9px;
  }
  .kapitel-home_services .home_services-grid-item .home_services-grid-item-title {
    padding: 0 30px;
  }
}
/*# sourceMappingURL=home_services.css.map */
