/* Banner News start */
.banner-news__section {
  margin-top: 20px;
}
.banner-news__section .featured-image img {
  width: 100%;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
}
.banner-news__section .entry-container {
  max-width: 847px;
  margin: 0 auto clamp(20px, 3vw, 35px);
}
.banner-news__section .entry-container h1 {
  text-align: center;
  margin-bottom: clamp(12px, 2vw, 18px);
}
.banner-news__section .entry-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 369px;
  width: 100%;
  margin: 0 auto;
  background-color: #e6e6e6;
  border-radius: 56px;
  padding: 12px;
}
.banner-news__section .entry-content > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-news__section .entry-content span {
  width: 41px;
  height: 41px;
  min-width: 41px;
  border-radius: 50%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-news__section .entry-content p a,
.banner-news__section .entry-content p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-2);
}
.banner-news__section .entry-content > div:nth-child(2) {
  white-space: nowrap;
}
.banner-news__container:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.banner-news__container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/2;
  margin-bottom: clamp(20px, 3vw, 35px);
}
/* Banner News end */

/* Taja update section start */
.taja-update__wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.taja-update__container {
  width: 100%;
}
.taja-update__container img {
  width: 100%;
  border-radius: 5px;
  height: 468px;
  object-fit: cover;
  margin-bottom: clamp(10px, 2vw, 18px);
}
.taja-update__section .tab-wrapper {
  background-color: #e9e6ea;
  border-radius: 0 5px 5px 5px;
  padding: clamp(16px, 2vw, 25px) clamp(18px, 2vw, 30px);
}
.taja-update__section .tab-wrapper .small-title {
  font-weight: 500;
  margin-bottom: 6px;
}
.taja-update__filter {
  max-width: 400px;
  width: 100%;
}
.taja-update__filter ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}
.taja-update__filter ul li {
  width: 50%;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--primary);
  padding: 6px;
  text-align: center;
  cursor: pointer;
}
.taja-update__filter ul li.active {
  background-color: #e9e6ea;
}
.taja-update__filter .tab-content {
  display: none;
}
.taja-update__filter .tab-content.active {
  display: block;
}
.taja-update__filter .entry-content:not(:last-child) {
  border-bottom: 1px solid #d2cfd3;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .taja-update__wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .taja-update__wrapper {
    gap: 25px;
  }
  .taja-update__container img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .taja-update__wrapper {
    flex-direction: column;
  }
  .taja-update__filter {
    max-width: 100%;
  }
}
/* Taja update section end */

/* Bar News section end */
.bar-news__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 25px;
}
.bar-news__container {
  padding: 20px;
  background-color: var(--light);
}
.bar-news__container img {
  width: 100%;
  height: 237px;
  object-fit: cover;
  margin-bottom: clamp(10px, 2vw, 18px);
}
.bar-news__container p {
  font-size: 16px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .bar-news__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }
}
/* Bar News section end */

/* Sambidhan News section start */
.sambidhan-news__wrapper {
  display: flex;
  align-items: start;
  gap: 25px;
}
.sambidhan-news__wrapper > div {
  width: calc(50% - 12.5px);
}
.sambidhan-news__wrapper img {
  width: 100%;
  height: 411px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: clamp(10px, 2vw, 16px);
}
.sambidhan-news__wrapper .sambhidan-right img {
  height: 140px;
  margin-bottom: 0;
}
.sambhidan-right .entry-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sambhidan-right .entry-container:not(:last-child) {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sambhidan-right .featured-image {
  max-width: 241px;
  width: 100%;
}
.sambhidan-right h3 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sambidhan-news__wrapper {
    flex-direction: column;
  }
  .sambidhan-news__wrapper > div {
    width: 100%;
  }
  .sambidhan-news__wrapper img {
    height: 350px;
  }
}
/* Sambidhan News section end */

/* Bichar News section start */
.bichar-news__section {
  background-color: #333333;
  position: relative;
}
.bichar-news__section::before {
  content: url(../img/bichar-bg.png);
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.bichar-news__section .wrapper {
  position: relative;
  z-index: 1;
}
.bichar-news__section .section-title {
  color: var(--light);
}
.bichar-news__section .btn {
  border-color: #858585;
  color: #858585;
}
.bichar-news__section .btn:hover {
  color: var(--light);
}
.bichar-news__container {
  background-color: var(--light);
  border-radius: 5px;
  padding: 35px 15px 15px;
}
.bichar-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  position: relative;
}
.bichar-news__section .bichar-content::after {
  content: url(../img/bichar-1.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bichar-content p,
.bichar-content a {
  color: var(--text-1);
  font-size: 16px;
}
.bichar-content img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}
.bichar-news__container .entry-content {
  background-color: #e9e6ea;
  padding: 25px 15px;
  border-radius: 5px;
  margin-top: clamp(20px, 2vw, 30px);
}
.bichar-button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: clamp(20px, 4vw, 30px);
}
.bichar-button .slick-arrow {
  position: unset;
  transform: unset;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  color: var(--text-1);
  font-size: 20px;
  transition: var(--transition);
}
.bichar-button .slick-arrow::before {
  content: unset;
}
.bichar-button .slick-arrow:hover {
  background-color: var(--primary);
  color: var(--light);
}
/* Bichar News section end */

/* Nepal Sambidhan section start */
.nepal-sambidhan__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 20px;
}
.nepal-sambidhan__container {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: clamp(20px, 2vw, 25px);
}
.nepal-sambidhan__container .featured-image img {
  width: 100%;
  border-radius: 5px;
  height: 241px;
  object-fit: cover;
}
.nepal-sambidhan__container > div:nth-child(1) {
  max-width: 179px;
  width: 100%;
}
.nepal-sambidhan__container span {
  color: var(--text-2);
  font-size: 16px;
}
.nepal-sambidhan__container .bichar-content {
  margin: 20px 0 28px;
}
@media (max-width: 767px) {
  .nepal-sambidhan__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/* Nepal Sambidhan section end */

/* Kanuni Barta section start */
.kanuni-barta__section {
  /* background-color: #e9e6ea; */
}
.kanuni-barta__section .tab-content {
  display: none;
}
.kanuni-barta__section .tab-content.active {
  display: block;
}
.kanuni-barta__wrapper {
  display: flex;
  align-items: start;
  gap: 25px;
}
.kanuni-barta__wrapper .tab-wrapper {
  width: 100%;
}
.kanuni-barta__wrapper ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f7f4f8;
  border-radius: 5px;
  max-width: 424px;
  width: 100%;
}
.kanuni-barta__wrapper ul.tabs li {
  padding: 10px clamp(15px, 2vw, 25px);
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  justify-content: space-between;
}
.kanuni-barta__wrapper ul.tabs li.active {
  background-color: #e1d7e4;
  padding-top: 15px;
}
.kanuni-barta__wrapper ul.tabs li span {
  background-color: var(--light);
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kanuni-barta__wrapper iframe {
  width: 100%;
  height: 544px;
}
@media (max-width: 767px) {
  .kanuni-barta__wrapper {
    flex-direction: column-reverse;
  }
  .kanuni-barta__wrapper ul.tabs {
    max-width: 100%;
  }
  .kanuni-barta__wrapper iframe {
    height: 400px;
  }
}

/* Kanuni Barta section end */

/* Off Bid section start */
.off-bid__section .common-btn-wrapper {
  border-bottom: 1px solid #dadada;
}
.off-bid__wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 25px;
}
.off-bid__container p {
  display: none;
}
.off-bid__container h3 {
  margin-bottom: 8px;
  margin-top: clamp(10px, 2vw, 14px);
}
.off-bid__container img {
  width: 100%;
  height: 329px;
  object-fit: cover;
  border-radius: 5px;
}
.off-bid__container:nth-child(2) p {
  display: block;
  margin-bottom: 12px;
}
.off-bid__container:nth-child(2) .regular-title {
  font-size: clamp(20px, 2vw, 28px);
}
.off-bid__container:nth-child(2) img {
  height: 559px;
}
.off-bid__container:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.off-bid__container:nth-child(2) {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-column-start: 3;
}
.off-bid__container:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 7;
}
.off-bid__container:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.off-bid__container:nth-child(5) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 7;
  grid-row-start: 3;
}
@media (max-width: 1200px) {
  .off-bid__container img {
    height: 250px;
  }
  .off-bid__container:nth-child(2) img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .off-bid__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
  }
  .off-bid__wrapper > div {
    width: calc(50% - 10px);
  }
  .off-bid__container:nth-child(2) p {
    display: none;
  }
  .off-bid__container:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 567px) {
  .off-bid__wrapper > div {
    width: 100%;
  }
}
/* Off Bid section end */

/* Aparadh Samaj section start */
.aparadh-samaj__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.aparadh-samaj__container img {
  height: 205px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: clamp(9px, 2vw, 14px);
}
/* Aparadh Samaj section end */

/* Jusnepal TV section end */
.jusnepal-tv__section {
  background-color: #e9e6ea;
}
.jusnepal-tv__section .common-btn-wrapper > div {
  display: flex;
  align-items: start;
  gap: 20px;
}
.jusnepal-tv__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  width: 100%;
}
.jusnepal-tv-right {
  max-width: 424px;
  width: 100%;
}
.jusnepal-tv-right .featured-image {
  max-width: 126px;
  width: 100%;
}
.jusnepal-tv-right img {
  height: 92px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.jusnepal-tv-right .entry-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.jusnepal-tv-right .entry-container:not(:last-child) {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .jusnepal-tv__section .common-btn-wrapper > div {
    flex-direction: column;
  }
  .jusnepal-tv-right {
    max-width: 100%;
  }
}
/* Jusnepal TV section end */

/* Single Page css start  */
.single-banner__container {
  border-bottom: 1px solid #dadada;
}
.single-banner__container h1 {
  max-width: 1052px;
  font-size: clamp(36px, 5vw, 6px);
  margin-bottom: clamp(12px, 2vw, 20px);
}
.single-banner__container .entry-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: clamp(25px, 4vw, 45px);
  max-width: 1052px;
  width: 100%;
}
.single-banner__container .entry-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 369px;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 56px;
  padding: 12px;
}
.single-banner__container .entry-content > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-banner__container .entry-content span {
  width: 41px;
  height: 41px;
  min-width: 41px;
  border-radius: 50%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-banner__container .entry-content p {
  font-size: 16px;
  line-height: 1.3;
}
.single-banner__container .entry-content > div:nth-child(2) {
  white-space: nowrap;
}
.single-banner__container > img {
  width: 100%;
  max-width: 1052px;
  border-radius: 5px;
}

.single-content__wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
}
.single-content-left {
  max-width: 336px;
  width: 100%;
  position: sticky;
  top: 25px;
}
.single-content-left > div {
  background-color: #9462ff;
  border-radius: 0 0 5px 5px;
}
.single-content-left > div:not(:last-child) {
  margin-bottom: clamp(25px, 3vw, 40px);
}
.single-content-left .entry-container {
  background-color: var(--light);
  border-radius: 5px;
  padding: clamp(20px, 2vw, 25px) clamp(15px, 2vw, 20px);
}
.single-content-left .entry-content:not(:last-child) {
  border-bottom: 1px solid #d2cfd3;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.single-content-left .regular-title {
  margin-bottom: 0;
  color: var(--light);
  padding: 6px;
  text-align: center;
}
.single-content-left .small-title {
  font-size: 18px;
}
.single-content__wrapper .content__area {
  width: 100%;
}
.single-content-right {
  max-width: 224px;
  width: 100%;
  position: sticky;
  top: 25px;
}
.single-content-right > a:not(:last-child) {
  margin-bottom: 15px;
  display: block;
}
.single-content-right img {
  width: 100%;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
}
.sambandit-khabar__section {
  background-color: #e9e6ea;
}
@media (max-width: 767px) {
  .single-content__wrapper {
    flex-direction: column;
  }
  .single-content-left,
  .single-content-right {
    position: unset;
    max-width: 100%;
  }
  .single-content-right {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
  .single-content-right > a:not(:last-child) {
    margin-bottom: 0;
  }
}
/* Single Page css end  */

/* All Video css start  */
.all-video__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  row-gap: 25px;
}
.all-video__container iframe {
  width: 100%;
  height: 205px;
  margin-bottom: 10px;
}
/* All Video css end  */

/* Category page css start  */
.category__container {
  display: flex;
  align-items: center;
  background-color: #e9e6ea;
}
.category__container .featured-image {
  width: 55%;
}
.category__container .entry-content {
  width: 45%;
  padding: clamp(25px, 4vw, 50px) clamp(25px, 4vw, 60px);
}
.category__container img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.category__container .latest-date {
  margin-top: 8px;
}
.category__wrapper {
  margin-top: clamp(25px, 3vw, 45px);
  display: flex;
  align-items: start;
  gap: 30px;
}
.category-left {
  width: 100%;
}
.category__section .aparadh-samaj__wrapper {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}
.aparadh-samaj__container img {
  height: 260px;
}
@media (max-width: 767px) {
  .category__section .aparadh-samaj__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }
  .category__wrapper {
    flex-direction: column;
  }
}
/* Category page css end  */

/* Kanuni Bar 1 section  */
.kanuni-barta-1__section {
  background-color: #e9e6ea;
}
.kanuni-barta-1__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
}
.kanuni-barta-1__wrapper > div:nth-child(1) {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
}
.kanuni-barta-1__wrapper > div:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
}
.kanuni-barta-1__wrapper > div:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 2;
}
.kanuni-barta-1__container img {
  width: 100%;
  border-radius: 5px;
  height: 225px;
  object-fit: cover;
  margin-bottom: 10px;
}
.kanuni-barta-1__container .regular-title {
  margin-bottom: 0;
}
.kanuni-barta-1__wrapper > div:nth-child(1) img {
  height: 527px;
}
.kanuni-barta-1__wrapper > div:nth-child(1) .regular-title {
  font-size: clamp(20px, 2vw, 28px);
}
@media (max-width: 989px) {
  .kanuni-barta-1__container img {
    height: 190px;
  }
  .kanuni-barta-1__wrapper > div:nth-child(1) img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kanuni-barta-1__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: start;
  }
  .kanuni-barta-1__wrapper > div {
    width: calc(50% - 10px);
  }
  .kanuni-barta-1__container img {
    height: 230px !important;
  }
}
@media (max-width: 567px) {
  .kanuni-barta-1__wrapper > div {
    width: 100%;
  }
}
/* Kanuni Bar 1 section  */
