header#masthead {
    height: 13.5em;
    background: #1a1a1a;
}

.main-navigation ul li {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 0.8rem;
    line-height: normal;
    margin: 0 90px -10px 0;
    padding: 0 0 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

/* Sezione Hero */
.hero-section {
  position: relative;
  height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

/* Contenuto Hero */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.hero-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #ff6b6b;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.hero-button:hover {
  background-color: #ff4757;
}

div#pgc-2580-0-0 {
    z-index: 0;
}

div#pgc-12727-2-0 {
		    z-index: 0;
}
/* Animazione keyframes */
@keyframes moveBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}