*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Times New Roman', Times, serif;
}
body{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    background-color: #efefe8;
}
html{
    font-size: 10px;
}
li{
    list-style: none;
}
a{
    text-decoration: dashed;
    color: rgb(123, 51, 177);
}
mark{
    color:rgb(0, 0, 0);
    background-color: #fffdde;
}
h1{
    text-transform: uppercase;
    color: #474747;
    letter-spacing: 6px;
    cursor: pointer;
    font-size: 2.2rem;
    color: transparent;
    position: relative;
}

h2{
    font-size: 1.3rem;
    color: #474747;
    letter-spacing: 2px;
}
h5{
    text-transform: uppercase;
    color: rgb(119, 119, 119);
    font-size: 1.3rem;
    letter-spacing: 2px;

}
p{
    font-size: 2.0rem;
    font-family:'Times New Roman', Times, serif;
}
header{
    width: 100%;
    height: 5rem;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 333;
}
.container{
    width: 96%;
    max-width: 117rem;
    margin: 0 auto;
}
.navbar{
    width: 30.0%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1 1.5rem;
    color: #000000;
    background-color:#ffffff;
}
.navbar h1{
   color:#777777;
}
.navbar ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar ul a{
    font-size: 1.2rem;
    padding: 1.5rem;
    text-transform: uppercase;
    color: rgb(175, 175, 175);
    font-weight: 300;
    letter-spacing: 2px;
    transition: all 0.4s ease;
}
.navbar ul a:hover{
    color: #000000;
    background-color: #9b9b9b00;
}
.hero{
    max-width: 65rem;
    height: 62rem;
    background: url("../images/blog-bannerXMMM1.png")
    no-repeat center center / cover;
    margin: 5rem auto;
    color:rgb(228, 228, 228);
    font-size: 1.6rem;
    font-style: none;
}
main{
    width: 100%;
    max-width: 65rem;
    height:fit-content;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 0rem;
    margin-top: -11rem;
}
main h2{
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 2px;
}
main .profile-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.0rem 0;
}
main .profile-container .profile .img-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

main .profile-container .profile .text{
margin: 0.1rem;
color: #525252;
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 1px;
}
.profile .text h3{
    text-transform: none;
    color: rgb(85, 85, 85);
    font-size: 2.3rem;
    letter-spacing: 2px;
}

.profile .text p{
    color: rgb(52, 52, 52);
}
.btn {
    padding: 15px 30px;
    border: none;
    outline: none;
    color:#2e2e2e;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
}
main .content p{
    color: #242424;
    margin: 1rem 0; 
}
main .content h4{
    font-size: 1.4rem;
    font-weight: 600;
    color: #3b3b3b;
    margin: 2rem 0;
}

blockquote{
    font-size: 1.4rem;
    padding: 1rem 2.8rem;
    line-height: 1.6;
    font-weight: 300;
    color: #414141;
}
.tags{
    display: flex;
    align-items: center;
}
.tags p{
    font-size: 1.4rem;
    text-transform: capitalize;
}
.tags a{
    display: inline-block;
    padding: 0.3rem 1.5rem;
    color:#484848;
    font-size: 1.6rem;
    text-transform:uppercase;
    margin: 0 0.5rem;
}
.articles{
    width: 100%;
    background-color: #efefe8;
    margin: 5rem 0;
    padding: 5rem 0;
}
.articles .article-heading{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: relative;
}
.article-heading h5{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    color:#bbbbbb9a;
}
.article-heading h6{
    font-size: 4rem;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#8d8d8de8;
}
.cards{
    display: flex;
    justify-content: space-between;
    margin: 4rem 0;
    gap: 5rem;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer {
    padding: 40px 0;
    background-color: #efefe8;
}
.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: #848484;
}
.footer .social a{
    font-size: 24px;
    color: inherit;
    border: 1px solid #bebebe;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.75;
}
.footer .social a:hover{
    opacity: 0.9;
}
.footer ul{
    margin-top: 0;
    padding: 0;
    list-style: 18px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}
.footer ul li a{
    color: rgb(134, 134, 134);
    text-decoration: none;
    opacity: 0.8;
}
.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover{
    opacity: 1;
    color: #000000;
}
.footer .copyright{
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: rgb(141, 141, 141);
}