.header a {
  text-transform: uppercase;
  text-decoration: none;
}
.header-logo {
  position: relative;
  width: 200px;
  height: auto;
}

.mobile-menu span {
  height: 1px;
}

@media screen and (max-width: 1024px) {
  .main-nav-inner {
    background-color: var(--color1);
  }
}