.service-icon-wrap {
  position: relative;
  background: #018ca7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 112px;
  mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  fill: #fff;
  text-align: center;
}
.service-icon-wrap svg {
  width: 75%;
  height: 75%;
}
.service-icon-wrap .title {
  display: none;
}
.card.card-service {
  border: 0;
  border-radius: 0;
  background: none;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.card.card-service .card-header,
.card.card-service .card-body,
.card.card-service .card-footer {
  border: 0;
  border-radius: 0;
  background: none;
}
.card.card-service .service-icon-wrap {
  position: absolute;
  top: -40px;
  right: 16px;
  width: 100px;
  height: 112px;
  transition: all ease 0.6s;
  animation-delay: 1s;
}
.card.card-service .card-img-top-wrap {
  overflow: hidden;
  transition: all ease 0.6s;
  mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  mask-size: 200%;
  border-radius: 16px;
}
.card.card-service .card-img-top {
  transition: all ease 0.6s;
}
.card.card-service .card-title {
  position: relative;
  padding: 16px;
  width: max-content;
  margin: auto;
}
.card.card-service .card-title:before {
  display: block;
  content: "";
  background: #018ca7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 64px;
  opacity: 0;
  transition: all ease 0.6s;
}
.card.card-service .card-title span {
  position: relative;
}
.card.card-service:hover .service-icon-wrap {
  transform: scale(1.2);
  transition: all ease 0.6s;
  animation-delay: 1s;
}
.card.card-service:hover .card-img-top-wrap {
  transition: all ease 0.6s;
  mask-size: 80%;
}
.card.card-service:hover .card-img-top {
  transform: scale(1.2);
  transition: all ease 0.6s;
}
.card.card-service:hover .card-title {
  position: relative;
  transition: all ease 0.6s;
  color: #fff;
}
.card.card-service:hover .card-title:before {
  width: 100%;
  opacity: 1;
  transition: all ease 0.6s;
}
.node--type-service .node-page-title-wrap {
  margin-bottom: 64px;
}
.node--type-service .node-page-title-wrap .page-subtitle {
  font-weight: 300;
}
.services-wrapper .section-body .row {
  justify-content: center;
}
.services-wrapper .swiper {
  padding-bottom: 24px;
}
@media all and (max-width: 767px) {
  .card.card-service {
    max-width: 280px;
    margin: auto;
  }
  .service-icon-wrap {
    width: 80px;
    height: 80px;
  }
  .service-icon-wrap svg {
    height: 60px;
    width: 60px;
  }
}
