*{
    font-family: sans-serif;
    margin: 0;
}
.header-fast{
    display: flex;
    justify-content: space-between;
    margin: 0 200px;
    align-items: center;
    padding-top: 40px;

}
.fast-h2{
    font-size: 45px;
    font-weight: 700;
    color: #131313;
}
.list-manu, a{
    display: flex;
    gap: 40px;
    list-style: none;
    align-items: center;
    text-decoration: none;
    color: #424242;
    

}

/* 
fast sec work
*/


.fast-sec{
    background-color: rgba(255, 144, 14, 0.1);
}
.fast-div{
    margin: 20px 200px;
    text-align: center;
}

.main-h{
    font-size: 64px;
    font-weight: 700;
    margin: 20px 120px;
}
.main-p{
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 120px;
}

.bannar{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

/* Quick list of Our Features */

.sec-sec{
    display: flex;
    margin: 85px 200px;
    gap: 75px;
}

.grid-4img{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.team-img{
    width: 100%;
    height: 100%;
}
.quick-h{
    font-size: 45px;
    font-weight: 500;
    width: 468px;
    color: #727272;
    margin-bottom: 15px;
}
.quick-p{
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 15px;
}
.sec-btn{
    font-size: 20px;
    font-weight: 600;
    color: white;
    width: 180px;
    height: 64px;
    background-color: #FF900E;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
}
/* Features you will love & enjoy */

.features{
    display: flex;
    margin: 100px 200px;
    gap: 75px;
}
.header-features{
    font-size: 45px;
    font-weight: 700;
    width: 400px;
    color: #131313;
    margin-bottom: 15px;
}
.simple-pra{
    font-size: 16px;
    font-weight: 400;
    width: 586px;
    color: #131313;
    margin-bottom: 15px;
}
.commone-text{
    margin-left: 20px;
    margin-top: 30px;
}
.common-h{
    font-size: 20px;
    font-weight: 600;
    color: #131313;;
    margin-bottom: 10px;
}
.common-p{
    font-size: 16px;
    font-weight: 400;
    color: #727272;
}

/* Some Facts */
.fact-sec{
    margin: 50px 200px;
}
.fact-h{
    font-size: 45px;
    font-weight: 700;
    color: #131313;;
}
.fact-p{
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    margin-top: 10px;
}

.facts{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
    gap: 50px;
    
}
.fact-block{
    width: 241px;
    height: 241px;
    border: 1px solid #FF900E;
    border-radius: 8px;
    background-color: rgb(235, 221, 221);
}
.facts :hover{
    background-color: rgb(248, 246, 246);
}
.facts i{
    font-size: 45px;
    width: 45.22px;
    height: 45.22px;
    color: #FAA515;
    margin-top: 50px;
}
.block-h{
    font-size: 45px;
    font-weight: 600;
    color: #424242;
}


.sponspors{
    margin: 100px 200px;
    text-align: center;
}
.spon-h{
    font-size: 45px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 15px;
}
.spon-p{
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 60px;
}

.logos{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 150px;
}
.footer-div{
    margin: 100px 250px;
    background-color: #FFF4E7;
    height: 50px;
}
.footer-p{
    text-align: center;
    padding-top: 15px;
    color: #424242;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 576px) {
    .header-fast, .list-manu, .fast-div{
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
        padding: 0;
        margin-left: 20px;
        
    }

    .fast-h2{
        font-size: 20px;
        width: 100%;
        margin-top: 10px;
    }
    .list-manu{
        gap: 5px;
        width: 100%;
        margin-top: 20px;
    }
    .fast-div{
        margin: 10px;
    }
    .main-h{
        font-size: 100%;
        margin: 30px 10px;
        font-size: 30px;
    }

    .main-p{
        font-size: 16px;
        font-weight: 400;
        margin: 10px 10px;
    }
    .bannar{
        display: none;
    }
    .sec-btn{
        margin-bottom: 10px;
    }
    /* Quick list of Our Features */
    .sec-sec{
        margin: 10px;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    /* Features you will love & enjoy */
    .features{
        flex-direction: column;
        margin: 10px;
    }
    .header-features{
        margin-top: 30px;
        font-size: 30px;
        font-weight: 600;
    }
    /* Some Facts */
    .fact-sec{
        margin: 40px 0;
    }
    .fact-h{
        font-size: 30px;
        font-weight: 700;
    }
    .fact-p{
        font-size: 18;
        font-weight: 500;
        width: 100%;
    }
    .facts{
        flex-direction: column;
        align-items: center;
    }

    /* Our Sponspors */
    .sponspors{
        margin: 50px 10px;
    }
    .logos{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }
    /* Footer */
    .footer-div{
        margin: 10px;
    }
    .footer-p{
        font-size: 16px;
        font-weight: 400;
    }
}