.main-menu {
  background-color: transparent;
  padding: 10px;
}

.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0px !important;
}

.nav-menu a {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.nav-menu a:hover {
  text-decoration: underline;
}

/*footer menu*/

.footer-menu {
  background-color: transparent;
  padding: 0px;
}

.nav-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}

.nav-footer li {
  display: block;
  margin-right: 20px;
  margin-top: 3px !important;
}

.nav-footer a {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #8A8C94;
  text-decoration: none;
  font-weight: 600;
}

.nav-footer a:hover {
  color: var(--brand-main-color);
  text-decoration: underline;
}

/*klasy logotypu, kontenera menu, kontenera zapytania i dodatkowych danych w header*/

.header-pad {
  padding: 0 2.625% 0 2.625%;
}

.header-height {
  height: 6rem;/*wysokosc powiazana z contener-upper-padding*/
}

.content-upper-padding {
  padding-top: 6rem;
}

.header-bottom-margin {
  margin-bottom: 6rem;
}

.header-logo {
  width: 8rem;
}

.search-container {
  min-width: 6rem;
  padding: 0.5rem 1rem 0.5rem 1rem
}

.zoom-icon-container:hover .zoom-icon {
  transform: scale(1.2);
  transition: ease-in-out .1s;
}

.header-bg {
  backdrop-filter: blur(4px);
  background-color: hsla(0, 0%, 0%, 0.558);
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

/*
style="background: 
            center center no-repeat url('<?php echo get_site_url() ?>/wp-content/uploads/2024/06/placeholder.webp');"
*/
