a.Quicksand {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* for printing the .np cover generator */
@media print {
  body * {
    visibility: hidden; /* Hide everything by default */
  }
  #printable,
  #printable * {
    visibility: visible; /* Show only the printable div */
  }
  #printable {
    width: 100%;
    background-color: white;
  }
}

:root {
  --text-dark: #000000;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--primary-color);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  min-width: 350px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

.main {
  position: relative;
  width: 100%;
}

.main-bg {
  background-color: #e03131;
}

.pad-main {
  padding: 80px 30px;
}

.main h1 {
  color: #fff;
  text-align: center;
}

.main .content {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

.main .content p {
  line-height: 1.8;
  text-align: center;
}

.navbar-brand img {
  height: 45px;
  width: 270px;
}

header {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  align-items: center;
}

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  color: #fff;
}

footer .copyright {
  text-align: center;
}

footer a {
  color: #1bb76e;
  text-decoration: none;
  transition: 0.25s;
}

footer a:hover {
  color: #ff5500;
}

.main-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-search {
  display: flex;
  justify-content: center;
}

.search-input-form {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-search .search-input {
  height: 3rem;
  padding: 0;
  padding-right: 24px;
  padding-left: 25px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 15px;
  font-size: 16px;
}

.submit-buttom {
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

@media (max-width: 1150px) {
  .navbar-brand img {
    height: 40px;
    width: 220px;
  }

  .hero-search {
    display: flex;
    justify-content: center;
  }

  .hero-search .search-input {
    width: 100%;
    margin-bottom: 1rem;
  }

  .submit-buttom {
    border-radius: 15px;
    padding: 0.5rem 1rem;
    width: 100%;
  }
}

.ho-fre-ques {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem 0rem;
  justify-content: space-evenly;
}

.ho-fre-que {
  height: fit-content;
  width: 240px;
  overflow: hidden;
  background-color: #cdcdcd;
  border: 2px solid black;
  border-radius: 15px;
  margin: 5px;
  padding: 5px;
  font-size: 1rem;
}

.ho-fre-que a {
  text-decoration: none !important;
}

.ho-fre-que:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.que {
  color: var(--text-dark);
}

.que-thumb img {
  border-radius: 12px 12px 0px 0px;
}

.footer {
  background-image: url("/img/how-nepal-with-back1.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  padding: 100px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: center;
  position: absolute;
  width: 100%;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
}

.footer-hero {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.footer-hero .hero-search {
  position: relative;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-links a {
  margin-left: 1rem;
  text-decoration: none !important;
  color: white;
}

/* footer css */
.container-footer {
  flex-grow: 1;
}

.footerFlex {
  margin-left: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-clean {
  padding: 50px 0;
  color: white;
  text-align: center;
  background-color: #11555a;
}

.footer_column {
  text-align: left;
  display: inline;
}

.section_heading {
  font-size: 2rem;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.5rem;
}

.footer-clean ul {
  padding: 1px;
  list-style: none;
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: inherit;
}

.footer-clean ul li span {
  color: inherit;
  margin-left: 2rem;
  font-size: 1rem;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
  margin-left: 2rem;

  /* opacity:0.8; */
}

.footer-clean ul li a .line {
  border-bottom: 2px solid #000;
  height: 20px;
  background-color: #000;
}

/* text pops up when icon is in hover state */

.footerSocial_icons:hover span {
  /* bottom:50px; */
  visibility: visible;
  opacity: 1;
  left: 60px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.booknow-stepper {
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(174, 174, 174);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0;
}

@media (max-width: 1150px) {
  .footer-clean .item {
    /* text-align: center; */
    padding-bottom: 20px;
  }
  .footerFlex {
    margin-left: -2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-clean ul li span {
    color: inherit;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .copyright {
  /* margin-top:14px; */
  margin: 10px 0px;
  padding: 10px 0px;
  font-size: 1.2rem;
  /* background-color: #7f7f7f; */
  color: #00bef2;
  background-color: #fff;
  bottom: -10px;
  position: fixed;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.25);
  /* opacity:0.6; */
}

/* Custom Scroll Bar */
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.answer-page {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.answer-page .answer-page-main {
  width: 75%;
  border-radius: 25px;
  margin-left: 25px;
  position: relative;
  padding: 1px 100px;
  background-color: #ffffff;
  color: #000;
}

.answer-page .sidebar {
  width: auto;
  padding: 1rem;
}

.sidebar-ad {
  margin-top: 20px 0px;
  display: flex;
  flex-direction: column;
}

.sidebar-content-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.sidebar .sidebar-contents {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}

.sidebar-contents > .sidebar-element {
  flex: 30%;
  box-shadow: 0 0 0 1px black;
}

.sidebar .sidebar-content .sidebar-element {
  width: 150px;
  height: fit-content;
  margin: 0.5rem;
  background-color: white;
  border-radius: 5px;
  padding: 0.5rem;
}

.sidebar-element .sidebar-element-thumb img {
  object-fit: cover;
  height: 50px;
  width: 100%;
}

.sidebar-element-title {
  font-size: 14px;
  font-weight: 700;
  width: auto;
  color: black;
}

.popular-content {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 25px;
  margin-left: 25px;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.popular-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.popular-element {
  width: 250px;
  height: 12rem;
  padding: 5px 10px;
  border: 2px solid #000;
  border-radius: 15px;
  margin: 0.5rem;
}

.popular-element-thumb img {
  object-fit: cover;
  height: 8rem;
  width: 100%;
}

@media (max-width: 900px) {
  body {
    background-color: white;
  }

  .main {
    margin-top: 100px;
  }

  .headTitle {
    width: 100%;
  }

  .answer-page {
    margin-top: 150px;
  }

  .answer-page .answer-page-main {
    width: 100%;
    border-radius: 25px;
    margin: 0px 20px;
    padding: 10px;
  }

  .answer-page-top {
    font-size: 12px;
  }

  .answer-page .sidebar {
    width: 100%;
    padding: 1rem;
  }

  .ho-fre-que {
    width: 140px;
    font-size: 0.8rem;
  }

  .que-thumb img {
    height: 100px;
  }

  .searchResult-updatedDate {
    font-size: 0.5rem;
  }

  .searchResult-viewsCount {
    font-size: 0.6rem;
  }

  .sidebar-content-heading {
    color: #000;
  }
}

.searchResults {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.searchResult {
  display: flex;
  border: 1px solid black;
  border-radius: 15px;
  padding: 0.5rem;
  margin: 0.5rem 0rem;
  color: black;
}

.searchResults a {
  text-decoration: none !important;
}

.searchResult:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.searchResult-thumb img {
  width: 170px;
  height: 120px;
}

.searchResult-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.searchResult-updatedDate {
  font-size: 0.7rem;
}

.searchResult-title {
  font-weight: 700;
  font-size: 0.9rem;
}
.searchResult-viewsCount {
  font-size: 0.7rem;
}
