* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
/* Hero & Navigation */
.banner-area {
    width: 100%;
    height: 100vh;
    background: url(../images/watercolor\ 1.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top 50% left 100%;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    background-color: rgba(255, 255, 255, 0.6);
}

.logo {
    cursor: pointer;
}

nav ul {
    list-style: none;
}

a {
    text-decoration: none;
}
nav a {
    color: #5D6C5A;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

nav a:hover {
    text-decoration: underline;
}
nav li {
    display: inline-block;
    padding: 0px 20px;
    color: #5D6C5A;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.donate {
    background-color: #90BA76;
    border: none;
    border-radius: 10px;
    margin: 0 5px;
    padding: 15px 32px;
    color: #5D6C5A;
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.login {
    background-color: #E1EECE;
    border: none;
    border-radius: 10px;
    margin: 0 5px;
    padding: 15px 32px;
    color: #5D6C5A;
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* Hero */
.hero {
    width: 80%;
    background: rgba(93, 108, 90, 0.5);
    margin: auto;
    margin-top: 10%;
    position: relative;
    border-radius: 16px;
    padding-bottom: 4%;
}
.hero h1 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 900;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-top: 4%;
}
.hero p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.5;
    width: 60%;
    padding-left: 10%;
    padding-bottom: 4%;
}
.learnmore {
    text-decoration: none;
    border: none;
    background: transparent;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 10%;
}
.hero-arrow {
    color: #FFFFFF;
    padding-left: 10px;
}
.mockup img {
    float: right;
    max-height: 500px;
    position: absolute;
    bottom: 35px;
    left: 900px;
}
/* Mission Statement */

.container {
    width: 80%;
    margin: auto;
    margin-top: 10%;
}

.mission h1 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    color: #5D6C5A;
    font-weight: 900;
    padding-bottom: 2%;
}

.mission p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

/* Testimonial Slider */

.container1 {
    width: 100%;
    margin: auto;
    margin-top: 10%;
    background-color: #E1EECE;
    position: relative;
    z-index: 1;
}
.watercolor {
    float: right;
    position: relative;
    height: 575px;
    width: auto;
    z-index: 2;
}
.client {
    float: right;
    position: absolute;
    height: 525px;
    width: auto;
    z-index: 3;
    top: 75px;
    right: 105px;
}
.carousel {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slider {
    height: 100%;
    display: flex;
    width: 300%;
    transition: all 0.3s;
}
.slider section {
    flex-basis: 100%;
    display: flex;
    align-items: center;
}

.slider h1 {
    font-family: "Courgette", cursive;
    font-size: 175px;
    color: rgba(93, 108, 90, .25);
    float: left;
    margin-left: 5%;
    margin-right: -5.5%;
}

.slider p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    float: left;
    z-index: 4;
    margin-left: 5%;
}

.controls .arrow {
    position: absolute;
    top: 75%;
    cursor: pointer;
}

.arrow .left {
    float: left;
}

.arrow .right {
    float: right;
}

.controls ul {
    position: absolute;
    bottom: 70px;
    left: 13%;
    transform: translate(-50%);
    list-style: none;
    display: flex;
}

.selected {
    width: 15px;
    height: 15px;
    border: 2px solid #5D6C5A;
    background: #5D6C5A;
    border-radius: 50px;
    margin: 10px;
    cursor: pointer;
}
.muted {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(93, 108, 90, 0.1);
    border-radius: 50px;
    margin: 10px;
    background: rgba(93, 108, 90, 0.1);
    cursor: pointer;
}

/* Stats */
.container3 {
    background: linear-gradient(rgba(225,238,206,1), rgba(225,238,206,0));
    height: 600px;
    width: 100%;
}

.stats {
    width: 80%;
    margin: auto;
}
.stats h1 {
    padding-top: 13%;
    font-family: "Raleway",sans-serif;
    font-size: 36px;
    color: #5D6C5A;
    font-weight: 900;
    padding-bottom: 2%;
}

.stats p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

.grid-container {
    display: inline-grid;
    grid-template-areas: "stats stats stats";
    grid-column-gap: 48px;
    column-fill: #5D6C5A;
    width: 80%;
    margin-left: 9%;
    margin-top: 3%;
}

.grid-item {
    grid-area: "stats";
    background: #5D6C5A;
    width: 323px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07), 0 10px 20px 0 rgba(0, 0, 0, 0.07);
    margin: auto;
    border-radius: 25px;
    height: 238px;
    padding-left: 5%;
    padding-right: 5%;
}

.grid-item h1 {
    font-family: "Raleway",sans-serif;
    font-size: 36px;
    color: #FBFDF0;
    font-weight: 900;
    padding-bottom: 2%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20%;
}

.grid-item p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #FBFDF0;
    font-weight: 400;
    line-height: 1.5;
    margin: auto;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
}

/* Donation */

.container4 {
    margin: auto;
    margin-top: 10%;
    width: 80%;
}

.container4 h1 {
    font-family: "Raleway",sans-serif;
    font-size: 36px;
    color: #5D6C5A;
    font-weight: 900;
    padding-bottom: 7%;
}

.donation {
    display: inline-grid;
    grid-template-areas: "facebook amazon contribution";
    grid-column-gap: 48px;
}
.facebook {
    grid-area: "facebook";
}
.amazon {
    grid-area: "amazon";
}
.contribution {
    grid-area: "contribution";
}

#facebook {
    color: #90BA76;
}

#amazon {
    color: #90BA76;
}

#contribution {
    color: #90BA76;
    padding-bottom: 5%;
}

.donation h2 {
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    color: black;
    font-weight: 500;
    padding-top: 5%;
    padding-bottom: 2%;
}
.donation p {
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    padding-bottom: 2%;
    line-height: 1.5;
}
.donation button {
    text-decoration: none;
    border: none;
    background: transparent;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    color: #5D6C5A;
    font-weight: 400;
    padding-top: 4%;
}
.arrow {
    color: #5D6C5A;
    padding-left: 10px;
}

/* Thank you & Image Gallery */

.container5 {
    height: 700px;
    margin-top: 15%;
    display: flex;
}

.bg {
    position: relative;
    z-index: 5;
    float: left;
    top: -75px;
    margin-left: 3.45%;
}
.collage {
    position: absolute;
    height: 200px;
    width: auto;
    z-index: 6;
    float: left;
    right: 650px;
    margin-right: 0;
}
.thank-you-text {
    margin-left: 4%;
    padding: 0; 
    align-items: center;
    margin-right: 3%;
    margin-top: 20%;
}
.thank-you-text h1 {
    font-family: "Raleway",sans-serif;
    font-size: 36px;
    color: #5D6C5A;
    font-weight: 900;
    padding-bottom: 4%;
}
.thank-you-text p {
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 400;
    padding-bottom: 2.5%;
    line-height: 1.5;
}
.thank-you-text h3 {
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    color: #90BA76;
    font-weight: 700;
    padding-bottom: 2%;
    line-height: 1.5;
}

/* Footer */

footer {
    background: #E1EECE;
    width: 100%;
    padding: 50px;
    margin-top: 15%;
    display: flex;
    justify-content: space-evenly;

}
.contents {
    width: 95%;
    margin: auto;
    margin-left: 6%;
    display: inline-grid;
    grid-template-areas: "logo newsletter links contact";
    flex-flow: row wrap;
}
.footer-left {
    grid-area: "logo";
    margin-right: 1.5em;
    margin-left: 2em;
    margin-bottom: 2em;
}
.footer-left p {
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    padding-bottom: 2%;
    line-height: 1.5;
}
.socials i {
    color: #5D6C5A;
    margin-top: 2%; 
    padding: 5%;
}
.newsletter {
    grid-area: "newsletter";
    margin-right: 1.5em;
    margin-left: 1.5em;
    margin-bottom: 2em;
}
.newsletter h3 {
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    color: black;
    font-weight: 500;
    padding-bottom: 2%;
    line-height: 2;
}
.newsletter p {
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    padding-bottom: 2%;
    line-height: 1.5;
}

.newsletter h4 {
    margin-top: 3%;
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 500;
    padding-bottom: 2%;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.5);
    width: 75%;
    border-radius: 8px;
    padding-left: 3%;
    top: 3%;
}
.newsletter i {
    float: right;
    padding-right: 6%;
}

.links {
    grid-area: "links";
    list-style: none;
    margin-right: 1.5em;
    margin-left: 1.5em;
}
.links h3 {
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    color: black;
    font-weight: 500;
    padding-bottom: 2%;
    line-height: 1.5;
}
.links li {
    list-style: none;
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2%;
    line-height: 1.5;
}
.links a {
    text-decoration: none;
    color: black;
}

.contact {
    grid-area: "contact";
    list-style: none;
    width: 75%;
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.contact h3 {
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    color: black;
    font-weight: 500;
    padding-bottom: 2%;
    line-height: 1.5;
}

.contact li {
    list-style: none;
    padding-top: 2%;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2%;
    line-height: 1.5;
}
