body {
  /*font-family: Arial, sans-serif;*/
  margin: 0;
  padding: 0;
 /*background: linear-gradient(to right, #fff5f2, #e6f2fa);*/
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 10px 20px;*/
  background-color: #edfff5;
  border-bottom:5px solid green;
}

.logo img {
  height: 70px;
}

.title {
  text-align: left;
  margin:20px;
  color:green;
}
.title h2{
    margin:0;
    padding:0;
}

nav {
  flex: 1;
  text-align: right;
}

/* Navbar menu */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

nav ul li {
  position: relative;
  padding: 5px 10px 5px 10px;
   border-radius: 5px;
    text-align: left;
}

nav ul li a {
  text-decoration: none;
  color: green;
  font-weight: bold;
}

nav ul li:hover .menu-main-ahref {
  color: white;
}

nav ul li:hover {
  background-color: #64e764;
}

/* Sub menu */
nav ul .sub-menu {
  width: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #64e764;
  background-color: #f2f2f2;
  z-index: 1;
}

nav ul .sub-menu li {
  padding: 15px;
  border-bottom: 1px solid lightgreen;
}

nav ul .sub-menu li:hover {
  background-color: #64e764;
}

nav ul .sub-menu li:hover a {
  color: white;
}

nav ul li:hover .sub-menu {
  display: block;
}


/*responsive header end*/
/*    iamge slider*/

.slider {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.welcome {
   background: linear-gradient(to right, #f6cfbe, #b9dcf2);
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0px 20px 0px;
  display: flex;
}

.welcome .welcome-logo{
  width: 240px;
  height: 235px;
}
.welcome .imgdiv{
  width:25%;
  margin-right: 20px;
}
.welcome .welcom-text{
  width: 75%;
  margin-left: 20px;
}
.welcome h2{
  color:white;}
/*.welcome p{*/
/*  font-size: 17px;*/
/*}*/

.div-mission-vision-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #f0f0f0;
}

.div-mission-vision-container div {
    flex: 1;
    text-align: center;
    padding: 20px;
    margin:5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.div-mission-vision-container div:hover {
    transform: translateY(-10px); /* Move the div up slightly on hover */
}

.div-mission-vision-container img {
    max-width:100px;
    border-radius: 50%; /* Make the images circular */
    margin-bottom: 15px;
}

.div-mission-vision-container h2 {
    font-size: 1.5rem;
    color: #4CAF50; /* Green color for headings */
}

.div-mission-vision-container p {
    color: #555;
}

.activity {
  background-color: #baf8ba;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
  display: flex;
}

.activity div{
  width:30%;
}

.activity img {
  border-radius: 5px;
  margin-bottom: 5px;
  width:100%;
}

.activity h2 {
  margin-bottom: 10px;
  margin-left: 20px;
}

.activity p {
  margin-left: 20px;
}

.activity button{
  padding: 10px 50px 10px 50px;
  margin-left: 50%;
  margin-top: 50px;
  border-style: none;
  border-radius: 5px;
  font-weight: bold;
}

/*Starting About NGO Page*/


.content-holder {
  background-color: #f2f2f2;
  padding: 50px;
  text-align: center;
}

.content-holder h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.content-holder p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.content-holder .btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.content-holder .btn:hover {
  background-color: #555;
}

.main-conten-holder{
  display: flex;
}



/*contact page csss start*/



.main-contact-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 160px); /* Adjust the height for header and footer height */
}


.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.map-location {
  width: 50%;
  text-align: center;
}

.map-location h2 {
  margin-top: 0;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-btn-cont-page {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

footer {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px;
}



/*NGO gallery page start......*/


/*h1 {
  text-align: center;
  padding: 20px;
  background-color: #333;
  color: #fff;
  margin: 0;
}*/

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  max-width: 1200px;
}

.item {
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
}

.item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.item .description {
  background-color: #fff;
  padding: 10px;
}

.item h2 {
  margin: 0;
  color: #333;
}

.item p {
  color: #666;
}



/*Donate page start.....*/


body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

.donate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

.donate-content {
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.donate-content h1 {
  text-align: center;
  margin-bottom: 20px;
}

.donate-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 10px auto;
}

.donate-content p {
  text-align: justify;
  margin-bottom: 20px;
}

.donate-content button {
  display: block;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.motivational-quotes {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.motivational-quotes h2 {
  text-align: center;
  margin-bottom: 10px;
}

blockquote {
  font-style: italic;
  margin-bottom: 10px;
}

cite {
  display: block;
  text-align: right;
}




/*Our intervetion page start.....*/





.about-section {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  margin: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-section h2 {
  text-align: center;
}

.about-section p{
  line-height: 1.5;
}

.interventions-list {
  list-style-type: none;
  padding: 0;
}

.interventions-list li {
  margin-bottom: 20px;
}

.interventions-list h3 {
  margin: 0;
}




/*Achievemen page start....*/




main {
  padding: 20px;
}

.achievements h3 {
  text-align: center;
  margin-bottom: 30px;
}

.achievements-list {
  list-style-type: none;
  padding: 0;
}

.achievements-list li {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.3;
  text-align: justify;
  text-justify: inter-word;
  color: green;
  font-size:15px;
   list-style-type: none;
}
.achievements-list li .learn-button{
      text-align:center;
}
.about-co-holder{
  display: flex;
}
.about-co-holder img{
  height: 200px;
  width: 200px;
  text-align:center;
  margin: 10px;
}

.achievements-list li:nth-child(odd) {
    background-color: #CAF1DE;
    border-left: 5px solid green;
}
/*.achievements-list li a{*/
/*    text-align:center;*/
/*}*/
.learn-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4f00;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.learn-more:hover {
    background-color: #333;
}

/* Style every even list item (even rows) */
.achievements-list li{
    /*background: linear-gradient(to right,green,orange);*/
    background: linear-gradient(to right, #FFFBF5, #F1EAFF);
    border-left: 5px solid #F7C494;
}

.achievements-list h3 {
  margin: 0;
}

/* CSS code for the footer */

.footer {
    background-color: #4CAF50;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.footer .social-icons a{
    color: white;
    padding:5px 10px 5px 10px;
    font-size: 24px;
    border-radius:5px;
    transition: color 0.3s ease;
}
.footer .social-icons a:hover {
    color: green;
    background:white;
    transition: color 0.3s ease;
}
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.footer ul li {
    display: inline;
    margin: 0 15px;
}

.footer ul li a {
    color: white;
    padding:8px;
    border-radius:5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #4CAF50;
    background:white;
    transition: color 0.5s ease;
    
}

.footer p {
    margin: 10px 0;
}
.uniksame{
    background:white;
    padding:2px 10px 2px 10px;
    color:green;
    border-radius:100px;
}

.footer .donate-button {
    display: inline-block;
}

.footer .donate-button img {
    width: 100px; /* Adjust the width of the image */
    height: auto; /* Maintain aspect ratio */
    cursor: pointer;
    border-radius:5px;
}



/*responsive header*/
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .logo img {
    height: 50px; /* Adjust logo height for small screens */
  }

  .title {
    text-align: left;
    margin-top: 10px; /* Add margin for spacing between logo and title */
  }

  nav {
    text-align: left;
    margin-top: 10px; /* Add margin for spacing between title and navigation */
  }

  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 8px; /* Add margin between navigation items for spacing */
  }

  nav ul .sub-menu {
    width: 100%;
    position: static;
    display: none;
    border: none;
    background-color: transparent;
  }

  nav ul .sub-menu li {
    padding: 10px;
    border-bottom: none;
  }

  nav ul li:hover .sub-menu {
    display: block;
  }
  
  .slider {
  height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .item {
    width: 100%;
  }
}