/* @media only screen and  (max-width: 1200px) {  } */

@media only screen and (max-width: 1200px) {
  .desktop-header .primary_button {
    padding: 10px 30px 10px;
  }
  #cookie-banner {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  /*RESPONSIVE NAVIGATION*/
  .mobile-menu {
    display: block;
  }
  .desktop-header {
    display: none;
  }
  .genre_section h6 {
    font-size: 125px;
  }
  .social_links p a {
    font-size: 17px;
  }
  footer p a {
    font-size: 12.4px;
  }
  .header-top {
    display: none;
  }
  /*RESPONSIVE NAVIGATION*/
}

@media only screen and (max-width: 768px) {
  .popup-content h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .popup-content::before {
    display: none;
  }
  .ind_third_wrap {
    padding: 40px 0 40px;
    background: #fff;
    height: auto;
  }
  .best_selling .book-right,
  .best_selling .book-left {
    opacity: 0.3;
  }
  #cookie-banner {
    background: #222222e0;
    transform: translateX(-99%);
  }
  .our-author ul li {
    width: 100%;
    margin-right: 0;
  }
  .our-author img.laptop {
    position: relative;
    right: 0px;
    bottom: 0;
    max-width: 100%;
  }
  .main-banner-form .am-contact-style {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-form .banner-discount {
    display: none;
  }
}
@media only screen and (max-width: 645px) {
  .popup-content {
    padding: 38px 40px 40px 40px;
    z-index: 99;
  }
  .social_links {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .female-writing {
    width: 0%;
  }
  .brilliant_stories::before {
    width: 100%;
    clip-path: none;
  }
}
@media only screen and (max-width: 576px) {
  .process-sec .row {
    gap: 35px 0px;
  }

  form.am-contact-style {
    padding: 15px;
    border-radius: 15px;
  }

  .social_links p a {
    font-size: 17px;
  }

  .form_content h3 {
    font-size: 24px;
    margin-top: 20px;
  }

  .female-writing2 {
    object-fit: cover;
    width: 90%;
  }

  .best_selling .book-right {
    display: none;
  }

  .best_selling .book-left {
    display: none;
  }

  .best_selling {
    padding: 50px 0;
  }

  .best_selling h2 {
    line-height: 30px;
    font-size: 24px;
  }

  .genre_section img {
    width: 150px;
    height: 500px;
  }

  .genre_section h6 {
    color: rgb(0 0 0 / 19%);
    font-size: 70px;

    top: 79px;
  }

  h2.primary_heading {
    font-size: 24px;
    padding: 15px 0;
  }

  .banner_content {
    padding: 50px 0;
  }

  .header-top {
    height: 30px;
    display: none;
  }

  .brilliant_stories {
    padding: 30px 0;
    position: relative;
    background: #141414;
  }
  .female-writing {
    position: static;
    right: 0px;
    /* object-fit: cover; */
    top: 0;
    height: 352px;
    width: 628px;
    clip-path: none;
  }
  .brilliant_stories::before {
    display: none;
  }
  .index_banner h1 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }
  .primary_button {
    padding: 10px 25px 10px;
  }
  .service_section h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .social_links {
    flex-direction: column;
  }
  .primary_button.secondary {
    display: inline-block;
  }
  .primary_button {
    padding: 10px 15px 10px;
  }
}
