:root {
  --dunya-primary: #165eac;
  --dunya-red: #cf0000;
  --dunya-gray-100: #f4f4f4;
  --dunya-gray-200: #c4c8cb;
  --dunya-gray-500: #646464;
  --dunya-gray-700: #333;
  --dunya-gray-900: #0c0c0c;
  --dunya-primary-bright: #0c0cf5;
  --dunya-success: #008000;
  --dunya-blue-100: #cfe2ff;
  --dunya-blue-300: #97c0ff;
  --dunya-black: rgb(20, 20, 20);
}

/* / ***** Global styles ***** / */
@font-face {
  font-family: "noto-naskh";
  font-display: swap;
  src: url("../assets/urdu-font/Noto_Naskh/static/NotoNaskhArabic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "noto-naskh-semi-bold";
  font-display: swap;
  src: url("../assets/urdu-font/Noto_Naskh/static/NotoNaskhArabic-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "noto-naskh-bold";
  font-display: swap;
  src: url("../assets/urdu-font/Noto_Naskh/static/NotoNaskhArabic-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  src: url("../assets/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../assets/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../assets/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../assets/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../assets/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
/*  typography */
.text-en {
  font-family: sans-serif, Verdana, Geneva, Tahoma;
  direction: ltr;
  unicode-bidi: plaintext;
}

.text-dunya-red {
  color: var(--dunya-red) !important;
}

a {
  color: var(--dunya-black);
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-25 {
  line-height: 1.25 !important;
}

.big-news {
  font-size: 1.75rem !important;
}

/*  SASS mixin for text truncation */
/*
.one-line {
  @include truncate(1);
}
.two-lines {
  @include truncate(2);
}
.three-lines {
  @include truncate(3);
}
*/
body {
  font-family: "noto-naskh", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* event style */
.event__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.event__image img {
  width: 100%;
  height: auto;
  display: block;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  color: white;
  z-index: 2;
}

.live-badge {
  display: inline-block;
  background-color: var(--dunya-red);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
}
.live-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.live-badge::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: white;
  border-radius: 50%;
  margin: 0 0.5rem;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.content-overlay .event__headline {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.content-overlay .event__headline a {
  color: var(--dunya-gray-100);
}

.timestamp {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* event style */
.mainheader {
  background-color: #fff;
}

.btn-live {
  background-color: var(--dunya-red);
  color: var(--dunya-gray-100) !important;
  border-radius: 0.25rem;
  padding-right: 1rem;
}

.islamicdate {
  display: flex;
  color: var(--dunya-gray-500);
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}

/* mobile horizontal menu */
.horizontalmenu {
  border-top: 1px solid var(--dunya-gray-200);
  background-color: #fff;
}
.horizontalmenu__container {
  display: flex;
  align-items: center;
  position: relative;
}
.horizontalmenu__fixed-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  padding-top: 0.25rem;
  height: 100%;
  align-items: baseline;
}
.horizontalmenu__scrollable {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  flex: 1;
  padding-right: 2.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.horizontalmenu__scrollable::-webkit-scrollbar {
  display: none;
}
.horizontalmenu__link {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: var(--dunya-black);
  font-size: 1.125rem;
  text-decoration: none;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.horizontalmenu__link:first-child {
  border-right: none;
}
.horizontalmenu__link:hover {
  color: var(--dunya-primary);
  background-color: var(--dunya-gray-200);
}

/*  mobile horizontal menu */
/*  <!-- main navigation --> */
.logo {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.navigation {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--dunya-primary-bright);
}
.navigation .logo img {
  width: 80px;
  padding: 0.5rem 0;
}
.navigation .nav-link {
  padding: 0 0.5rem;
  color: var(--dunya-black);
  font-size: 1.25rem;
}
.navigation .nav-link:hover {
  color: var(--dunya-primary);
  background-color: var(--dunya-gray-100);
}
.navigation__links {
  flex-grow: 1;
}
.navigation__upper {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-bottom: none;
  justify-content: center;
}
.navigation__lower {
  font-size: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  align-items: baseline;
}
.navigation__lower nav {
  display: flex;
}
.navigation__mobile__items {
  display: flex;
  gap: 1rem;
}
.navigation .tazatareen {
  color: var(--dunya-success);
  border: 1px solid var(--dunya-success);
}
.navigation .tazatareen:hover {
  color: var(--dunya-gray-100);
  background-color: var(--dunya-success);
}

/*  <!-- /main navigation --> */
.bigtitle {
  font-size: 2rem;
  color: var(--dunya-red);
  text-decoration: none;
  border-bottom: 1px solid var(--dunya-red);
  margin-top: 1rem;
  text-align: center;
}
.bigtitle__icon {
  color: var(--dunya-gray-700);
}

.tazatareen__title {
  font-size: 2rem;
  color: var(--dunya-red);
  text-decoration: none;
  border-bottom: 1px solid var(--dunya-red);
  padding-top: 1rem;
  text-align: center;
}
.tazatareen__category {
  background-color: var(--dunya-gray-100);
  color: var(--dunya-gray-700);
  border: var(--dunya-gray-200) 1px solid;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}
.tazatareen__time {
  color: var(--dunya-red) !important;
}

/*  <!-- vtags --> */
.vtags {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.vtags a {
  font-size: 1.5rem;
  color: var(--dunya-gray-700);
  white-space: nowrap;
}
.vtags a:hover {
  color: var(--dunya-gray-100);
  background-color: var(--dunya-red);
}

/*  <!-- vtags --> */
/*  <!-- style for tags --> */
.tags {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.tags__title {
  background-color: var(--dunya-gray-700) !important;
  color: white !important;
  pointer-events: none !important;
  display: flex;
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
}
.tags .nav .nav-link {
  padding: 0.25rem 0.5rem;
  color: var(--dunya-gray-700);
  border-left: 1px solid var(--dunya-gray-200);
}
.tags .nav .nav-link.active {
  color: var(--dunya-gray-100);
  background-color: var(--dunya-primary);
}
.tags .nav .nav-link:last-child {
  border: none;
}
.tags .nav .nav-link:nth-child(2) {
  margin-right: 7rem;
}
.tags .nav .nav-link:hover {
  color: var(--dunya-gray-700);
  background-color: var(--dunya-gray-200);
}
.tags__menu {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

/*  <!-- /style for tags --> */
/*  more categories */
.moredropdown__anchore {
  direction: ltr;
  letter-spacing: 0.25rem;
  font-size: 1.5rem;
}
.moredropdown__anchore::after {
  margin-left: 0.5rem;
}
.moredropdown .dropdown-menu {
  text-align: right;
}
.moredropdown li {
  margin-top: 0.5rem;
  border-bottom: 1px solid var(--dunya-gray-200);
}
.moredropdown li:last-child {
  border-bottom: none;
}

/*  more categories */
/*  zooooom */
.zoom {
  transition: all 0.2s; /* Animation */
  background-color: #fff;
}

.zoom:hover {
  transform: scale(1.1);
  background-color: var(--dunya-gray-100);
}

/*  zooooom */
/*  social footer */
.socialfooter {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.socialfooter .nav-link {
  color: var(--dunya-gray-100);
  font-size: 2rem;
}
.socialfooter .nav-link:hover {
  color: var(--dunya-gray-900) !important;
  background-color: var(--dunya-gray-500);
}
.socialfooter__text {
  color: #fff;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  font-family: sans-serif, Verdana, Geneva, Tahoma;
  font-weight: bold;
}

/*  social footer */
/*  all sections */
.section {
  margin: 1rem 0;
}

.section-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--dunya-black);
  display: flex;
  align-items: center;
}
.section-title--vtags {
  color: var(--dunya-black) !important;
  border-bottom: 1px solid var(--dunya-gray-700);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.section-title--red {
  color: var(--dunya-red);
}
.section-title--white {
  color: #fff;
  margin-top: 0.5rem;
}
.section-title__link {
  color: var(--dunya-black); /*  Ensures the link takes the color of its parent */
  text-decoration: inherit;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
}
.section-title__link:hover {
  color: var(--dunya-primary);
}

a {
  text-decoration: none;
}

/*  <!-- news panel--> */
.news__image {
  text-align: center;
  overflow: hidden;
}
.news__image img {
  border-radius: 0.5rem;
  transition: transform 0.5s ease;
}
.news__image img:hover {
  transform: scale(1.25);
}
.news__title {
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1.75;
  color: var(--dunya-black);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.news__title:hover {
  color: var(--dunya-primary);
}
.news__title--xxl {
  font-size: 1.8rem;
  font-weight: 700;
}
.news__title--xl {
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-style: normal;
  font-family: "noto-naskh-bold";
}
.news__title--lg {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-style: normal;
  font-family: "noto-naskh-bold";
}
.news__title--md {
  font-size: 1.5rem;
  font-family: "noto-naskh-bold";
}
.news__title--sm {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "noto-naskh-semi-bold";
}
.news__title--special {
  font-size: 1.75rem;
}
.news__title--red {
  color: var(--dunya-red) !important;
}
.news__title--red:hover {
  color: var(--dunya-gray-700) !important;
}
.news__title--blue {
  color: var(--dunya-primary) !important;
}
.news__title--blue:hover {
  color: var(--dunya-gray-700) !important;
}
.news__title-white {
  color: #fff;
}
.news__title-white:hover {
  color: var(--dunya-gray-200);
}
.news__description {
  color: #000;
  padding: 1rem 0 0 0;
  text-align: justify;
  display: none;
  font-size: 1rem;
  line-height: 1.375rem;
}

/* / <!-- /news panel--> */
/*  category page style */
.horizontalnews {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dunya-gray-200);
}
.horizontalnews:last-child {
  border-bottom: none;
}
.horizontalnews img {
  border-radius: 0.5rem;
}
.horizontalnews a {
  color: var(--dunya-gray-700);
}
.horizontalnews a:hover {
  color: var(--dunya-primary);
}

/*  category page style */
.list-unstyled {
  padding-inline-start: 0px;
}
.list-unstyled .news-title {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 0;
  color: var(--dunya-gray-700);
}

.news-in-list li:last-child a {
  border-bottom: none !important;
}

/*  eliminate the border-bottom from the last item */
.fake-news .row,
.trending .row,
.aham-khabrein .row,
.news-separator .row {
  border-bottom: 6px solid var(--dunya-success);
  padding: 0.5rem 0;
}
.fake-news .row:last-child,
.trending .row:last-child,
.aham-khabrein .row:last-child,
.news-separator .row:last-child {
  border-bottom: none;
}

/*  test layout style */
/*  style for video-section */
.video-section {
  background-color: var(--dunya-gray-100);
  animation: animateBg 2s linear infinite;
  background-image: linear-gradient(90deg, #ffdbfa, #fecdcd, #ffdbfa, #fecdcd);
  background-size: 300% 100%;
}

/*  style for video-section */
.swiper-button-prev,
.swiper-button-next {
  background-color: var(--dunya-gray-100);
  border-radius: 3px;
  opacity: 0.85;
}

.swiper-button-next:after {
  font-family: FontAwesome !important;
  content: "\f060" !important;
  font-size: 1.25rem !important;
}

.swiper-button-prev:after {
  font-family: FontAwesome !important;
  content: "\f061" !important;
  font-size: 1.25rem !important;
}

/*  style for todaycolumn */
.todaycolumn {
  padding: 0.25rem 0.5rem;
  display: flex;
  border-bottom: 1px solid var(--dunya-gray-200);
  flex-direction: column;
}
.todaycolumn__content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.todaycolumn__image {
  min-width: 80px;
}
.todaycolumn__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.todaycolumn__title a {
  color: var(--dunya-black);
  text-decoration: none;
  font-size: 1rem;
}
.todaycolumn__title a:hover {
  color: var(--dunya-primary);
}
.todaycolumn__meta {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.todaycolumn__meta a {
  color: var(--dunya-gray-700);
  text-decoration: none;
  font-size: 1rem;
}
.todaycolumn__meta a:hover {
  color: var(--dunya-primary);
}
.todaycolumn .column__author,
.todaycolumn .column__name {
  border: var(--dunya-gray-200) 1px solid;
  padding: 0 0.5rem;
  background-color: var(--dunya-gray-100);
  border-radius: 3px;
}

.todaycolumnswiper .todaycolumn {
  border: 1px solid var(--dunya-gray-200);
  border-radius: 0.5rem;
}

/*  style for todaycolumn */
/*  section break */
.section-break {
  border-bottom: 2px solid var(--dunya-black);
}

/*  section break */
/*  footer style */
.footer {
  background-color: #212529;
  padding-top: 0.25rem;
}
.footer__header {
  border-bottom: 1px solid var(--dunya-gray-500);
  font-size: 1.5rem;
  color: var(--dunya-gray-100);
  padding: 0.25rem 0.5rem;
}
.footer__list {
  color: var(--dunya-gray-100);
  display: flex;
  justify-content: center;
}
.footer__list a {
  color: var(--dunya-gray-100);
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
  display: block;
}
.footer__list a:hover {
  color: var(--dunya-gray-200);
  background-color: var(--dunya-gray-700);
}
.footer__copyright {
  font-size: 1rem;
  color: var(--dunya-gray-100);
  text-align: center;
}

.footermenu .nav-link {
  color: var(--dunya-gray-100);
  padding: 0.5rem;
}

.footerappmenu {
  font-family: sans-serif, Verdana, Geneva, Tahoma;
  direction: ltr;
  unicode-bidi: plaintext;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.footerappmenu span {
  margin-top: 0.25rem;
}
.footerappmenu .nav-link {
  color: var(--dunya-gray-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.btn-footer {
  font-size: 1.25rem;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.5rem; /* optional */
  /* Hover effects */
}
.video-thumbnail__image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.video-thumbnail i {
  color: var(--dunya-red);
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-thumbnail i:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-thumbnail:hover {
  opacity: 0.75;
}
.video-thumbnail:hover i {
  transform: translate(-50%, -50%) scale(1.1);
  color: var(--dunya-gray-100);
}

.bignews-topmargin {
  margin-top: 0rem;
}

/*  detail page style */
.main_news_detail p {
  font-size: 1rem;
}

.article__body {
  color: #000;
}
.article__category {
  background-color: var(--dunya-gray-900);
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  color: #fff;
}
.article__paragraph {
  font-size: 1rem;
}
.article__subheading {
  font-size: 1.5rem;
  color: var(--dunya-black);
  font-weight: 700;
}

.detail-publish-date {
  color: var(--dunya-gray-500);
  font-size: 1rem;
}

.text-on-image__container {
  position: relative;
  text-align: center;
  color: var(--dunya-gray-100);
}

.text-on-image {
  position: absolute;
  top: 15px;
  right: 0px;
  padding: 0.5rem 1rem;
  background-color: var(--dunya-black);
  z-index: 999;
  font-size: 1rem;
}

.text-on-image--red {
  font-family: naskh, sans-serif;
  top: 15px;
  right: 0px;
  background-color: var(--dunya-red);
}

.aham-nuqat {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.aham-nuqat__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dunya-black);
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-underline-offset: 0.75rem;
  margin-bottom: 1rem;
  padding: 0;
}
.aham-nuqat__list__item::marker {
  color: var(--dunya-black);
}
.aham-nuqat__list__item {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

/*  detail page style */
/*  date and time style */
.newstime {
  display: flex;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: var(--dunya-gray-500);
  direction: rtl;
  justify-content: end;
  align-items: baseline;
}
.newstime__number, .newstime__year {
  font-family: sans-serif, Verdana, Geneva, Tahoma;
}
.newstime__month, .newstime__unit {
  font-family: "naskh", sans-serif;
}

/*  main menu modal */
.modal {
  direction: rtl;
  font-size: 1.25rem;
}
.modal .btn-close {
  margin: 0;
  margin-right: auto;
}
.modal .modal-title {
  margin-right: auto;
}
.modal .modal-column-en {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.modal .modal-column-en a {
  font-size: 1.25rem;
}
.modal .modal-column-urdu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal .modal-column-urdu a {
  font-size: 1.25rem;
}
.modal .modal-column-urdu a {
  text-align: right;
}

/*  main menu modal */
/*  ************** border styles ************** */
.gen-border-bottom-single {
  border-bottom: 1px solid var(--dunya-gray-200);
}

.gen-border-bottom {
  border-bottom: 1px solid var(--dunya-gray-200);
  /* Special handling for exactly 2 items */
}
.gen-border-bottom:nth-last-child(2):first-child ~ .gen-border-bottom:last-child {
  border-bottom: 1px solid var(--dunya-gray-200);
}
.gen-border-bottom:last-child {
  border-bottom: none;
}

.gen-border-bottom-two-elements {
  border-bottom: 1px solid var(--dunya-gray-200);
}
.gen-border-bottom-two-elements:last-child {
  border-bottom: none;
}

.inside-border-bottom {
  border-bottom: 1px solid var(--dunya-gray-200);
}
.inside-border-bottom:last-child {
  border-bottom: none;
}

.inside-border-bottom-four {
  border-bottom: 1px solid var(--dunya-gray-200);
}
.inside-border-bottom-four:last-child {
  border-bottom: none;
}

.mobile-border-bottom {
  border-bottom: 1px solid var(--dunya-gray-200) !important;
}

.dm-border-bottom {
  border-bottom: 1px solid var(--dunya-gray-200);
}

/*  ************** border styles ************** */
/*  Media Queries
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/
/*  Small devices (landscape phones, 576px and up) */
/*  Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sitetitle {
    font-size: 2.5rem;
  }
  .navigation .logo {
    width: initial;
  }
  .navigation__button {
    cursor: pointer;
  }
  .navigation__upper {
    border-bottom: 1px solid var(--dunya-primary);
  }
  .navigation__upper__center {
    text-align: center;
  }
  .text-on-image {
    font-size: 1.5rem;
    right: 0px;
    top: 15px;
  }
  .text-on-image--red {
    font-family: naskh, sans-serif;
    top: 15px;
    right: 0px;
    background-color: var(--dunya-black);
  }
  .news__description {
    display: block;
  }
  .news__title--xxl {
    font-size: 2rem;
    font-weight: 700;
  }
  .news__title--xl {
    font-size: 1.5rem;
  }
  .news__title--lg {
    font-size: 1.75rem;
  }
  .news__title--md {
    font-size: 1.5rem;
  }
  .news__title--sm {
    font-size: 1.125rem;
  }
  .news__title--special {
    font-size: 1.25rem;
  }
  .bigtitle {
    text-align: right;
  }
  .bignews-topmargin {
    margin-top: 2.75rem;
  }
  .tags .nav .nav-link:nth-child(2) {
    margin-right: 9rem;
  }
  /*  lines tuncation */
  .one-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .two-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .three-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  /* event style */
  .content-overlay .event__headline {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  /* event style */
  /*  ******************* border style *******************  */
  .inside-border-bottom {
    /*  Apply border to first three .inside-border-bottom elements */
    /* Remove border from remaining .inside-border-bottom elements */
  }
  .inside-border-bottom:nth-of-type(-n + 3) {
    border-bottom: 1px solid var(--dunya-gray-200);
  }
  .inside-border-bottom:nth-of-type(n + 4) {
    border-bottom: none;
  }
  .inside-border-bottom-four {
    /*  Apply border to first three .inside-border-bottom elements */
    /*  Remove border from remaining .inside-border-bottom elements */
  }
  .inside-border-bottom-four:nth-of-type(-n + 2) {
    border-bottom: 1px solid var(--dunya-gray-200);
  }
  .inside-border-bottom-four:nth-of-type(n + 3) {
    border-bottom: none;
  }
  .mobile-border-bottom {
    border-bottom: none !important;
  }
  /*  desktop border */
  .desktop-border-start-single {
    border-left: 1px solid var(--dunya-gray-200);
  }
  .desktop-border-start-gen {
    border-left: 1px solid var(--dunya-gray-200);
  }
  .desktop-border-start-gen:last-child {
    border-left: none;
  }
  .desktop-border-start-two {
    border-left: 1px solid var(--dunya-gray-200);
    /* Remove border from last child when there are exactly 2 items */
  }
  .desktop-border-start-two:nth-last-child(2):first-child ~ .desktop-border-start-two:last-child {
    border-left: none;
  }
  .desktop-border-start-six {
    /*  Start with no borders by default */
    border-left: none;
    /* Apply border to elements 1, 2, 4, 5 */
    /*  Elements 3 and 6 automatically have no border (default) */
  }
  .desktop-border-start-six:nth-of-type(1), .desktop-border-start-six:nth-of-type(2), .desktop-border-start-six:nth-of-type(4), .desktop-border-start-six:nth-of-type(5) {
    border-left: 1px solid var(--dunya-gray-200);
  }
  .desktop-border-start-four {
    /*  Start with no borders */
    border-left: none;
    /*  Apply border to odd elements (1 and 3) */
  }
  .desktop-border-start-four:nth-of-type(odd) {
    border-left: 1px solid var(--dunya-gray-200);
  }
  .gen-border-bottom-two-elements {
    border-bottom: none;
  }
  .desktop-border-odd {
    /*  Apply border to odd elements */
  }
  .desktop-border-odd:nth-of-type(odd) {
    /*  border-left: 6px solid var(--dunya-red); */
    border-left: 1px solid var(--dunya-gray-200);
  }
  /* ******************* border style ******************* */
  .main_news_detail p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .article__paragraph {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .aham-nuqat__title {
    font-size: 1.5rem;
  }
  .aham-nuqat__list__item {
    font-size: 1.25rem;
  }
}
/*  XX-Large devices (larger desktops, 1400px and up) */
/* logo in menu */
/* Hide/show based on scroll with CSS */
.sticky-logo-col {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.mainheader.scrolled .sticky-logo-col {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.logo {
  transition: all 0.3s ease;
}

.mainheader.scrolled ~ .container-fluid .logo {
  transform: scale(0.8);
  opacity: 0.5;
}

/* logo in menu *//*# sourceMappingURL=style.css.map */