#our_project, #our_project2, #our_project3,  #our_project4,  #our_project5{
    color: #211E1F;
    background-color: #E3FE55;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    overflow: hidden;
}
.lines_project {
    width: 4vw;
    padding-left: 8vw;
}
.project_content , .aspire_content,.alwaab_content, .padel_content,.talabat_content,.skipcash_content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    z-index: 999;
    bottom: 0vh;
    height: 100vh;
    position: absolute;
    align-items: center;
}
.slide_work_portfolio_button{
    display: flex;
    background-color: #211E1F;
    border-radius: 10vw;
    width: 20vw;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-top: 10vh;

}
.slide_work_portfolio_button a{
    text-decoration: none;
    padding: 0.5vh 2vh;
    font-size: 1.1vw;
    text-transform: uppercase;
    color: #F6F7F8;
}
.project_text {
    z-index: 999;
    display: flex;
    width: 58vw;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.project_text p {
    line-height: 3.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.3vw;
    align-content: center;
    text-align: left;
    width: 40vw;
    font-weight: 400;
    margin-top: -2vh;
}
.project_text h1{
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.phone{
    width: 33vw;
}
@media (max-width : 1024px){
    .slide_work_portfolio_button {
   
    width: 30vw;
    height: 4vh;
    margin-top: 5vh;
}
.slide_work_portfolio_button a {
   
    font-size: 2vw;
}
}