body {
  font-family: "Inter", sans-serif;
}
.hero {
  background: #fff;
}
.landing-header .menu .menu-link.active {
  color: #4b5675 !important;
  background-color: rgb(249 249 249) !important;
}
.feature-description {
  transition: all 0.3s;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  background: #ffffff78;
  opacity: 0;
  transform: translateY(20px);
}

.feature-parent {
  border-radius: 20px;
}
.feature-parent:hover > .feature-description {
  opacity: 1;
  transform: translateY(0px);
}
.bestValueLabel {
  position: absolute;
  color: white;
  top: 1.5rem;
  right: -2.8rem;
  /* background: #d55252; */
  transform: rotate(45deg);
}
.rounded-16px {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  input[type="search"],
  input[type="email"],
  input[type="text"],
  input[type="number"],
  textarea {
    font-size: 16px;
  }
}

@media screen and (min-width: 700px) {
  [data-kt-sticky-landing-header="on"] .landing-header {
  box-shadow: none !important;
  background: transparent !important;
}

[data-kt-sticky-landing-header="on"] .landing-header > .container {
  background: #ffffffd1;
  backdrop-filter: blur(7px);
  border-radius: 30px;
  border: 1px solid rgb(221 221 221);
  padding: 0.9rem 2rem;
  margin-top: 1.5rem;
}
}

