* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}



body {
  background-color: #e9eaff;
}



nav {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 60svw;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #06134a;
}
nav #nav-left {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
nav #nav-left img {
  max-width: 100px;
}
nav #nav-right {
  display: flex;
  gap: 1rem;
}
nav #nav-right a {
  color: #06134a;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* Style for the Villages Section */
#villages {
  padding: 20px;
 
}

.card-container {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap onto the next line if they don't fit in one row */
  gap: 20px; /* Space between cards */
  justify-content: center; /* Centers the cards horizontally */
  
}

.card {
  background: white; /* Background color of the card */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow for depth */
  overflow: hidden;
  width: 300px; /* Fixed width for cards */
  margin: 0; /* Removes default margin */
  box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

.card-header {
  background-color: #06134a!important; /* Card header background color */
  color: white; /* Text color in the header */
  padding: 15px; /* Padding inside the header */
  font-size: 1.25em; /* Font size for the header text */
  text-align: center; /* Centers text in the header */
}

.card-body {
  padding: 15px; /* Padding inside the card body */
}

.card-info {
  display: flex;
  flex-direction: column;
}

.card-info-element {
  margin-bottom: 10px; /* Space between info elements */
}

.card-info-description {
  font-weight: bold;
  margin-bottom: 5px; /* Space below description */
}

.card-info-value {
  font-size: 1em; /* Font size for the value */
}

.card-tag {
  display: block;
  background-color: #999b9e; /* Button background color */
  color: white; /* Button text color */
  padding: 10px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer; /* Cursor style for button */
  font-size: 1em;
  margin-top: 10px; /* Space above button */
  text-decoration: none; /* Remove underline from link */
}

.card-tag:hover {
  background-color: #222425; /* Darker background color on hover */
}







@media (max-width: 990px) {
  nav {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 1rem;
  }
  nav #nav-left {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  nav #nav-right {
    display: none;
    visibility: hidden;
  }
}

#hero {
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero #village-title {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#hero #village-title h1 {
  font-size: 3rem;
}

#persons {
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  margin: 2rem auto;
}
#persons h3 {
  margin-bottom: 1rem;
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
}
#persons #key-persons {
  display: flex;
  gap: 1rem;
  margin: 2rem auto 0 auto;
}
#persons #key-persons .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
}
#persons #key-persons .person img {
  aspect-ratio: 3/4;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 990px) {
  #persons #key-persons {
    flex-direction: column;
    gap: 2rem;
  }
  #persons #key-persons .person {
    width: 100%;
  }
}
#villages {
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  margin: 2rem auto 0 auto;
  gap: 1rem;
}

#villages h3 {
  margin-bottom: 1rem;
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
}

#statistics {
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  margin: 2rem auto 0 auto;
  gap: 1rem;
}
#statistics h3 {
  margin-bottom: 1rem;
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
}
#statistics .stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
#statistics .stats h3 {
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
}
#statistics .stats .stat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 10px;
  background-color: #3087e3;
  color: #fff;
}
#statistics .stats .stat .stat-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bae2ff;
  color: #3087e3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#statistics .stats .stat .stat-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 600;
}
.stat-info h2 {
  font-size: 2em; /* Adjust font size as needed */
  margin: 0;
  padding: 0;
  color: #ffffff; /* Adjust color as needed */
  opacity: 0; /* Start with invisible */
  transform: scale(0.5); /* Start with small scale */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transition */
}

.stat-info h2.show {
  opacity: 1; /* Fade in */
  transform: scale(1); /* Scale up */
}
#statistics .stats .stat:first-child {
  background-color: #5a79d6;
  color: #f9f3f1;
}
#statistics .stats .stat:first-child .stat-icon-wrapper {
  background-color: #f9f3f1;
  color: #5a79d6;
}
#statistics .stats .stat:nth-child(2) {
  background-color: #06134a;
  color: #f9f3f1;
}
#statistics .stats .stat:nth-child(2) .stat-icon-wrapper {
  background-color: #f9f3f1;
  color: #06134a;
}

.section-wrapper {
  background-color: #bae2ff;
}

#services {
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  margin: 2rem auto 0 auto;
  padding-bottom: 2rem;
  gap: 1rem;
}
#services h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
  color: #06134a;
}
#services .services {
  max-width: 60vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
#services .services .service {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 10px;
  background-color: #f4f4f4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#services .services .service .service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#services .services .service .service-top .service-icon {
  background-color: #bae2ff;
  color: #06134a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
#services .services .service .service-top h2 {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 990px) {
  #services .services {
    width: 100%;
  }
}

#map {
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  margin: 2rem auto;
  gap: 1rem;
}
#map h3 {
  margin-bottom: 1rem;
  border-left: 5px solid #06134a;
  padding-left: 0.5rem;
}
#map .map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#map .map-grid #map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}
#map .map-grid blockquote {
  padding: 1rem;
  border-left: 1px solid #06134a;
}

.footer-wrapper {
  background-color: #06134a;
  color: #fff;
  padding: 2rem 0;
  margin: 0 auto;
}
.footer-wrapper footer {
  max-width: 60vw;
  margin: 0 auto;
}
.footer-wrapper footer .footer-links-grid {
  display: flex;
  gap: 2rem;
}
.footer-wrapper footer .footer-links-grid .footer-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapper footer .footer-links-grid .footer-link h3 {
  margin-bottom: 2rem;
  color: #fff;
}
.footer-wrapper footer .footer-links-grid .footer-link a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: 100;
}
.footer-wrapper footer .footer-links-grid .footer-link a:hover {
  text-decoration: underline;
}
.footer-wrapper footer .footer-bottom {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

@media (max-width: 990px) {
  .section-wrapper {
    background-color: #f4f4f4;
  }
  #hero {
    height: 60vh;
    padding: 1rem;
  }
  #hero h1 {
    font-size: 4rem !important;
  }
  #persons,
  #statistics,
  #services,
  #map {
    max-width: 100%;
    padding: 1rem;
  }
  #persons .person img {
    width: 140px !important;
  }
  .footer-wrapper {
    max-width: 100%;
  }
  #services .services {
    max-width: 100%;
  }
  #map .map-grid {
    grid-template-columns: 1fr;
  }
  #map .map-grid blockquote {
    border-left: none;
    border-top: 1px solid #06134a;
  }
  .footer-wrapper {
    padding: 2rem 1rem;
  }
  .footer-wrapper footer {
    max-width: 100%;
  }
  .footer-wrapper footer .footer-links-grid {
    flex-direction: column;
  }
  .footer-wrapper .footer-bottom {
    padding-top: 1rem;
  }
  .footer-wrapper .footer-bottom p {
    font-size: 0.8rem;
  }


  
}/*# sourceMappingURL=style.css.map */


