.lift-up {
    transform: translateY(-50%);
  }
  
  @media (min-width: 576px) {
    .lift-up {
      transform: translateY(-50%);
    }
  }
  @media (min-width: 768px) {
    .lift-up {
      transform: translateY(-50%);
    }
  }
  @media (min-width: 992px) {
    .lift-up {
      transform: translateY(-50%);
    }
  }



/*================================*/
.hero-title {
    font-size: 41px;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    padding-top: 4rem;
  }
  
  .section-heading {
    font-size: 41px;
    font-weight: 600;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .section-heading {
      font-size: 36px;
    }
  }
  
  @media (max-width: 567px) {
    .section-heading {
      font-size: 32px;
    }
  }



  /*=============================*/

.news-thumb {
    position: relative;
}

.news-img {
    position: relative;
    width: 100%;
    border-radius: 1rem;
}

.news-date {
    position: absolute;
    top: 12px;
    left: 12px;
    padding-top: .5rem;
    padding-bottom: .6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 2rem;
    background-color: var(--primary-color);
}

.date-text {
    color: var(--white-color);
    font-weight: 500;
}

.news-title h2 {
    margin-top: 0;
}

.news-des {
    margin-top: 1rem;
}

.news-btn-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
  }



/*=============================*/
p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5rem;
  }
.news-h4 {
    font-size: 22px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-heading h2{
    font-size: 36px;
}
.publisher a{
    color: var(--primary-color);
}

.publisher span{
    color: var(--secondary-black);
}

.single-news-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: .8rem;
}

.news-description p{
    text-align: justify;
}

.news-description-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.tags-bar {
    background: var(--secondary-color);
    margin-top: 40px;
    padding: .8rem 1.5rem;
    border-radius: .8rem;
}
.tags ul li {
    display: inline-block;
}
.tags ul li a span {
    color: var(--primary-color);
    font-weight: 700;
}
.tags ul li a {
    font-size: 16px;
    color: var(--secondary-black);
    font-weight: 600;
    transition: all 0.3s;
}
.tags ul li a:hover {
    color: var(--primary-color);
}

.social-media-icon {
    display: flex;
    justify-content: center;
}

.social-media-icon ul li {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    margin-right: 10px;
    border-radius: 4px;
    transition: all 0.7s;
}
.social-media-icon ul li a {
    color: #051516;
    font-size: 16px;
    transition: all 0.3s;
}
.social-media-icon ul li:hover {
    background-color: var(--primary-color);
}
.social-media-icon ul li:hover a {
    color: var(--white-color);
}

.comment {
    padding: 1rem;
    border-radius: .8rem;
    background-color: var(--white-color);
}

.commenter img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.reply {
    position: relative;
}

.reply-comment {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 16px;
    width: 96%;
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    margin-right: 2rem;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.reply-btn {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 2px;
    color: var(--white-color);
    width: 30px;
    height: 30px;
    border: none;
    border-radius: .4rem;
    background-color: var(--primary-color);
    cursor: pointer;
  }

.submit-btn {
    position: relative;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02rem;
    padding: .5rem .8rem;
    border-radius: .5rem;
    transition: all 0.3s;
    border: 1px solid transparent;
    z-index: 999;
}
.submit-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: .5rem;
    background-color: var(--primary-color);
    transition: all 0.3s;
    z-index: -1;
}
.submit-btn:hover::before {
    height: 0;
}
.submit-btn:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}


.recent-post h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}


.recent-img img {
    width: 80px;
    height: 80px;
    border-radius: .8rem;
}

.popular-tag h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.tag-list ul li {
    display: inline-block;
    padding: .5rem .8rem;
    border-radius: .5rem;
    margin-right: 6px;
    margin-top: 8px;
    border: 1px solid #e0e1e1;
    position: relative;
    z-index: 11;
}
.tag-list ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: .5rem;
    background: transparent;
    z-index: -1;
}
.tag-list ul li:hover::before {
    border-radius: .5rem;
    background-color: var(--primary-color);
}
.tag-list ul li:hover a {
    border-radius: .5rem;
    color: #fff;
}
.tag-list ul li a {
    font-size: 16px;
    color: #78787c;
}


/*filter css========================*/
.filter-card {
    border-radius: 1rem;
    background-color: var(--white-color);
    box-shadow: 0 6px 10px 0 #d9171a09;
}

/*===================================*/

.custom-select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: .5rem;
    border: 1px solid #e9e9e9;
    border-radius: .5rem;
    margin-left: 0 !important;
  }
  