*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Open Sans', sans-serif;
  background: white;
}

header{
  width:100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
  box-shadow: 0 0 10px #000;
  background: white;
}



@media only screen and (max-width: 1850px){
header{
width:100%;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 99;
box-shadow: 0 0 10px #000;
background: white;
}
}



@media (max-width: 1000px){
  header{
   width:100%;
   height: 80px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: fixed;
   z-index: 99;
   box-shadow: 0 0 10px #000;
   background: white;
  }
   i{
   color: #fff;
   cursor: pointer;
     padding-left: 155px;
  }
  
  }




#chk1{
  display: none;     
}

i{
  color: #fff;
  cursor: pointer;
}

header .logo{
  flex: 1; 
}

.logo img{
  float: left;
  width: 100px;
  padding-top: 5px;
  margin-left: 415px;
}

@media only screen and (max-width: 1850px){
  .logo img{
  float: left;
  width: 100px;
  padding-top: 5px;
  margin-left: 140px;
}
}

@media only screen and (max-width: 480px){
  .logo img{
    float: left;
    width: 85px;
    padding-top: 81px;
    margin-left: 20px;
    margin-top: -68px
  }   
  }

  @media only screen and (max-width: 768px) {
  .logo img {
    margin-left: 20px;
  }
}


header ul {
  flex:100%;
  display: flex;
  justify-content: left;
  margin-left: 552px;
}
header ul li{
  list-style: none;
  position: relative; /* Needed for dropdown */
}
header ul li a{
  text-decoration: none;
  color:#3d3d3c;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 15px;
}

header ul li a:hover{   
  color: #3ebd88;
} 

header .menu{
  font-size: 2.5em;
  display: none;
}


@media only screen and (max-width: 1850px){

header ul {
  flex:100%;
  display: flex;
  justify-content: left;
  margin-left: 281px;
  padding: 0px;
}
  
header ul li{
  list-style: none
}
  
header ul li a{
  text-decoration: none;
  color:#3d3d3c;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
}

header ul li a:hover{   
  color: #3ebd88;
} 

header .menu{
  font-size: 2.5em;
  display: none;
}

}


@media only screen and (max-width: 1000px){
  header ul{
    position: fixed;
    top: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    height: calc(86vh - 45vh);
    width:40%;
    flex-direction: column;
    justify-items: center;
    transition: right 0.5s linear;
    margin-left: 250px;
}
 
header li{
  padding: 10px;
}

}


/* Dropdown container */
ul li ul.dropdown {
  min-width: 150px;
  background: white;
  position: absolute;
  top: 100%; /* Prevent hover gap */
  left: 0;
  z-index: 999;
  display: none;
  border-radius: 5px;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-top: 8px;
  padding-top: 10px;
  padding-top: 20px;
  padding-right: 0px;
}

/* Dropdown list items */
ul li ul.dropdown li {
  display: block;
  background: white;
  margin: 0;
  border-radius: 5px;
}

/* Links inside the dropdown */
ul li ul.dropdown li a {
  color: black;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  font-size: 13px;
  text-align: left;
}

/* Hover effect for dropdown items */
ul li ul.dropdown li a:hover {
  color: #3ebd88;
}

/* Show dropdown on hover */
ul li:hover > ul.dropdown {
  display: block;
}





      figure{
          position: relative;
          left: 0;
          width: 400%; /* width dikali slide */
          animation: 10s slide infinite;
      }
      




      footer{
         background-color: #1fa67a;
           -moz-box-shadow: 0 0px 30px 0 #AD6F33 inset;
          -webkit-box-shadow: 0 0px 30px 0 #AD6F33 inset;
          box-shadow: 0 0px 30px 0 #AD6F33 inset;
      }
      .footerContainer{
          width: 100%;
          padding: 20px 20px 0px 20px ;
          margin-top: 70px;
      }
      .socialIcons{
          display: flex;
          justify-content: center;
      }



.footerBottom {
  color: white;
  padding: 10px 20px;
  font-size: 14px;
}

.footerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1085px;
  margin: auto;
  width: 100%;
  margin-top: -15px;
  border-top: 1px dashed #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.footerContent .left p {
  margin: 0;
  font-weight: 400;
}

.footerContent .right {
  text-align: right;
}

.footerContent .right a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footerContent .right a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px){
.footerContent .right a {
  font-size: 10px;
}
  .footerContent .right {
   font-size: 10px;
}
}




       .socialIcons a{
        width: 25px;
          text-decoration: none;
          padding:  4px;
          margin: 10px;
          border-radius: 20%;
          background-color: #ffffffe6;
        
      }
      .socialIcons a i{
          font-size: 1em;
          color: rgb(255, 255, 255);
          opacity: 0,9;
      }
      /* Hover affect on social media icon */
      .socialIcons a:hover{
          background-color: white;
          transition: 0.5s;
      }
      .socialIcons a:hover i{
          color: white;
          transition: 0.5s;
      }

      @media only screen and (max-width: 768px){
        .socialIcons{
                 width: 100%;
                 display: flex;
                 justify-content: center;
                 padding-left: 15px;
             }

.socialIcons a{
          width: 10%;
          border-radius: 10%;
          background-color:transparent;
   
      }

  .socialIcons img{
          width: 50%;
          margin-left: 100px;
      }

      .footerContainer{
           margin-top: -20px;
      }
     }





     @media only screen and (max-width: 480px){
      .socialIcons{
               width: 100%;
               display: flex;
               justify-content: center;
               padding-left: 15px;
           }

.socialIcons a{
        width: 25%;
        border-radius: 10%;
        background-color:transparent;
 
    }

.socialIcons img{
        width: 40%;
        margin-left: 100px;
    }
   }

      .footerNav{
          margin: 20px 0;
      }
      .footerNav ul{
          display: flex;
          justify-content: center;
          list-style-type: none;
      }
      .footerNav ul li a{
          color:white;
          margin: 35px;
          text-decoration: none;
          font-size: 15px;
          opacity: 0.9;
          transition: 0.5s;
      
      }
      .footerNav ul li a:hover{
          opacity: 1;
      }
      .footerBottom{
          padding-bottom: 15px;
          text-align: center;
      }
      .footerBottom p{
          color: white;
          font-size: 14px;
      }

@media only screen and (max-width: 768px){
.footerBottom p{
          font-size: 10px;
      }
}

      .designer{
          opacity: 0.7;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 400;
          margin: 0px 5px;
      }
      @media (max-width: 1000px){
        .footerNav ul{
            flex-direction: column;
        } 
        .footerNav ul li{
            width:100%;
            text-align: center;
            margin: 5px;
        }
        .socialIcons a{
            padding: 10px;
          padding-bottom: 0px;
            margin: 4px;
          margin-left: -180px;
    
        }
    }



      .contact p{
        text-align: center;
        color: white;
        opacity: 0.7;
        transition: 0.5s;
        line-height: 20px;
        padding-top: 10px;
        font-size: 16px;
      }
      
            .contact p:hover{
                opacity: 1;
            }
      
      
      .about {
        margin-left: 150px;
        float: left; 
      }
      
      .about p{
        color: white;
         opacity: 0.7;
         transition: 0.5s;
         line-height: 20px;
         padding-top: 5px;
      }
      
            .about p:hover{
                opacity: 1;
            }
      
      
      
      .quicklinks ul{
        display: flex;
        padding-top: 5px;
      }



      .container{
        width: 1100px;
        height: 480px;
        display: flex;   
        background: #ffff;
        justify-self: center;
      }


  @media only screen and (max-width: 768px){
        .container{
        width: 375px;
        height: auto;
      }
      }
      

       @media only screen and (max-width: 480px){
        .container{
        width: 375px;
        height: auto;
      }
      }  

      .scrollup {
        width: 30px;
        height: 30px;
        position: fixed;
        display:none;
        bottom: 15px;
        right:100px;  
        background:url(../image/top.PNG)  ;
        opacity:0.8
      }
      
      a.scrollup:hover {opacity:1;}
      .img-sectn img{  float: left;
      margin-right: 15px;
      margin-top: 6px;
      max-width: 300px;}
      .our-volun p {line-height:20px;font-family:serif}
      .testi-qote img{
        max-width:100%;
      }
      

      .mobile-menu{
        font-size: 30px;
        cursor: pointer;
        display: none;
      }
      
      @media only screen and (max-width: 1000px){
        .mobile-menu{
          display: block;
          float: right;
          margin-right: 20px;
          margin-top: 19px;
        }
        header ul{
          display: none;
          top: 46px;
          height: auto;
          width:100%;
          justify-items: center;
          margin-left: 0px;
          padding-bottom: 10px;
        }
             header ul li{
         padding: 13.5px;
       }
      }
      
     

    @media only screen and (max-width: 1000px){
      .inside {
        display: none;
    }
    }




    .modal {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

.modal-content {
  background-color: #fff;
  color: #333;
  margin: 250px auto;
  padding: 30px 40px;
  border: 5px solid #2eaf85;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  position: relative;
  text-align: justify;
}

.modal-content h2 {
  color: #2eaf85;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

.modal-content ol {
  padding-left: 20px;
  margin: 0;
}

.modal-content li {
  margin-bottom: 15px;
  font-size: 13px;
}

.close {
   position: absolute;
  top: 10px;
  right: 10px;
  background: #1fa67a;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.close:hover {
  background: #248c68;
}


/* Phones */
@media (max-width: 768px) {
    .scrollup { 
    display: none;
    background: none;
}
}


#donation-text{
  margin-left: 10px;
}

@media (max-width: 768px){
  #donation-text{
  margin-left: 0px;
}
}