 html,body {
            font-family: "Inter", sans-serif;
            scroll-behavior: smooth;
            overflow-x: hidden;
        }
.zoom-bg {
  transform: scale(1);
}

.owl-item.active .zoom-bg {
  transform: scale(1.1);
}

/* Hero height */
.hero-slide {
  height: 550px;
}
@media (min-width: 768px) {
  .hero-slide {
    height: 650px;
  }
}