.black {
  color: #000;
}
.img-50 {
  max-width: 80% !important;
}
@media (min-width: 768px) {
  .img-50 {
    max-width: 30% !important;
  }
}
.img-10 {
  width: 60px !important;
  height: 35px;
}
.counter__number-wrapper {
  display: flex;
  align-items: baseline;
}
.counter__currency,
.counter__number {
  font-size: calc(43 * 1px + (104 - 43) * ((50vw - 320px) / 2240));
}
.comma {
  font-size: calc(43 * 1px + (104 - 43) * ((100vw - 320px) / 2240));
}
.section-nav-projects__inner_actual {
  height: auto !important;
}
@media (max-width: 600px) {
  .first-logo {
    height: 50% !important;
  }
}
.home-social {
  position: fixed;
  bottom: 0;
  left: 40%;
  transform: translateX(-40%);
  display: flex;
  opacity: 1;
  visibility: inherit;
}
.social-link {
  font-size: 15px !important;
}
@media (max-width: 600px) {
  .home-social {
    left: 25%;
  }
}

.home-text-container {
  display: inline-block; /* Ensure the container fits its content */
  width: auto; /* Allow the container to size according to its content */
  text-align: center; /* Center the text and images inside */
  box-sizing: border-box; /* Include padding/border in element's width/height */
  background-color: #fff; /* Add a white background to the container */
  padding: 20px; /* Adjust padding as needed */
}

.sl-logo {
  max-height: 100%;
  width: 80%; /* Set a larger base size for the logo */
  min-width: 10.5vw; /* Set a minimum width to prevent it from becoming too small */
  height: auto; /* Maintain the aspect ratio */
  margin: 0 auto; /* Center the image */
  display: block; /* Ensure the image is treated as a block-level element */
}

@media (max-width: 600px) {
  .sl-logo {
    min-width: 22vw;
  }
}

.home-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
}

.home-heading {
  flex: 1;
}

body {
  font-family: "Fjalla One", sans-serif;
}
.wrap {
  text-align: center;
}
#wrapper {
  text-align: center;
}

.sub {
  color: #ff4a54;
  letter-spacing: 1em;
}

.glitch {
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 4em;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch::before {
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
  left: -2px;
  text-shadow: -2px 0 #ff00c1, 2px 2px #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(10px, 9999px, 50px, 0);
    transform: skew(0.3deg);
  }
  20% {
    clip: rect(60px, 9999px, 40px, 0);
    transform: skew(1deg);
  }
  40% {
    clip: rect(20px, 9999px, 90px, 0);
    transform: skew(0.1deg);
  }
  60% {
    clip: rect(80px, 9999px, 30px, 0);
    transform: skew(0.7deg);
  }
  80% {
    clip: rect(50px, 9999px, 10px, 0);
    transform: skew(0.5deg);
  }
  100% {
    clip: rect(10px, 9999px, 70px, 0);
    transform: skew(0.4deg);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(10px, 9999px, 60px, 0);
    transform: skew(0.4deg);
  }
  20% {
    clip: rect(70px, 9999px, 30px, 0);
    transform: skew(0.8deg);
  }
  40% {
    clip: rect(50px, 9999px, 20px, 0);
    transform: skew(0.2deg);
  }
  60% {
    clip: rect(20px, 9999px, 60px, 0);
    transform: skew(0.6deg);
  }
  80% {
    clip: rect(40px, 9999px, 10px, 0);
    transform: skew(0.3deg);
  }
  100% {
    clip: rect(30px, 9999px, 80px, 0);
    transform: skew(0.5deg);
  }
}

@keyframes glitch-skew {
  0% {
    transform: skew(2deg);
  }
  20% {
    transform: skew(-2deg);
  }
  40% {
    transform: skew(1deg);
  }
  60% {
    transform: skew(-1deg);
  }
  80% {
    transform: skew(0.5deg);
  }
  100% {
    transform: skew(-0.5deg);
  }
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; /* Prevent interaction with particles */
}

.section-masthead__inner {
  position: relative;
  z-index: 2; /* Ensure content is above the particles */
}
.home-logo-center,
.home-logo-left,
.home-logo-right,
.home-logo {
  background: white;
  color: black;
}
