body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.aarinex-nav-link.active {
  color: #00fffa;
  font-weight: 600;
}

.aarinex-mobile-menu {
  transition: all 0.3s ease;
}
