@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@import "tailwindcss";

@theme {
  --default-font-family: "Poppins", sans-serif;
  --font-header: "Roboto Condensed", sans-serif;
  --color-primary: #132a4a;
  --color-secondary: #203a8f;
  --color-accent: #eb4304;
  --color-blue-gradient: linear-gradient(
    180deg,
    rgba(19, 42, 74, 1) 0%,
    rgba(22, 59, 112, 1) 50%,
    rgba(19, 42, 74, 1) 100%
  );
}

@layer {
  .c-container {
    @apply container mx-auto px-4 md:px-10 lg:px-20;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

/* Optional: Pause animation on hover */
.pause-on-hover:hover .animate-scroll {
  animation-play-state: paused;
}

ul {
  list-style: disc;
}

li {
  margin-left: 18px;
  margin-bottom: 10px;
}

.why-choose-us-ul ul li {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 18px;
}

@keyframes heroLogisticCar {
  0% {
    right: -20rem;
    bottom: 5rem;
  }
  10% {
    right: 5rem;
    bottom: 5rem;
  }
  45.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.heroLogisticCar-animation {
  animation: heroLogisticCar 15s linear infinite;
}

@keyframes heroLogisticCargo {
  0% {
    right: 20rem;
    top: -10rem;
  }
  10% {
    top: 0;
  }
  45.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.heroLogisticCargo-animation {
  animation: heroLogisticCargo 15s linear infinite;
}

@keyframes heroLogisticAirplane {
  0% {
    right: -20rem;
    top: 10rem;
  }
  10% {
    right: 0rem;
    top: 3rem;
  }
  45.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.heroLogisticAirplane-animation {
  animation: heroLogisticAirplane 15s linear infinite;
}

@keyframes heroProduct1 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 30rem;
    top: -13rem;
  }
  60% {
    right: 30rem;
    top: 3rem;
  }
  95% {
    right: 30rem;
    top: 3rem;
    opacity: 1;
  }
  100% {
    right: 30rem;
    top: 3rem;
    opacity: 0;
  }
}

.heroProduct1-animation {
  animation: heroProduct1 15s linear infinite;
}

@keyframes heroProduct2 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 17rem;
    top: -13rem;
  }
  60% {
    right: 17rem;
    top: 3rem;
  }
  95% {
    right: 17rem;
    top: 3rem;
    opacity: 1;
  }
  100% {
    right: 17rem;
    top: 3rem;
    opacity: 0;
  }
}

.heroProduct2-animation {
  animation: heroProduct2 15s linear infinite;
}

@keyframes heroProduct3 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 2rem;
    top: -13rem;
  }
  60% {
    right: 2rem;
    top: 3rem;
  }
  95% {
    right: 2rem;
    top: 3rem;
    opacity: 1;
  }
  100% {
    right: 2rem;
    top: 3rem;
    opacity: 0;
  }
}

.heroProduct3-animation {
  animation: heroProduct3 15s linear infinite;
}

@keyframes heroProduct4 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 32rem;
    top: 13rem;
  }
  60% {
    opacity: 1;
    right: 23rem;
    top: 13rem;
  }
  95% {
    right: 23rem;
    top: 13rem;
    opacity: 1;
  }
  100% {
    right: 23rem;
    top: 13rem;
    opacity: 0;
  }
}

.heroProduct4-animation {
  animation: heroProduct4 15s linear infinite;
}

@keyframes heroProduct5 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 0rem;
    top: 13rem;
  }
  60% {
    opacity: 1;
    right: 3rem;
    top: 13rem;
  }
  95% {
    right: 3rem;
    top: 13rem;
    opacity: 1;
  }
  100% {
    right: 3rem;
    top: 13rem;
    opacity: 0;
  }
}

.heroProduct5-animation {
  animation: heroProduct5 15s linear infinite;
}

@keyframes heroProduct6 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 32rem;
    bottom: -10rem;
  }
  60% {
    right: 32rem;
    bottom: 7rem;
  }
  95% {
    right: 32rem;
    bottom: 7rem;
    opacity: 1;
  }
  100% {
    right: 32rem;
    bottom: 7rem;
    opacity: 0;
  }
}

.heroProduct6-animation {
  animation: heroProduct6 15s linear infinite;
}

@keyframes heroProduct7 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 17rem;
    bottom: -10rem;
  }
  60% {
    right: 17rem;
    bottom: 7rem;
  }
  95% {
    right: 17rem;
    bottom: 7rem;
    opacity: 1;
  }
  100% {
    right: 17rem;
    bottom: 7rem;
    opacity: 0;
  }
}

.heroProduct7-animation {
  animation: heroProduct7 15s linear infinite;
}

@keyframes heroProduct8 {
  0% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 2rem;
    bottom: -10rem;
  }
  60% {
    right: 2rem;
    bottom: 7rem;
  }
  95% {
    right: 2rem;
    bottom: 7rem;
    opacity: 1;
  }
  100% {
    right: 2rem;
    bottom: 7rem;
    opacity: 0;
  }
}

.heroProduct8-animation {
  animation: heroProduct8 15s linear infinite;
}

@keyframes heroText1 {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 1;
  }
  40% {
    display: block;
    opacity: 1;
  }
  50% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.hero-text-1-animation {
  animation: heroText1 15s linear infinite;
}

@keyframes heroText2 {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: none;
    opacity: 0;
  }
  60% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.hero-text-2-animation {
  animation: heroText2 15s linear infinite;
}

.map iframe {
	width: 100% !important;
}