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;
}

.rw {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.links {
  display: flex;
  justify-content: space-between;
}
.box {
  width: 60px;
  height: 60px;
  margin: 20px;
  border-radius: 25%;
  padding: 10px;
  background-color: rgba(128, 128, 128, 0.37);
  border: rgb(0, 0, 0) 2px solid;
  font-size: 10px;
}

#im1 {
  background: url(https://theasifkamal.com/blog/wp-content/uploads/2018/01/image5-8-1009x715.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

#im3 {
  background: url(https://www.hercircle.in/hcm/Engage/D/EDC85C2A-6E76-4F78-8157-B8E8A470BF7E.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

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

#im5 {
  background: url(https://www.holidaymonk.com/wp-content/uploads/2022/04/Holi-Festival-of-Colors.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#im6 {
  background: url(https://d7hftxdivxxvm.cloudfront.net/?height=630&quality=80&resize_to=fill&src=https%3A%2F%2Fartsy-media-uploads.s3.amazonaws.com%2FP-pztuzWtdVsqFvnzrbPNA%252FFabric%2Bof%2BIndia%2Bthumb%2B800.jpg&width=1200);
  background-repeat: no-repeat;
  background-size: cover;
}

#im7 {
  background: url(https://media.istockphoto.com/id/1201079502/vector/india-seamless-pattern.jpg?s=612x612&w=0&k=20&c=5bn00QiG-JnuJg1gev31qSfAJC9iUiGTM2lmGSwANIc=);
  background-repeat: no-repeat;
  background-size: cover;
}

#im8 {
  background: url(https://images.news18.com/ibnlive/uploads/2023/09/science-spirituality.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

.about-content {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}

.about-content h1 {
  margin-top: 0;
  color: #046a38;
}

.about-content p {
  line-height: 1.6;
}
