body {
    background-color: rgb(243, 243, 243);
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a{
    text-decoration: none;
    color: none;
}


.hero {
    padding: 120px;
    background: url(../img/Home/hero.jpg);
    background-size: cover;
}

.hero h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}

.hero p {
    font-size: 20px;
    width: 50%;
}

.hero button {
    background-color: white;
    border: none;
    font-size: 20px;
    border: 1px solid #007856;
    color: #007856;
    padding: 15px 30px 15px 30px;
    transition: .2s;
    margin: 15px 0px 90px 0px;
}

.hero button:hover {
    cursor: pointer;
    background-color: #408253;
    color: white;
    border: 1px solid white;
}


.choices {
    border-top: 3px solid orange;
    padding: 60px;
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -5%;
    box-shadow: 1px 15px 30px rgba(0, 0, 0, 0.2);
}

.choices h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}

.choices p {
    font-size: 20px;
    width: 90%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
}

.grid-item {
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

#mortage {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#investment {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#credit {
    border-bottom: 1px solid black;
}

#savings {
    border-top: 1px solid black;
}

.grid-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.grid-item h3 {
    font-size: 18px;
    color: #333;
}

.grid-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.choices a {
    text-decoration: none;
}


.Mmobile {
    padding: 60px;
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 5%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}

.Mmobile p {
    font-size: 20px;
    width: 90%;
}

.Mmobile h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}

.Mmobile .details {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.Mmobile .details img {
    width: 50%;
}

.Mmobile button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}

.Mmobile button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}


.help {
    padding: 60px;
    width: 85%;
    margin: auto;
    margin-top: 2%;
    text-align: center;
}

.help p {
    font-size: 20px;
}

.help .second {
    color: #007856;
    font-size: 25px;
    width: 90%;
}

.help .img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.multicultural {
    padding: 60px;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.multicultural .banking {
    background: linear-gradient(180deg, #469e37 0%, #408253 40%, #007b55 70%);
    padding: 40px;
    text-align: left;
    color: white;
    width: 50%;
    margin-left: -20%;
}

.multicultural .banking p {
    font-size: 20px;
}

.multicultural .banking h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 45px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: white;
}

.multicultural .banking button {
    background-color: white;
    border: none;
    font-size: 20px;
    border: 1px solid #007856;
    color: #007856;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 0px 0px;
}

.multicultural .banking button:hover {
    cursor: pointer;
    background-color: #007856;
    color: white;
    border: 1px solid white;
}


.partner {
    padding: 60px;
    width: 85%;
    margin: auto;
}

.partner h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}

.partner .amounts {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.partner .amounts h2 {
    font-weight: 100;
    font-size: 40px;
}

.partner .amounts p {
    font-weight: 100;
    font-size: 20px;
    margin-top: -10%;
}

.partner .active {
    padding: 0px 30px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}


.volunteer {
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}

.volunteer .text {
    width: 50%;
    padding: 40px;
}

.volunteer img {
    width: 50%;
    margin: 1%;
}

.volunteer p {
    font-size: 20px;
}

.volunteer h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.volunteer button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}

.volunteer button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}


.mtb {
    padding: 20px;
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 5%;
}

.mtb img {
    width: 60%;
}

.mtb .texts h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.mtb p {
    font-size: 23px;
    margin-top: -2%;
}

.mtb a {
    text-decoration: none;
    color: #007856;
}

.mtb a:hover {
    text-decoration: underline;
}






@media(max-width: 800px) {
    .hero {
        padding: 40px;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/Home/hero2.jpg);
        background-size: cover;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .hero p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }

    .hero button {
        background-color: white;
        border: none;
        font-size: 17px;
        border: 1px solid #007856;
        color: #007856;
        padding: 10px 30px 15px 30px;
        transition: .2s;
        margin: 15px 0px 90px 0px;
    }

    .hero button:hover {
        cursor: pointer;
        background-color: #408253;
        color: white;
        border: 1px solid white;
    }



    .choices {
        border-top: 3px solid orange;
        padding: 60px;
        width: 65%;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -5%;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .choices h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        /* width: 20%; */
    }

    .choices p {
        font-size: 15px;
    }

    .grid-item h3 {
        font-size: 15px;
    }

    .grid-item {
        border: 1px solid black;
    }


    .Mmobile {
        padding: 60px;
        width: 65%;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 5%;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .Mmobile h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        line-height: 2.5rem;
    }

    .Mmobile p {
        font-size: 15px;
    }

    .Mmobile button {
        background-color: #007856;
        border: none;
        font-size: 15px;
        color: white;
        padding: 10px 30px 15px 30px;
        transition: .2s;
        margin: 15px 0px 00px 0px;
    }

    .Mmobile button:hover {
        cursor: pointer;
        background-color: white;
        color: #007856;
        border: 1px solid #007856;
    }

    .Mmobile .second img {
        margin-top: 10%;
        width: 100%;
    }


    .help {
        width: 65%;
        padding: 10px;
    }
    .help .second{
        font-size: 17px;
    }
    .help p {
        font-size: 17px;
    }


    .multicultural {
        flex-direction: column;
        width: 75%;
        padding: 0px;
    }

    .multicultural img {
        width: 100%;
    }

    .multicultural .banking {
        margin-left: 0px;
        width: 80%;
    }

    .multicultural .banking h1 {
        font-size: 40px;
    }

    .multicultural .banking p {
        font-size: 17px;
    }

    .multicultural .banking button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }


    .partner {
        width: 65%;
        padding: 20px;
    }

    .partner h1 {
        font-size: 40px;
        line-height: 2.5rem;
    }

    .partner .amounts {
        flex-direction: column;
    }

    .partner .amounts h2 {
        font-size: 30px;
    }

    .partner .amounts p {
        font-size: 17px;
    }

    .partner .active {
        padding: 0px 30px;
        border: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }


    .volunteer {
        width: 75%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .volunteer h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .volunteer p {
        font-size: 17px;
    }

    .volunteer .text {
        width: 90%;
    }

    .volunteer button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .volunteer img {
        width: 100%;
    }


    .mtb {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

    .mtb .texts h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }

    .mtb .texts p {
        font-size: 17px;
    }
}