@font-face {
  font-family: "Boldfinger";
  src: url("../fonts/Boldfinger.ttf");
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

body {
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #e3d7af;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-item.active .accordion-content {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.accordion-icon {
  transform: rotate(0deg);
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.how-works-inner-wrapper {
  background: linear-gradient(to bottom, #940808 0%, #540000 90%);
}

.count-inner-wrapper {
  background: linear-gradient(to top, #940808 0%, #540000 90%);
}

.shape {
  width: 100%;
  height: 60px;
}

.top-curve {
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background-color: #540000;
}

.bottom-curve {
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background-color: #540000;
}

.no-scroll {
  overflow: hidden;
}

.category-btn.active {
  background-color: #ba0000; /* guardsman-red-800 */
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

.vending-machine-dot.active {
  opacity: 1;
  border: 2px solid #8b0000;
}

.vending-machine-dot {
  opacity: 1;
  border: 2px solid transparent;
}

.vending-machine-slider .item img {
  width: 100% !important;
  height: 100% !important;
}
