body {
    background-color: #FFFCF7;
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
}

.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
}

.amountraised {
    flex: 1;
}

.pets {
    flex: 1;
    display: flex;
    justify-content: center;
}

.amountraised h1 {
    color: #1C1C42;
    font-size: 70px;
    display: flex;
    justify-content: center;
}

.amountraised p {
    font-family: "Nunito Sans", sans-serif;
    color: #4A4A4A;
    line-height: 18%;
    font-size: 18px;
    margin-left: 14%;
    margin-top: 3%;
    width: 100%;
}

.greenshape {
    background: url('../imgs/images-donationamount/proceed.png');
    background-size: contain;
    width: 40%;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 55px;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-left: 14%;
    gap: 10px;
}

.greenshape a {
    font-size: 17px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    color: #4A4A4A;
    text-decoration: none;
}

.greenshape a:hover {
    text-decoration: underline;
}

.greenshape img {
    width: 6%;
    height: 6%;
    margin-top: 1.5%;
}

.section2 {
    justify-content: center;
    background-image: url("../imgs/images-amountraised/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    margin-top: -4.9%;
    margin-bottom: -5%;
}

.column {
    display: flex;
    width: 30%;
}

.whatfor h3 {
    font-family: 'Oliver Regular';
    color: #5C4F66;
    font-size: 45px;
    display: flex;
    justify-content: center;
}

.row1 {
    display: flex;
    justify-content: center;
    margin-left: -3%;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3%;
}

.row1 h5 {
    font-family: 'Oliver Regular';
    color: #5C4F66;
    font-size: 28px;
    text-align: left;
    margin-bottom: 3%;
}

.row1 p {
    font-family: "Nunito Sans", sans-serif;
    color: #4A4A4A;
    line-height: 120%;
}

.medicalcare {
    margin-top: 0.5%;
}


.row2 {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    margin-left: -3%;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3%;
}

.row2 h5 {
    font-family: 'Oliver Regular';
    color: #5C4F66;
    font-size: 28px;
    text-align: left;
    margin-bottom: 3%;
}

.row2 p {
    font-family: "Nunito Sans", sans-serif;
    color: #4A4A4A;
    line-height: 120%;
}


.row3 {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    margin-left: -3%;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3%;
}

.row3 h5 {
    font-family: 'Oliver Regular';
    color: #5C4F66;
    font-size: 28px;
    text-align: left;
    margin-bottom: 3%;
}

.row3 p {
    font-family: "Nunito Sans", sans-serif;
    color: #4A4A4A;
    line-height: 120%;
}

.footer {
    position: relative;
}

.footercat {
    position: absolute;
    top: -35.1%;
    right: 6%;
}

.pets {
    font-size: 15px;
}


@media screen and (max-width: 1000px) {
    .amountraised h1 {
        font-size: 50px;
        margin-left: 9%
    }

    .greenshape {
        width: 60%;
    }

    .footercat {
        position: absolute;
        top: -31.1%;
        right: 2%;
        width: 250px;
    }

    .row1 p {
        font-size: 15px;
    }

    .row2 p {
        font-size: 15px;
    }

    .row3 p {
        font-size: 15px;
    }

    .icon {
        width: 250px;
    }

    .column {
        width: 40%;
    }
}


@media screen and (max-width: 600px) {
    #nav {
        flex-direction: column;
        overflow-x: hidden;
    }

    .section1 {
        flex-direction: column-reverse;
    }

    .amountraised h1 {
        font-size: 36px;
        margin-left: 0%;
    }

    .amountraised p {
        text-align: center;
        margin-left: 0%;
        font-size: 14px;
    }

    .whatfor h3 {
        font-size: 22px;
    }

    .row1 {
        flex-direction: column;
    }

    .row1 h5 {
        font-size: 21px;
    }

    .foodnsupplies {
        margin-top: -10%;
    }

    .row2 {
        flex-direction: column;
    }

    .row2 h5 {
        font-size: 21px;
    }

    .row3 {
        flex-direction: column;
        margin-bottom: 32%;
    }

    .row3 h5 {
        font-size: 21px;
    }

    .icon {
        width: 140px;
    }

    .column {
        display: flex;
        margin-top: 5%;
        width: 100%;
    }

    .footercat {
        position: absolute;
        top: -24.1%;
        right: 6%;
        width: 250px;
    }

    .greenshape a {
        font-size: 13px;
    }

    .greenshape {
        margin-left: 5%;
    }
}