/*Catagory  Base Section*/
.news_cat {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  grid-gap: 10px;
}
.cat_box_1 {
  border-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0px 0px 10px 0px;
  border: solid var(--bkg-border-color) 1px;
  background-color: var(--bkg-three-box-shade-color);
}
.cat_box_2 {
  /*background-color: #fff;*/
}
.cat_box_3 {
  background-color: #a7a0a03d;
  /*Ad Area*/
}

/*cat_box_1 */
.cat_main_image {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}
.cat_main_content {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.cat_main_tittle {
  font-size: 19px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0px;
}

/* Second category section*/

.second_cat_section {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
}
/* Left category news*/
.left_category_news {
  /*background-color: #a7a0a03d;*/
  margin: 0px;
}
.lft_cat_news_bux {
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
  border: solid var(--bkg-border-color) 1px;
  background-color: var(--bkg-three-box-shade-color);
}
.category_nws_crd {
  display: flex;
  gap: 20px;
}

.bottom_scroll_cagug {
  display: grid;
  grid-template-columns: 213px 3fr;
  margin-top: -40px;
  margin-left: 19px;
}
.lft_ns_img img {
  border-radius: 8px;
  width: 213px;
  height: 135px;
  border-radius: 12px;
}
.lft_ns_content_a {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
.lft_ns_cnt_tittle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-color);
  margin: 0px;
}

/* Right category news*/
.right_category_news {
  margin: 0px;
}

.cat_section_three {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
}
.cat_set_thr_one {
  display: flex;
  gap: 10px;
  margin: 0px;
}
.vst_news_cd {
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
  border: solid var(--bkg-border-color) 1px;
  background-color: var(--bkg-three-box-shade-color);
}
.sct_thre_imng img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.vst_news_content {
  padding: 10px;
}
.vst_news_tittle {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.cat_set_thr_two {
  background-color: #a7a0a03d;
}

@media only screen and (max-width: 480px) {
  .news_cat {
    grid-template-columns: 1fr;
  }
  .second_cat_section {
    grid-template-columns: 1fr;
  }
  .cat_section_three {
    grid-template-columns: 1fr;
  }
  .cat_set_thr_one {
    flex-direction: column;
  }
  .category_nws_crd {
    flex-direction: row-reverse;
  }
  .bottom_scroll_cagug {
    grid-template-columns: 1fr;
    margin: 0px;
  }
  .lft_ns_img img {
    width: 100px;
    height: 70px;
    border-radius: 12px;
  }
  .lft_ns_cnt_tittle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-color);
  }
  .news_cat_desc {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 780px) {
  .news_cat {
    grid-template-columns: 2fr 1fr;
  }
  .second_cat_section {
    grid-template-columns: 1fr;
  }
  .cat_section_three {
    grid-template-columns: 1fr;
  }
  .cat_set_thr_one {
    flex-direction: row;
  }
  .cat_box_1:nth-of-type(1) {
    order: 1;
  }
  .cat_box_2:nth-of-type(2) {
    order: 4;
    width: 152%;
  }
  .cat_box_3:nth-of-type(3) {
    order: 1;
  }
  .news_cat_desc {
    display: none;
  }
}

@media (min-width: 780px) and (max-width: 1000px) {
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1300px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1900px) {
}

@media only screen and (min-width: 2560px) {
}

/*--------------------------------------------------------------
Web UI Elements Kit

    1.0  News Bottom box
--------------------------------------------------------------*/
.showcase_bottom_gh_jk_ghj {
  display: flex;
  gap: 15px;
  flex-direction: column;

  /* display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; */
}
.showcase_bottom_gh_jk {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.article_wtr_name {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-color);
  font-family: "Rajdhani", sans-serif;
}
.svg_dt_art_clr {
  fill: var(--news-tag-svg);
}
.article_Date {
  font-size: 12px;
  font-weight: 600;
  color: #878686;
  font-family: "Rajdhani", sans-serif;
}
.showcase_share_save_j {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.link_icon {
  margin: 0px;
  cursor: pointer;
}
.save_icon {
  margin: 0px;
  cursor: pointer;
}
.save_icon svg {
  margin: 0px;
  width: 18px;
}
.share_icon {
  margin: 0px;
  cursor: pointer;
}
.share_icon svg {
  margin: 0px;
  width: 14px;
}

/* Share Popup */
.popupdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
  background-color: #0003;
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}
.popupdiv_yu {
  width: 25%;
  height: 36%;
  position: fixed;
  top: 65%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 4;
  overflow: hidden;
  background-color: var(--bkg-three-box-shade-color);
  align-items: center;
  justify-content: center;
}
.material-symbols-outlined {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 52px !important;
}
.box_social_media {
  padding: 20px;
}

/* Header socila media */
.social_yt_kj_hdr {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.social_yt_kj_hdr li {
  background-color: #e8e8e8;
  border-radius: 50%;
}
.social_yt_kj_hdr i {
  font-size: 20px;
  color: rgb(0 0 0);
  padding: 7px;
}
