/*
Theme Name: Kyodai News
Theme URI: https://kyodainews.com/
Author: Kantipur Infotech
Author URI: https://kantipurinfotech.com/
Description: Nepali News Portal
Tags: News Portal
Version: 1.0
Requires PHP: 7.0
*/

@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Khand:wght@300;400;500;600;700&family=Mukta:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --primary-red: rgba(190, 30, 45, 1);
  --primary-red-20: rgba(190, 30, 45, 0.2);
  --primary-red-80: rgba(190, 30, 45, 0.8);
  --primary-blue: rgba(39, 54, 144, 1);
  --primary-blue-90: rgba(39, 54, 144, 0.9);
  --primary-blue-70: rgba(39, 54, 144, 0.7);
  --primary-blue-50: rgba(39, 54, 144, 0.5);
  --primary-blue-40: rgba(39, 54, 144, 0.4);
  --primary-blue-30: rgba(39, 54, 144, 0.3);
  --primary-blue-20: rgba(39, 54, 144, 0.2);
  --primary-blue-10: rgba(39, 54, 144, 0.1);
  --primary-black: rgba(0, 0, 0, 1);
  --primary-black-10: rgba(0, 0, 0, 0.1);
  --primary-black-50: rgba(0, 0, 0, 0.5);
  --primary-black-70: rgba(0, 0, 0, 0.7);
  --primary-black-80: rgba(0, 0, 0, 0.8);
  --primary-white: rgba(255, 255, 255, 1);
  --primary-white-50: rgba(255, 255, 255, 0.5);
  --primary-white-90: rgba(255, 255, 255, 0.9);
  --primary-white-80: rgba(255, 255, 255, 0.8);
  --primary-white-20: rgba(255, 255, 255, 0.2);
  --primary-white-10: rgba(255, 255, 255, 0.1);

  --secondary-blue: rgba(106, 111, 145, 1);
  --tertiary-blue: rgba(1, 37, 108, 1);

  --secondary-red: rgba(156, 15, 28, 1);

  --banner-color: rgba(0, 34, 101, 1);
}
body {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
}
a {
  color: unset;
  text-decoration: none;
}
.top-section {
  background: var(--primary-blue-10);
  height: auto;
}
.top-section .top-bar-logo img {
  width: 35%;
}
.date-box,
.social-media-box span {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 16px;
  color: var(--secondary-blue);
}

.date-icon {
  border: 1px solid var(--primary-blue-50);
  padding: 0 8px 0 10px;
  border-radius: 4px;
}
.social-medias {
  display: flex;
  gap: 14px;
  /* border: 1px solid var(--primary-blue-50); */
  /* padding: 0 14px; */
}
.social-medias a {
  text-decoration: none;
}
.language-btn {
  padding: 10px 18px;
  color: var(--primary-white);
  background: var(--primary-red-80);
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s all ease-in-out;
  margin: 5px 0;
  cursor: pointer;
}
.language-btn:hover {
  color: var(--primary-white);
  background: var(--primary-red);
}
.search-btn {
  height: 40px;
  width: 40px;
  background: var(--primary-white-20);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 100vw;
}
.search-btn:hover {
  background: var(--primary-white);
}
.search-btn:hover svg path {
  fill: var(--primary-blue);
}
.search-btn svg path {
  fill: var(--primary-white);
}
.top-logo {
  width: 12%;
}
.navbar-brand img {
  filter: brightness(0) invert(1);
}
.navbar {
  background-color: var(--primary-red);
  min-height: 70px;
  z-index: 11111;
}
.offcanvas {
  z-index: 111111;
}

.nav-height {
  min-height: 70px;
  display: flex;
  align-items: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-height .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0 10px;
  color: var(--primary-white);
  line-height: 1;
}

.sidemenu {
  background: transparent;
  border: none;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 500;
  color: var(--primary-black);
  opacity: 0.9;
  font-size: 22px;
}

a {
  text-decoration: none;
}
.large-title {
  font-family: "Mukta", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.large-title-special {
  font-family: "Mukta", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.medium-title {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.medium-title-light {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.medium-large-title {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.card {
  background: transparent;
  border: none;
}
.date {
  font-size: 12px;
  color: var(--primary-black-80);
  font-weight: 400;
  font-family: "Anek Devanagari", sans-serif;
}
.short-desc{
  font-size: 18px;
  color: var(--primary-black-80);
  font-weight: 400;
  font-family: "Anek Devanagari", sans-serif;
}

.sec-title {
  margin: 0px 0 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-title:hover .sec-title-text {
  background: var(--secondary-red);
}
.sec-title-text {
  display: flex;
  align-items: center;
  background: var(--primary-red);
  color: var(--primary-white);
  border-radius: 100vw;
  padding: 6px 10px 6px 6px;
}
.sec-title-icon {
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  border-radius: 100vw;
  background: var(--primary-red);
  display: grid;
  place-items: center;
  border: 1px solid var(--primary-white-50);
  margin-right: 10px;
}
.sec-title h2 {
  margin: 0 0 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  font-family: "Anek Devanagari", sans-serif;
  color: var(--primary-white);
  position: relative;
  background: transparent;
  padding-right: 13px;
  min-width: max-content;
  padding-top: 10px;
}

.side-push {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  border-radius: 100vw;
  font-size: 10px;
  background-color: var(--primary-red);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.side-push:hover {
  background: var(--secondary-red);
}
.side-push a {
  color: var(--primary-white);
}
.side-push i {
  font-size: 20px;
}
.title-divider {
  height: 2px;
  width: 100%;
  background: var(--primary-black-10);
  margin: 0 20px;
  border-radius: 2px;
  transition: 0.3s all ease-in-out;
}
.sec-title:hover .title-divider {
  background: var(--secondary-red);
}
footer {
  background: var(--primary-blue-10);
  font-family: "Anek Devanagari", sans-serif;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li {
  padding-bottom: 5px;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
footer ul li span {
  opacity: 0.8;
}
.footer-title-label {
  color: var(--primary-blue);
  font-weight: 600;
}
.footer-logo-section {
  background: var(--primary-red);
  color: var(--primary-white);
}
.footer-label {
  margin-bottom: 0;
  opacity: 0.7;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.footer-data {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.border-start {
  padding-left: 20px;
  border-color: var(--primary-white-50) !important;
}
.social-medias div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 100vw;
  background: var(--primary-white-20);
}
.social-medias div a:hover {
  background: var(--primary-white);
}
.social-medias div a:hover svg path {
  fill: var(--primary-blue);
}
.quick-links-card {
  gap: 10px;
}
.quick-links-card div a {
  width: max-content;
  height: auto;
  padding: 5px 16px;
  background: var(--primary-white-20);
  border-radius: 100vw;
  color: var(--primary-white);
  padding-top: 10px;
  font-weight: 500;
}
.quick-links-card div a:hover {
  background: var(--primary-white);
  color: var(--primary-red);
}
.footer-bottom-section {
  background: var(--secondary-red);
  color: var(--primary-white);
}
.offcanvas-header {
  background: var(--primary-blue);
  flex-direction: column;
}
.offcanvas-header a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-header a img {
  width: 50%;
}
.offcanvas-header .btn-close {
  filter: invert(1);
  box-shadow: none !important;
}
.sticky-top-box {
  position: sticky;
  top: 100px;
}
.bg-section {
  background: var(--tertiary-blue);
  padding: 80px 0;
}
.bg-section .sec-title h2 {
  color: var(--primary-white);
}
.bg-section .sec-title .title-divider {
  background: var(--primary-white-50);
}
.bg-section .overlay-card-section {
  height: 380px;
}
.bg-section .medium-title {
  color: var(--primary-white-80);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.bg-section .medium-title:hover {
  color: var(--primary-white);
}
.bg-section .date {
  color: var(--primary-white-50);
}
.bg-section .side-image {
  height: 240px;
}
.bg-section .medium-large-title {
  color: var(--primary-white-80);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.bg-section .medium-large-title:hover {
  color: var(--primary-white);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

/* Top Section News */
.mukhya-image {
  background: var(--primary-blue-10);
  border-radius: 12px;
  height: 320px;
}
.mukhya-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.mukhya-card {
  background: var(--primary-blue-10);
  border-radius: 12px;
  height: 320px;
}
.mukhya-card-np {
  background: var(--primary-blue);
  color: var(--primary-white);
}
.mukhya-card-np .date {
  color: var(--primary-white-80);
}
.mukhya-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.mukhya-card p {
  font-family: "Mukta";
  opacity: 0.8;
}
.overlay-card {
  width: 100%;
  overflow: hidden;
}
.overlay-card-section {
  height: 300px;
}
.overlay-card a {
  position: relative;
}
.overlay-card .thumbnail-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.overlay-card .post-title {
  position: absolute;
  height: 100%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  border-radius: 12px;
}
.overlay-card .post-title .title-box {
  position: absolute;
  padding: 40px;
  left: 0px;
  bottom: 0px;
}
.overlay-card-section .post-title .title-box {
  position: absolute;
  padding: 20px;
  left: 0px;
  bottom: 0px;
}
.overlay-card .post-title .title-box p {
  opacity: 0.8;
  margin-top: 20px;
  font-size: 18px;
}

.side-image {
  width: 40%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}
.large-card-container {
  background: var(--primary-blue-10);
  color: var(--primary-black);
  border-radius: 12px;
}
.large-card {
  background: var(--primary-blue-10);
  border-radius: 12px 12px 0 0;
  height: 320px;
}
.large-card-container .card-text {
  font-family: "Mukta";
  opacity: 0.8;
}

.side-image-large {
  height: 280px;
}
.side-image-small {
  width: 40%;
  height: 120px;
  overflow: hidden;
  border-radius: 12px;
}
.circle-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.side-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-details {
  width: 60%;
  padding: 0.5rem 1rem !important;
  font-family: "Mukta", sans-serif;
}
.side-details-ps-0 {
  padding-left: 0px !important;
}
.side-details.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-card .side-image,
.full-card .side-details {
  width: 100%;
}
.full-card .side-details {
  padding: 0.5rem 0px !important;
}
.large-video-card {
  border-radius: 12px;
}
.large-video-card iframe {
  border-radius: 12px;
}
#mainTitle {
  color: var(--banner-color);
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.video-thumb {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 12px;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-white);
  border: 2px solid var(--primary-blue-10);
  overflow: hidden;
  background: var(--primary-white-10);
}
.video-thumb .row {
  display: flex;
  align-items: center;
}
.video-thumb:hover {
  background: var(--primary-blue);
}
.video-thumb.active {
  border: 2px solid var(--primary-blue);
  background: var(--primary-blue);
  color: var(--primary-white);
}

.thumbnail-list {
  max-height: 40vh;
  height: 100%;
  background: var(--tertiary-blue);
  padding: 20px;
  border-radius: 12px;
  overflow: scroll;
}

/*Banner News*/
.banner-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--primary-black-10);
  padding: 40px 0;
}
.special-title h2 {
  background: var(--primary-red);
  padding: 14px 18px 0 18px;
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 400;
  font-family: "Anek Devanagari", sans-serif;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 100vw;
}
.banner-title {
  font-size: 68px;
  font-family: "Mukta", sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--banner-color);
  transition: 0.3s all ease-in-out;
}
.banner-title:hover {
  color: var(--primary-blue);
}
.banner-excerpt {
  color: var(--primary-black-70);
  font-size: 22px;
  font-weight: 400;
  font-family: "Mukta", sans-serif;
  margin-bottom: 20px;
  font-style: italic;
  text-align: center;
}
.author-meta-data {
  width: 30%;
}
.author-box a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--primary-black);
  font-weight: 500;
  font-family: "Anek Devanagari", sans-serif;
}
.author-box .author-image {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px dashed var(--primary-red);
  padding: 2px;
}
.author-box .author-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.banner-date {
  font-size: 16px;
  color: var(--primary-black-80);
  font-weight: 400;
  font-family: "Anek Devanagari", sans-serif;
}

.banner-full-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.banner-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Category Page */
.upper-category-height {
  height: 400px;
  font-family: Mukta, sans-serif;
}
.upper-category-height img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.main-news {
  height: 100%;
  background: var(--primary-blue);
  box-shadow: 3px 8px 34px rgba(0, 0, 0, 0.168627451);
  border-radius: 6px;
  padding: 30px 40px 35px 35px;
  display: grid;
  place-content: center;
  color: var(--primary-white);
}
.main-news a {
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--primary-white);
  text-decoration: none;
}
.main-news p,
.mukhya1-content p {
  font-size: 17px;
  color: var(--primary-white-80);
  font-weight: 500;
  line-height: 24px;
}

/* Single Page */
.single-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-news .banner-title {
  font-size: 60px;
}
.single-news .banner-excerpt {
  font-style: normal;
}
.single-news .author-meta-data {
  border: 1px solid var(--primary-black-10);
  width: 100%;
  border-left: none;
  border-right: none;
}
.author-gap {
  gap: 30px;
  border-right: 1px solid var(--primary-black-10);
}
.font-options div {
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  background: var(--primary-blue-10);
  color: var(--primary-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Anek Devanagari", sans-serif;
  overflow: hidden;
  padding-top: 4px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.font-options div:hover {
  background: var(--primary-blue);
  color: var(--primary-white);
}
.single-news .banner-full-image {
  max-height: 60vh;
}
.the-content {
  font-family: "Mukta", sans-serif;
  color: var(--primary-black-80);
  font-size: 22px;
  line-height: 1.6;
  margin-top: 14px;
  font-weight: 400;
  overflow: hidden;
}

blockquote {
  background: var(--primary-white);
  font-family: "Mukta", sans-serif;
  padding: 0px;
  padding-top: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 20px 20px 20px 0;
  padding-right: 20px;
  width: 56%;
  float: left;
  clear: both;
  border-right: 1px solid var(--primary-blue-40);
  text-align: left;
}
blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: 500;
  float: left;
  font-size: 44px;
  margin-right: 10px;
  color: var(--primary-blue);
  background: transparent;
  padding: 0px 10px;
  top: -16px;
  left: -8px;
}
.the-content p strong {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  color: var(--primary-black-80);
}
.the-content img {
  width: 100% !important;
}
.latest-news-list {
  border: 1px solid var(--primary-black-10);
  border-radius: 8px;
}
.latest-list-container {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.latest-list-container li {
  border-bottom: 1px solid var(--primary-black-10);
  padding: 10px 20px;
}
.latest-list-container li a {
  color: var(--primary-black-80);
}
.latest-list-container li a:hover {
  color: var(--primary-black);
}
.latest-list-container .date {
  font-family: "Anek Devanagari", sans-serif;
  margin-top: 10px;
}
.trending-listing ul {
  list-style: none;
  gap: 25px;
  display: flex;
  flex-direction: column;
}
.trending-listing ul li {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--primary-black-80);
  transition: 0.3s all ease-in-out;
}
.trending-listing ul li:hover {
  color: var(--primary-black);
}
.trending-listing ul li .number-box {
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-blue-10);
  color: var(--primary-blue);
  font-family: "Anek Devanagari", sans-serif;
  overflow: hidden;
  padding-top: 5px;
  border-radius: 14px;
}
.author-intro-box {
  height: max-content;
  box-shadow: 3px 8px 34px rgba(0, 0, 0, 0.168627451);
  border-radius: 6px;
  padding: 30px 40px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Anek Devanagari", sans-serif;
}
.author-intro-box .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 20px;
}
.author-intro-box p {
  font-size: 20px;
  color: var(--primary-black-70);
  text-align: center;
  margin-bottom: 0;
}

.author-intro-box .author-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--primary-black-10);
  padding: 2px;
}
.author-intro-box .author-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#searchModal {
  z-index: 111111;
}
.modal-title {
  color: var(--primary-blue);
  font-family: "Anek Devanagari", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.search-input {
  padding: 10px 14px;
  font-family: "Anek Devanagari", sans-serif;
  font-size: 20px;
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid var(--primary-blue-70);
  border-radius: 12px;
  color: var(--primary-black);
}
.buttons {
  justify-content: flex-end;
}
.buttons button {
  padding: 10px 25px;
  border-radius: 4px;
  border: none;
  font-family: "Anek Devanagari", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.buttons button.btn-secondary {
  background: var(--primary-red-20);
  color: var(--primary-red);
}
.buttons button.submit-button {
  background: var(--primary-blue-90);
  color: var(--primary-white);
}
.buttons button.submit-button:hover {
  background: var(--primary-blue);
  color: var(--primary-white);
}
.buttons button.btn-secondary:hover {
  background: var(--primary-red);
  color: var(--primary-white);
}
.btn-close{
  box-shadow: none !important;
}
.searched-content h2{
  color: var(--primary-blue-70);
}
.searched-term{
  color: var(--primary-blue)!important;
}
.no-result h2{
  color: var(--primary-red);
}

.overlay-full-card {
  height: 410px;
  overflow: hidden;
  position: relative;
}
.overlay-full-card .medium-large-title {
  font-weight: 600;
}
.overlay-full-card .block-overlay-image,
.overlay-full-card .block-overlay-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.overlay-full-card .side-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  max-height: 128px;
  padding: 30px !important;
  background: var(--primary-white);
}
.overlay-full-card:hover .side-details,
.overlay-full-card .side-details:hover {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: var(--primary-white);
  cursor: pointer;
}
.sports-tag {
  color: var(--primary-white);
  background: var(--primary-blue);
  width: max-content;
  font-family: "Anek Devanagari", sans-serif;
  padding: 5px 10px;
  padding-top: 8px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}
.footer-navbar-brand img {
  width: 40%;
}
.footer-social-media {
  width: max-content;
  background: var(--primary-red);
  padding: 20px;
  border-radius: 20px;
}
.footer-title-label-secondary {
  color: var(--primary-white);
  font-family: "Anek Devanagari", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.mt-5n {
  margin-top: -5px;
}
.circle-icon {
  height: 40px;
  width: 40px;
  border-radius: 100vw;
  background: var(--primary-red-20);
  color: var(--primary-red);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-red);
}


/* Live Section */
.live-update-banner{
  position: relative;
  display: flex;
  align-items: center;
}
.live-update-banner img{
  width: 80%;
}
.live-container-box{
    position: relative;
}
.live-container-box .sticky-top{
    position: sticky;
    top: 0px;
}
.live-updates-box{
    width: 50%;
    right: 0;
    position: absolute;
    background: var(--primary-white-90);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border: 2px solid var(--primary-red-20);
    max-height: 540px;
    overflow: scroll;
}
.short-desc{
  font-size: 16px;
  color: var(--primary-black-80);
  font-weight: 400;
  font-family: "Anek Devanagari", sans-serif;
}
.live-number-box{
  min-height: 30px;
  min-width: 30px;
  max-height: 30px;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-red-20);
  color: var(--primary-blue);
  font-family: "Anek Devanagari", sans-serif;
  overflow: hidden;
  border-radius: 8px;
}
.live-number-box span{
  min-height: 10px;
  min-width: 10px;
  max-height: 10px;
  max-width: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-red);
}
.live-updates-box .trending-listing{
    position: relative;
    max-height: 500px;
    overflow: scroll;
}
.live-updates-box .trending-listing .trending-news:hover .live-number-box{
    background: var(--primary-red);
}
.live-updates-box .trending-listing .trending-news:hover .live-number-box span{
    background: var(--primary-white);
}
.live-updates-box .trending-listing:before{
    content: '';
    position: absolute;
    width: 2px;
    background: var(--primary-red-20);
    left: 14px;
    height: 100%;
    z-index: -1;
}
/* End of Live section */

@media only screen and (max-width: 600px) {
	.mbl-mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
  .margin-mbl-20 {
    margin-bottom: 20px;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-excerpt {
    font-size: 20px;
  }
  .author-meta-data {
    width: 85%;
  }
  .special-title h2 {
    font-size: 22px;
    padding: 10px 10px 0 10px;
  }
  .main-news-card {
    height: 50vh !important;
    margin-bottom: 20px;
  }
  .main-news-card .title-box .card-text {
    display: none;
  }
  .side-image {
    width: 50%;
  }
  .mukhya-card {
    height: auto;
  }
  .mukhya-card img {
    border-radius: 12px 12px 0 0;
  }
  .bg-section .overlay-card-section {
    height: 270px;
  }
  .single-news .banner-title {
    font-size: 40px;
  }
  .author-gap {
    border: none;
    width: 100%;
    border-bottom: 1px solid var(--primary-black-10);
    padding-left: 10px !important;
    padding-right: 10px !important;
    justify-content: space-between;
  }
  .the-content {
    padding-right: 0px !important;
  }
  .px-mbl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .upper-category-height {
    height: auto;
  }
  .upper-category-height img {
    border-radius: 6px 6px 0 0;
  }
  .main-news {
    padding: 20px;
    border-radius: 0 0 6px 6px;
  }
  .main-news p,
  .mukhya1-content p {
    margin-bottom: 0px;
  }
  .main-news a {
    font-size: 28px;
  }
  .mbl-w-100 {
    width: 100%;
    margin-bottom: 20px;
  }
  .mbl-w-100 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mbl-w-30 {
    width: 30%;
  }
  .border-mbl-none {
    border: none !important;
    padding-left: 0;
  }
  .social-medias {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .mbl-p-left {
    padding-left: 12px;
  }
  .w-mbl-full,
  .footer-social-media {
    width: 100%;
  }
  .large-card-container {
    height: auto !important;
  }
  .mukhya-card-np {
    height: auto !important;
    margin-bottom: 10px !important;
  }
  .mukhya-card-np .h-100 {
    height: auto !important;
  }
  .live-update-banner{
    flex-direction: column;
  }
  .live-update-banner img{
    width: 100%;
  }
  .live-updates-box{
    position: unset;
    width: 98%;
    margin-top: -50px;
    max-height: 450px;
  }
  .live-updates-box .trending-listing{
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  .brand-on-scroll {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
  }

  .navbar.stuck .brand-on-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .brand-on-scroll {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

