.services-page {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #644B39 100%);
  padding-top: 0px;
}
.services-page__line-left {
  position: absolute;
  top: 150px;
  left: -3rem;
  width: 30vw;
  height: 67px;
  background: linear-gradient(90deg, #4d3325 7.33%, #f0ba93 56.95%, #462b1e 92.88%);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 0;
}
.services-page__line-right {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: -2rem;
  width: 28vw;
  height: 67px;
  background: linear-gradient(90deg, #4d3325 7.88%, #f0ba93 61.29%, #462b1e 99.96%);
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
.services-page__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 1100px;
  padding-bottom: 320px;
  position: relative;
  top: 0rem;
}
@media (max-width: 1279px) {
  .services-page__container {
    min-height: auto;
    padding: 2rem 0;
  }
}
.services-page__content {
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .services-page__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.services-page__hexagon {
  position: relative;
  width: 320px;
  height: 320px;
}
@media (max-width: 1279px) {
  .services-page__hexagon {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 auto 2rem auto;
    display: block;
    width: 320px !important;
    height: 320px !important;
  }
}
.services-page__hexagon::before {
  content: "";
  top: -3rem;
  inset: 0;
  background-color: rgba(74, 56, 32, 0.6);
  pointer-events: none;
  z-index: 1;
}
.services-page__hexagon--center {
  background-color: #4E4137;
}
.services-page__hexagon--left-top {
  position: absolute;
  left: -384px;
  top: -58px;
  width: 405px;
  height: 420px;
  background-color: #4E4137;
  z-index: 10;
}
.services-page__hexagon--right-top {
  position: absolute;
  right: -430px;
  top: -115px;
  width: 457px;
  height: 472px;
  background-color: #4E4137;
  z-index: 10;
}
.services-page__hexagon--left-bottom {
  position: absolute;
  left: -115px;
  top: 288px;
  width: 235px;
  height: 243px;
  background-color: #4E4137;
  z-index: 10;
}
.services-page__hexagon--right-bottom {
  position: absolute;
  right: -230px;
  top: 288px;
  width: 449px;
  height: 463px;
  background-color: #4E4137;
  z-index: 10;
}
.services-page__service-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 1px 1px 0 #5A3A1E;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 767px) {
  .services-page__service-text {
    font-size: 16px;
  }
}
.services-page__service-text .cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  display: inline-block;
  max-width: 320px;
  text-decoration: none;
  color: inherit;
}
.services-page__service-text .cta:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.services-page__service-text .cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.services-page__service-text .cta:active {
  transform: scale(0.96);
}
.services-page__service-text a {
  color: inherit;
  text-decoration: none;
}
.services-page__service-text a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.services-page__logo {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.services-page__decoration {
  position: absolute;
  z-index: 0;
}
.services-page__decoration--left {
  left: -444px;
  top: 28px;
}
@media (max-width: 767px) {
  .services-page__decoration--left {
    display: none;
  }
}
.services-page__decoration--right {
  right: -500px;
  top: -150px;
  z-index: 20;
}
@media (max-width: 767px) {
  .services-page__decoration--right {
    display: none;
  }
}
.services-page__title {
  position: absolute;
  top: 10px;
  left: 100px;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  margin: 0;
  z-index: 40;
}
@media (max-width: 1279px) {
  .services-page__title {
    font-size: 36px;
    top: 12px;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .services-page__title {
    font-size: 28px;
    top: 14px;
    left: 30px;
  }
}

.service-hexagon {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.9s ease;
}
@media (max-width: 1279px) {
  .service-hexagon {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.service-hexagon.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.services-page__hexagon.service-hexagon:hover .cta:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.service-text {
  font-family: "Kumbh Sans", sans-serif;
  width: 100%;
}

.hexagon {
  -webkit-clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%) !important;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%) !important;
}

/* Remove overlay layer for the logo hexagon */
.services-page__hexagon--left-bottom::before {
  content: none !important;
  background: transparent !important;
}

/*# sourceMappingURL=services-page.css.map */
