@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;
}

.map-source {
  width: 70%;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 13px;
}
.home-first-section-contents > h4 {
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 43px;
  color: #015a84 !important;
  font-family: "prata";
}
.home-first-section-contents > p {
  font-weight: 400;
  font-size: 1vw;
  line-height: 2vw;
  width: 87%;
  text-align: justify;
  margin-top: 18px;
}
.active-link {
  border-left: 2px solid #000;
  background: #7dc6dd;
  color: #000;
}
.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;
}

.home-first-section {
  display: flex;
}

.home-first-section-map {
  height: 31vw;
  width: 60vw;
  margin: 10px;
}
.home-first-section-blank {
  height: 12px;
}

.home-first-section-contents {
  padding: 20px;
  height: 95%;
}

.second-section {
  display: flex;
  width: 88%;
  margin: auto;
}

.illustration1 {
  width: 73vw;
  height: 44vw;
  margin: 0 10px;
}
.first-section-news {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("assets/news-bg.svg");
  margin: 20px 0;
  margin-top: -6px;
}
.second-sec-learn-more,
.second-sec-services {
  width: 27vw;
  height: 21.5vw;
  background-image: url("assets/second-sec-img2.jpg");
  background-size: cover;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.second-sec-learn-more {
  background-image: url("assets/second-sec-img2.svg") !important;
}

.second-sec-learn-more button,
.second-sec-services button {
  cursor: pointer;
  background: rgba(171, 212, 168, 0.65);
  border-color: transparent;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 24px;
  color: #104b0b;
  width: 16vw;
  height: 3vw;
  margin: 10px;
  opacity: 0.8;
}

.sec3-box > h4 {
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 3vw;
  font-family: "prata";
  margin-bottom: 11px;
  margin-top: -20px;
  color: #015a84;
}
.sec3-box > p {
  font-weight: 400;
  font-size: 1vw;
  line-height: 2vw;
  text-align: justify;
}
.third-section {
  display: flex;
  margin-top: 80px;
  margin-left: 2vw;
}
.sec3-box {
  margin-left: 3vw;
  background: transparent;
  padding: 2vw;
  width: 49%;
}

.sec3-map {
  width: 42vw;
  height: 42vw;
}
.sec3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  margin-top: 20px;
  margin: auto;
  width: 87%;
  margin-bottom: 100px;
}
.sec3-grid img {
  width: 27vw;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  object-fit: contain;
}
.sec4-banner {
  width: 100%;
  height: 200px;
  background: #a5dbe5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec4-banner h1 {
  font-family: "prata";
  text-align: center;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 3.5vw;
  font-size: 2.2vw;
}
.sec4-flex {
  display: flex;
  width: 88%;
  margin: 30px auto 30px auto;
}

.sec4-video {
  width: 800px;
  height: 500px;
  margin: 10px;
}

.sec4-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  margin-top: 8px;
  width: 42vw;
  height: 27.5vw;
}
.sec4-box h2 {
  padding: 80px;
}

.sec5-small-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.sec5-small-flex p {
  text-align: center;
}
#sec5-l1-des,
#sec5-l2-des,
#sec5-l3-des,
#sec5-l4-des,
#sec5-l5-des,
#sec5-l6-des {
  filter: grayscale(1);
  height: 50px;
  width: 50px;
}
.sec5-sidebar {
  width: 350px;
  height: 100vh;
  background-color: rgb(255, 255, 255, 0.8);
  position: absolute;
  right: 6.5vw;
  z-index: 2;
}
.sec5-sidebar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: 30%;
}

.sec5-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 204, 71);
  width: 100%;
  height: 50px;
  margin-top: 60px;
}

.footer-banner {
  width: 100%;
  height: 300px;
  background: url("assets/footer-bg.svg");
  display: flex;
}

.footer-pdf {
  margin: 30px;
  width: 17vw;
  height: 16vw;
  background: url("assets/footer-pdf.jpg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 100px;
  background-size: cover;
}

.footer-pdf-btn {
  width: 160px;
  height: 25px;
  border-radius: 20px;
  border-width: 1px;
  opacity: 0.8;
  cursor: pointer;
}

.footer-flex {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.footer-write-up {
  margin: 1.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-logos {
  width: 100%;
  height: 200px;
}

.footer-know-more-flex {
  width: 84%;
  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;
}

.footer-write-up img {
  width: 11vw;
  height: 11vw;
}

#lakes-of-raipur::before,
#significance::before,
#vision::before,
#water-network::before,
#discover-more::before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 100px;
  margin-top: -100px;
}
#history::before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 50px;
  margin-top: -100px;
}
#sec5-l1,
#sec5-l2,
#sec5-l3,
#sec5-l4,
#sec5-l5,
#sec5-l6 {
  transition: all 0.2s ease-in-out;
}

#sec5-l1,
#sec5-l2,
#sec5-l3 {
  margin-top: 30px;
}

#history-hidden1,
#history-hidden2 {
  display: none;
}

.readmore {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
}
.readless {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}

.home-third-section-map {
  width: 100%;
  height: 100vh;
}
.footer-logos {
  background-color: #9ed2db;
  width: 100%;
  height: 12vw;
  padding: 2vw 0;
}
.footer-logos > ul {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.footer-logos > ul > li > img {
  width: 7vw;
  height: 7vw;
  margin: 10px;
  border-radius: 50%;
}
.hide-legend {
  display: none;
  margin-top: -30px;
}
.legend-padding {
  padding: 0 20px;
}
.legend-padding > ul {
  list-style: none;
}

.legend-padding > ul > li {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.legend-padding > ul > li > img {
  margin: 0 10px;
  width: 20px;
  height: 20px;
}
.legend-padding > hr {
  width: 100%;
}

.sec4-video-wrapper > iframe {
  width: 43vw;
  height: 27.5vw;
}
.disabled-link {
  opacity: 0.5;
}
#homepage-news {
  display: flex;
}
.home-single-news {
  margin: 0 30px;
}
.sec3-box-map {
  width: 50%;
}
.fullscreen-collage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.fullscreen-collage svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  fill: #fff;
  cursor: pointer;
}
.fullscreen-collage img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}

.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-reverse;
  }
  .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;
  }
  .home-first-section-map {
    height: 44vw;
    width: auto;
  }
  .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-banner {
    flex-direction: column;
    height: auto;
  }
  .third-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .second-section {
    flex-direction: column;
  }
  .second-section-right-side {
    display: flex;
  }
  .illustration1 {
    height: auto;
    width: auto;
  }
  .second-sec-learn-more,
  .second-sec-services {
    width: 41vw;
    height: 36vw;
    margin: 10px 5px;
  }
  .second-sec-learn-more h4,
  .second-sec-services h4 {
    font-size: 2.5vw;
    width: 80%;
  }
  .sec3-box {
    margin-left: 0;
    width: auto;
  }
  .sec3-box-map {
    width: 100%;
  }
  .sec4-flex {
    flex-direction: column;
  }
  .sec5-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    right: 0;
  }
  .home-first-section-contents > p {
    font-size: 2vw;
    line-height: 3vw;
  }
  .sec3-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .sec3-grid img {
    width: 100%;
    height: auto;
  }
  .sec4-box,
  .sec4-video-wrapper > iframe {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .sec3-map {
    width: 100%;
    height: auto;
  }
  .footer-pdf {
    width: 53vw;
    height: 49vw;
  }
  .second-sec-learn-more button,
  .second-sec-services button {
    font-size: 3vw;
    line-height: 9px;
    width: 23vw;
    height: 6vw;
  }
  .home-first-section-contents > h4,
  .sec3-box > h4 {
    font-size: 6vw;
  }
  .home-first-section-contents > p,
  .sec3-box > p {
    font-size: 4vw;
    line-height: 5vw;
    width: 95%;
  }
  .footer-logos {
    height: 18vw;
  }
  .footer-logos > ul {
    width: 90%;
  }
  .footer-logos > ul > li > img {
    width: 10vw;
    height: 10vw;
  }
  .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;
  }
}
