.service {
  width: 100%;
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .service {
    margin-top: 80px;
  }
}

.serviceSlider {
  margin-top: 35px;
}

@media screen and (max-width: 425px) {
  .serviceSlider {
    margin-top: 20px;
  }
}

.serviceSlider-buttons {
  position: absolute;
  top: 0;
  z-index: 5;
}

.servise-slide {
  height: 300px;
  padding: 30px;
  position: relative;
  cursor: pointer;
  background-image: url(../images/empty.webp);
  transition: background-image 0.5s ease;
  width: auto;
  border-radius: 15px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .servise-slide {
    padding: 20px;
    height: 195px;
  }
}

.servise-slide:hover .servise-slider-headline {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
}

.servise-slide:hover a > span {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
  opacity: 1;
}

.servise-slide:hover svg > path {
  stroke: rgba(255, 255, 255, 1);
}

.servise-slide:hover {
  background-image: url(../images/service-slider.webp);
  width: auto;
  height: 300px;
  border-radius: 15px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .servise-slide:hover {
    height: 195px;
  }
}

.hr-top {
  border-top: 1px solid rgba(238, 238, 238, 1);
  width: 496px;
  position: absolute;
  top: 0;
  left: 7px;
}

.hr-left {
  border-left: 1px solid rgba(238, 238, 238, 1);
  height: 280px;
  position: absolute;
  top: 7px;
  left: 0;
}

.hr-right {
  border-left: 1px solid rgba(238, 238, 238, 1);
  top: 7px;
  right: 0;
  height: 280px;
  position: absolute;
}

.hr-bottom {
  border-top: 1px solid rgba(238, 238, 238, 1);
  width: 496px;
  position: absolute;
  bottom: 0;
  left: 7px;
}

@media screen and (max-width: 1500px) {
  .hr-left {
    top: 10px;
    height: 175px;
  }
  .hr-right {
    top: 10px;
    height: 175px;
  }
  .hr-top {
    width: 95%;
  }
  .hr-bottom {
    width: 95%;
  }
}

.servise-slider-headline {
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: rgba(43, 41, 39, 0.9);
  text-transform: uppercase;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .servise-slider-headline {
    font-size: 20px;
    line-height: 20px;
    max-width: 220;
  }
}

.servise-slide > span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(43, 41, 39, 1);
  position: absolute;
  bottom: 20px;
  left: 30px;
  opacity: 0.45;
}

.servise-slide > svg {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .servise-slide > svg {
    top: 20px;
    right: 20px;
  }
}

.slider-wrap {
  position: relative;
}

.stageSlider .swiper-slide a {
  text-decoration: none;
}

.service-button {
  position: absolute;
  top: -85px;
  right: 0;
}

.service-button > button:hover {
  background-color: rgba(239, 72, 36, 1) !important;
}

.service-button > button:hover svg > path {
  stroke: #fff;
}
