*{
  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;
  margin-top: -170px;
}



@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: 0px;
  margin-left: 415px;
}

@media only screen and (max-width: 1850px){
  .logo img{
    float: left;
    width: 100px;
    padding-top: 0px;
    margin-left: 140px;
  }
}

@media only screen and (max-width: 480px){
  .logo img{
    float: left;
    width: 85px;
    padding-top: 7px;
    margin-left: 20px;
  }
   
  
    
  }



header ul {
  flex:100%;
  display: flex;
  justify-content: center;
  margin-left: -380px;
}
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: 2;
    display: flex;
    justify-content: center;
    margin-left: -450px;
  }
  
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: 10px 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;
}

      footer{
          background-color: #4c4d4c;
      }
      .footerContainer{
          width: 100%;
          padding: 20px 20px 0px 20px ;
      }
      .socialIcons{
          display: flex;
          justify-content: center;
      }

      



       .socialIcons a{
        width: 25px;
          text-decoration: none;
          padding:  3px;
          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:#4c4d4c;
   
      }

  .socialIcons img{
          width: 50%;
          margin-left: 100px;
      }
     }





     @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:#4c4d4c;
 
    }

.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.7;
          transition: 0.5s;
      
      }
      .footerNav ul li a:hover{
          opacity: 1;
      }
      .footerBottom{
          background-color: #4c4d4c;
          padding-bottom: 15px;
          text-align: center;
      }
      .footerBottom p{
          color: white;
          font-size: 11px;
      }
      .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;
      }



      .mobile-menu{
        font-size: 30px;
        cursor: pointer;
        display: none;
      }
      
      @media only screen and (max-width: 1000px){
        .mobile-menu{
          display: block;
          padding-right: 20px;
        }
        header ul{
          display: none;
          top: 77px;
          height: auto;
          width:100%;
         justify-items: center;
          margin-left: 0px;
          padding-bottom: 10px;
        }
      }

      .socialIcons img{
        vertical-align: middle;
      }



      .container {
        max-width: 400px;
        width: 100%;
        padding: 20px;
        margin-bottom: 190px;
        margin-top: 170px;
        justify-self: center;
      }

      .toggle-link{
        margin-top: 10px;
      }

      .social-login p{
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: center;
      }

      #form-title{
       text-align: center;
     }

      .form-box {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      }
      input {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
      }
      button {
        width: 100%;
        padding: 10px;
        background: #3ebd88;
        color: white;
        border: none;
        cursor: pointer;
      }
      button.facebook {
        background: #3b5998;
        margin-top: 10px;
      }
      
      #appleid-signin{
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        display: block !important;
        height: 40px !important;
      }
      
      .toggle-link {
        color: rgb(32, 32, 32);
        cursor: pointer;
        text-align: center;
      }
      
      
      #donation-text{
  margin-left: 10px;
}

@media (max-width: 768px){
  #donation-text{
  margin-left: 0px;
}
}
