.logo {
  height: 50px;
  width: 50px;
}

/* .hero-container {
  position: relative;
  height: 100%;
  width: 40%;
}
.hero-image {
  position: absolute;
} */
/* .hero-background {
  background-image: url("Hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.hero-image {
  transform: scale(1.3);
}

.feature-icon {
  margin: auto 0;
  padding: 1rem;
  font-size: 1.2rem;
  fill: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
/* <i class="fa-solid fa-warehouse"></i> */

/* $animationSpeed: 40s; */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 609px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  gap: 70px;
  width: calc(282px * 12 + 440);
}

.slide {
  height: 609px;
  width: 282px;
}

.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 609px;
  position: absolute;
  width: 282px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.fInner {
  background-color: #117ec5;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 4rem;
  color: #fff;
  list-style: none;
}
.flogo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.catetop {
  color: black;
  list-style: none;
}

.fLinkBox > ul > li > a:link,
.fLinkBox > ul > li > a:visited {
  color: white;
  list-style: none;
  text-decoration: none;
  list-style: none;
}

.fs-4 {
    margin-left: 10px;
}