body {
  background-color: #e2eddf;
  font-family: verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.nav {
  display: flex;
  background-color: #ff671f;
  justify-content: center;
  margin: 0;
}

.inside-nav {
  color: #fff;
  margin: 0;
  padding: 10px;
}
.inside-nav:hover {
  color: #046a38;
  background-color: #fff;
  margin: 0;
  padding: 10px;
  text-decoration: underline;
  text-decoration-color: #ff671f;
}

a {
  text-decoration: none;
}

.white {
  background-color: #ffffff;
  width: 100vw;
  height: 5px;
}
.green {
  background-color: #10b002;
  width: 100vw;
  height: 5px;
}
.poster {
  width: 100vw;
  height: 650px;
  background: #e2eddf;
}

.infont {
  margin-left: 200px;
}

.poster {
  box-sizing: border-box;
  display: flex;
}

.ind {
  background-color: #2981e738;
  width: 45vw;
  height: 500px;
  border-radius: 6%;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.484) 2px 2px 10px;
  margin-right: 10vh;
  margin-top: 20px;
  border: rgb(255, 255, 255) 6px solid;
}

.map {
  margin-left: 20px;
}

#in {
  text-align: center;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: blue;
  color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bx {
  width: 260px;
  height: 140px;
  margin: 20px;
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 2px solid #046a38;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.bx span {
  font-weight: bold;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  padding: 6px 10px;
  border-radius: 6px;
}

#gl1 {
  background-image: url(https://blog.hua.edu/hubfs/Google%20Drive%20Integration/Comparing%20the%20Musical%20Traditions%20of%20India.jpeg);
}

#gl2 {
  background-image: url(https://www.hercircle.in/hcm/Engage/D/EDC85C2A-6E76-4F78-8157-B8E8A470BF7E.JPG);
}

#gl3 {
  background-image: url(https://theasifkamal.com/blog/wp-content/uploads/2018/01/image5-8-1009x715.jpg);
}

#gl4 {
  background-image: url(https://www.blueosa.com/wp-content/uploads/2020/01/the-best-top-10-indian-dishes.jpg);
}

#gl5 {
  background-image: url(https://www.holidaymonk.com/wp-content/uploads/2022/04/Holi-Festival-of-Colors.jpg);
}

#gl6 {
  background-image: url(https://tse3.mm.bing.net/th/id/OIP.yBoTdUvgNa_f7kKrIgrcgwHaE6?w=3072&h=2040&rs=1&pid=ImgDetMain&o=7&rm=3);
}

.gallery-intro {
  text-align: center;
  padding: 20px;
}

.gallery-intro h1 {
  margin-bottom: 8px;
}

.gallery-intro p {
  margin-top: 0;
}
