.hero {
    padding-top: 180px;
    position: relative;
    min-height: 100vh;
}
.hero::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: .5;
    z-index: 1;
}

.hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    color: white;
    z-index: 1;
    text-align: center;
    margin-top: 100px;
    padding: 40px;
    width: fit-content;
    margin: 100px auto 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hero-content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: .2;
    z-index: -1;
}

.hero-content p {
    max-width: 500px;
    font-size: 30px;
    margin: auto;
    line-height: 40px;
}

.hero-content p span {
    color: #a1f500;
    font-size: 70px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-content .code {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.hero-content .code span {
    color: #f96000;
}
.hero-content .details {
    text-align: center;
    max-width: 500px;
    padding: 20px;
    margin: auto;
    font-style: italic;
}
.hero-content .details  a {
    color: #f40000;
    font-weight: 700;
}

/* information-content */
.information-section-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.information-section-content .information-card {
    padding: 20px 15px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 380px;
    max-width: 100%;
}

.information-section-content .information-card  p {
    position: relative;
    z-index: 2;
    color: black;
    font-size: 16px;

}
.information-section-content .information-card span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.information-section-content .information-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    
}
.information-section-content .information-card.value span {
    color: #a1f500;
}
.information-section-content .information-card.period span {
    color:#f40000;
}
.information-section-content .information-card.partners span {
    color: #0b44a8;
}

/* counties-list */
.counties-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
   margin-top: 50px;
    text-align: center;
  }
  
  .counties-container h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 1.5em;
  }
  
  .counties-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    list-style: none;
  }
  
  .counties-list li {
    background:#f96000;
    color: white;
    padding: 15px 10px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .counties-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }
  /* targets */
  .primary-target {
    background-color: #0b44a8;
    padding: 50px 30px;
    margin-top: 50px;
  }
  .primary-target .content {
    display: flex;
    max-width: 1200px;
    margin: auto;
    color: white;
  }
  .primary-target .content img {
    width: 400px;
    border-radius: 30px;
    max-width: 100%;
    margin-left: 30px;
  }
  .general-targets {
    max-width: 1200px;
    margin: auto;
    padding: 15px;
    overflow: hidden;
  }
  .general-targets  h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    color: #f96000;
    font-weight: 700;
  }
  .general-targets .swiper {
        max-width: 100%;
        height: 380px;
        padding:0 10px 50px;

  }
  .general-targets .swiper .swiper-slide{
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;

}
.general-targets .swiper .swiper-slide .arrow {
    position: absolute;
    top: 22px;
    left: 27px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #a1f500;
      
}

.general-targets .swiper .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #464545;
    margin-left: 20px;
  }
  .general-targets .swiper .icon {
    opacity: .3;

  }
.general-targets .swiper .icon i{
    position: absolute;
    bottom: 50px;
    font-size: 200px;
    color: greenyellow;
    right: 20px;
    z-index: -1;
  }

.general-targets .swiper   p {
    color: #888;
    line-height: 25px;
}

/* statistics-results */

.results-section {
    
    padding: 15px;
    position: relative;
    padding-bottom: 50px;
}
.results-section .content {
    max-width: 1200px;
    margin: auto;
}
.results-section img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.results-section h2 {
    color: #0b44a8;
    font-weight: 700;
    margin-bottom: 50px;
}
  
  .statistics-list {
    width: 100%;
    margin: 0 auto;
  }
  
  .statistics-list ul {
    list-style: none;
    margin: 0;
    padding: 0;

  }
  
  .statistics-list ul li {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .statistics-list ul li i {
    margin-right: 5px;
    color: #f96000;
  }
  
  
@media(max-width: 991px) {
    .general-targets .swiper {
        height: 300px;

  }

}
@media(max-width: 768px) {
    .hero-content {
        margin-top: 50px;
        padding: 20px 15px;
        backdrop-filter: unset;
    }
    .hero-content::before {
        display: none;
    }
    .hero-content p span {
        font-size: 50px;
    }
    .hero-content p {
        font-size: 30px;
        line-height: 40px;
    }
    .primary-target .content {
        flex-direction: column;
        align-items: center;
    }
    .primary-target .information {
        text-align: center;
    }
    .primary-target .content img {
        margin-left: unset;
    }
    
}

@media(max-width: 567px) {
    .general-targets .swiper {
        height: 500px;

  }
    .hero-content p {
        line-height: 30px;
    }
}
@media(max-width: 400px) {
    .general-targets .swiper {
        height: 550px;
    }
    .general-targets .swiper p {
        font-size: 14px;
  }
}