@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2') format('woff2'),
    url('../fonts/fontello.woff') format('woff'),
    url('../fonts/fontello.ttf') format('truetype'),
    url('../fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-factory:before {
  content: '\ea1f';
}

.icon-gear:before {
  content: '\ea22';
}

.icon-sketch:before {
  content: '\ea2d';
}

.icon-wind-energy:before {
  content: '\ea24';
}

.icon-industrial:before {
  content: '\ea1b';
}

.icon-building:before {
  content: '\e971';
}

.icon-solar-energy:before {
  content: '\ea23';
}

.icon-global-network:before {
  content: '\ea20';
}

.icon-membrane:before {
  content: '\ea2e';
}

i.fi {
  position: relative;
  bottom: -2px;
}

h1,
h2,
h3 {
  font-family: 'stolzl', sans-serif;
}

#hero {
  line-height: 3.5rem !important;
}

#typing-text {
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.hero-highlighter {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 3.5rem;
  pointer-events: none;
  z-index: -1;
}

.highlighter-path {
  fill: none;
  stroke: #4697F3;
  stroke-width: 9px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: highlight 2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: 0.8s;
}

@keyframes highlight {
  from {
    stroke-dashoffset: 1500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/* Ghost Text */
.ghost-text {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  color: transparent;
}

.dark .ghost-text {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

/* Nav Link Active */
.nav-link.active-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0047AB;
  border-radius: 2px;
}

/* Swiper Custom */
.swiper-services {
  padding-bottom: 50px !important;
  margin-bottom: -50px !important;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* Video Feature */
.video-play-trigger {
  width: 18rem;
  height: 18rem;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.video-play-trigger:hover {
  opacity: 0.8;
}

.video-play-ring {
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.22);
  animation: videoPulse 2.2s ease-out infinite;
}

.video-play-core {
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 18px 60px rgba(0, 71, 171, 0.35);
}

.video-modal-player {
  aspect-ratio: 16 / 9;
}

@keyframes videoPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.85;
  }

  70% {
    transform: scale(1.06);
    opacity: 0.15;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
