body {
  background: #e9e8e3;
  font-family: "Nunito Sans", sans-serif;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
.btn {
  font-family: "Sorts Mill Goudy", serif;
}
.top-menus a,
.navbar-light .navbar-nav .nav-link {
  color: #252525;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.navbar-light {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
}
.navbar-light.sticky {
  background: #252525;
}
.navbar-light.sticky .navbar-nav .nav-link,
.navbar-light.sticky .top-menus a {
  color: #fff;
}
.navbar-light .logo-light {
  display: none;
}
.navbar-light.sticky .logo-light {
  display: block;
}
.navbar-light.sticky .logo-original {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #f7933f;
}
.overlay-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(229, 229, 229, 0.5) 80%,
    rgba(255, 255, 255, 0.9) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-padd {
  padding: 50px 0;
}
.btn-primary,
.bg-primary {
  background-color: #f7933f !important;
  border-color: #f7933f;
}
.text-primary {
  color: #f7933f !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e98027 !important;
  border-color: #e98027;
}
.newsletter {
  padding: 100px 0;
  background-image: url(../img/subscribe-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.book-blck {
  max-width: 270px;
  margin: 0 auto;
}
.overlay {
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.footer {
  border-bottom: #fff solid 3px;
}
.footer-menu a {
  color: #fff;
}
.footer-menu a:hover,
.social-links a:hover {
  color: #f7933f;
}
.navbar-light .navbar-toggler {
  background: #fff;
}
.section-padd-inner {
  padding: 100px 0;
}
.navbar-brand img {
  max-width: 80px;
}
.play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .dropdown-menu {
  min-width: 13rem;
}
ul.navbar-nav .dropdown-menu a {
  color: #fff;
  display: block;
  padding: 5px 10px;
}
ul.navbar-nav li.dropdown a:hover,
ul.navbar-nav li.dropdown a.active {
  color: #f7933f;
}
.gallery-item {
  cursor: pointer;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}
.carousel-control-prev-icon {
  background-image: url(../img/chevron-left-solid.svg);
}
.carousel-control-next-icon {
  background-image: url(../img/chevron-right-solid.svg);
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    right: 0;
    left: auto;
  }
  ul.navbar-nav li.dropdown .dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .navbar-light {
    background: rgba(255, 255, 255, 0.7);
  }
  .navbar-brand img {
    max-width: 70px;
  }
  .section-padd,
  .newsletter {
    padding: 50px 0;
  }
  .input-group-lg > .btn,
  .input-group-lg > .form-control {
    font-size: 14px;
  }
  .section-padd-inner {
    padding: 50px 0;
    text-align: center;
  }
  .book-blck {
    display: none !important;
  }
  .play-btn img {
    max-width: 50px;
  }
  .footer-logo img {
    max-width: 100px;
  }
  .banner-container {
    min-height: 50vh;
  }
  .banner-container img {
    object-fit: cover;
    width: 100%;
    min-height: 50vh;
  }
}
.list-year {
  font-weight: 600;
}
.related-book a {
  color: #212529;
}
.book-card {
  padding: 2rem;
  padding-top: 4rem;
}
.book-img {
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.sale-badge {
  position: absolute;
  background: #ffb400;
  color: #fff;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0 5px;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  line-height: 3.236;
  top: 10px;
  left: 10px;
  margin: 0;
  border-radius: 100%;
  font-size: 11px;
  z-index: 9;
}
.price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 0.5rem;
  font-size: 2rem;
}
.btn-cart {
  background-color: #f4a100;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 0.6rem 2.5rem;
  border-radius: 20px;
}
.btn-cart:hover {
  background-color: #e69100;
}
.category {
  color: #777;
  font-size: 0.9rem;
}
.form-control.qty {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  min-width: 70px;
  padding: 2px 5px 2px 10px;
  background: transparent;
}
.share-icons a {
  color: #000;
}
.book-info-section {
  padding-top: 50px;
}

.book-tabs {
  position: sticky;
  top: 120px; /* below navbar */
  text-align: right;
}
.book-tabs ul{
    border-right: 2px solid #eee;
}
.book-tabs li {
  margin-bottom: 12px;
}
.book-tabs a {
  text-decoration: none;
  display: block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.book-tabs a.active {
  color: #d4a017;
  border-right: 3px solid #d4a017;
}
.book-content {
  scroll-behavior: smooth;
}
.tab-section {
  padding: 120px 0 50px 0;
  min-height: 60vh;
  scroll-snap-align: start;
}
.tab-section-custom {
  padding: 10px 0 10px 0;
  min-height: 10vh;
  scroll-snap-align: start;
  scroll-margin-top: 110px;
}
.img-author {
  width: 200px;
}
.quote {
      margin: 26px 0 0; padding: 18px; border-left: 4px solid var(--accent);
      background: #fff8ea; color: #5b4115; border-radius: 8px;
      font-family: "Sorts Mill Goudy", ui-serif, Georgia, serif;
    }