body {
    font-family: sans-serif;
    margin: 0px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 15px 5%;
    box-sizing: border-box;
}

.header-image {
    width: 120px;
    margin-top: -10px;
    /* border: 1px solid red; */
}

.download-image> button {
    width: 100px;
    background-color: #FCA714;
    border-radius: 12px;
    border: 2px solid #153815
}

ul li a {
    display: block;
    color: white;
    padding: 14px 16px;
    margin-top: 10px;
    text-decoration: none;
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

ul li a:hover {
    background-color: #FCA714;
    color: #153815;
}

.hero {
    /* padding-top: 15%; */
    text-align: center;
    /* border: 1px solid red; */
    font-family: sans-serif;
    /* background-color: red; */
}

.hero-first-text {
    /* background-color: #fc9f13; */
    /* background-color: #fca315; */
    background-color: #fca3014a;
    /* color: white; */
    width: 30%;
    /* height: 30px; */
    margin-left: 35%;
    margin-top: 120px;
    /* padding-top: 10px; */
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    border-radius: 7px;

}

.hero-second-text {
    color: #153815;
    width: 70%;
    margin-left: 15%;
    font-weight: bolder;
    font-size: 90px;
    /* border: 1px solid red; */
    margin-top: 40px;

}

.hero-third-text {
    width: 42%;
    margin-left: 29%;
    font-size: 20px;
    /* border: 1px solid red; */
    line-height: 32px;
}

.hero-button {
    width: 200px;
    padding: 18px;
    /* font-weight: bold; */
    font-size: 25px;
    border-radius: 30px;
    background-color: #153815;
    color: white;
    margin-top: 50px;
    border: none
}

.services {
    margin-top: 150px;
    /* background-color: #afc928; */
    /* background-color: #d0ec45; */
    background-color: #FCA714;
    /* border: 2px solid black; */
}

.aa {
    /* display: flex; */
    /* margin-top: 200px; */

}

.aa>h1 {
    color: #153815;
    /* margin-top: 100px; */
    font-size: 50px;
    /* border: 1px solid red; */
    padding-top: 80px;
}

.aa>p {
    width: 600px;
    margin-top: 50px;
    display: flex;
    justify-self: center;
    font-size: 18px;
}

.services-items {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 82%;
    /* border: 1px solid blue; */
    /* background-color: red; */
    justify-self: center;
    height: auto;
    padding-bottom: 100px;
}

.services-item {
    background-color: white;
    width: 31%;
    /* height: 250px; */
    border-radius: 15px;
    margin-top: 60px;
    display: flex;
    /* border: 2px solid black; */
}

.services-item-left {
    width: 30%;
    /* background-color: greenyellow; */
}

.services-item-left>img {
    margin-top: 65%;
    display: flex;
    justify-self: center;
    width: 80%;
    /* border: 1px solid red; */
}

.services-item-right {
    width: 70%;
    /* border: 1px solid red; */
}

.services-item-right>p {
    width: 85%;
    font-size: 18px;
    line-height: 25px;
}

.airtime-to-cash>.services-item-left>img {
    /* border: 1px solid blue; */
    margin-top: 40%;
}

.services-item-rebelious {
    width: 65%;
}

.services-item-rebelious>.services-item-left {
    width: 15%;
    /* border: 1px solid red; */
}

.services-item-rebelious>.services-item-left>img {
    margin-top: 40%;
    /* border: 1px solid blue; */
    width: 70%;
}

.services-item-right>h3 {
    /* text-align: center; */
    color: #153815;
}

.services-item-rebelious>.services-item-right {
    /* margin-top: 8%; */
    /* border: 1px solid red; */
    /* margin-bottom: 60px; */
}

.cashbacks {
    display: flex;
    width: 90%;
    justify-self: center;
    justify-content: space-around;
    /* border: 1px solid red; */
}

.cashbacks-left {
    /* background-color: #d0ec45; */
    width: 40%;
    margin-top: 12%;

}

.cashbacks-left>img {
    width: 100%;
}

.cashbacks-right {
    background-color: #d0ec45;
    width: 40%;
    /* height: 300px; */
    border-radius: 5%;
    margin-top: 100px;
    text-align: center;
    /* border: 1px solid red; */
}

.cashbacks-right>p {
    line-height: 30px;
    font-size: 20px;
    width: 90%;
    margin-left: 5%;
}

.speed {
    flex-direction: row-reverse;
    margin-top: 120px
}

.speed-right {
    background-color: white;
    /* color: #153815; */
    color: #32801a;
    font-weight: 400;
}

footer {
    margin-top: 200px;
}

.footer-row-up {
    width: 90%;
    margin-left: 5%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-row-up-a,
.footer-row-up-b,
.footer-row-up-c {
    /* width: 20%; */
}

.footer-row-up-a {
    width: 150px;
    margin-top: -50px !important;
}

.footer-row-up-b {
    flex-grow: 1;
    text-align: right;
}

/* .footer-row-up-c{
    display: flex;
    flex-direction: column;
} */
.footer-social-icon {
    width: 20px;
    /* border: 1px solid red; */

}

.footer-row-down {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 5%;
    /* margin-top: 20px; */
    color: #326d32;
    font-size: 300px;
    font-weight: bold;
    text-align: center;
    /* border: 1px solid red; */
    padding: 0px;
}

.footer-row-down>p {
    padding-top: 0px;
    padding-bottom: -0px;
    margin: 0px;
}

/* PRIVACY POLICY STARTS */

.privacy-page {
    width: 60%;
    margin-left: 20%;
}

.privacy-page>h1 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.privacy-page>h2 {
    color: #153815;
    line-height: 32px;
}

.privacy-page>p {
    line-height: 35px;
}

/* @media only screen and (max-width: 670px) { */


@media only screen and (max-width: 750px) {

    
    


    .hero-first-text {
        width: 50%;
        margin-left: 25%;
        font-size: 20px;
        margin-top: 90px;
        /* border: 2px solid blue; */
        /* padding: 20px; */
        /* border-radius: 7px; */

    }

    .hero-second-text {
        width: 90%;
        margin-left: 5%;
        margin-top: 45px;
        font-weight: bolder;
        font-size: 55px;
        /* border: 1px solid red; */

    }

    .hero-third-text {
        width: 90%;
        margin-left: 5%;
        font-size: 23px;
        line-height: 28px;
    }

    .aa>h1 {
        margin-top: 50px;
        font-size: 40px;
    }

    .aa>p {
        width: 98%;
        line-height: 25px;
    }

    .services-items {
        flex-direction: column;
        justify-self: 90%;
    }

    .services-item {
        width: 100%;
        flex-direction: column;
    }


    .services-item-left {
        width: 100%;
        /* border: 1px solid red; */
    }

    .services-item-left>img {
        /* margin-top: 70%; */
        width: 20%;
        margin-top: 20px;
    }

    .services-item-right {
        width: 100%;
        /* border: 1px solid red; */
    }

    .services-item-right>h3 {
        text-align: center;
    }

    .services-item-right>p {
        width: 100%;
        /* padding: 0px, 40px, 0px, 40px; */
        padding-top: 30px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

    .services-item-rebelious {
        margin-top: 30px;
        /* display: flex;
        justify-self: center; */
        /* border: 1px solid red; */
    }

    .services-item-rebelious>.services-item-left {
        /* margin-top: 30px; */
        /* display: flex; */
        /* justify-self: center; */
        /* border: 1px solid black; */
        width: 100%;
    }

    .airtime-to-cash>.services-item-left>img {
        width: 30%;
        margin-top: 0px;
    }

    .airtime-to-cash>.services-item-right>h3,
    .services-item-rebelious>.services-item-right>h3 {
        margin-top: 0px;
    }

    .airtime-to-cash>.services-item-right>p,
    .services-item-rebelious>.services-item-right>p {
        padding-top: 15px;
    }

    .services-item-rebelious>.services-item-left>img {
        width: 30%;
        margin-top: 0px;
        /* display: flex; */
        /* justify-self: center; */
        /* border: 1px solid red; */
    }

    .services-item-rebelious>.services-item-right {
        margin-top: 0%;
    }

    .cashbacks {
        flex-direction: column;
    }

    .cashbacks-left {
        /* background-color: #d0ec45; */
        width: 100%;


    }

    .cashbacks-right {
        width: 100%;
        height: auto;
        /* margin-top: 50px; */
    }

    .cashbacks-right>p {
        /* margin-bottom: 50px; */
        /* border: 1px solid black; */
    }

    .speed {
        /* flex-direction: column-reverse; */
        /* margin-top: 120px */
    }

    .footer-row-up {
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
    }

    .footer-row-up-a,
    .footer-row-up-b,
    .footer-row-up-c {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
    }

    .footer-row-up-a,
    .footer-row-up-b,
    .footer-row-up-c {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .footer-row-down {
        /* width: 90%; */
        margin-bottom: 0px;
        margin-left: 5%;
        margin-top: 20px;
        color: #326d32;
        font-size: 40px;
        /* letter-spacing: 20px; */
        /* text-align: center; */
    }


    @media only screen and (max-width: 350px) {
        header {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            margin-top: 0px;
        }
    
        .header-image {
            width: 100%;
        }
    
        .download-image> button {
            width: 90%;
            margin-left: 5%;
            background-color: #f38f0c;
            border-radius: 12px;
            border: 2px solid #153815
        }
    }

    /* PRIVACY POLICY STARTS - MOBILE */

    .privacy-page {
        width: 90%;
        margin-left: 5%;
    }

    .privacy-page>h2 {
        /* text-align: center; */
    }

    /* .privacy-page>p{
    text-align: center;
} */
}