@media (min-width: 1024px) {
  .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);
  }

}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .row {
    --bs-gutter-x: 0;
  }

  .section-padding {
    padding: 60px 0px;
  }

  .header-socials {
    display: none;
  }

  .topic-master {
    flex-direction: column;
  }

  .banner-img img {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 14px;
  }

  section {
    padding: 0px 15px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .herobanner.pt-100 {
    padding-top: 10px;
  }

  .herobanner {
    flex-direction: column;
  }

  .herocontent {
    position: relative;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .herocontent h2 {
    text-align: center;
    position: relative;
    width: 280px;
    margin-bottom: 37px;
  }

  .herocontent img {
    position: relative;
    width: 60%;
    right: 0;
    padding-bottom: 25px;
  }

  .feature-style-2 {
    width: 100%;
  }

  /* Topic Item */
  .topic-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }

  .topic-item .topic-content {
    padding-left: 0;
  }

  .topic-item .icon-box {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  /* #buynow img {
    padding-top: 20px;
  } */

  #journey .accordion {
    row-gap: 14px;
  }

  #journey .accordion-item {
    width: 100%;
  }

  .author-section p {
    padding: 0;
  }

  .author-section li {
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    margin: 3px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
  }

  .books {
    width: 100%;
  }

  .guj-img {
    padding-top: 23px;
  }
}

@media (max-width: 360px) {
  .book-logo {
    width: 230px;
  }
}