@font-face {
  font-family: seasons;
  src: url("Fonts/The\ Seasons.ttf") format("truetype");
}
@font-face {
  font-family: seasons-light;
  src: url("Fonts/Fontspring-DEMO-theseasons-lt.otf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* General Reset */
body,
ul,
li,
a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/* Header Styles */
/* General Reset */
body,
h1,
h2,
p,
a,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f5dc; /* Neutral Beige */
  color: #2f4f4f; /* Charcoal Gray */
  line-height: 1.6;
  background-image: url("Assets/leafleft.png"),
    url("Assets/about-left-leaf.png"), url("Assets/wavy-about.png");
  background-position: -10% 0%, 110% 40vw, -650px 1110px;
  background-size: 25%, 25%, 105%;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5dc; /* Neutral Beige */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; /* Smooth hide/show effect */
  z-index: 1000;
  filter: opacity(0.75);
}

.header.hidden {
  transform: translateY(-100%); /* Slides header upwards */
}
.nav {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
.nav ul {
  display: flex;
}
.nav ul li {
  margin: 0 15px; /* Add spacing between items */
  font-family: "Arima", serif;
}
.nav a {
  margin-right: 20px;
  color: #2f4f4f;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #a7c7e7; /* Soft Pastel Blue */
}

.logo {
  font-size: 28px;
  font-family: "seasons-light";
  letter-spacing: 1.3px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.logo a {
  color: inherit;
  text-decoration: none;
}
.logo a:visited {
  color: inherit; /* Ensures the color remains the same for visited links */
}
.intro-text {
  max-width: 500px;
}
.intro-text h2 {
  font-size: 60px;
  margin-bottom: 20px;
  font-family: "seasons-light";
  font-weight: 700px;
}
.intro-text p {
  font-size: 20px;
  color: #2f4f4f;
  letter-spacing: 1.2px;
}
.About {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  gap: 130px;
  flex-wrap: wrap;
}
.about-info {
  max-width: 500px;
  display: inline-block;
}
.about-video {
  height: 800px;
  width: auto;
  border-radius: 100px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.about-image {
  height: 800px;
  width: auto;
  border-radius: 100px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

/* Footer Styles */
.footer {
  background-color: #2f4f4f;
  color: #f5f5dc; /* Neutral beige */
  padding: 40px 20px;
  border-radius: 50px 50px 0px 0px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Ensures wrapping for smaller screens */
  gap: 20px;
}

.footer-left h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-left: 50px;
  font-family: "seasons-light";
}

.footer-left ul {
  list-style: none;
  padding: 0;
}

.footer-left ul li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-left: 70px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.footer-left ul li a:visited {
  color: inherit;
}
.footer a {
  color: #f5f5dc;
}
.footer-right {
  justify-content: center;
  margin-right: 90px;
}
.footer-right h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: "seasons";
}

.social-icons {
  display: flex;
  gap: 20px;
}

.icon {
  width: 50px; /* Adjust the width */
  height: 50px; /* Adjust the height */
  background-size: contain; /* Ensures the logo fits within the box */
  background-repeat: no-repeat; /* Prevents tiling of the logo */
  background-position: center; /* Centers the logo */
}

.copyright {
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}
.mission {
  font-family: "Arima", serif;
  font-size: 23px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 50px;
}
.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 130px;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.got-here {
  position: relative;
  padding: 25px 128px 0px 100px;
  text-align: right;
}
.got-here p {
  font-size: 5rem; /* Large, elegant text */
  color: #2f4f4f; /* Dark green shade */
  margin: 0;
  padding: 0 0px 0px 0; /* Add padding for spacing */
  font-family: "seasons", serif;
}

/* Responsive Footer Adjustments */
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .header {
    padding: 10px 10px;
  }
  .nav ul li {
    font-family: "Arima", serif;
    margin: 0 3px; /* Add spacing between items */
  }
  .nav a {
    margin-right: 20px;
    color: #2f4f4f;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s ease;
  }
  .logo {
    font-size: 1.3rem;
  }
  .About {
    gap: 50px;
  }
  .About h2 {
    text-align: center;
    font-size: 3rem;
  }
  .About p {
    font-size: 1rem;
  }
  .About img {
    width: 100%;
    height: auto;
  }
  .mission {
    margin: 0 4%;
    font-size: 1.35rem;
    padding: 40px 20px;
    line-height: 1.7;
    background-color: #2f4f4f;
    color: #f5f5dc;
    border-radius: 50px;
  }
  .got-here {
    padding: 45px 0px 0px 0px;
    text-align: center;
  }
  .got-here p {
    font-size: 3rem; /* Large, elegant text */
    color: #2f4f4f; /* Dark green shade */
    margin: 0;
    padding: 0 0px 0px 0; /* Add padding for spacing */
    font-family: "seasons", serif;
  }
  .intro {
    gap: 50px;
  }
  .intro-text p {
    font-size: 1rem;
  }
  .intro img {
    width: 100%;
    height: auto;
  }
  .footer-content {
    margin: 0 0 0 0;
    align-self: auto;
  }
  .footer-left h2 {
    margin-left: 0;
  }
  .footer-left ul li {
    margin-left: 0;
  }
  .footer-right {
    margin-right: 0;
  }
}
