:root {
  --ranatharu-com: #9c5e1e;
  --ranatharu-primary: #3a7416;
  --ranatharu-secondary: #D94141;
}

@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&family=Lato:wght@300;400;700&family=Mukta:wght@300;400;500;600;700;800&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;1,300&family=Vesper+Libre:wght@400;500;700;900&display=swap');

* {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  list-style: none;
  /* text-decoration: none; */
}

.noto-sans {
  font-family: 'mukta', sans-serif;
}

body {
  scroll-behavior: smooth;
  background-color: #ffffff;
}

.container .row .col-lg-6 .ml-auto li {
  list-style: none;
}

.container .row .col-lg-6 .ml-auto li img {
  max-width: 100%;
  height: auto;
  width: 1000px;
  padding-top: 5px;
}

.container-fluid .navbar ul li {
  padding: 5px 12px;
}

@media (max-width:650px) {
  .container-fluid .navbar ul {
    columns: 2;
  }

  .container-fluid .navbar ul li {
    border-bottom: 0.0001rem solid rgb(166, 156, 156);
  }

}

.navbar .current_page_item,
.navbar .current-menu-item {
  background-color: var(--ranatharu-com);
  /* border-bottom: 3px solid #D7001B; */
}


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


.tag-item {
  color: #5a5a5a;
  font-weight: 700;
}

.container-fluid .navbar ul li a {
  color: #ffffff !important;
  /* font-family: 'mukta', sans-serif; */
  font-weight: 600;
  white-space: nowrap;
  font-size: 18px;
}

.container-fluid .navbar ul li a:hover {
  color: #fbfbfb;
}

.navbar-nav>li:hover>.dropdown-menu {
  display: block;
  border-radius: 0px;
  border: none;
  padding: 0px;
  background-color: var(--ranatharu-primary);
  padding-bottom: 0px;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
  background-color: var(--ranatharu-primary);

}

.dropdown-menu li a {
  background-color: var(--ranatharu-primary);
}

.nepali_theme_post_between_ads {
  float: none;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 40px 0 18px;
}

.nepali_theme_post_between_ads .row {
  justify-content: center;
  text-align: center;
}

.nepali_theme_post_between_ads .row .col-lg-4 {
  margin-bottom: 10px;
}

.nepali_theme_post_between_ads img {
  width: auto;
}

.dropdown-menu li a:hover {
  background-color: transparent;
}

/* social icons in header */
/* .social-icons a {
  color: #333;
  transition: color 0.3s;
} */

.social-icons a:hover {
  color: var(--ranatharu-primary);
}

/* Social icon colors */
.text-blue {
  color: #1877F2;
  /* Facebook blue */
}

.text-pink {
  color: #E4405F;
  /* Instagram pink */
}

.text-red {
  color: #FF0000;
  /* YouTube red */
}

.text-blue:hover,
.text-pink:hover,
.text-red:hover {
  opacity: 0.8;
}

/* Optional: smooth hover effect */
.social-icons a {
  transition: color 0.3s, opacity 0.3s;
  font-size: 1.5rem;
}



/* front page ads  */
.ads {
  list-style: none;
}

.ads img {
  height: auto;
  width: 100%;
}



img {
  object-fit: cover;
}





.container-fluid {
  background-color: #ffffff;
  /* max-width: 1500px; */
}

.container-fluid .row .col-md-9 .row .card {
  border: none;
  box-shadow: none;

}

.container-fluid .row .col-md-9 .row .card .card-body .date-author {
  display: flex;
  font-size: small;
  color: rgb(113, 112, 112);
  font-weight: bold;
}

.container-fluid .row .col-md-9 .row .card .card-body .card-text p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
  color: black;
}

.container-fluid .row .col-md-9 .col-md-8 .row h4 a {
  text-decoration: none;
  color: black;
}

.container-fluid .row .col-md-9 .col-md-8 .row h4 a:hover {
  color: var(--ranatharu-com);
}

.container-fluid .row .col-md-9 .col-md-4 h4 {
  color: black;
}

.container-fluid .row .col-md-9 .col-md-4 .row a {
  text-decoration: none;
  color: black;
}

.container-fluid .row .col-md-9 .col-md-4 .row a:hover {
  background-color: var(--ranatharu-primary);
}

.container-fluid .row .col-md-3 .row .card {
  border: none;
}

.container-fluid .row .col-md-3 .row .card .card-body .date-author {
  display: flex;
  font-size: small;
  color: gray;
  font-weight: bold;
}

.container-fluid .row .col-md-3 .row .card .card-body h5 a {
  color: black;
  font-size: medium;
  text-decoration: none;
}

.container-fluid .row .col-md-3 .row .card .card-body h5 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .row .col-md-3 .row .card .card-body .card-text p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
  color: black;
}

.container-fluid .row h2 a {
  text-decoration: none;
  color: black;
}

.container-fluid .row h2 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .container .row .col-lg-6 .row .col-12 .row .col-8 a {
  text-decoration: none;
}

.container-fluid .container .row .col-lg-6 .row .col-12 .row .col-8 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .container .row .col-lg-6 .row .col-12 .row .col-8 a h5 {
  color: black;
  font-weight: bold;
}

.container-fluid .container .row .col-lg-6 .row .col-12 .row .col-8 a h5:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .container .row .col-lg-6 .row .col-12 .row .col-8 p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
  color: black;
}

.container-fluid .container .row .col-lg-6 .row .col-lg-6 .card {
  border: none;
}

.container-fluid .container .row .col-lg-6 .row .col-lg-6 .card .card-body .date-author {
  display: flex;
  font-size: small;
  color: gray;
  font-weight: bold;
}

.container-fluid .container .row .col-lg-6 .row .col-lg-6 .card .card-body h4 a {
  text-decoration: none;
  color: black;
  font-size: large;
}

.container-fluid .container .row .col-lg-6 .row .col-lg-6 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .row .col-lg-12 .row .col-lg-4 .card {
  border: none;
}

.container-fluid .row .col-lg-12 .row .col-lg-4 .card .card-body .date-author {
  font-size: 13px;
  color: gray;
  display: flex;
}

.container-fluid .row .col-lg-12 .row .col-lg-4 .card .card-body h4 a {
  text-decoration: none;
  color: black;
  text-align: justify;
}

.container-fluid .row .col-lg-12 .row .col-lg-4 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .row .col-lg-12 .row .col-lg-4 .card .card-body p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
  color: black;
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card {
  border: none;
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card .card-body .date-author {
  display: flex;
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card .card-body .date-author p {
  color: gray;
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card .card-body h4 a {
  text-decoration: none;
  color: black;
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container-fluid .row .col-lg-6 .row .col-lg-12 .card .card-body p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
}

.container-fluid .row .col-lg-6 .row .col-12 .row .col-8 a {
  text-decoration: none;
}

.container-fluid .row .col-lg-6 .row .col-12 .row .col-8 a h5 {
  color: black;
}

.container-fluid .row .col-lg-6 .row .col-12 .row .col-8 a h5:hover {
  color: var(--ranatharu-primary);
}

.container .container .row .col-lg-6 .card {
  border: none;
}

.container .container .row .col-lg-6 .card .card-body {
  padding: 0;
  padding-top: 10px;
}

.container .container .row .col-lg-6 .card .card-body .date-author {
  display: flex;
  text-align: start;
  color: gray;
}

.container .container .row .col-lg-6 .card .card-body h4 a {
  text-decoration: none;
  color: black;
}

.container .container .row .col-lg-6 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container .container .row .col-lg-6 .card .card-body p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
}

.container .container .row .col-lg-4 .card {
  border: none;
}

.container .container .row .col-lg-4 .card .card-body {
  padding: 0;
  padding-top: 10px;
}

.container .container .row .col-lg-4 .card .card-body .date-author {
  display: flex;
  text-align: start;
  color: gray;
}

.container .container .row .col-lg-4 .card .card-body h4 a {
  text-decoration: none;
  color: black;
}

.container .container .row .col-lg-4 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container .container .row .col-lg-4 .card .card-body p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
}

.container .row .col-md-4 .card {
  border: none;
}

.container .row .col-md-4 .card .card-body {
  padding: 0;
  padding-top: 10px;
}

.container .row .col-md-4 .card .card-body .date-author {
  display: flex;
  text-align: start;
  color: gray;
}

.container .row .col-md-4 .card .card-body h4 a {
  text-decoration: none;
  color: black;
}

.container .row .col-md-4 .card .card-body h4 a:hover {
  color: var(--ranatharu-primary);
}

.container .row .col-md-4 .card .card-body p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: justify;
}

.container-fluid .container .row .col-md-8 .single-page-title h1 {
  color: black;
  text-align: justify;
}

.container-fluid .container .row .col-md-8 .date-author {
  display: flex;
  text-align: start;
  color: gray;
}

.container-fluid .container .row .col-md-4 .row .col-8 a {
  text-decoration: none;
}

.container-fluid .container .row .col-md-4 .row .col-8 a h6:hover {
  /* color: #  085621
; */
  color: var(--ranatharu-primary);
}

.container-fluid .container .row .col-lg-4 {
  color: white;
}

.container-fluid .container .row .col-lg-12 {
  color: white;
  text-align: center;
}



.h1-responsive a {
  font-weight: bold;
  color: #2c2b2b;
}

.h1-responsive:hover a {
  color: var(--ranatharu-primary);
}

@media (max-width:600px) {

  .h1-responsive {
    font-weight: bold;
    font-size: 35px;
    color: #2c2b2b;
  }

  .h1-responsive a {
    font-weight: bold;
    font-size: 40px;
    color: #2c2b2b;
  }

  .h1-responsive:hover a {
    color: var(--ranatharu-primary);
  }
}

.top-right-ads-box {
  max-height: 130px;
  padding: 0px;
  overflow: hidden;
  object-fit: cover;
}

.top-right-ads-box img {
  width: auto;
  margin-right: 0px;
  height: auto;
  max-height: 90px;
  object-fit: cover;
  /* object-position: right; */
  overflow: hidden;

}

/*# sourceMappingURL=main.css.map */


.single-page .sidebar {
  position: sticky;
  top: 0px;
  position: -webkit-sticky;
  /* overflow: hidden; */

}

figure {
  height: auto;
}

.ads-frontpage-sidebar img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 0.001rem solid rgb(215, 215, 215);
}

.post-title a {
  text-decoration: none;
  color: #100f0f;
  font-weight: 500;
  font-family: 'mukta', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-title a:hover {
  text-decoration: none;
  color: var(--ranatharu-primary);

}

.post_tags {
  display: flex;
  overflow: scroll;
}

.news-post {
  height: 600px;
  width: 100%;
}

.news-post .image-box img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.news-post {
  position: relative;
  width: 100%;
  padding: 0px;

}

.news-post .title-box {
  position: absolute;
  color: white;
  object-fit: cover;
  bottom: 0px;
  right: 0px;
  background-color: transparent;
}

.news-post .title-box .post-title {
  color: #ffffff;
}

.news-post .title-box .post-title:hover {
  color: #232323;
}

.container-title {
  margin-top: 50px;
  position: relative;
  vertical-align: baseline;
  margin-bottom: 30px;

}

.container-title h2 {
  max-width: 230px;
  background-color: #f8f9fa;
  overflow: hidden;
  outline: none;
  color: var(--ranatharu-primary);
  text-align: left;
  position: absolute;
  bottom: -30px;
  vertical-align: baseline;
}



.navbar {
  padding: 0px;
}

.navbar ul>li:hover {
  background-color: #D7001B;

}

.card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width:992px) {
  #menu-item-12 {
    border-bottom: 0px;
    /* background-color: #D7001B; */
  }
}

.main-news-title {
  background-color: var(--ranatharu-primary);
}

.section-news-title {
  background-color: var(--ranatharu-primary);
  background-color: transparent;
}

.section-news-title h1 {
  background-color: var(--ranatharu-primary);
}

.section-news-title a {
  color: var(--ranatharu-primary);
  font-weight: 500;
  margin-right: 10px;
}

.section-news-title a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  background-color: var(--ranatharu-primary);
  margin-right: 10px;
}

.section-news-title a::after {
  content: '»';
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  margin-top: -1px;
}

.supsystic-social-sharing-total-counter span:nth-child(1) {
  display: none;

}

.supsystic-social-sharing-total-counter span:nth-child(2) {
  padding: 20px 12px;
}

/* pagination */
.pagination {
  justify-content: center;
  align-items: center;

  background-color: #ffffff;
  border-radius: 0;
  font-family: 'Mukta', sans-serif;

}

.pagination .page-numbers {
  margin: auto;
  padding: 4px;
  margin: 0px 2px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 0.001rem solid var(--ranatharu-primary);

  font-size: 23px;
  background-color: #fff;
  color: #0f479d;
  color: var(--ranatharu-primary);
}

.pagination .page-numbers:hover {
  background-color: #0f479d;
  background-color: var(--ranatharu-primary);
  color: #fff;
  transform: scale(1.001);
  text-decoration: none;
  transition: transform 0.1s ease-in-out;
}

.pagination .page-numbers.dots {
  color: #f7f7f7;

}

.pagination .page-numbers.current {
  background-color: #D7001B;
  border: none;

  color: #ffffff;
  transform: scale(1.01);
  font-weight: bold;
}

.shadow {
  box-shadow: rgba(192, 192, 195, 0.2) 0px 7px 29px 0px;
}

.section-bichar .row {
  display: flex;
  flex-wrap: wrap;
}

.section-bichar .bichar {
  width: 32%;
  margin: 0px 3px;
}

.section-bichar .bichar:hover {
  box-shadow: rgba(80, 80, 82, 0.2) 0px 7px 29px 0px;
}

@media (max-width:768px) {
  .section-bichar .bichar {
    width: 48%;
    margin: 0px 3px;
  }
}

@media (max-width:600px) {
  .section-bichar .bichar {
    width: 100%;
    margin: 0px 3px;
  }
}

/* scroll top top button */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 5px;
  display: none;
  z-index: 9999999999 !important;
}

.footer-first img {
  height: 90px;
  width: auto;

}

/* single post tags */
.single-page-tags {
  display: block;
  height: auto;
  width: auto;
  font-size: 24px;
  background-color: #fff;
  color: var(--ranatharu-primary);
}

.single-page-tags a {
  background-color: #D7001B;
  font-size: 16px;
  padding: 2px 4px;
  margin-top: 3px;
  margin-left: 3px;
  text-transform: capitalize;

  font-family: 'mukta', sans-serif;
  color: #ffffff;

}

.single-page-tags a:hover {
  text-decoration: none;
  background-color: var(--ranatharu-primary);
  opacity: 0.9;

}


.single-page-tags a::before {
  content: '☍ ';
  font-size: 20px;
  margin-right: 2px;
}

@media (max-width:678px) {
  .single-page-tags>a {
    background-color: rgb(204, 58, 78);
    font-size: 16px;
    border-radius: 0px;
    padding: 2px;
    /* margin-top: 100px; */
    font-family: 'mukta', sans-serif;
    color: #ffffff;
  }

}

/* main  featured news section */
.featured-container .feature-post {
  width: 100%;
}

.featured-container .feature-post img {
  height: 350px;
  width: 100%;
  border-radius: 10px;

}

.featured-container .feature-post .feature-post-img {
  position: relative;
}

.featured-container .feature-post .feature-post-title {
  position: absolute;
  color: #fff;
  height: 350px;
  vertical-align: sub;
  background-image: linear-gradient(rgb(0, 0, 0, 0.001), #111);
}

.featured-container .feature-post .feature-post-title .post-title a {
  font-size: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-container .feature-post .feature-post-title .post-title {
  margin-top: 250px;
}

/* entertainment section and lifestyle section */


.featured-container-entertainment .feature-post {
  width: 100%;
}

.featured-container-entertainment .feature-post img {
  height: 250px;
  width: 100%;
  border-radius: 10px;

}

.featured-container-entertainment .feature-post .feature-post-img {
  position: relative;
}

.featured-container-entertainment .feature-post .feature-post-title {
  position: absolute;
  color: #fff;
  height: 250px;
  vertical-align: sub;
  background-image: linear-gradient(rgb(0, 0, 0, 0.001), #111);
}

.featured-container-entertainment .feature-post .feature-post-title .post-title a {
  font-size: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-container-entertainment .feature-post .feature-post-title .post-title {
  margin-top: 150px;
}

.post-content img {
  width: 100%;
  height: auto;
  object-fit: cover;

}

@font-face {
  font-family: Kalimati;
  src: url('Kalimati.ttf');
}

.font-kalimati {
  font-family: Kalimati;
}

.h1-responsive {
  font-size: 45px;
  transition-duration: 1s;
  color: var(--ranatharu-primary);

}

.h1-responsive:hover {
  color: var(--ranatharu-secondary);

}

#sticky-ads {
  height: 50px;
  margin: 0;
  padding: 0;
}

#sticky-ads .advertisement {
  padding: 0;
}

.rimalcomputersticky-ads {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  padding: 0;
  border: 0;
  width: auto;
  background: inherit;
}

.rimalcomputersticky-ads img {
  max-height: 75px;
  width: auto;
}

.rimalcomputersticky-ads button {
  position: absolute;
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 0;
}

#rimalcomputer-wd-3dads {
  width: 150px;
  height: 150px;
  perspective: 800px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 50px;
  margin-bottom: 75px;
  z-index: 99999;
}

.rimalcomputerwd3dads {
  height: 100%;
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.8s ease-in-out;
  animation: rotate 16s infinite;
}

.rimalcomputerwd3dads li {
  position: absolute;
  width: 150px;
  height: 150px;
  background: white;
}

#rimalcomputer-wd-3dads .rimalcomputerwd3dads li img {
  height: 150px !important;
  width: 150px;
}

.rimalcomputerwd3dads li:nth-child(1) {
  transform: rotateY(0deg) translateZ(75px);
}

.rimalcomputerwd3dads li:nth-child(2) {
  transform: rotateY(90deg) translateZ(75px);
}

.rimalcomputerwd3dads li:nth-child(3) {
  transform: rotateY(-90deg) translateZ(75px);
}

.rimalcomputerwd3dads li:nth-child(4) {
  transform: rotateY(180deg) translateZ(75px);
}

#rimalcomputer-wd-3dads button {
  position: absolute;
  top: -26px;
  right: 0;
  height: 25px;
  width: 25px;
  line-height: 20px;
  border-radius: 50%;
  background: red;
  opacity: 1;
  left: 0;
  margin: auto;
  border: 1px solid #06036F;
  color: #FFF;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.nepali_theme-share-buttonsa,
.nepali_theme-share-buttonsb {
  display: inline-flex;
  margin: 20px;
  font-size: 15px;
}

.nepali_theme-share-buttonsa span,
.nepali_theme-share-buttonsb span {
  margin-right: 10px;
}

.book-slider .card img {
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}
.book-slider .card {
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
