body {
  overflow: hidden;
  
}
html.loaded {
    overflow-x: hidden;
}
button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
}
html.loaded body {
  overflow-y: scroll;
}
.preloader {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
  display: grid;
  place-items: center;
}


.hs-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.47) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 9999;
}

html.loaded .preloader  {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
  transition-delay: 0.6s;
}

html.loaded .preloader img  {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
 
}

h1,
h2 {
  overflow: hidden;
}

.char {
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: bottom;
}
p {
  overflow: hidden;
  will-change: transform, opacity;
}
.line-parent {
  overflow: hidden;
  display: inline-block;
}

.line-child {
  display: inline-block;
  will-change: transform, opacity;
}

.why-choose li {
  will-change: transform, opacity;
}
.counter li {
  transition: transform 0.3s ease;
}
.counter li:hover {
  transform: scale(1.05);
}
.counter-single h3 {
  font-size: 2.2rem;
  position: relative;
}
.counter-single span {
  font-size: 1.5rem;
  position: relative;
  top: -4px;
}

.what-we-do-single .details {
  opacity: 0;
  position: relative;
}

.what-we-do-single figure {
  position: relative;
  z-index: 1;
}

.btn:not(.animate-btn) {
  opacity: 0;
}

