*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
}

header{
    height: 100vh;
}

.logo{
    margin-top: 10px;
}

.logo h2{
    font-family: playfair display;
    font-style:oblique;
    font-size: 36px;
    letter-spacing: 1.3px;
}

.nav ul li{
    display: inline-block;
    margin-top: 30px;
}

.nav ul li a{
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #505050;
    font-family: quicksand;
    letter-spacing: 1.2px;
    font-weight: 500;
    position: relative;
}

.nav ul li a:hover{
    color: #6AB43E;
    transition: 0.2s ease-in;

}

.nav ul li ::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin-left:auto;
    margin-right: auto;    
    background-color: #6AB43E;
    transition: width 0.3s ease-out;
}

.nav ul li a:hover::before{
    width: 100%;
}

.sidebar{
    position: absolute;
    z-index: 999;
    top:0;
    right: 0;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.Menu-button svg{
    display: none;
    fill: #000;
}

.sidebar ul{
    list-style: none;
    margin-top: 150px;
    margin-left: 70px;
    text-align: center;
}

.sidebar ul li{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.sidebar ul li a{
    width: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    position: relative;
}

.HideOnMobile{
    display: none;
}

.main-header{
    margin-top: 300px;
}

.main-pic img{
    max-width: 600px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 90px;
}

.main-text h1{
    padding-bottom: 15px;
    font-style: italic;
    font-family: playfair display;
    letter-spacing: 1.5px; 
    font-size: 50px;
}

#green{
    color: #6AB43E;
}

.main-text h4{
    font-size: 26px;
    font-family: quicksand;
    font-weight: 400;
}

.cards{
    margin-top: 150px;
}

.box{
    width: 33.3%;
    text-align: center;
    background-color: #6AB43E;   
}

.box-icon{
   padding-top: 10px;
   padding-bottom: 15px;
}

.box-text{
    color: #ffff;
    padding-right: 25px;
    padding-left: 25px;
}

.box-text h5{
    font-family: playfair display;
    text-transform: capitalize;
}

.box-text p{
    font-family: quicksand;

}

.box-holder{
    display: flex;
    justify-content: space-between;
    gap:0px;
}

#first{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#second{
    background-color: #61a539;
}

#third{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #538d31;
}

.about-us{
    display: flex;
    margin-top: 250px;
    margin-bottom: 150px;
}

.about-us-img img{
    height: 600px;
    width: 700px;
    z-index: 0;
    position: absolute;
    border-radius: 12px;
}


.about-us-text{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 999;
    position: relative;
    max-width: 500px;
    height: 500px;
    background-color: #6AB43E;
    top: 50px;
    left: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-text h3,h5,p{
    padding: 10px;
    color: #ffff;
}

.about-us-text h5{
    color: #ffff;
    font-family: Quicksand;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.3px;
}

.about-us-text h3{
    font-family:Playfair Display;
    font-style: italic;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-us-text p{
    font-family: quicksand;
    font-size: 18px;
}

#black{
    color: #000;
}

.donation-section{
    background-color: #6AB43E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.donation-icon{
    padding: 10px;
}

.donation-text{
    flex-basis: 400px;
    padding: 10px;
}

.donation-text h3{
    color: #ffff;
    padding-left: 10px;
    text-transform: capitalize;
    font-family: Playfair display;
    letter-spacing: 1.3px;
}

.donation-text{
    text-align: left;
}

.donation-button{
    text-align: center;
    margin-top: 30px;
}

.donation-button a{
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.product-section{
    margin-top: 200px;
}

.product-heading h2{
    text-align: center;
    margin-bottom: 70px;
    font-family: playfair display;
    font-style: oblique;
    letter-spacing: 1.3px;
    font-weight: 300;
    font-size: 40px;
}

.product-box{
    height: 450px;
    border-radius: 16px;
    box-shadow: -10px 5px 20px #9b9b9b;
}

.bigger-box-one{
    height: 485px;
    border-radius: 16px;
    box-shadow: -10px 5px 20px #9b9b9b;
}

.bigger-box-two{
    height: 475px;
    border-radius: 16px;
    box-shadow: -10px 5px 20px #9b9b9b;
}

.product-img{
    display: flex;

}


.product-img img{
    width: 100%;
    height: 230px;
    border-radius: 16px;
}

.product-text h5{
    font-family: Playfair display;
    text-transform: capitalize;
}


#row-two{
    margin-top: 50px;
}

.product-text p{
    color: #000;
    font-family: quicksand;
    letter-spacing: 1.2px;
    padding-left: 10px;
    padding-right: 10px;
}


.more-content{
    display: none;
}

.more-content--show{
    display: inline;
}

.footer-nav{
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-nav ul{
    text-align: center;
}

.footer-nav ul li{
    display: inline-block;
}

.footer-nav ul li a{
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #fff     ;
    font-family: quicksand;
    letter-spacing: 1.2px;
    font-weight: 500;
    position: relative;
}

.footer-nav ul li a:hover{
    color: #6AB43E;
    transition: 0.2s ease-in;

}

.footer-nav ul li ::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin-left:auto;
    margin-right: auto;    
    background-color: #6AB43E;
    transition: width 0.3s ease-out;
}
.main-footer{
    background-color: #393939;
    height: 35vh;
}

#two::before{
    content: '/';
    padding-right: 20px;
    color: #ffff;
}

#three::before{
    content: '/';
    padding-right: 20px;
    color: #ffff;
}

.footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text{
    text-align: center;
    padding-top: 40px;
}

.twitter i{
    font-size: 25px;
    color: #fff;
}

.instagram i{
    font-size: 25px;
    color: #fff;
}

.instagram{
    flex-basis: 40px;
}

.facebook i{
    font-size: 25px;
    color: #fff;
}

.facebook{
    flex-basis: 40px;
}