*{
    font-family: inter;
}
/* nav style */
.logo{
    font-size: 20px;
    font-weight: bold;
}
header nav ul{
    list-style: none;
}
header nav ul a{
    text-decoration: none;
    color: black;
   
}
.navs{
    display: flex;
    justify-content: space-around;
    align-content: center;
    
}
.navr{
    display: flex;
    gap: 60px;
    font-size: 16px;
    
}
/* hero section design */
.hero{
    display: flex;
    justify-content: space-around;
    align-content: center;
    background-color: #FBFBFB;
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt{
    font-size: 60px;
    font-weight: bold;
}
.ct{
    font-size: 30px;
    font-weight: 500;
    color: #4A5568;
}
/* long established */
.long{
    width: 966px;
    height: 245px;
    
    margin-left: 90px;
 margin-top: 30px;
}
.text{
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: center;
    gap: 50px;
    background-color: #E5E5E5;
    border-radius: 10px;

}
.three{
    padding-top: 70px;
    padding-left: 50px;
    color: #2D3748;

}
.me{
    padding-left: 50px;
         color: #2D3748;

}
.imt{
height: 243px;
width: 433px;
}
/* blog card section design */
.blog{
    height: 382px;
    width: 299px;
    background-color: #E5E5E5;
    border-radius: 10px;
    
}
.card{
    padding-left: 10px;
    padding-right: 10px;

}
.blog-card{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
}
/* last part */
.jk{
    height: 500px;
    width: 965px;
    background-color: #E5E5E5;
    margin-left: 100px;
    margin-top: 50px;
    border-radius: 10px;
}
.jkd{
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: 20px;
}
.fg{
    font-size: 40px;
    font-weight: bold;
}
.sd{
    font-size: 16px;
}
hr{
    height: 1px;
    background-color: black;
}
footer{
    text-align: center;
    font-weight: 600;
}