/* Reset some default styles */
body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0;

}
body{
  background-image: url(/);
}
/* Style header */
header {
  background-image: url();
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/* Style navigation */
nav {
    background-color: #444;
    padding: 10px 0;
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between; /* Equal space between menu items */
    padding: 0 20px; /* Add some padding to the sides */
    display: flex;
    flex-wrap: wrap;
}

nav ul li {
    display: inline;
    margin: 0 10px;
    padding: 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/* Style main content */
main {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}
section3{
  height: 35px;
  background-color: #ddd;
}

section {
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Style footer */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.about-section {
    padding: 5px;
    text-align: center;
    background-color: #474e5d;
    color: white;
    display: flex;
    flex-wrap: wrap; /* Allows images to wrap to the next row */
    justify-content: center; /* Centers images horizontally */
  }
.villages
{
    padding: 5px;
    text-align: center;
    background-color: #ddd;
    color: white;
    height: fit-content;
    flex-direction: column;
    min-height: 100vh;
  }
 
.column {
  float: left;
  width: 35%;
  margin-bottom: 16px;
  padding: 0 8px;
  align-items: center;
 
  
}
.column p {
  width: fit-content;
  margin-bottom: 16px;
  padding: 0 1px;
  margin: auto;
  
 }
 .column a{
  width: fit-content;
  margin-bottom: 16px;
  padding: 0 1px;
  align-items: center;

 }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
  margin-left: 7%;
 
}
.news1 ul{
  width: 100%; }
  
marquee{
  background-image: url(/pngtree-smooth-satin-fine-fold-image_17450.jpg);
}

@media screen and (max-width: 650px) {
    .column {
      width: 50%;
      display: block;
      align-items: center;
      margin-left: 25%;
    }
    .news1{
      width: 100%; 
      background-image: url(/navbg.jpg);
    }
}

div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  
  div.scroll-container img {
    padding: 10px;
  }
  img {
    max-width: 70%;
    height: auto;
    /* display: block; This ensures that the image behaves as a block element */
    margin: 0 auto; /* Centers the image within its container */
    padding: 5px; /* Add some padding between images (optional) */
}
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    align-items: center;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 7px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  .span4
  {
  float: left;
  width: 30%;
  margin-bottom: 16px;
  padding: 0 8px;
  align-items: center;
  text-align: center;
  width: fit-content;
  
 
}