:root{
    /* colors */
    --primary: #FF6464;
    --secondary: #00A8CC;
    --dark: #21243D;
    --aqua: #EDF7FA;
    --light: #8695A4;
}

*{
    box-sizing: border-box;
}
html, body{
    background-color: white;
    font-family: "Heebo", serif;
    overflow: auto;

}
.hamburger{
    display: none;
    height: 0px;
}
.line{
    display: none;
    height: 0px;
}
header{
    height: 50px;
}
header{
    width: 100%;
    margin-inline: auto;
    margin-top: 27px;

}

header nav{
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 33px;
}

header nav a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}











#hero{
    display: flex;
    flex-direction: row;
    width: 856px;
    justify-self: center;
    margin-top: 158px;
    position: relative;
}

#profile-description{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 60%;
    margin-right: 0px;

}
#profile-img-sctn{
    width: 40%;
}
#profile-image{
    width: 243px;
    height: 243px;
    border-radius: 50%;
    margin-inline: auto;
    display: block;
}

#profile-description h1{
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}

#profile-description p{
    font-size: 16px;
    line-height: 23.5px;
    font-weight: 400;
    color: var(--dark);
    margin: 0;
}

#profile-description button{
    background: var(--primary);
    color: white;
    font-weight: 500;
    border: none;
    width: fit-content;
    font-size: 20px;
    padding: 10px 20px;
}
















#recent-posts{
    background-color: var(--aqua);
    margin-top: 71px;
    width: 100%; 
    position: relative;
    

}

#recent-posts-header{
    display: flex;
    flex-direction: row;
    width: 858px;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
}
#recent-posts-header p{
    font-size: 22px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 0px;
}
#recent-posts-header a{
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: right;
    margin-top: 27px;
    color: rgb(99, 201, 229);
}
#recent-posts-body{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 858px;
    margin-inline: auto;
    padding-bottom: 32px;
    justify-content: center;

}
#recent-posts-body div{

    border-radius: 4px 0px 0px 0px;
    background-color: white;
    margin: 0px;
}
.typography-p{
    font-size: 26px;
    font-weight: 700;
    line-height: 38.19px;
    text-align: left;
    margin: 0px;
    padding: 24px;
    padding-bottom: 17px;
}
.midone{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 26px;
    padding: 0px 24px 0px 24px;
    color: rgb(54, 52, 52);
}

.typography-p2{
    padding: 11px 24px 24px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;
    color: rgb(54, 52, 52);
    margin: 0px;
}























#featured-works{
    display: flex;
    flex-direction: column;
    width: 858px;
    margin-inline: auto;


}
#starting{
    padding-top: 15px;
    padding-bottom: 22px;
    font-size: 22px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}
.img-container{
    align-content: center;
}
.img-size{
    width: 246px;
    height: 180px;
    border-radius: 6px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}
.work-detail{
    display: flex;
    flex-direction: row;
    gap: 18px;
    
}
.work{
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.work-title{
    font-size: 30px;
    font-weight: 700px;
    line-height: 44.06px;
    margin: 0px;
}
.year{
    display: flex;
    flex-direction: row;
    padding: 7.45px;
    margin: 0px;
    gap: 26px;

}
.time{
    font-size: 18px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000000;
    color: white;
    text-align: center;
    border-radius: 16px;
    align-items: center;
}
.timeAfter{
    font-size: 18px;
    font-weight: 90;
    line-height: 60px;
    color:var(--light);
    margin: 0px;
}
.about-work{
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;
    margin: 0px;
}
hr{
    width: 100%;
    color: #21243D;
    margin-bottom: 35px;
    margin-top: 22px;
}









footer{
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
    margin-inline: auto;
}
#social-links{
    display: flex;
    flex-direction: row;
    gap: 35px;
    align-items: center;
}

#copyright-info{
    color: var(--dark);
}





  
@media screen and (max-width : 879px) {  
    
    
    header nav{
        display: none;
        height: 0px
    }
    header nav a{
        display: none;
        height: 0px
    }

    .hamburger{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
        height: 50px;
    }
    .line{
        display: block;
        color: black;
        font: bold;
        padding-right: 20px;
        height: 1px;
    }
    #hero{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        margin-top: 33px;
        width: 100%;
    }
    
    #profile-description{
        gap: 21px;
        width: 100%;
        margin-top: 34px;
        margin-inline: auto;
    
    }
    #profile-img-sctn{
        width: 100%;
    }
    #profile-image{
        border-radius: 50%;
        display: block;
        width: 174.38px;
        height: 180px;

    }
    
    #profile-description h1{
        font-size: 44px;
        line-height: 60px;
        font-weight: 700;
        color: var(--dark);
        width: 100%;
    }
    
    #profile-description p{
        color: var(--dark);
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
    }
    
    #profile-description button{
        background: var(--primary);
        color: white;
        border-radius: 2px 0px 0px 0px;
        font-size: 20px;
        font-weight: 500;
        line-height: 29.38px;
        margin-top: 27px;
        margin-inline: auto;
        
    }
    









    #recent-posts{
        background-color: var(--aqua);
        margin-top: 58px;
        width: 100%;
        margin-inline: auto;
    }
    
    #recent-posts-header{
        flex-direction: column;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    #recent-posts-header p{
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        text-align: center;
        margin-inline: auto;
        margin: 0px;

    }
    #recent-posts-header a{
       height: 0px;
       font-size: 0px;
       width: 100%;
       margin: 0px;

    }
    #recent-posts-body{
        display: flex;
        flex-direction: column;
        gap: 17px;
        width: 100%;
        margin-inline: auto;
        align-items: center;
     



    }
    #recent-posts-body div{

        border-radius: 4px 0px 0px 0px;
        background-color: white;
        width: 354px;
        margin-inline: auto;
        margin: 0px;
        


    }
    .typography-p{
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        
    }
    .midone{
        display: flex;
        flex-direction: row;
        gap: 24px;
        color: rgb(54, 52, 52);
        font-size: 16px;
        font-weight: 400;
        line-height: 23.5px;
        text-align: left;

    }

    .typography-p2{
        font-size: 16px;
        font-weight: 400;
        line-height: 23.5px;
        text-align: left;
        color: rgb(54, 52, 52);
        padding-bottom: 22px;
    }
    





    


    #featured-works{
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        width: 100%;

    
    }
    #starting{
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        margin-inline: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .img-size{
        width: 339px;
        height: 230px;
        border-radius: 6px 0px 0px 0px;
        margin-inline: auto;

    }
    .work-detail{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17px;
    }

    .work{
        flex-direction: column;
        margin-top: 17px;
        margin-bottom: 17px;
        margin-inline: auto;
    }
    .work-title{
        width: 100%;
        height: 30px;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        margin-top: 0px;


    }
    .year{
        display: flex;
        flex-direction: row;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .time{
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;

    }
    .timeAfter{
        width: 78px;
        height: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.5px;
        text-align: left;
        align-self: center;
    }
    .about-work{
        font-size: 16px;
        font-weight: 400;
        line-height: 23.5px;
        text-align: left;
        width: 344px;
        height: 96px;
    }
    hr{
        width: 100%;
        color: #21243D;
        margin-bottom: 17px;
    }
    footer{
        margin-top: 150px;
    }
    



}







        