/* Читаемая шапка с меню на планшете и десктопе */
header nav a {
  white-space: nowrap;
  scroll-margin-top: 5.5rem;
}

header nav a:hover {
  color: #c5ff3d !important;
}

@media (min-width: 768px) {
  header .max-w-\[1600px\] {
    gap: 0.5rem;
  }

  header nav {
    flex: 1;
    justify-content: center;
    max-width: 52rem;
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  header nav {
    gap: 0.65rem !important;
    font-size: 0.65rem;
  }

  header .font-bold.text-sm {
    font-size: 0.7rem;
  }

  header a[href="#contact"] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-size: 0.65rem;
  }
}
