@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Lato", sans-serif;
}
.top-date {
  font-weight: 500;
  margin-left: 104px;
}
.top-banner-sticky {
  display: flex;
  height: 30px;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  z-index: 10;
}
.top-banner-date {
  width: 95%;
}
.top-banner-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  list-style: none;
}
.top-banner-links img {
  width: 30px;
  height: 25px;
  margin: 0 5px;
}
.banner-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.top-banner-links {
  margin-right: 87px;
}
.municipal-logo {
  width: 12vw;
  height: 7vw;
  margin-left: 96px;
  cursor: pointer;
}
.biome-logo {
  width: 11.5vw;
  height: 6vw;
  justify-self: flex-end;
  margin-right: 95px;
}

.sticky-menu {
  width: 100%;
  height: 2.5vw;
  background: #015a84;
  color: #fff;
  position: sticky;
  top: 30px;
  z-index: 10;
}
.sticky-menu > ul > a > li {
  padding: 0.6vw 2vw;
  border-right: 2px solid #000;
  width: 14.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
}
.sticky-menu > ul > a:first-child li {
  border-left: 2px solid #000;
}
.lake-list-hide {
  display: none;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 13vw;
  left: 7vw;
  margin-top: 13px;
  background-color: #d9edff;
  z-index: 10;
  transition: all 0.5s ease;
  overflow-y: scroll;
}

.lake-list-hide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.lake-list-hide::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.lake-list-hide::-webkit-scrollbar-thumb {
  background-color: #015a84;
  border: 2px solid #555555;
}

.lake-list-hide > ul {
  list-style: none;
}
.lake-list-hide > ul > li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.lake-list-hide > ul > a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 1vw;
}
.sticky-menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 6.5vw;
  list-style: none;
}
.sticky-menu > ul > a {
  text-decoration: none;
  color: #fff;
}

.footer-banner {
  width: 100%;
  height: 300px;
  background: url("assets/footer-bg.svg");
  display: flex;
}

.footer-pdf {
  margin: 30px;
  width: 250px;
  height: 250px;
  background: url("assets/footer-pdf.svg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-pdf-btn {
  width: 160px;
  height: 25px;
  border-radius: 20px;
  border-width: 1px;
  opacity: 0.8;
  cursor: pointer;
}

.footer-flex {
  display: flex;
}

.footer-write-up {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-logos {
  width: 100%;
  height: 200px;
}

.footer-know-more-flex {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-info-1 {
  background: #373737;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.copyright-info-2 {
  background: #252525;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.copyright-info-1 p {
  width: 80%;
  margin: auto;
  text-align: center;
}

.explore-first-section {
  margin: 30px;
  width: 86%;
  margin: auto;
}

.explore-sec1-flex {
  margin: 50px 10px;
  display: flex;
}
.explore-sec1-flex > img {
  margin: 0 10px;
}

.disabled-link {
  opacity: 0.5;
}
.servics-by-lakes-iframe,
.understanding-ecosystem-iframe {
  width: 86vw;
  height: 60vw;
}

.services-provided-by-lakes,
.understanding-ecosystem-heading {
  font-size: 1.5vw;
}
.play-btn {
  width: 11vw;
}
.footer-know-more-links {
  font-size: 0.9vw;
}
.mor-raipur-app-logo {
  width: 3.5vw;
  height: 3.5vw;
}
.mor-raipur-app-wrap {
  display: flex;
  align-items: center;
}
.mobile-menu {
  display: none;
}
.mobile-menu-cross {
  display: none;
  margin-top: -40px;
}
.nav-link-mobile-lakes {
  height: 100px;
  background: #7dc6dd;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
.nav-link-mobile-lakes > ul {
  list-style: none;
  padding: 0;
}
.nav-link-mobile-lakes > ul > a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
  .mobile-menu > ul {
    margin-top: 40px;
    display: none;
  }
  .mobile-menu > ul > a {
    text-decoration: none;
  }
  .mobile-menu > ul > a > li {
    list-style: none;
    background-color: #015a84;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
  }
  .mobile-menu svg {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
  }
  .footer-flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-first-section {
    flex-direction: column;
  }
  .top-date {
    display: none;
  }
  .top-banner-links {
    margin-right: 0;
  }
  .top-banner-links > ul {
    padding: 5px;
  }
  .municipal-logo {
    margin-left: 10px;
    width: 28vw;
    height: 13vw;
  }
  .biome-logo {
    margin-right: 10px;
    width: 25vw;
    height: 10vw;
  }
  .copyright-info-2 p,
  .copyright-info-1 p {
    font-size: 2vw;
    text-align: center;
  }
  .sticky-menu {
    display: none;
  }
  .footer-know-more-flex {
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-know-more-flex > div > h4 {
    font-size: 3vw;
  }
  .footer-know-more-links {
    font-size: 2vw;
  }
  .play-btn {
    width: 21vw;
  }
  .mor-raipur-app-logo {
    width: 6vw;
    height: 6vw;
  }
}
