/* By the name of Allmighty ALLAH */

:root{
    --navbar-font-color:#000000;
    --mainheader-font-color:#21243D;
    --mainpara-font-coloe:#21243D;
    --main-button-color:#FF6464;
    --post-body-fillcolor:#EDF7FA;
    --view-text-color:#00ABCC;
    --yearbutton-color:#142850;
    --lighttext-color:#8695A4;
    --white-color:#FFFFFF;
    --Heebo-font:"Heebo", sans-serif;
}

*{
    margin: 0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family: "Heebo", sans-serif;
}
/*------navber Area----*/

.nav-area{
    max-width: 1440px;
    margin: 27px 60px;
    padding: 0px;
}
.menu-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 33px;
}
.menu-list-item{
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
}
.portfolio-img{
    order: 1;
}
.portfolio-text-container{
    order: 2;
}

.main-img{
    width: 180px;
    height: 180px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}
.portfolio-text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.portfolio-header{
    order: 1;
    font-weight: 700;
    max-width: 312px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #21243D;
}
.portfolio-para{
    order: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: auto;
    max-width: 328px;
    text-align: center;
    color: #21243D;
}
.portfolio-button{
    order:3;
}

.download{
    background-color:#FF6464;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    padding: 9px 21px 17px 20px;
}
.recent-posts{
    background-color:#EDF7FA;
}
.recent-post-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.recent-posts{
    text-align: start;
    color:#21243D;
    margin:20px 20px;
}
.view-all{
    text-align: start;
    color: #00ABCC;
    margin:20px 20px;
}
.recent-page-container{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.recent-post-container{
    margin: 10px 10px 10px 10px;

}

.recent-post-text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 12px 8px 12px 19px;
}
.recent-post-text-header{
    font-size: 26px;
    font-weight: 700;
    line-height: auto;
    margin: 0px 0px 12px 0px;

}
.recent-post-time-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:24px
    
}
.recent-post-para{
    margin: 19px 21px 22px 0px;
    font-size: 16px;
    font-weight: 400;
}
.work-header-tital{
    text-align: center;
    margin: 10px;
    padding: 10px;
}
/*--Featured Work--*/
.work-header-tital{
    max-width: 344px;
    align-items: center;
    color: #21243D;
}
.work-post-container{
    max-width: 344px;

}
.work-post-wrapper{
    max-width: 344px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin:0px 2px 0px 29px;
    justify-content: center;
    align-items: center;
}
.work-img{
    width: 339px;
    height: 230px ;
    display: block;
    align-items: center;

}
.work-img-type{
    width: 339px;
    height: 230px;
    align-items: center;
}
.work-text-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.work-text-header{
    font-weight: 700;
    font-size: 20px;
    color: #21243D;
    line-height: 40px;
    text-align: start;
}
.work-time-wrapper{
    display: flex;
    flex-direction: row;
    gap: 22px;
    align-items: center;
}
.work-time-button{
    width: 62px;
    height: 15px;
    background-color: #142850;
    border: none;
    border-radius: 16px;
    color: #FFFFFF;
}
.work-time-tital{
    color: #8695A4;
    font-size: 16px;
    font-weight: 400;
}
.work-text-para{
    font-size: 16px;
    font-weight: 400;
    line-height: auto;
    color: #21243D;
}
.work-page-container{
    display: flex;
    flex-direction: column;
    gap:50px;
}
.social-media{
    margin-top: 50px;
}
.social-media-image-container{
    display: flex;
    justify-content: center;
    gap:35px;
}
.copyright-header{
    text-align: center;
    color: #21243D;
    font-weight: 400;
    font-size: 14px;
    margin-top: 30px;
}

