.titlemain{
    font-family: 'Nunito Sans', sans-serif; /* Font family */
  font-weight: bold; /* Bold font weight */
  font-size: 64px; /* Font size */
  line-height: normal; /* Line height set to auto */
  letter-spacing: 0; /* Letter spacing set to 0% */
  padding: 3rem;
  color: #F8F8F8;
}

.mainpart{
    padding: 4rem 8rem;
    background-color: #F2F2F2;
 }


.main-content{
    padding-right: 3rem;
}

  .sidebar-title {
    font-weight: 600;

  }
  .trending-item {
    display: flex;
    margin-bottom: 15px;
    /* border-radius: 1rem; */
  }
  .trending-item:hover{
    background-color: #FFC107;
    cursor: pointer;
  }
  .trending-item img {
    width: 8rem;
    height: 5rem;
    object-fit: cover;
    /* border-radius: 5px; */
    margin-right: 10px;
  }
  .trending-item small {
    font-size: 0.85rem;
  }
  .newsimage {
    position: relative;
    height: 26rem;




}

.newsimage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;




}
.datenews{
    color: #525252;
}
.datenews img{
  height: 2rem;
}
.news-title1{
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 480px){
  .titlemain {

    font-size: 24px;
    padding: 0rem;
    padding-bottom: 1rem !important;
}
.mainpart {
  padding: 3rem 1rem;
}
.main-content {
  padding-right: 1rem;
}
.news-title1 {
  font-size: 0.8rem;
  font-weight: 600;
}
.trending-item small {
  font-size: 0.7rem;
}
}
@media (min-width: 481px) and (max-width: 768px){
  .titlemain {

    font-size: 36px;

}
.mainpart {
  padding: 3rem 2rem;
}
.main-content {
  padding-right: 1rem;
}
}
