@media (max-width:668px) {
  .trending-post-card {
    padding: 300px 20px 300px 20px;
    height: 765px;
  }
}

@media (min-width: 490px) {
  .hero-slider .news-blog-card-content {
    left: 45%;
    -webkit-transform: translateX(-41%);
    transform: translateX(-41%);
  }
}

@media (min-width: 575px) {
  .news-blog-card-position-relative {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .news-blog-footer .footer-icon {
    margin-top: 0;
  }

  .marquee {
    width: 500px;
  }

  .hero-slider .hero-img {
    height: 700px;
    object-fit: cover;
  }

  .single-post-item .post-content-wrapper .post-title {
    font-size: 36px;
    line-height: 50px;
  }

  .post-details-wrapper article .post-title {
    font-size: 40px;
    line-height: 50px;
  }

  .post-content-wrapper .post-footer .post-read-more {
    margin-top: 0;
  }

  ul#header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-top-inner-wrapper .header-top-social {
    display: block;
  }

  .header-top-inner-page {
    padding: 0;
  }

  .feature-posts-right-content .news-right-top-img img {
    height: 450px;
  }

  .hero-slider-wrapper .swiper-button-next,
  .hero-slider-wrapper .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-slider-wrapper .swiper-button-next {
    right: -20px;
  }

  .hero-slider-wrapper .swiper-button-prev {
    left: -20px;
  }

  .trending-pagination-wrapper {
    margin-left: 0;
  }

  .weekend-card .card-wrapper {
    margin-top: 0;
  }

  .weekend-card .weekend-img {
    width: 300px;
    height: 300px;
    margin-left: auto;
  }

  .news-blog-content {
    padding: 30px;
  }

  .hero-slider .news-blog-card-content {
    bottom: 10px;
  }

  .hero-slider .news-blog-card-content .content-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 10px 0;
  }

  .news-date-admin {
    gap: 35px;
  }

  .footer-right-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }

  .quick-links {
    width: 20%;
  }

  .popular-post,
  .recent-post {
    width: 40%;
    border: none;
    border-top: 1px solid var(--color-white2);
    border-bottom: 1px solid var(--color-white2);
    border-right: 1px solid var(--color-white2);
  }
}

@media (min-width: 767px) {
  .copyright-inner .copyright-menu {
    margin-top: 0;
  }

  .instagram-card-wrapper .instagram-img {
    width: 360px;
    height: 426px;
  }

  .subscribe-instagram-title {
    width: 60%;
    margin: 0 auto;
  }

  .subscribe-instagram-title .big-title {
    font-size: 48px;
    line-height: 58px;
  }

  .category-news-wrapper {
    gap: 30px;
  }

  .feature-posts-wrapper {
    border-radius: 60px;
  }

  .hero-slider-wrapper {
    padding: 0 20px;
  }

  .hero-slider-wrapper .swiper-button-next,
  .hero-slider-wrapper .swiper-button-prev {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-slider-wrapper .swiper-button-next {
    right: -20px;
  }

  .hero-slider-wrapper .swiper-button-prev {
    left: -20px;
  }

  .trending-pagination-wrapper .pagination-icon-right {
    display: block;
  }

  .trending-pagination-wrapper .pagination-icon-left {
    display: block;
  }

  .hero-slider .news-blog-card-content {
    bottom: 20px;
  }

  .hero-slider .news-blog-card-content .content-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
  }
}

@media (min-width: 991px) {
  .menu-right {
    position: static;
  }

  .header-menu-wrapper .menu-right {
    display: none;
  }

  .header-menu-wrapper #primary-menu {
    display: block;
  }

  .most-popular-right-content {
    margin-top: 0;
  }

  .top-header {
    padding: 14px 70px;
  }

  .fashion-sale-wrapper .fasion-sale-wrapper-info .fasion-sale-wrapper-content {
    width: 50%;
  }

  .fashion-sale-wrapper {
    width: 80%;
  }

  .hero-slider .hero-img {
    border-radius: 50px;
  }

  .trending-posts-swiper-button {
    bottom: 240px;
    left: 206px;
  }

  .trending-posts-swiper-button .swiper-button-next,
  .trending-posts-swiper-button .swiper-button-prev {
    width: 120px;
    height: 120px;
  }

  .trending-post-card {
    padding: 316px 0 380px 80px;
  }

  .trending-post-card .news-blog-content .blog-title {
    font-size: 50px;
    line-height: 60px;
    width: 70% !important;
  }

  .trending-posts-wrapper::before {
    display: block;
  }

  .trending-posts-swiper {
    display: block;
  }

  .trending-stories-swiper .swiper-slide:nth-child(odd) {
    margin-top: 122px;
  }

  .feature-posts-wrapper .health-news-left-img {
    width: 60%;
  }

  .feature-posts-wrapper .feature-posts-right-content {
    width: 40%;
  }

  .hero-slider .news-blog-card-content {
    bottom: 50px;
  }

  .hero-slider .news-blog-card-content .content-title {
    font-size: 35px;
    line-height: 45px;
  }

  .top-news-right-content {
    width: auto;
  }
}

@media (min-width: 1199px) {
  .header-menu-wrapper .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-container {
    width: 400px;
  }

  .top-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-section {
    border-radius: 10px;
  }

  .trending-post-card .news-blog-content .blog-title {
    font-size: 70px;
    line-height: 80px;
  }

  .news-blog-content .blog-title.title-font-size-17 {
    font-size: 17px;
    line-height: 27px;
  }

  .news-blog-content .blog-title.title-font-size-20 {
    font-size: 20px;
    line-height: 30px;
  }

  .news-blog-content .blog-title.title-font-size-30 {
    font-size: 20px;
    line-height: 30px;
  }

  .news-blog-content .blog-title.title-font-size-26 {
    font-size: 26px;
    line-height: 36px;
  }

  .news-blog-content .blog-title.title-font-size-36 {
    font-size: 36px;
    line-height: 46px;
  }

  .news-blog-content .blog-title.title-font-size-45 {
    font-size: 45px;
    line-height: 55px;
  }

  .feature-posts-wrapper .health-news-left-img .news-blog-content {
    padding: 60px;
  }

  .hero-slider-wrapper {
    padding: 0 40px;
  }

  .hero-slider-wrapper .swiper-button-next,
  .hero-slider-wrapper .swiper-button-prev {
    width: 134px;
    height: 134px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-slider-wrapper .swiper-button-next {
    right: -20px;
  }

  .hero-slider-wrapper .swiper-button-prev {
    left: -20px;
  }

  .tranding-stories-card .stories-card-img {
    width: 415px;
    height: 535px;
  }

  .feature-news-card {
    padding: 57px 40px 57px 100px;
    background: var(--color-fashion);
  }

  .feature-news-card .news-card-img {
    position: absolute;
    left: -111px;
    top: 50px;
    width: 178px;
    height: 178px;
  }


  .hero-slider {
    padding: 0 40px;
  }

  .hero-slider .news-blog-card-content {
    bottom: 100px;
  }

  .hero-slider .news-blog-card-content .content-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin: 19px 0;
  }

  .menu-search-option {
    display: block;
  }

  .popular-post-list-card {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1400px) {
  .tranding-stories-card .stories-card-icon {
    bottom: -16px;
    left: -66px;
  }

  .weekend-card.v1 {
    border-right: 1px solid var(--color-white2);
    border-bottom: 1px solid var(--color-white2);
  }

  .weekend-card.v2 {
    border-bottom: 1px solid var(--color-white2);
  }

  .weekend-card.v3 {
    border-right: 1px solid var(--color-white2);
  }
}