body {
  background: #fff;
}

.cover {
  height: 87vh;
  position: relative;
}

.cover-slick {
  width: 100%;
  height: 100%;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 55;
  text-align: center;

  max-width: 600px;

  @media (max-width: 600px) {
    top: 70%;
  }
}

.cover-content h1 {
  margin-bottom: 1rem;
}

.cover-content h1 > span {
  background: rgba(3, 25, 48, 0.9);
  color: #fff;
}

.cover-content h1 > span > span {
  color: #fffc00;
}

.cover-content p {
  margin: 0;
}

.cover-content .text {
  background: rgba(204, 211, 223, 0.8);
  padding: 1rem;
  color: #333;
  display: inline-block;
}

.cover-content .btn-primary {
  background: none;
  border-radius: 2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
}

/**/

.services {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );

  padding-block: 3rem;
}

.services-slick {
  padding: 0 3rem;
}

.service {
  text-align: center;
  display: block;
  margin: 0.5rem 2rem;
  color: #333;
}

.service .icon-holder {
  max-width: 150px;
  margin: 0 auto;
}

.service:hover {
  text-decoration: none;
}

.service:hover {
  text-decoration: none;
}

.service figure {
  position: relative;
}

.service .icon {
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.service .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-height: 40%;
}

.service .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #111;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.2rem;
  text-align: center;
}

.slick-slide:nth-child(6n + 1) .service .arrow,
.services-slick div:nth-child(6n + 1) .icon {
  background: #ed2024;
}

.slick-slide:nth-child(6n + 2) .service .arrow,
.services-slick div:nth-child(6n + 2) .icon {
  background: #dfd40b;
}

.slick-slide:nth-child(6n + 3) .service .arrow,
.services-slick div:nth-child(6n + 3) .icon {
  background: #7f3e98;
}

.slick-slide:nth-child(6n + 4) .service .arrow,
.services-slick div:nth-child(6n + 4) .icon {
  background: #f7941e;
}

.slick-slide:nth-child(6n + 5) .service .arrow,
.services-slick div:nth-child(6n + 5) .icon {
  background: #39b54a;
}

.slick-slide:nth-child(6n + 6) .service .arrow,
.services-slick div:nth-child(6n + 6) .icon {
  background: #00aeef;
}

.slick-slide:nth-child(6n + 1) .service .icon {
  background: #e7090d;
}

.slick-slide:nth-child(6n + 2) .service .icon {
  background: #eb8509;
}

.slick-slide:nth-child(6n + 3) .service .icon {
  background: #ffba0a;
}

.slick-slide:nth-child(6n + 4) .service .icon {
  background: #780ba2;
}

.slick-slide:nth-child(6n + 5) .service .icon {
  background: #069e1b;
}

.slick-slide:nth-child(6n + 6) .service .icon {
  background: #00aeef;
}

/**/

[dir="rtl"] .slick-prev {
  right: 10px;
  z-index: 9;
}
[dir="rtl"] .slick-next {
  left: 10px;
  z-index: 9;
}
@media (max-width: 991px) {
  .cover {
    height: 40vh;
  }
  .services-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .services {
    position: relative;
  }
  .service {
    margin-inline: auto;
  }
  .services-slick > div {
    flex: 1 0 45%;
    max-width: 135px;
  }
}
