.donw_project {
    width: 1168px;
    margin-bottom: 50px;
    margin-top: -33px;
}
.portfolid_nav{
    display: none;
    padding: 10px 59px;
    width: 100%;
    color: aqua;
}
@media (max-width:1024px) {
    .about_me {
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
        position: relative;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .about_right {

        text-align: center;
    }


    .pro_container {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }

    .donw_project {
        width: auto;
    }

    .project_card img {
        width: 530px;

    }

    .project_card {
        width: 550px;

    }
}

@media (max-width:834px) {

    .header_inner div {
        padding: 10px 28px;
    }

}

@media (max-width:768px) {

    .header_inner div {
        padding: 10px 25px;
    }
}

@media (max-width:480px) {

    .header_inner div {
        padding: 10px 25px;
    }

    .project_card {
        width: 370px;
    }

    .project_card img {
        width: 350px;
    }

    .about_right {
        width: 90%;

        margin-top: 45px;
        margin-left: 0px;
    }

    .about_left {
        width: 90%;
        text-align: center;
        margin-left: 0px;
    }

    .about_left img {
        width: 90%;
    }

    .home_i_me div {
        width: 90%;
    }

    .header_inner div a {

        display: none;
    }

    .header_inner div  {

        display: none;
    }
    .portfolid_nav{
        display: block;
        padding: 10px 59px;
        width: 100%;
        color: aqua;
    }
}