@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #001b85;
  --secondary-color: #b3e132;
}

body {
  font-family: "Inter", sans-serif;
}

section {
  overflow: hidden;
}

._bg-primary-color {
  background-color: var(--primary-color);
}

._bg-secondary-color {
  background-color: var(--secondary-color);
}

._text-primary-color {
  color: var(--primary-color);
}

._text-secondary-color {
  color: var(--secondary-color);
}

#feedback .swiper-button-prev {
  z-index: 99;
  background-color: var(--primary-color);
  left: -3rem;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-top: -24px;
}

#feedback .swiper-button-prev:after {
  font-size: 16px;
  color: white;
}

#feedback .swiper-button-next {
  z-index: 99;
  background-color: var(--primary-color);
  right: -3rem;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-top: -24px;
}

#feedback .swiper-button-next:after {
  font-size: 16px;
  color: white;
}

#benefit-erp {
  background-image: url("./assets/imgs/bg-erp-system.png");
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 768px) {
  #benefit-erp {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#erp-layout .swiper-button-prev {
  z-index: 99;
  background-color: var(--primary-color);

  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-top: -24px;
}

#erp-layout .swiper-button-prev:after {
  font-size: 16px;
  color: white;
}

#erp-layout .swiper-button-next {
  z-index: 99;
  background-color: var(--primary-color);

  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-top: -24px;
}

#erp-layout .swiper-button-next:after {
  font-size: 16px;
  color: white;
}
