.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
  }
  .uk-overlay-primary {
    background: rgb(34 34 34 / .2);
}
.btn {
    font-weight: 800;
}
.home2 .parallax-image {
  display: none !important;
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  background-color: var(--color-1);
  padding: 12px 25px 10px 25px;
}
.menu #menu-flters li {
  padding: 12px 25px 10px 25px;
  border: 1px solid var(--color-1);;
}
.menu #menu-flters {
  margin-top: 30px;
}
.cat-desc h2 {
  color: var(--color-1);
}
#about .object-fit-cover {
  height: 250px !important;
  object-fit: cover;
}

.hero-img {
  max-height: 300px;
}