/* .blur-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url(../../src/assets/image/banner/1.png);
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: 1;
} */
.blur-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #6c8690;
    background-size: cover;
    background-position: center;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    transform: scale(1.1);
    z-index: 0;
}
/* .banner-img1 {

  width: 100%;
  height: 60%;
  object-fit: contain;
  z-index: 10;
  border: 0;
  position: absolute;
  object-position: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  filter: brightness(0.9);
} */

.banner-img1 {
    width: 100%;
    height: 60%;
    object-fit: contain;
    z-index: 10;
    position: absolute;
    object-position: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    filter: brightness(0.9);
    width: 100%;
    height: 90%;
    object-fit: contain;
    object-position: center;
}
.news-card-image-div {
    height: 150px !important;
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.custome_read{
    min-height: 30px;
    max-height: 30px;
}

.active-category ,.category-item{
    width:96%;
}

.sidebar-header{
    width:96%;
    text-align: center;
       margin: 0px 15px 15px 15px;
}
    /* .category-item:hover{
        background-color: unset;
        color: unset;
    } */

/* .active-category{
      
      color: unset;
} */

.categoryText::after{
    
     background-color: unset;
}
.category-item{
    
    border-bottom: 1px solid var(--light-blue);
}
.category-item{
     margin: 0px 15px 15px 15px;
}

.detail-page-content{
        height: auto;
    overflow-y: unset;
}
.details-page-right-section{
        top: 12rem;
}