#hero {
  position: relative;
  height: 82vh;
  background: url("/images/tlo.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  text-align: center;
}

.overlay {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(19, 78, 74, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.overlay h1 {
  font-weight: 600;
  font-size: 50px;
  color: #f4f4f5;
  text-shadow: 0px 8px 35px rgba(0, 0, 0, 0.16);
}
.overlay h2 {
  font-weight: 300;
  font-size: 25px;
  display: flex;
  color: #ffffff;
}
.contact span {
  font-weight: 500;
  font-size: 20px;
}

.overlay h1,
.overlay h2,
.overlay h3 {
  margin: 10px 0;
}

.contact {
  margin-top: 20px;
}

.main-contact-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.main-contact-item img {
  margin-right: 20px;
}

#about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-heading {
  font-weight: 700;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0f766e;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.about-separator {
  width: 100%;
  max-width: 16%;
  margin: 10px 0;
  background: #d4d4d8;
  border: 3px solid #d4d4d8;
  border-radius: 6px;
}

.about-separator.small {
  max-width: 12%;
  margin-bottom: 20px;
}

.about-text {
  width: 100%;
  max-width: 1048px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #52525b;
}
#key-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}

.feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 26px;
  width: 28%;
  background: #e4e4e7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.feature-number {
  font-weight: 600;
  font-size: 40px;
  display: flex;
  color: #27272a;
}

.feature-description {
  font-weight: 400;
  font-size: 20px;
  color: #52525b;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-number span {
  color: #0f766e;
}

#drone-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 100%;
  margin-top: 70px;
}

.drone-video-bg {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background: url("/images/drone-image.webp");
  background-repeat: no-repeat;
}

.drone-video-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
  position: absolute;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
}

.drone-video-text {
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f4f4f5;
  font-weight: 700;
  font-size: 36px;
}

.play-button {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-button img {
  width: 100%;
  height: 100%;
}

#spring-water {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.spring-water-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
}

.spring-water-left {
  flex: 1;
  text-align: left;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.spring-water-right {
  flex: 1;
  margin-left: 20px;
  border-radius: 6px;
}
.spring-water-right img {
  object-fit: cover;
  max-height: 450px;
  border-radius: 6px;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.water-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.spring-water-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.spring-water-text {
  font-weight: 600;
  font-size: 18px;
  color: #52525b;
}

.highlight-text {
  font-weight: 700;
  color: #0f766e;
}

.features-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.feature-icon {
  margin-right: 10px;
}

.feature-text {
  font-weight: 600;
  font-size: 18px;
  color: #27272a;
}

.water-image {
  width: 100%;
  height: 100%;
}

#history-fish {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

.history-fish-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  max-width: 1200px;
  margin-top: 20px;
}

.history-fish-left {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  gap: 20px;
}

.history-fish-large-image {
  height: auto;
  border-radius: 8px;
}

.history-fish-small-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.history-fish-small-image {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.history-fish-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.history-fish-title {
  font-weight: 800;
  font-size: 26px;
  color: #27272a;
  text-align: start;
  width: 80%;
}

.history-highlight-text {
  font-weight: 800;
  color: #0f766e;
}

.history-fish-text {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #52525b;
  margin-top: 10px;
  width: 80%;
}

#location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.location-bg {
  width: 100%;
  height: 0;
  padding-bottom: 22.25%;
  background: url("/images/location-bg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}

.location-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 80, 68, 0.85);
  z-index: 1;
}

.location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 70%;
  text-align: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
  z-index: 2;
}

.title {
  display: flex;
  flex-direction: row;
}

.location-text {
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f4f4f5;
  font-weight: 700;
  font-size: 30px;
  margin-right: 10px;
}

.location-image {
  max-width: 30px;
}

.location-details {
  font-weight: 600;
  font-size: 18px;
  color: #e4e4e7;
  margin-top: 10px;
}

#map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

.imageBig {
  width: 100%;
  height: 500px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  height: 70%;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f5;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cookie-notification {
  background-color: #f3f4f6;
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  left: 10%;
  width: 80%;
  z-index: 1000;
  border-radius: 6px;
}

.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-text {
  flex: 1;
}
.cookie-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #27272a;
}
.cookie-text p {
  font-weight: 400;
  font-size: 16px;
  color: #52525b;
  width: 90%;
}

.cookie-buttons {
  display: flex;
  align-items: center;
}
#accept-cookies {
  background-color: #0f766e;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
}
#close-notification {
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  color: #637381;
}

.cookie-buttons button {
  background-color: #ffcc00;
  color: #333;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .history-fish-content {
    flex-direction: column;
  }
  .history-fish-right {
    margin: 0 2em;
  }
  .history-fish-title {
    text-align: center;
    margin-top: 20px;
  }
  .history-fish-text {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .overlay {
    width: 100%;
  }
  .history-fish-left {
    margin: 0;
    margin-top: 20px;
  }
  .history-fish-large-image {
    max-width: 30%;
  }
  .about-text {
    padding: 0 2em;
  }
  .cookie-content {
    flex-direction: column;
  }
  .cookie-buttons {
    margin-top: 20px;
  }

  .history-fish-large-image {
    height: 300px;
    max-width: 50%;
    object-fit: cover;
  }

  .history-fish-small-images {
    max-width: 40%;
    height: 300px;
  }
  .history-fish-small-image {
    object-fit: cover;
  }
  #key-features {
    flex-direction: column;
  }
  .feature-box {
    width: 80%;
  }

  .location-content {
    width: 100%;
  }

  .location-bg {
    padding-bottom: 32%;
  }
  .location-text {
    font-size: 24px;
  }
  .location-details {
    font-size: 16px;
  }

  .about-separator,
  .features-list,
  .main-contact-item {
    flex-direction: column;
    align-items: center;
  }

  .spring-water-content {
    flex-direction: column;
    align-items: center;
  }
  .history-fish-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .drone-video-text {
    font-size: 28px;
  }
  .spring-water-left {
    margin: 0;
  }
  .spring-water-right {
    margin: 0;
  }
  .features-list {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spring-water-title {
    font-size: 26px;
  }
  .water-icon {
    width: 28px;
  }
  .spring-water-text {
    font-size: 16px;
  }
  .feature-text {
    font-size: 16px;
  }
  .drone-video-text {
    font-size: 26px;
  }
  .feature-text {
    font-size: 16px;
    padding: 0 20px;
  }
  .feature-icon {
    width: 26px;
    margin: 0;
  }

  .drone-video-bg {
    padding-bottom: 28%;
  }

  .imageBig {
    display: none;
  }
  .imageSmall {
    display: block;
    width: 100%;
    object-fit: contain;
  }
  .history-fish-large-image {
    width: 100%;
    object-fit: cover;
  }
  .location-details {
    font-size: 12px;
  }
  .history-fish-content {
    width: 100%;
  }
  .history-fish-title {
    width: 100%;
  }
  .history-fish-text {
    width: 100%;
  }
  #spring-water {
    width: 100%;
  }
  .title-container {
    width: 100%;
  }
  .spring-water-content {
    width: 100%;
  }
  .spring-water-left {
    align-items: center;
    margin: 0 40px;
  }
  .water-image {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 500px) {
  .overlay {
    width: 100%;
    background-color: rgba(19, 78, 74, 0.9);
  }

  .location-content {
    width: 100%;
  }

  .drone-video-bg {
    background: url("/images/drone-image-mobile.png");
  }

  .about-separator,
  .main-contact-item {
    flex-direction: column;
    align-items: center;
  }
  .features-list {
    flex-direction: column;
    align-items: start;
  }

  .drone-video-bg {
    padding: 32% 0;
  }

  .location-content {
    width: 100%;
  }

  .location-bg {
    padding-bottom: 50%;
  }
  .overlay img {
    margin: 0;
  }

  #history-fish {
    margin-top: 20px;
  }

  .overlay h1 {
    font-weight: 700;
    font-size: 30px;
  }
  .overlay h2 {
    font-weight: 700;
    font-size: 14px;
  }
  .overlay span {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
  }
  .main-contact-item {
    flex-direction: row;
  }
  .about-heading {
    font-weight: 700;
    font-size: 30px;
  }
  .about-text {
    font-weight: 600;
    font-size: 14px;
    color: #52525b;
  }
  .about-separator {
    width: 100%;
    max-width: 26%;
  }
  .about-separator.small {
    max-width: 18%;
  }
  .feature-number {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
  }
  .feature-description {
    font-weight: 500;
    font-size: 14px;
  }
  .drone-video-content {
    flex-direction: column;
  }
  .drone-video-text {
    font-weight: 700;
    font-size: 24px;
  }
  .spring-water-title {
    font-weight: 700;
    font-size: 30px;
  }
  .water-icon {
    width: 40px;
    margin: 0;
    margin-left: 20px;
  }
  .spring-water-text {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  .history-fish-title {
    text-align: center;
    font-size: 20px;
  }
  .history-fish-text {
    font-size: 14px;
  }

  .history-fish-large-image {
    width: 100%;
    object-fit: cover;
  }
  .location-details {
    font-size: 12px;
  }
  .history-fish-content {
    width: 100%;
  }
  .history-fish-title {
    width: 100%;
  }
  .history-fish-text {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .location-bg {
    padding-bottom: 70%;
  }
}
