*{
   margin: 0;
   padding: 0;
font-family: 'Poppins', sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9.30,0.7),rgba(4,9,30,0.7)),url(images/teamwithtruck.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;    
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;    
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #A7DE55;
    display: block;
    margin:auto;
    transition; 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 42px;
    color: #fff;
    margin: 10px 0 40px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

@media(max-width: 700px){
    .text-box h1{
    font-size: 20px;
    color: #A7DE55;
}
    .nav-links ul li{
        display: block;
}
    .nav-links{
        position: absolute;
        background: #A7DE55;
        height: 100vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2
    }
}
 
/*----- About ------*/

.about{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.about-col{
    flex-basis: 31%;
    background: #A7DE55;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: azure;
}
.about-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*----- Footer ------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: #A7DE55;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

/*----- about us page ------*/

.sub-header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9.30,0.7),rgba(4,9,30,0.7)),url(images/foodtruck.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.sub-header h1{
    margin-top: 100px;
}

/*----- the team ------*/

.team{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.team-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.team-col img{
    width: 100%;
    border-radius: 10px;
}
h3 {
  color: #A7DE55;
}

/*----- the board ------*/

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; 
}

.board{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.board-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    margin-right: 2%
}
.board-col img{
    width: 100%;
    border-radius: 10px;
}
h3 {
  color: #A7DE55;
}

/*----- the ambassadors ------*/

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; 
}
.ambassadors{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.ambassadors-col {
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
  padding: 20px;
}

.ambassadors-col img {
  width: 100%;
  height: 200px; /* set a fixed height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px; /* add some margin */
}

}
h3 {
  color: #A7DE55;
}

/*----- the champions ------*/

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; 
}
.champions{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.champions-col {
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
  padding: 20px;
}

.champions-col img {
  width: 100%;
  height: 200px; /* set a fixed height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px; /* add some margin */
}

}
h3 {
  color: #A7DE55;
}

/*----- VOLUNTEER ------*/

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9.30,0.7),rgba(4,9,30,0.7)),url(images/volunteer.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

/*----- Involved ------*/

.involved{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.involved-col{
    flex-basis: 31%;
    background: #A7DE55;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
}
.involved-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}

/*----- sessions ------*/

.sessions{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 25px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 10px;
    margin: 10px 0;
}

/*----- register ------*/

.register{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 25px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding; 10px;
    margin: 10px 0;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 40px 0 10px;
    color: #A7DE55;
}

/*----- fundraise ------*/

.fundraise{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.fundraise-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.fundraise-col img{
    width: 100%
}

.fundraise-col h1{
    padding-top: 0;
}

.fundraise-col p{
    padding: 15px 0 25px;
}
.sub-header h1{
  margin-top: 100px; 
}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

form h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #333;
}

form label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #333;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 16px;
}

form input[type="submit"] {
  background-color: #A7DE55;
  color: #A7DE55;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

form input[type="submit"]:hover {
  background-color: #4B723E;
}

/*----- projects page ------*/

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9.30,0.7),rgba(4,9,30,0.7)),url(images/community.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

/*----- community ------*/
    
 .community{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 10px;
    text-align: center;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.community-col{
    flex-basis: 31%;
    background: #A7DE55;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.community-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*----- FOOD KITCHEN  ------*/

.fk{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/fk.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    
}

.fk h1{
    color: #A7DE55;
    margin-bottom: 40px;
    padding: 0;
}

.fk p{
    color: azure;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 100px 0;
    text-align: center;
   
}

/*----- site ------*/

.site{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/bradford.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    
}
.site h1{
    color: #A7DE55;
    margin-bottom: 40px;
    padding: 0;
}

.site p{
    color: azure;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 100px 0;
    text-align: center;
   
}

/*----- oversea ------*/

.oversea{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/oversea.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    
}
.oversea h1{
    color: #A7DE55;
    margin-bottom: 40px;
    padding: 0;
}

.oversea p{
    color: azure;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 100px 0;
    text-align: center;
   
}
/*----- Zakat ------*/

.Zakat{
    margin: 100px auto;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/zakat.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    
}
.Zakat h1{
    color: #A7DE55;
    margin-bottom: 40px;
    padding: 0;
}

.Zakat p{
    color: azure;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding; 100px 0;
    text-align: center;
   
}

/*----- donate ------*/




















