
.eco-city-container {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.hero {
  background: url('images/nature.jpg') no-repeat center top;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  padding: 160px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 25px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
}

h1 {
  font-size: 3em;
  color: #2e7d32;
  margin-bottom: 0.4em;
}

p {
  font-size: 1.3em;
  color: #444;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3em 1em;
  background: #ffffff;
  margin-top: 40px;
}

.feature {
  max-width: 300px;
  margin: 1em;
  text-align: center;
}

.feature img {
  width: 100%;
  border-radius: 10px;
}

footer {
  text-align: center;
  padding: 2em;
  background: #2e7d32;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cta-button {
  background-color: #ffffff;
  color: #2e7d32;
  padding: 1em 2em;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.cta-button:hover {
  background-color: #c8e6c9;
}

.poster-gallery {
  text-align: center;
  padding: 3em 1em;
  background-color: #f9f9f9;
}

.poster-gallery h2 {
  font-size: 2.5em;
  color: #2e7d32;
  margin-bottom: 0.3em;
}

.poster-gallery p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 2em;
}

.posters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

.poster {
  max-width: 500px;
  width: 100%;
}

.poster img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.caption {
  font-size: 1em;
  margin-top: 0.5em;
  color: #444;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 100px 15px 60px;
    min-height: auto;
  }

  .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-shadow: none;
  }

  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1.1em;
  }

  .features {
    flex-direction: column;
    padding: 2em 1em;
  }

  .feature {
    max-width: 100%;
    margin: 1em 0;
  }

  .posters {
    flex-direction: column;
    gap: 1.5em;
  }

  .poster {
    max-width: 100%;
  }

  .cta-button {
    font-size: 16px;
    padding: 0.8em 1.6em;
    margin-top: 30px;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Обёртка для меню */
.ast-header-break-point .main-header-bar-navigation {
  position: absolute;
  top: 200px; /* подгони под своё изображение */
  right: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
}

.ast-header-break-point .main-header-bar-navigation ul {
  display: inline-flex;
  gap: 40px;
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ast-header-break-point .main-header-bar-navigation ul li a {
  color: #1b5e20; /* зелёный как в EcoCity */
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ast-header-break-point .main-header-bar-navigation ul li a:hover {
  color: #66bb6a;
}
