body {
  background-color: #f7f7f7;
}

.header_third {
  padding-bottom: 20px;
  background-color: white;
}

.header_icon_container {
  z-index: 3;
  gap: 22px;
}

.header_user_icon {
  width: 28px;
  height: auto;
  object-fit: cover;
}

.header_search_icon {
  width: 24px;
  height: auto;
}

.download_label {
  font-family: var(--ff-heading);
}

.arrow_icon {
  border: 1px solid black;
  background-color: var(--primary-yellow);
  padding: 4px;
  color: black;
}

/* <====== TOP BLUE BACKGROUND ======> */
.top_blue_background {
  width: 150px;
  height: 120px;

  top: 0;
  right: 0;
  position: absolute;
}

.dot_background_image {
  position: absolute;
  left: 0;
  top: 1350px;
  z-index: -1;

  rotate: 180deg;
}

/* <====== NEW HERO SECTION =====> */
.newhero-section {
  margin-top: 2rem;
}

.newhero-header {
  padding: 2rem 0;
}

.newhero-header span {
  background: rgba(252, 204, 27, 0.1);
  color: rgb(186, 153, 27);
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border: 1px solid rgb(186, 153, 27);
  font-weight: 600;
}

.newhero-header h1 {
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 0;
  margin: 0;
}

.newhero-header p {
  font-size: 1rem !important;
  color: #7A7A7A;
}
.newhero-wrapper-15 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url('https://plus.unsplash.com/premium_photo-1661375427386-64ac35086427?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    filter: saturate(1.8) contrast(1.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.newhero-wrapper-19 {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), 
        url('https://images.unsplash.com/photo-1660211983492-9df0c82ba9ae?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.newhero-wrapper-20 {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), 
        url('https://images.unsplash.com/photo-1553775282-20af80779df7?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newhero-container {
    min-height: calc(80vh - 70px);
    position: relative;
}

.newhero-inner-container {
    bottom: 4rem;
    padding: 0 1rem;
}

.newhero-text-container {
    max-width: 300px;
    position: relative;
}

.blur-background {
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 290px;
}

.newhero-tag {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: 1px solid white;
    padding: 0.2rem 0.8rem 0.3rem 0.8rem;
}

.newhero-heading {
    color: white;
    font-size: 1.5rem;
}

.newhero-para {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination {
    position: absolute;
    bottom: 2rem !important;
    left: 8px !important;
    display: flex;
    gap: 4px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid white;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: white;
}


/* <====== MAGAZINE AD SECTION =====> */
.magazine_ad--wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}
.magazine_ad--container {
  padding: 4rem 0;
  row-gap: 2rem;
}

.magazine_ad--image img {
  max-width: 400px;
  /* object-fit: contain; */
}

.magazine_ad--content h1 {
  font-family: var(--ff-heading);
  font-size: 2.5rem;
  /*max-width: 400px;*/
}

.magazine_ad--content p {
  font-family: var(--ff-text);
  /*max-width: 400px;*/
}

.magazine_ad--email {
  border: 2px solid black;
  margin-top: 2rem;
  padding: 2px 2px;
  max-width: 400px;
  width: 100%;
}

.magazine_ad--email input {
  border: none;
  background-color: transparent;
  padding: 8px 20px;
  outline: none;
  width: 100%;
}

.magazine_ad--email button {
  background-color: var(--primary-black);
  color: var(--primary-yellow);
  padding: 8px 12px 8px 12px;
}

.magazine_ad--btn {
  border: 1px solid black;
  background-color: transparent;
  color: black;
  transition: 500ms ease;
}

.magazine_ad--btn:hover {
  border: 1px solid white;
  background-color: black;
  color: white;
}

/* <====== HERO SECITON ========> */
.hero_section {
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 33px;
}

.hero_heading {
  color: var(--primary-blue);
  font-family: var(--ff-heading);
  font-size: 24px;
  margin-bottom: 18px;
}

.hero_option_container {
  margin-bottom: 14px;
}

.hero_category_tag {
  color: rgba(140, 28, 64, 1);
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--ff-bebas-neue);
}

.hero_more_options {
  gap: 20px;
}

.hero_news_heading {
  color: rgba(42, 42, 42, 1);
  font-size: 24px;
  font-family: var(--ff-ibm-plex-serif);
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.5;
}

.hero_news_image {
  margin-bottom: 21px;
}

.hero_newsDetails_container {
  margin-bottom: 33px;
}

.hero_news_description {
  font-family: var(--ff-poppins);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 32px;
}

.hero_news_ago,
.hero_news_author,
.card_news_ago,
.card_news_author {
  font-size: 14px !important;
  font-weight: 400;
  font-family: var(--ff-text);
  margin-bottom: 0;
}

.hero_news_author,
.card_news_author {
  opacity: 0.7;
}

/* <==== NEW ====> */
.card_book_button {
  color: #fff;
  text-align: center;
  font-family: var(--ff-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 5px 20px 4px 20px;
  line-height: 1.2;
}

/* <======== STORY CARD CONTAINER ========> */
.storyCard_section {
  padding: 26px 0;
}

.storyCard_header_overflow {
  overflow-y: scroll;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.storyCard_header_overflow::-webkit-scrollbar {
  display: none;
}

.storyCard_header_conatainer {
  padding: 10px 20px;
  gap: 1rem;
}

.storyCard_header_searchContainer {
  width: 100%;
}

.storyCard_header_searchInput {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  max-width: 460px;
  width: 100%;
}

.storyCard_header_searchInput input {
  border: none;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.4rem;
  outline: none;
  background: transparent;
}

.storyCard_header_searchInput i {
  left: 12px;
  top: 50%;
  translate: 0 -50%;
}

.storyCard_nav_header {
  gap: 20px;
  flex-wrap: nowrap;
}

.storyCard_tab_button {
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-blue);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-bottom: 0.9rem;
  white-space: nowrap;
}

.storyCard_tab_button span {
  padding: 0.3rem 0.45rem;
  background: rgba(252, 204, 27, 0.5);
  font-size: 0.7rem;
}

.storyCard_tab_button.active {
  border-bottom: 4px solid var(--primary-yellow);
  font-weight: 700;
}

.storyCard_header_icon {
  font-size: 1.5rem;
}

.card_container {
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 27px;
  display: grid;
  gap: 20px;
}

.post_card {
  max-width: 410px;
  overflow: hidden;
}

.card {
  background: #ffffff;
  box-shadow: 0px 1.84595px 12.9216px rgba(42, 42, 42, 0.24);
  border-radius: 3px;
  margin-bottom: 20px;
  max-height:552.08px;
  transition: 400ms ease;
}

.card:hover {
  box-shadow: 0px 1.84595px 22.1514px rgba(42, 42, 42, 0.54);
}

.card_description_container {
  padding: 20px 25px 20px 25px;
}

.card_description_container a {
  color: rgb(85, 85, 85);
  transition: color 0.3s ease;
}

.card_description_container a:hover {
  color: black;
}

.card_title {
  font-size: 14px;
  font-family: var(--ff-heading);
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.5;
  margin-bottom: 8px;
}

.download__card--heading {
  font-family: var(--ff-heading);
  font-size: 0.8rem;
  padding: 20px 25px 0px 25px;
}

.card_title:hover {
  color: #f4cf09;
}

.card_description {
  font-size: 16px !important;
  font-weight: 4500;
  color: #2a2a2a;
  line-height: 1.4;
  margin-bottom: 25px;
  font-family: var(--ff-text);
}

.card_author_detail {
  gap: 20px;
}

.card_more_options {
  gap: 14px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(42, 42, 42, 0.1);

  padding-left: 15px;
  padding-right: 15px;
}

.card_moreOption_icon {
  gap: 7px;
}

.fa-heart {
  color: #c31815;
}

.card_moreOption_number {
  margin-bottom: 0;
  font-size: 10px;
  color: #2a2a2a;
  opacity: 0.7;
}

.view_more_button {
  font-size: 14px;
  color: var(--primary-brown);
  text-transform: uppercase;
  padding: 22px 64px;
  outline: none;
  border: 1px solid rgba(195, 24, 21, 0.28);
  background-color: transparent;
  font-family: var(--ff-bebas-neue);
  font-weight: 400;
  letter-spacing: 1.6px;

  transition: 400ms ease;
}

.view_more_button:hover {
  background-color: var(--primary-brown);
  color: #f7f7f7;
}

/* <====== EDITOR PICKS ======> */
.editorSlider_container {
  padding: 0 20px 26px 20px;
  position: relative;
}

.editor_heading {
  font-size: 18px;
  padding-bottom: 33px;
  gap: 14px;

  font-family: var(--ff-bebas-neue);
  color: var(--primary-blue);
}

.editorSlider_image_container {
  position: relative;
}

.editorSlider_tag {
  font-size: 12px;
  font-family: var(--ff-poppins);
  font-weight: 400;
  position: absolute;
  z-index: 1;
  background-color: #c31815;
  top: 14px;
  left: 16px;
  color: white;
  padding: 4px 25px;
  border-radius: 2px;
  line-height: 1.65;
  margin-bottom: 0;
}

.editorSlider_tag::before {
  content: "";
}

.editorSlider_description_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(360deg, #2a2a2a 0%, rgba(42, 42, 42, 0) 97.87%);
  padding: 17px 14px;
}

.editorSlider_title {
  color: white;
  font-size: 14px;
  font-family: var(--ff-garamond);
  font-weight: 700;
}

.editorSlider_description {
  font-family: var(--ff-garamond);
  color: rgba(42, 42, 42, 1);
}
@media (min-width: 350px) {
  .card_news_author,
  .card_news_author {
    font-size: 10px;
  }
}

@media (min-width: 370px) {
  .card_news_author,
  .card_news_author {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .header_third {
    padding-right: 35px;
  }
  
  /* <====== NEW HERO SECTION ======> */
  .newhero-text-container {
    max-width: 450px;
  }
  .newhero-heading {
    color: white;
    font-size: 2rem;
  }
    
  .newhero-para {
    font-size: 1rem !important;
  }

  /* <====== TOP BLUE BACKGROUND ======> */
  .top_blue_background {
    width: 180px;
    height: 130px;
  }

  /* <====== STORY CARD CONTAINER ======> */
  .storyCard_tab_button {
    font-size: 15px;
  }
  .card {
    max-width: 400px;
  }

  /* <====== EDITOR SLIDER CONTAINER ======> */
  .editorSlider_container {
    padding: 0 0 26px 0;
  }
}

@media (min-width: 768px) {
  .header_third {
    padding-right: 48px;
  }

  .header_icon_container {
    gap: 30px;
  }

  .header_user_icon {
    width: 35px;
    height: auto;
    object-fit: cover;
  }

  .header_search_icon {
    width: 30px;
    height: auto;
  }

  .arrow_icon {
    padding: 6px;
  }

  /* <====== TOP BLUE BACKGROUND ======> */
  .top_blue_background {
    width: 210px;
    height: 140px;
  }

  /* <====== HERO CONTAINER ======> */
  .hero_section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .hero_heading {
    font-size: 28px;
  }
  .hero_option_container {
    margin-bottom: 8px;
  }

  .hero_category_tag {
    font-size: 12px;
  }

  .hero_more_options i {
    font-size: 0.9rem;
  }

  .hero_news_heading {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: var(--ff-garamond);
    font-weight: 700;
  }

  .hero_news_description {
    font-size: 11px;
    margin-bottom: 20px;
    font-family: var(--ff-garamond);
    font-weight: 400;
  }

  .hero_news_ago,
  .hero_news_author {
    margin-bottom: 0;
  }

  /* <====== STORY CARD CONTAINER ======> */
  .storyCard_section {
    padding: 35px 0;
  }

  .storyCard_tab_button {
    font-size: 16px;
  }

  .card_container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;

    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .card {
    margin-bottom: 0;
    max-height:552.08px;
  }

  .view_more_button {
    font-size: 16px;
  }

  .card_title {
    min-height: 42px;
  }
  .download__card--heading {
    font-size: 1rem;
    padding: 10px 25px 10px 25px;
  }
  .card_description {
    /*min-height: 54px;*/
  }
}

@media (min-width: 992px) {
  /* <======== HEADER ========> */
  .header_third {
    padding-right: 56px;
    border-bottom: 2px solid #05207d;
  }

  .header_icon_container {
    gap: 40px;
  }

  .header_user_icon {
    width: 42px;
    height: auto;
    object-fit: cover;
  }

  .header_search_icon {
    width: 35px;
    height: auto;
  }

  .arrow_icon {
    padding: 8px;
  }
  
  /* <====== NEW HERO SECTION ======> */
  .newhero-section {
    margin-top: 4rem;
  }
  .newhero-container {
    min-height: calc(111vh - 73px);
   }
  .newhero-header h1 {
    font-size: 2.5rem;
  }
  .newhero-inner-container {
    padding: 0 1.5rem;
  }
  .newhero-text-container {
    max-width: 600px;
  }
  .newhero-heading {
    font-size: 2.5rem;
  }
  
  .swiper-pagination {
    left: 18px !important;
  }

  /* <====== TOP BLUE BACKGROUND ======> */
  .top_blue_background {
    width: 250px;
    height: 160px;
  }

  /* <======== MAGAZINE AD SECTION ========> */
  .magazine_ad--container {
    padding: 7rem 0;
    row-gap: 0rem;
  }

  .magazine_ad--image img {
    max-width: 400px;
    height: auto;
  }

  /* <======== HERO CONTAINER ======> */
  .hero_section {
    padding-top: 180px;
    padding-bottom: 38px;
  }

  .hero_heading {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .hero_news_image {
    border-right: 14px solid #d0e9f2;
    border-bottom: 14px solid #d0e9f2;
  }

  .hero_option_container {
    margin-bottom: 12px;
  }

  .hero_category_tag {
    font-size: 14px;
  }

  .hero_more_options i {
    font-size: 1rem;
  }

  .hero_news_heading {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .hero_news_description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .hero_news_ago,
  .hero_news_author {
    font-size: 14px;
  }

  /* <====== STORY CARD CONTAINER ======> */
  .storyCard_header_overflow {
    width: fit-content;
  }
  
  .storyCard_tab_button.active {
    border-bottom: 2px solid var(--primary-yellow);
    padding-bottom: 1rem;
  }
  .storyCard_nav_header {
    gap: 30px;
  }
  
  .storyCard_header_searchContainer {
    width: fit-content;
  }
  
  .storyCard_header_searchInput {
    max-width: 230px;
  }
  .card_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    padding-top: 30px;
  }

  .card_description_container {
    padding: 15px 20px 15px 20px;
  }

  .card_title {
    font-size: 13px;
    min-height: 39px;
  }

  .card_description {
    font-size: 16px !important;
    margin-bottom: 20px;
    /*min-height: 78.5px;*/
  }

  .card_title.one_three {
    margin-bottom: 0px;
  }

  .card_description.one_three {
    margin-bottom: 0px;
  }

  .card_news_ago,
  .card_news_author {
    font-size: 14px !important;
  }

  .card_more_options {
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .view_more_button {
    font-size: 18px;
  }

  .card_book_button {
    font-size: 22px;
  }

  /* <======== EDITOR PICKS ========> */
  .editorSlider_image {
    min-width: 160px;
  }

  .editorSlider_description_container {
    position: relative;
    background: transparent;
  }

  .editorSlider_title {
    color: #2a2a2a;
    font-size: 12px;
  }

  .editorSlider_description {
    font-size: 10px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 0;
  }

  .editorSlider_tag {
    font-size: 10px;
    padding: 4px 10px 3px 10px;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  /* <======== HEADER ========> */
  .header_icon_container {
    gap: 50px;
  }

  .arrow_icon {
    padding: 12px;
  }

  /* <====== TOP BLUE BACKGROUND ======> */
  .top_blue_background {
    width: 280px;
    height: 170px;
  }

  .dot_background_image {
    top: 1600px;
  }
  
  /* <======== NEW HERO SECTION ========> */
  .newhero-header h1 {
    font-size: 3rem;
  }
  
  .newhero-header p {
    font-size: 1.2rem !important;
  }
  .newhero-inner-container {
    padding: 0 2rem;
  }
  
  .swiper-pagination {
    left: 28px !important;
  }

  /* <======== MAGAZINE AD SECTION ========> */
  .magazine_ad--container {
    padding: 8rem 0;
    row-gap: 0rem;
  }

  .magazine_ad--image img {
    max-width: 500px;
    height: auto;
  }

  .magazine_ad--content {
    max-width: 500px;
    width: 100%;
  }

  /* <======== HERO CONTAINER ========> */
  .hero_section {
    padding-top: 200px;
  }

  .hero_heading {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .hero_image_container {
    padding-left: 0;
    padding-right: 24px;
  }

  .hero_news_image {
    border-right: 18px solid #d0e9f2;
    border-bottom: 18px solid #d0e9f2;
  }

  .hero_newsDetails_container {
    padding-left: 24px;
    padding-right: 0px;
  }

  .hero_category_tag {
    font-size: 14px;
  }

  .hero_more_options i {
    font-size: 1.1rem;
  }

  .hero_news_heading {
    font-size: 30px;
  }

  .hero_news_description {
    font-size: 14px;
  }
  .hero_news_ago,
  .hero_news_author {
    font-size: 12px;
  }

  /* <====== STORY CARD CONTAINER ======> */
  .storyCard_section {
    padding: 50px 0;
  }

  .card_container {
    gap: 36px;

    padding-top: 44px;
    padding-bottom: 61px;
  }

  .card_description_container {
    padding: 13px 23px 18px 23px;
  }

  .card_title {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 54px;
  }

  .card_description {
    font-size: 16px !important;
    margin-bottom: 27px;
    /*min-height: 84px;*/
  }

  .card_title.one_three {
    margin-bottom: 0px;
  }

  .card_description.one_three {
    margin-bottom: 10px;
  }

  .card_news_ago,
  .card_news_author {
    font-size: 14px !important;
  }

  .card_more_options {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .view_more_button {
    font-size: 20px;
  }

  .card_book_button {
    font-size: 28px;
  }

  /* <======== EDITOR PICKS ========> */
  .editorSlider_container {
    padding: 0 0px 64px 0px;
  }

  .editorSlider_image {
    min-width: 250px;
  }

  .editorSlider_description_container {
    position: relative;
    background: transparent;
  }

  .editorSlider_title {
    color: #2a2a2a;
    font-size: 16px;
  }

  .editorSlider_description {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 0;
  }

  .editorSlider_tag {
    font-size: 12px;
    padding: 4px 10px 6px 10px;
    line-height: 1;
    left: unset;
    right: 16px;
  }
  .editorSlide_more_options {
    position: absolute;
    bottom: 14px;
    width: 100%;
    color: white;
    background: linear-gradient(
      360deg,
      #2a2a2a 0%,
      rgba(255, 255, 255, 0) 97.87%
    );

    bottom: 0;
  }

  .fa-regular.fa-heart {
    color: white;
  }

  .editorSlide_moreOption_number {
    color: white;
  }
}

@media (min-width: 1400px) {
  /* <====== BACKGROUND DECORATIONS ======> */
  .dot_background_image {
    top: 1700px;
  }

  .arrow_icon {
    padding: 14px;
  }

  .hero_section {
    padding-bottom: 58px;
    padding-top: 220px;
  }

  .hero_heading {
    font-size: 52px;
    margin-bottom: 43px;
  }

  .hero_option_container {
    margin-bottom: 14px;
  }

  .hero_more_options {
    gap: 18px;
  }

  .hero_image_container {
    padding-left: 12px;
    padding-right: 30px;
  }

  .hero_newsDetails_container {
    padding-left: 30px;
    padding-right: 12px;
  }

  .hero_news_heading {
    margin-bottom: 18px;
  }

  .hero_news_description {
    margin-bottom: 28px;
  }

  .hero_authorDetail_container {
    gap: 10px;
  }

  /* <==== STORY CARD ======> */
  .card_title.one_three {
    margin-bottom: 10px;
  }
  .card_description_container {
    /*min-height: 254px;*/
  }

  .card_description.one_three {
    margin-bottom: 10px;
  }
}
