.menu {
  display: flex;
  background-color: var(--color-pri);
  justify-content: space-between;
  padding: 2rem 5rem;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.menu-toggle__bar {
  height: 3px;
  background-color: var(--color-sec);
  border-radius: 2px;
}
