@media (min-width: 1024px) {
  .blog-item {
    margin-bottom: 0px;
  }
  
  .feature-item {
    margin-bottom: 0px;
  }
  
  .book-preview {
    background: #413E65;
    margin: 0px 150px;
  }
  
  .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .navbar-toggler {
    background: transparent;
    border-radius: 0px;
    color: var(--theme-secondary-color);
  }
  .author-notes{
    flex-direction: row-reverse;
  }
}

@media (max-width: 992px) {
  .row {
    --bs-gutter-x: 0;
  }
  
  .section-padding {
    padding: 60px 0px;
  }
  
  .header-socials {
    display: none;
  }
  
  .site-navigation {
    padding: 5px 0px;
  }
  
  .section-heading {
    margin-bottom: 30px;
  }
  
  .client-logo {
    margin-bottom: 30px;
  }
  
  .navbar-toggler {
    background: transparent;
    border-radius: 0px;
    color: var(--theme-secondary-color);
  }
  
  .banner-img img {
    width: 100%;
  }
  
  .navbar-collapse {
    position: absolute;
    left: 0px;
    width: 95%;
    top: 12px;
    z-index: 999;
    transform: translateY(61px);
    margin: 0 auto;
    right: 0px;
  }
  
  .navbar-nav .nav-link {
    color: var(--theme-secondary-color);
  }
  
  .nav-item.dropdown .dropdown-menu {
    margin-left: 20px;
  }
  
  .navbar-collapse {
    background: var(--theme-background3-color)
  }
  
  .navbar-nav .nav-link {
    color: #222;
  }
  
  .menu-back {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0);
    opacity: .5;
    z-index: -1;
  }
  
  .banner .banner-content .btn {
    margin: 10px 0;
    width: 100%;
  }
  
  .about-section .btn {
    margin: 0;
    width: 100%;
  }
  
  .chapter-list {
    padding: 0;
  }
  
  .chapter-item {
    padding: 20px;
    border-radius: 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    background-color: var(--theme-background2-color)
  }
  
  .chapter-item h4 {
    margin-bottom: 0;
    font-size: 25px;
  }
  
  .otherbooks {
    flex-direction: column;
  }
  
  .bookimg {
    border: none;
  }
  
  .about-counter-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tableHeaders {
    padding: 0 5px;
  }
  
  .otherbooks p,
  .otherbooks h4 {
    text-align: center;
    padding: 10px 30px !important;
    margin: 10px 30px !important;
  }
  
  .otherbooks p {
    margin-bottom: 20px !important;
  }
  
  .book2-img,
  .buynow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topic, .chapter-list{
    flex-direction: column;
  }
  .topic-item, .chapter-item{
    width: 100%;
  }
  
}

@media (max-width: 768px) {
  .mobile-column{
    flex-direction: column;
  }
  h1 {
    margin-top: 10px !important;
    font-size: 2.5rem !important;
    line-height: 3.15rem !important;
  }
  
  .author-note {
    margin-top: 20px !important;
    font-size: 1.85rem;
  }
  
  .heading-title {
    margin-top: 10px !important;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  
  .buynow-heading {
    margin-bottom: 2rem;
    ;
  }
  
  .pricing__title {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .tableHeaders {
    padding: 0 5px;
  }
  
  .bookimg {
    border: none;
  }
  
  .otherbooks p,
  .otherbooks h4 {
    text-align: center;
    padding: 10px 0 !important;
    margin: 10px 0 !important;
  }
  
  .otherbooks p {
    margin-bottom: 20px !important;
  }
  
  .book2-img,
  .buynow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-counter-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bg-container h2 {
    padding-top: 25px;
  }
  
  .banner-img {
    padding-top: 21px;
  }
  
  .section-padding {
    padding: 90px 0px;
  }
  
  .banner .banner-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
  
  .header-contact li,
  .header-socials li {
    float: none;
    text-align: center;
  }
  
  .header-top {
    padding: 10px 0px;
  }
  
  .header-right {
    float: none !important;
    text-align: center;
    margin-top: 10px;
  }
  
  .header-btn {
    margin-left: 0px;
  }
  
  .header-contact li:last-child {
    padding-left: 0px;
  }
  
  .section-heading h3 {
    font-size: 32px;
  }
  
  .client-logo {
    margin-bottom: 30px;
  }
  
  .navbar-collapse {
    width: 100%;
    top: 10px;
    /* height: 100vh;
    opacity: .5; */
  }
  
  .container {
    padding: 0 30px;
  }
  .navbar .container {
    padding: 0 19px;
  }
  
  .about-img {
    padding-bottom: 21px;
  }
  
  .topic-item .topic-content h4 {
    margin: 0;
  }
  
  .topic-item .topic-content {
    padding: 0;
  }
  
  .counter-wrap {
    padding-top: 100px;
  }
  .featured-content{
    flex-direction: column;
    gap: 10px;
  }
  
}

.nav-item {
  border: 1px solid var(--theme-background-color);
}