.search-container{
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 2rem;

}
@media only screen and (max-width: 600px) {
.container-filter-news{
  display: none;
}
}
.search-container p{
    border-radius: 10px;
/* background: linear-gradient(77deg, rgba(59, 216, 173, 0.80) 7.19%, rgba(11, 11, 99, 0.80) 129.88%); */
backdrop-filter: blur(30.5px);
padding: 10px;
text-align: end;
}
.search-container button{
    color: #222;
text-align: right;
border-radius: 25px;
background: #3BD8AD;
font-family: Somar;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 100%;
padding: 0.5rem;
text-align: center;
}
.head p{
  text-align: start;
}
.ads-download{
    border-radius: 10px;
background: linear-gradient(77deg, rgba(59, 216, 173, 0.80) 7.19%, rgba(11, 11, 99, 0.80) 129.88%);
backdrop-filter: blur(30.5px);
padding: 2rem;
margin-top: 1rem;
}
.download-btn{
    /* background-color: #fff;
     */
     border-radius: 40px;
     background: #FFF;
     width: 90%;
}
.container-most-post-read .head{
    border-radius: 10px;
    /* background: linear-gradient(77deg, rgba(59, 216, 173, 0.80) 7.19%, rgba(11, 11, 99, 0.80) 129.88%); */
    backdrop-filter: blur(30.5px);

}
.container-most-post-read {
    background-color: #fff;
}

/* slider in news is style */

.gallery {
    background: #EEE;
  }

  .gallery-cell {
    width: 100%;
    /* height: 200px; */
    height: 25rem;
    margin-right: 10px;
    /* background: #8C8; */
    background-size:cover;
    /* counter-increment: gallery-cell; */
  }

  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;



    /* content: counter(gallery-cell); */
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  .slider-news-info-data{
    z-index: 100000;
    position: absolute;
    bottom: 1rem;
    text-align: end;
    color: #fff;
  }
  .slider-news-info-data .row{
    width: 50%;
    margin-left: auto;
  }

  @media only screen and (max-width: 600px) {
    .slider-news-info-data .row{
        width: 100%;
    }
}
