/* By the name of Allmighty ALLAH */
/* ALLAH is your protector , He is the best Helper.
ALLAH is the best of Planner.*/

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px){
    .portfolio-img{
        order:1;
    }
    .portfolio-text-container{
        order: 2;
    }
    .main-img{
        width: 180px;
        height: 180px;

    }
    .portfolio-header{
        max-width: 312px;
        font-size: 32px;
        line-height: 54px;
        text-align: center;
    }
    
    .recent-post-container{
        max-width: 354px;
    }

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 767px) {
   
    .portfolio-img{
        order:1;
    }
    .portfolio-text-container{
        order: 2;
    }
    .main-img{
        width: 180px;
        height: 180px;

    }
    .portfolio-header{
        max-width: 312px;
        font-size: 32px;
        line-height: 54px;
        text-align: center;
    }
    .portfolio-para{
        max-width: 328px;
        text-align: center;
    }
    .work-header-tital{
        text-align: start;
       } 
       .work-post-container{
        max-width: 1440px;
    }
        .work-post-wrapper{
        max-width: 1440px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }
    

}
/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-img{
        order:1;
    }
    .portfolio-text-container{
        order: 2;
    }
    .main-img{
        width: 180px;
        height: 180px;

    }
    .portfolio-header{
        max-width: 312px;
        font-size: 32px;
        line-height: 54px;
        text-align: center;
    }
    .portfolio-para{
        max-width: 328px;
        text-align: center;
    }
    .recent-page-container{
        display: flex;
        flex-direction: row;
        gap:20px;
        justify-content: center;
        align-items: center;
    }
    .recent-post-container{
        max-width: 418px;
    }
    .work-header-tital{
        text-align: start;
       } 
       .work-post-container{
        max-width: 1440px;
    }
    .work-post-wrapper{
        max-width: 1440px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }

}
/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px){
    .portfolio-wrapper{
        flex-direction: row;
        gap: 50px;
    }
    .portfolio-img{
        order:2;
    }
    .portfolio-text-container{
        order: 1;
    }
    .main-img{
        width: 243px;
        height: 243px;

    }
    .portfolio-text-wrapper{
        justify-content: start;
        align-items: start;
    }
    .portfolio-header{
        max-width: 506px;
        font-size: 44px;
        line-height: 75px;
        text-align: start;
    }
    .portfolio-para{
        max-width: 497px;
        text-align: start;
    }
    .recent-page-container{
        display: flex;
        flex-direction: row;
        gap:20px;
        justify-content: center;
        align-items: center;
    }
    .recent-post-container{
        max-width: 418px;
    }
    .work-header-tital{
        text-align: start;
       } 
       .work-post-container{
        max-width: 1440px;
    }
    .work-post-wrapper{
        max-width: 1440px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }
    

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
    .portfolio-wrapper{
        flex-direction: row;
        gap: 50px;
    }
    .portfolio-img{
        order:2;
    }
    .portfolio-text-container{
        order: 1;
    }
    .main-img{
        width: 243px;
        height: 243px;

    }
    .portfolio-text-wrapper{
        justify-content: start;
        align-items: start;
    }
    .portfolio-header{
        max-width: 506px;
        font-size: 44px;
        line-height: 75px;
        text-align: start;
    }
    .portfolio-para{
        max-width: 497px;
        text-align: start;
    }
    .recent-page-container{
        display: flex;
        flex-direction: row;
        gap:20px;
        justify-content: center;
        align-items: center;
    }
    .recent-post-container{
        max-width: 418px;
    }
   /*--featured work--*/

   .work-header-tital{
    text-align: start;
   } 
   .work-post-container{
    max-width: 1440px;
}
    .work-post-wrapper{
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}
}

