body {
    background-color: rgb(243, 243, 243);
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.hero{
    padding: 120px;
    background: url(../img/Buisness/Business\ home.jpg);
    background-size: cover;
}

.hero h1{
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    width: 60%;
    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;
}



.business{
    border-top: 3px solid orange;
    padding: 60px;
    width: 80%;
    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);
}
.business h1{
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}
.business p{
    font-size: 20px;
    width: 90%;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
}

.grid-item {
    text-align: center;
    padding: 20px;
    background-color: #fff;
}   

.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;
}



.spotlight{
    width: 89%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.spotlight .text{
    width: 50%;
    padding: 40px;
}
.spotlight img{
    width: 50%;
}
.spotlight p{
    font-size: 20px;
}

.spotlight h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.spotlight button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.spotlight button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.nine{
    width: 90%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    padding: 20px;
    line-height: 40px;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.nine .text{
    width: 50%;
    padding: 40px;
}
.nine img{
    width: 50%;
}
.nine p{
    font-size: 23px;
}
.nine .texts p{
    padding-top: 5px;
    border-top: 1px solid black;
}
.nine .texts .fa-check-circle{
    color: #007856;
    font-size: 30px;
}
.nine h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.nine button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.nine button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.numbers{
    padding: 60px;
    width: 85%;
    margin: auto;
}
.numbers .amounts{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.numbers .amounts h2{
    font-weight: 100;
    font-size: 40px;
}
.numbers .amounts p{
    font-weight: 100;
    font-size: 20px;
    margin-top: -10%;
}
.numbers .active{
    padding: 0px 30px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}



.law{
    width: 89%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.law .text{
    width: 50%;
    padding: 40px;
}
.law img{
    width: 50%;
}
.law p{
    font-size: 20px;
}

.law h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.law button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.law button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.features h1{
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.features h2{
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1; 
    color: #007856;
}
.features p{
    font-size: 20px;
    margin-top: -2%;
}
.features .subfeatures{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.features .subfeatures div{
    width: 30%;
}
.features .fa-calculator, 
.features .fa-donate,
.features .fa-mobile-alt,
.features .fa-lock,
.features .fa-user-lock,
.features .fa-mail-bulk{
    font-size: 40px;
    color: #007856;
}
.features a{
    text-decoration: none;
    color: #007856;
    font-size: 20px;
}
.features a:hover{
    text-decoration: underline;
}




.online{
    width: 89%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.online .text{
    width: 50%;
    padding: 40px;
}
.online img{
    width: 50%;
}
.online p{
    font-size: 20px;
}

.online h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.online button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.online button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}




@media(max-width: 800px) {
    .hero {
        padding: 40px;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/Buisness/Business\ home2.jpg);
        background-size: cover;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
        width: 90%;
    }

    .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;
    }



    .business {
        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);
    }

    .business h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        line-height: 2.5rem;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .business p {
        font-size: 15px;
    }

    .grid-item h3 {
        font-size: 15px;
    }

    .grid-item {
        border: 1px solid black;
    }



    .spotlight {
        width: 80%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .spotlight h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .spotlight p {
        font-size: 17px;
    }

    .spotlight .text {
        width: 90%;
    }

    .spotlight button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .spotlight img {
        width: 100%;
    }



    .nine {
        width: 89%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .nine h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }

    .nine p {
        font-size: 17px;
    }

    .nine .text {
        width: 90%;
    }

    .nine button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .nine img {
        width: 100%;
    }



    .numbers {
        width: 65%;
        padding: 20px;
    }

    .partner h1 {
        font-size: 40px;
        line-height: 2.5rem;
    }

    .numbers .amounts {
        flex-direction: column;
    }

    .partner .amounts h2 {
        font-size: 30px;
    }

    .numbers .amounts p {
        font-size: 17px;
    }

    .numbers .active {
        padding: 0px 30px;
        border: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }



    .law {
        width: 80%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .law h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .law p {
        font-size: 17px;
    }

    .law .text {
        width: 90%;
    }

    .law button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .law img {
        width: 100%;
    }



    .features{
        padding: 10px;
    }
    .features h1{
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }
    .features .subfeatures{
        flex-direction: column;
        margin-top: -2%;
    }
    .features .subfeatures div{
        width: 100%;
    }



    .online {
        width: 80%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .online h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .online p {
        font-size: 17px;
    }

    .online .text {
        width: 90%;
    }

    .online button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .online img {
        width: 100%;
    }
}