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


 /* navber css start  */

 input[type=search]{
    border-radius: 25px;
    border: 1px solid black;
    width: 200px;
 }
 /* navber css End */


/* post section start  */
.post-section{
   width: 100%;
   height: 100px;
   
}
.common-div{
   width: 110px;
   height: 29px;
}
.common-line{
   width: 20px;
   height: 2px;
   background-color: rgb(52, 51, 51);
}
.text-div{
   font-size: 12px;
}
.post-tittle{
   width: 100%;
   height: 30px;
   background-color: #cecece;
   
   
  
}
.main-contain {
   transition: transform 0.3s ease-in-out;
 }
 
 .main-contain:hover {
   transform: scale(1.03);
 }
 
 .post-title {
   font-weight: bold;
   letter-spacing: 1px;
   backdrop-filter: blur(4px);
 }
 .Editor-div{
   width: 100%;
   height: auto;
 }


 /* latest news  */

 .latest-news{
   width: 100%;
   height: 700px;
   background-color: #d28473;
 }

 .author-badge {
   position: absolute;
   top: 15px;
   left: 15px;
   background-color: #f87171;
   color: white;
   padding: 5px 10px;
   border-radius: 999px;
   font-size: 0.8rem;
   font-weight: 600;
 }
 .card-img-overlay {
   background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
 }
 .footer-area{
   width: 100%;
   height: 600px;
   background-color: black;
 }

 .update{
   height: 120px;
 }
 .footer-link{
   width: 100%;
   height: 40px;

 }

 .socail-nedia{
   width: 100%;
   height: 50px;
 }
 .image-bg{
   width: 40px;
   height: 40px;
 }
 