@import url("https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Lobster&display=swap");
.genre-card {
  background-image: url("/assets/images/genere-books/game book.jpg");
  position: relative;
}
.genre-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 103, 169, 0.815);
}

.genre-card-1 {
  background-image: url("/assets/images/genere-books/adventure book.jpg");
  position: relative;
}
.genre-card-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(216, 37, 1, 0.815);
}

.genre-card-2 {
  background-image: url("/assets/images/genere-books/game-1 book.jpg");
  position: relative;
}
.genre-card-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 82, 33, 0.815);
}

.block {
  animation: appear 5s linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.back-to-top-circle {
  position: fixed;
  z-index: 20000;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  border: none;
  outline: none;
  background: #ff3e9d;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.back-to-top-circle:hover {
  background: rgb(61, 0, 147);
  transform: translateY(-9px);
}

.show {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body, html {
  padding: 10px 0;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
}

@media only screen and (max-width: 576px) {
  body, html {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) {
  body, html {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body, html {
    padding: 10px 0;
  }
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

li {
  list-style-type: none;
}

.img-auto {
  max-width: auto;
}

.logo-name {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Mukta Malar", sans-serif;
  transition: 200s;
  animation: color-change 5s linear infinite;
}

.books-title {
  font-size: 20px;
  font-family: "Mukta Malar", sans-serif;
  font-weight: 600;
  color: rgba(78, 1, 72, 0.95);
  text-transform: capitalize;
}

@media only screen and (max-width: 576px) {
  .books-title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .books-title {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .books-title {
    margin-left: 0;
  }
}
.browse-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1d3679;
  text-transform: capitalize;
  border-bottom: 2px solid rgb(19, 143, 0);
  margin: auto;
}

.browse-authors {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: pink;
  text-transform: uppercase;
  margin: 15px 10px 0;
  text-align: center;
}

.flash-sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: pink;
  margin-left: 15px;
}

.detail-color {
  color: rgba(78, 1, 72, 0.95);
  text-decoration: underline;
}

.customer-review {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  padding: 0 15px;
}

.customer-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #0e1f40;
  text-transform: uppercase;
}

.customer-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(20px);
}

.main-part {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: row wrap;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 23px;
  height: 90vh;
  width: 100%;
  background: linear-gradient(to left bottom, #ff3e9d, #0e1f40);
}
@media only screen and (max-width: 576px) {
  .main-part {
    flex-flow: column nowrap;
    height: 100%;
    padding: 50px 10px 30px;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part {
    flex-flow: row nowrap;
    height: 100vh;
    padding: 20px 0px 20px 10px;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part {
    flex-flow: row nowrap;
    height: 90vh;
    padding: 20px 23px;
    border-radius: 20px;
  }
}
.main-part--sidebar {
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
  width: 19%;
  height: 100%;
  padding: 30px 0px;
  top: 0;
  left: 0;
  position: relative;
  animation: sidebaranimation 1.8s linear;
}
@media only screen and (max-width: 576px) {
  .main-part--sidebar {
    width: 100%;
    padding: 0px;
    align-items: center;
    height: auto;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--sidebar {
    width: 35%;
    padding: 35px 0px 25px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--sidebar {
    width: 26%;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .main-part--sidebar {
    width: 20%;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--sidebar {
    width: 19%;
    padding: 30px 0px;
  }
}
.main-part--sidebar--logo {
  display: flex;
  flex-flow: row nowrap !important;
  align-items: start;
}
.main-part--sidebar--logo h2 {
  font-size: 22px;
  color: pink;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 576px) {
  .main-part--sidebar--logo h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--sidebar--logo h2 {
    font-size: 22px;
    font-weight: 800;
  }
}
.main-part--sidebar--logo img {
  margin-left: 10px;
}
.main-part--sidebar--menu {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  list-style-type: none;
  margin: 20px 0;
}
.main-part--sidebar--menu__item {
  margin-top: 25px;
  list-style-type: none;
}
.main-part--sidebar--menu__item .active {
  border: 2px solid white;
}
.main-part--sidebar--menu__item__link {
  color: rgb(255, 255, 255);
  font-size: 0.91rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 10px 10px;
  letter-spacing: 0.05rem;
  text-align: center;
  transition: 250ms;
}
.main-part--sidebar--menu__item__link:hover {
  color: #f9e866;
}

.main-part--hero-section--first {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--first {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: start;
    padding: 20px 10px;
  }
}
.main-part--hero-section--first__buttons {
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--first__buttons {
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--hero-section--first__buttons {
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--first__buttons {
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--first__buttons {
    justify-content: initial;
    align-items: initial;
    margin: 0;
  }
}
.main-part--hero-section--first .form-control {
  border-radius: 10px;
  outline: none;
  border: none;
  background: rgb(255, 255, 255);
  padding: 10px;
  text-align: start;
  flex-grow: 1;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--first .form-control {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--first .form-control {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--first .form-control {
    margin-top: 0px;
  }
}
.main-part--hero-section--first .form-control::placeholder {
  color: rgb(44, 44, 44);
  font-weight: 200;
}

.main-part {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: row wrap;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 23px;
  height: 90vh;
  width: 100%;
  background: linear-gradient(to left bottom, #ff3e9d, #0e1f40);
}
@media only screen and (max-width: 576px) {
  .main-part {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 50px 10px 30px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part {
    flex-flow: row nowrap;
    height: 100vh;
    padding: 20px 0px 20px 10px;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part {
    flex-flow: row nowrap;
    height: 90vh;
    padding: 20px 23px;
    border-radius: 20px;
  }
}
.main-part--hero-section {
  background: rgba(255, 255, 255, 0.893);
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
  width: 80%;
  height: 100%;
  padding: 30px 10px;
  position: relative;
  animation: herosectionanimation 1.8s linear;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section {
    width: 96%;
    height: auto;
    padding: 20px 0px;
    margin: 50px auto 0px;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--hero-section {
    width: 65%;
    border-radius: 5px 0px 0px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section {
    width: 74%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .main-part--hero-section {
    width: 79%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section {
    width: 80%;
    padding: 30px 10px;
    border-radius: 20px;
  }
}
.main-part--hero-section--second {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 50px 5px;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 10px 5px;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second {
    flex-flow: row nowrap;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second {
    flex-flow: row nowrap;
    padding: 50px 5px;
  }
}
.main-part--hero-section--second__img {
  width: 50%;
  object-fit: cover;
  min-width: 400px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__img {
    width: 100%;
    min-width: 350px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--hero-section--second__img {
    width: 350px;
    min-width: 350px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__img {
    width: 300px;
    min-width: 250px;
    max-width: 350px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .main-part--hero-section--second__img {
    width: 50%;
    min-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--hero-section--second__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
.main-part--hero-section--second__content {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content {
    width: 95%;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 576px) {
  .main-part--hero-section--second__content {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content {
    display: flex;
    width: 70%;
    padding: 0px 10px 0px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .main-part--hero-section--second__content {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    padding: 0 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content {
    padding: 0 30px;
  }
}
.main-part--hero-section--second__content__heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02rem;
  color: #0e1f40;
  transition: 200s;
  line-height: 1.8;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content__heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content__heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content__heading {
    text-align: start;
    font-size: 28px;
    font-weight: 700;
  }
}
.main-part--hero-section--second__content__para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #0e1f40;
  margin-top: 15px;
  max-width: 450px;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content__para {
    margin: 15px auto 0px;
    font-size: 12px;
    font-weight: 500;
    text-justify: center;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content__para {
    margin: 15px auto 0px;
    font-size: 12px;
    font-weight: 500;
    text-justify: center;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content__para {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-justify: start;
  }
}
.main-part--hero-section--second__content__buttons {
  display: flex;
  flex-flow: row nowrap;
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0px;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content__buttons {
    justify-content: center;
    align-items: center;
    margin: 25px 0 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content__buttons {
    justify-content: start;
    align-items: start;
    margin: 20px 0px;
  }
}
.main-part--hero-section--second__content__socialicons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 10px 0;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content__socialicons {
    margin: 30px 0px 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content__socialicons {
    margin: 30px 0px 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content__socialicons {
    margin: 10px 0;
    justify-content: start;
  }
}
.main-part--hero-section--second__content__socialicons img {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}
@media only screen and (max-width: 576px) {
  .main-part--hero-section--second__content__socialicons img:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-part--hero-section--second__content__socialicons img:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-part--hero-section--second__content__socialicons img:nth-child(1) {
    margin-left: 15px;
  }
}

.form {
  margin-top: 40px;
}
.form .name .form-control {
  padding: 12px 10px;
  border: none;
  outline: none;
  text-align: start;
  flex: 1;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.form .name .form-control::placeholder {
  color: rgb(44, 44, 44);
  font-weight: 300;
  font-size: 12px;
}
.form .email {
  margin-top: 20px;
}
.form .email .form-control {
  padding: 12px 10px;
  border: none;
  outline: none;
  text-align: start;
  flex: 1;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.form .email .form-control::placeholder {
  color: rgb(44, 44, 44);
  font-weight: 300;
  font-size: 12px;
}
.form .textarea {
  margin-top: 20px;
  display: block;
}
.form .textarea .form-control {
  padding: 10px;
  border: none;
  outline: none;
  text-align: start;
  display: block;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  resize: none;
}
@media only screen and (max-width: 576px) {
  .form .textarea .form-control {
    display: block;
  }
  .form .textarea .form-control:placeholder {
    margin-left: 0;
  }
}

.footer {
  width: 100%;
  height: auto;
  border-top: 3px solid purple;
  margin-top: 120px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: rgb(247, 244, 255);
  padding: 25px 30px;
}
@media only screen and (max-width: 576px) {
  .footer {
    margin-top: 100px;
    gap: 30px;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .footer {
    margin-top: 100px;
    gap: 30px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    gap: 0;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: initial;
  }
}
.footer-sub-first {
  display: flex;
  padding: 0 15px;
  flex: 1;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 576px) {
  .footer-sub-first {
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .footer-sub-first {
    width: 80%;
    max-width: 80%;
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-sub-first {
    width: auto;
    max-width: auto;
    flex: 1.2;
    padding: 0 15px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-sub-first {
    flex: 1;
    padding: 0 15px;
  }
}
.footer-sub-first--logo {
  display: flex;
  flex-flow: row nowrap !important;
  align-items: center;
}
.footer-sub-first--logo h2 {
  font-size: 18px;
  color: rgba(78, 1, 72, 0.95);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
}
.footer-sub-first--logo img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.footer-sub-first h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}
.footer-sub-first h3 {
  font-size: 14px;
  font-weight: 600;
  color: #ff3e9d;
  margin-top: 15px;
  text-transform: capitalize;
}
.footer-sub-first-social-icons {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center;
  width: 73%;
}
.footer-sub-first-social-icons img {
  width: 25px;
  height: 25px;
}
.footer-sub-second {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .footer-sub-second {
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding: 0 0px 20px 0px;
  }
}
@media only screen and (min-width: 576px) {
  .footer-sub-second {
    width: 80%;
    max-width: 80%;
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-sub-second {
    width: auto;
    max-width: auto;
    flex: 1;
    padding: 0 15px;
    border-bottom: none;
  }
}
.footer-sub-second h3 {
  font-size: 16px;
  font-weight: 600;
  color: #112d60;
  text-transform: capitalize;
  margin-left: 25px;
}
.footer-sub-second-menu {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  list-style-type: none;
  margin: 10px 25px;
}
.footer-sub-second-menu__item {
  margin-top: 10px;
  list-style-type: none;
}
.footer-sub-second-menu__item__link {
  color: #1d3679;
  font-size: 0.91rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  padding: 4px 0;
  text-align: center;
  transition: 200s;
}
.footer-sub-second-menu__item__link:hover {
  border-bottom: 2px solid #18a5a7;
}
.footer-sub-third {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .footer-sub-third {
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding: 0 0px 30px 0px;
  }
}
@media only screen and (min-width: 576px) {
  .footer-sub-third {
    width: 80%;
    max-width: 80%;
    border-bottom: 1px solid rgba(78, 1, 72, 0.95);
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-sub-third {
    width: auto;
    max-width: auto;
    flex: 1.3;
    padding: 0 15px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-sub-third {
    flex: 1;
  }
}
.footer-sub-third h3 {
  font-size: 16px;
  font-weight: 600;
  color: #112d60;
  text-transform: capitalize;
}
.footer-sub-third .btn-about {
  margin-top: 30px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  width: 70%;
  display: block;
}
.footer-sub-third .btn-contactus {
  margin-top: 25px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  width: 70%;
  display: block;
}
.footer-sub-third .customer-footer {
  font-size: 14px;
  font-weight: 600;
  color: #1d3679;
  text-transform: capitalize;
  margin-top: 25px;
  width: auto;
  display: inline-block;
  margin-right: auto;
  border-bottom: 2px solid #63acb0;
}
.footer-sub-fourth {
  display: flex;
  flex: 1.3;
  padding: 0 15px;
  flex-flow: column nowrap;
}
@media only screen and (min-width: 576px) {
  .footer-sub-fourth {
    width: 80%;
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-sub-fourth {
    width: auto;
    max-width: auto;
    flex: 1.1;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-sub-fourth {
    flex: 1.3;
  }
}
.footer-sub-fourth h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0c7bb3;
  text-transform: capitalize;
}
.footer-sub-fourth h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}
.footer-sub-fourth__buttons {
  display: flex;
  flex-flow: column wrap;
  margin-top: 25px;
}
.footer-sub-fourth__buttons .form-control {
  padding: 8px 10px;
  border: 2px solid #63acb0;
  outline: none;
  text-align: start;
  width: 70%;
  color: rgb(255, 255, 255);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.footer-sub-fourth__buttons .form-control::placeholder {
  color: rgb(44, 44, 44);
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 576px) {
  .footer-sub-fourth__buttons .form-control {
    width: 85%;
  }
}
@media only screen and (min-width: 576px) {
  .footer-sub-fourth__buttons .form-control {
    width: 85%;
  }
}
.footer-sub-fourth__buttons .forms-control {
  padding: 8px 10px;
  border: none;
  outline: none;
  text-align: center;
  margin-top: 25px;
  width: 60%;
  color: rgb(255, 255, 255);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  background: linear-gradient(45deg, #ff3e9d, #0e1f40);
}
.footer-sub-fourth__buttons .forms-control::placeholder {
  color: rgb(44, 44, 44);
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 576px) {
  .footer-sub-fourth__buttons .forms-control {
    width: 70%;
  }
}
@media only screen and (min-width: 576px) {
  .footer-sub-fourth__buttons .forms-control {
    width: 70%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body, html {
  padding: 10px 0;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 576px) {
  body, html {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) {
  body, html {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body, html {
    padding: 10px 0;
  }
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

li {
  list-style-type: none;
}

.img-auto {
  max-width: auto;
}

.logo-name {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Mukta Malar", sans-serif;
  transition: 200s;
  animation: color-change 5s linear infinite;
}

.books-title {
  font-size: 20px;
  font-family: "Mukta Malar", sans-serif;
  font-weight: 600;
  color: rgba(78, 1, 72, 0.95);
  text-transform: capitalize;
}
@media only screen and (max-width: 576px) {
  .books-title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .books-title {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .books-title {
    margin-left: 0;
  }
}

.browse-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1d3679;
  text-transform: capitalize;
  border-bottom: 2px solid rgb(19, 143, 0);
  margin: auto;
}

.browse-authors {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: pink;
  text-transform: uppercase;
  margin: 15px 10px 0;
  text-align: center;
}

.flash-sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: pink;
  margin-left: 15px;
}

.detail-color {
  color: rgba(78, 1, 72, 0.95);
  text-decoration: underline;
}

.customer-review {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  padding: 0 15px;
}

.customer-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #0e1f40;
  text-transform: uppercase;
}

.customer-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(20px);
}

@keyframes color-change {
  0% {
    color: #ff3e9d;
  }
  30% {
    color: #9600ff;
  }
  65% {
    color: #0c7bb3;
  }
  85% {
    color: #f03a3a;
  }
  100% {
    color: #ff3e9d;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.4;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes sidebaranimation {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes herosectionanimation {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart, .btn-fantasy, .btn-viewss, .btn-views, .btn-view, .btn-bannerss, .btn-banners, .btn-banner, .btn-superprice, .btn-supercollection, .btn-rating, .btn-secondary, .btn-primary, .btn-contactus, .btn-about {
  padding: 10px 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.059);
  color: pink;
  margin: 60px auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 0.06rem;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .btn, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart, .btn-fantasy, .btn-viewss, .btn-views, .btn-view, .btn-bannerss, .btn-banners, .btn-banner, .btn-superprice, .btn-supercollection, .btn-rating, .btn-secondary, .btn-primary, .btn-contactus, .btn-about {
    margin: 50px auto 0px;
  }
}

.btn-about {
  color: rgb(255, 255, 255);
  margin: 0 0 0 45px;
  padding: 10px 20px;
  letter-spacing: 0.06rem;
  border: 2px solid rgb(255, 255, 255);
  background: #9600ff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .btn-about {
    padding: 12px 25px;
    margin-left: 0;
  }
}

.btn-contactus {
  color: rgb(255, 255, 255);
  margin: 0 15px;
  padding: 10px 20px;
  letter-spacing: 0.06rem;
  border: 2px solid rgb(255, 255, 255);
  background: linear-gradient(to right bottom, #0c7bb3, #18a5a7);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .btn-contactus {
    padding: 12px 25px;
    margin-right: 0;
  }
}

.btn-primary {
  color: black;
  margin: 0 15px;
  padding: 10px 15px;
  letter-spacing: 0.06rem;
  text-transform: capitalize;
  position: relative;
  border: 3px solid #112d60;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  .btn-primary {
    margin: 0 0px 0px 10px;
    padding: 10px 10px;
    letter-spacing: 0.05rem;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    margin: 0 0px 0px 10px;
    padding: 10px 10px;
    letter-spacing: 0.05rem;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-primary {
    margin: 0 15px;
    padding: 10px 15px;
    letter-spacing: 0.06rem;
  }
}
.btn-primary:hover {
  border: none;
  background: #112d60;
  color: rgb(255, 255, 255);
}

.btn-secondary {
  color: rgb(255, 255, 255);
  margin: 0 0;
  padding: 10px 15px;
  text-transform: capitalize;
  letter-spacing: 0.06rem;
  background: linear-gradient(to right bottom, #0e1f40, #ff3e9d);
}
@media only screen and (max-width: 576px) {
  .btn-secondary {
    padding: 12px 10px;
    letter-spacing: 0.05rem;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .btn-secondary {
    padding: 12px 10px;
    letter-spacing: 0.05rem;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-secondary {
    padding: 10px 15px;
    letter-spacing: 0.06rem;
  }
}

.btn-supercollection, .btn-rating {
  color: #1d3679;
  background: #a0b3ff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px;
  margin: 0;
  border-radius: 8px;
}

.btn-rating {
  margin-left: 15px;
  background: #f9e866;
  color: black;
}

.btn-superprice {
  margin: 20px 0px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  background: #f03a3a;
  width: 60%;
}

.btn-banner, .btn-bannerss, .btn-banners {
  background: #18a5a7;
  color: rgb(255, 255, 255);
  margin: 20px 0;
}

.btn-banners, .btn-bannerss {
  background: #ff3e9d;
}

.btn-bannerss {
  background: #9600ff;
}

.btn-view, .btn-viewss, .btn-fantasy, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart, .btn-views {
  background: linear-gradient(45deg, #1d3679, rgba(78, 1, 72, 0.95));
  color: rgb(255, 255, 255);
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .btn-view, .btn-viewss, .btn-fantasy, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart, .btn-views {
    margin: 20px auto;
  }
}

.btn-views {
  background: linear-gradient(45deg, #f03a3a, #0e1f40);
  color: rgb(255, 255, 255);
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .btn-views {
    margin: 20px auto;
  }
}

.btn-viewss, .btn-fantasy, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart {
  background: linear-gradient(45deg, #ffae00, #ff3e9d, #ff3e9d);
  color: rgb(255, 255, 255);
}

.btn-fantasy, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart {
  background: linear-gradient(45deg, #ff3e9d, #0e1f40);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 15px;
  padding: 10px 15px;
}
@media only screen and (max-width: 576px) {
  .btn-fantasy, .btn-view-add-cart, .btn-submit, .btn-view-wishlist, .btn-heart {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.btn-heart {
  border: 1px solid rgb(255, 244, 249);
  background: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .btn-heart {
    margin-left: 15px;
  }
}

.btn-view-add-cart, .btn-submit, .btn-view-wishlist {
  font-size: 12px;
  border-radius: 5px;
}

.btn-view-wishlist {
  margin-top: 20px;
  background: linear-gradient(45deg, #1d3679, rgba(78, 1, 72, 0.95));
}
@media only screen and (max-width: 576px) {
  .btn-view-wishlist {
    margin-top: 0;
  }
}

.btn-submit {
  padding: 10px 20px;
  margin: 25px auto 0;
  max-width: 100%;
  display: block;
  width: 40%;
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg, #ff3e9d, #0c7bb3);
}
@media only screen and (max-width: 576px) {
  .btn-submit {
    width: 80%;
  }
}

.education-popular-banners {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  margin: 90px auto 0;
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 576px) {
  .education-popular-banners {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .education-popular-banners {
    gap: 50px;
    width: 97%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .education-popular-banners {
    width: 80%;
    align-items: center;
    justify-content: space-around;
    margin: 40px auto 0px;
    gap: 0;
  }
}
.education-popular-banners .education-banner {
  border-radius: 10px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 410px;
  height: 200px;
  background: pink;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners .education-banner {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .education-popular-banners .education-banner {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .education-popular-banners .education-banner {
    margin: 0 auto;
  }
}
.education-popular-banners .education-banner-content {
  align-items: center;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners .education-banner-content {
    padding: 20px 0 0;
  }
}
.education-popular-banners .education-banner-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f03a3a;
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.06rem;
}
.education-popular-banners .education-banner-content h2 {
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  text-wrap: nowrap;
}
.education-popular-banners .education-banner-img {
  width: 230px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners .education-banner-img {
    width: 250px;
    margin: 0 auto;
    padding: 0px;
  }
}
.education-popular-banners .education-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education-popular-banners .popular-banner {
  border-radius: 10px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 410px;
  height: 200px;
  background: #1d3679;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners .popular-banner {
    width: 300px;
    height: auto;
    margin: 35px auto 0px;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .education-popular-banners .popular-banner {
    margin: 50px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .education-popular-banners .popular-banner {
    margin: 0px auto 0px;
  }
}
.education-popular-banners .popular-banner-content {
  align-items: center;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.education-popular-banners .popular-banner-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: pink;
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.06rem;
}
.education-popular-banners .popular-banner-content h2 {
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  text-wrap: nowrap;
}
.education-popular-banners .popular-banner-img {
  width: 230px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .education-popular-banners .popular-banner-img {
    width: 220px;
    margin: 0 auto;
    padding: 0px;
  }
}
.education-popular-banners .popular-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-genre-banners {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  margin: 120px auto 0px;
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 90px auto 0;
  }
}
@media only screen and (min-width: 576px) {
  .business-genre-banners {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 90px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .business-genre-banners {
    width: 97%;
    justify-content: space-between;
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-genre-banners {
    width: 80%;
    justify-content: space-around;
    gap: 0px;
    margin: 120px auto 0;
  }
}
.business-genre-banners .business-banner {
  border-radius: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.14);
  width: 410px;
  height: 200px;
  background: #a0b3ff;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .business-banner {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .business-genre-banners .business-banner {
    margin: 0px auto 0px;
  }
}
.business-genre-banners .business-banner-content {
  align-items: center;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .business-banner-content {
    padding: 20px 0 0;
  }
}
.business-genre-banners .business-banner-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #9600ff;
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.06rem;
}
.business-genre-banners .business-banner-content h2 {
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  text-wrap: nowrap;
}
.business-genre-banners .business-banner-img {
  width: 230px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .business-banner-img {
    width: 250px;
    height: 170px;
    margin: 0 auto;
    padding: 0px;
  }
}
.business-genre-banners .business-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-genre-banners .genre-banner {
  border-radius: 10px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 410px;
  height: 200px;
  background: pink;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .genre-banner {
    width: 300px;
    height: auto;
    margin: 35px auto;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .business-genre-banners .genre-banner {
    margin: 50px auto;
  }
}
@media only screen and (min-width: 768px) {
  .business-genre-banners .genre-banner {
    margin: 0px auto 0px;
  }
}
.business-genre-banners .genre-banner-content {
  align-items: center;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .genre-banner-content {
    padding: 20px 0 0;
  }
}
.business-genre-banners .genre-banner-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #18a5a7;
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.06rem;
}
.business-genre-banners .genre-banner-content h2 {
  text-transform: capitalize;
  font-family: "Cedarville Cursive", cursive;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  text-wrap: nowrap;
}
.business-genre-banners .genre-banner-img {
  width: 230px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-genre-banners .genre-banner-img {
    width: 250px;
    height: 170px;
    margin: 0 auto;
    padding: 0px;
  }
}
.business-genre-banners .genre-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge, .badge-cart, .badge-offers, .badge-offer, .badge-secondary, .badge-primary {
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  border-radius: 30px;
  background: #dd83e0;
  color: black;
}

.badge-primary, .badge-cart {
  background: #0e1f40;
  color: rgb(255, 255, 255);
}

.badge-secondary {
  background: #f9e866;
}

.badge-offer, .badge-offers {
  width: auto;
  height: auto;
  padding: 3px 12px;
  text-align: center;
  font-size: 12px;
  background: #112d60;
  color: #38a2d7;
}

.badge-offers {
  background: pink;
  color: #ff3e9d;
  border-radius: 5px;
}

.badge-cart {
  background: #ff3e9d;
}

.supercollectionbooks {
  display: flex;
  flex-flow: column nowrap;
  margin: 90px auto 0px;
  width: 90%;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks {
    margin: 70px auto 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks {
    margin: 70px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .supercollectionbooks {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) {
  .supercollectionbooks {
    width: 97%;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks {
    width: 90%;
  }
}
.supercollectionbooks-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  margin: 20px 0px;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks-cards {
    padding: 30px 10px;
    gap: 35px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards {
    padding: 30px 10px;
    gap: 40px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .supercollectionbooks-cards {
    padding: 30px 10px;
    gap: 40px;
    justify-content: space-around;
    align-items: initial;
  }
}
@media only screen and (min-width: 992px) {
  .supercollectionbooks-cards {
    gap: 10px;
    padding: 30px 0px 30px 6px;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards {
    gap: 0px;
    padding: 30px 0px;
    justify-content: space-between;
    margin: 20px 0px;
  }
}
.supercollectionbooks-cards--card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  width: 330px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks-cards--card {
    width: 300px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards--card {
    width: 450px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .supercollectionbooks-cards--card {
    width: 335px;
    justify-content: start;
  }
}
@media only screen and (min-width: 992px) {
  .supercollectionbooks-cards--card {
    width: 325px;
    justify-content: start;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards--card {
    width: 330px;
  }
}
.supercollectionbooks-cards--card--img {
  width: 110px;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards--card--img {
    width: 130px;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards--card--img {
    width: 110px;
    height: 180px;
  }
}
.supercollectionbooks-cards--card--img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.supercollectionbooks-cards--card--imgs {
  width: 110px;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks-cards--card--imgs {
    width: 105px;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards--card--imgs {
    width: 130px;
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .supercollectionbooks-cards--card--imgs {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards--card--imgs {
    height: 180px;
    width: 110px;
  }
}
.supercollectionbooks-cards--card--imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supercollectionbooks-cards--card--imgss {
  width: 130px;
  height: 180px;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks-cards--card--imgss {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards--card--imgss {
    width: 150px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .supercollectionbooks-cards--card--imgss {
    width: 130px;
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .supercollectionbooks-cards--card--imgss {
    width: 130px;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards--card--imgss {
    width: 130px;
    height: 180px;
  }
}
.supercollectionbooks-cards--card--imgss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supercollectionbooks-cards--card--content {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 18px;
}
@media only screen and (max-width: 576px) {
  .supercollectionbooks-cards--card--content {
    padding: 0 10px 0 20px;
  }
}
@media only screen and (min-width: 576px) {
  .supercollectionbooks-cards--card--content {
    padding: 0 10px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .supercollectionbooks-cards--card--content {
    padding: 0 10px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .supercollectionbooks-cards--card--content {
    padding: 0 18px;
  }
}
.supercollectionbooks-cards--card--content__first {
  display: flex;
  flex-flow: row nowrap;
  align-items: initial;
}
.supercollectionbooks-cards--card--content__second {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 25px;
}
.supercollectionbooks-cards--card--content__second__bookname {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0e1f40;
  text-transform: capitalize;
  text-wrap: nowrap;
}
.supercollectionbooks-cards--card--content__second__author {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: rgb(32, 32, 32);
  text-transform: capitalize;
  margin-top: 10px;
}

.education-books {
  display: flex;
  flex-flow: column nowrap;
  margin: 120px auto 0px;
  border-radius: 5px;
  width: 95%;
  padding: 30px 0;
  background: rgb(255, 244, 249);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 576px) {
  .education-books {
    margin: 65px auto 0;
    padding: 25px 0;
    width: 98%;
  }
}
@media only screen and (min-width: 576px) {
  .education-books {
    margin: 85px auto 0;
  }
}
@media only screen and (min-width: 992px) {
  .education-books {
    margin: 100px auto 0;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books {
    margin: 120px auto o;
    width: 95%;
    padding: 30px 0;
  }
}
.education-books-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 576px) {
  .education-books-head {
    padding: 0 0px;
    justify-content: center;
    flex-flow: column nowrap;
  }
}
.education-books-cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0px;
}
@media only screen and (max-width: 576px) {
  .education-books-cards {
    margin: 35px 0px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-cards {
    margin: 50px 0px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .education-books-cards {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-cards {
    justify-content: space-between;
    margin: 60px 0px;
  }
}
.education-books-cards-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  width: 340px;
  height: 270px;
  background: linear-gradient(to right top, rgb(106, 106, 213), rgba(78, 1, 72, 0.95));
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card {
    width: 300px;
    height: 250px;
    border-radius: 10px;
    max-width: 360px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card {
    border-radius: 8px;
    width: 385px;
    max-width: 400px;
    padding: 0 25px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card {
    width: 340px;
    height: 270px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 0;
    padding: 0 0px;
  }
}
.education-books-cards-card-img {
  width: 180px;
  height: 210px;
  justify-content: center;
  align-items: center;
}
.education-books-cards-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.education-books-cards-card-content {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 15px;
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card-content {
    margin: 0 0px 0px 25px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card-content {
    margin: 0 15px;
  }
}
.education-books-cards-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}
.education-books-cards-card-content p {
  font-size: 14px;
  font-weight: 400;
  color: #a0b3ff;
  text-transform: capitalize;
  margin-top: 15px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card-content p {
    line-height: 1.8;
  }
}
.education-books-cards-card-content img {
  width: 150px;
  margin-top: 15px;
}
.education-books-cards-card-content .authors {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: end;
  width: 160px;
  margin-top: 5px;
}
.education-books-cards-card-content .authors img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.education-books-cards-card1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 10px;
  width: 340px;
  height: 270px;
  background: linear-gradient(to right top, #ffae00, #f03a3a);
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card1 {
    width: 300px;
    height: 250px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card1 {
    border-radius: 8px;
    width: 385px;
    padding: 0 25px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card1 {
    width: 340px;
    height: 270px;
    margin-top: 0px;
    padding: 0 0px;
  }
}
.education-books-cards-card1-img {
  width: 190px;
  height: 210px;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card1-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card1-img {
    margin-left: 20px;
  }
}
.education-books-cards-card1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education-books-cards-card1-content {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 15px;
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card1-content {
    margin: 0 0px 0px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card1-content {
    margin: 0 15px;
  }
}
.education-books-cards-card1-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}
.education-books-cards-card1-content p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.893);
  text-transform: capitalize;
  margin-top: 15px;
  letter-spacing: 0.05rem;
}
.education-books-cards-card1-content img {
  width: 150px;
  margin-top: 15px;
}
.education-books-cards-card1-content .authors {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: end;
  width: 160px;
  margin-top: 5px;
}
.education-books-cards-card1-content .authors img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.education-books-cards-card2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  width: 340px;
  height: 270px;
  background: linear-gradient(to right top, #f9e866, #1d3679, #0c7bb3, #f9e866);
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card2 {
    width: 300px;
    height: 250px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card2 {
    border-radius: 8px;
    width: 385px;
    padding: 0 25px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card2 {
    width: 340px;
    height: 270px;
    padding: 0 0px;
    border-radius: 10px 0px 0px 10px;
  }
}
.education-books-cards-card2-img {
  width: 190px;
  height: 210px;
  justify-content: center;
  align-items: center;
}
.education-books-cards-card2-img img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.education-books-cards-card2-content {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 20px;
}
@media only screen and (min-width: 576px) {
  .education-books-cards-card2-content {
    margin: 0 0px 0px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .education-books-cards-card2-content {
    margin: 0 15px;
  }
}
.education-books-cards-card2-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}
.education-books-cards-card2-content p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.893);
  text-transform: capitalize;
  margin-top: 15px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 576px) {
  .education-books-cards-card2-content p {
    line-height: 1.8;
  }
}
.education-books-cards-card2-content img {
  width: 150px;
  margin-top: 15px;
}
.education-books-cards-card2-content .authors {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: end;
  width: 160px;
  margin-top: 5px;
}
.education-books-cards-card2-content .authors img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.education-books-browse {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .education-books-browse {
    width: 88%;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse {
    width: 80%;
  }
}
.education-books-browse-cards-authors {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .education-books-browse-cards-authors {
    flex-flow: row nowrap;
    padding: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors {
    flex-flow: row nowrap;
    padding: 0px;
    justify-content: space-between;
  }
}
.education-books-browse-cards-authors-cards {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-cards {
    margin: 30px 0;
    justify-content: center;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .education-books-browse-cards-authors-cards {
    margin: 30px 0;
    justify-content: space-around;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-cards {
    justify-content: space-around;
    padding-left: 0px;
    margin: 0;
  }
}
.education-books-browse-cards-authors-cards-card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
  width: 310px;
  margin: 0 20px;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards-card {
    margin: 0 0;
    width: 290px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-cards-card {
    width: 260px;
    margin: 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .education-books-browse-cards-authors-cards-card {
    margin: 0 0px;
    width: 290px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-cards-card {
    margin: 0 20px;
    width: 310px;
  }
}
.education-books-browse-cards-authors-cards-card-img {
  width: 130px;
  height: 180px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards-card-img {
    width: 110px;
    height: 160px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-cards-card-img {
    width: 110px;
    height: 160px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-cards-card-img {
    width: 130px;
    height: 180px;
    margin-left: 0px;
  }
}
.education-books-browse-cards-authors-cards-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education-books-browse-cards-authors-cards-card-content {
  width: 180px;
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards-card-content {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-cards-card-content {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-cards-card-content {
    padding: 20px 0px;
  }
}
.education-books-browse-cards-authors-cards-card-content h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03rem;
  color: #0e1f40;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards-card-content h3 {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 600;
  }
}
.education-books-browse-cards-authors-cards-card-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #f03a3a;
  text-transform: capitalize;
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-cards-card-content h4 {
    font-size: 12px;
    font-weight: 600;
  }
}
.education-books-browse-cards-authors-cards-card-content img {
  width: 100px;
  margin-top: 15px;
}
.education-books-browse-cards-authors-authors {
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
  border: none;
  border-radius: 10px;
  padding-bottom: 10px;
  width: 200px;
  background: #18a5a7;
}
@media only screen and (max-width: 576px) {
  .education-books-browse-cards-authors-authors {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-authors {
    margin: 35px auto 0;
    width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .education-books-browse-cards-authors-authors {
    margin: 35px auto 0;
    width: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-authors {
    margin: 0;
    width: 200px;
  }
}
.education-books-browse-cards-authors-authors li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 30px;
  margin-top: 12px;
}
.education-books-browse-cards-authors-authors li:nth-child(6) {
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-authors li {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-authors li {
    padding: 0 30px;
  }
}
.education-books-browse-cards-authors-authors li img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.education-books-browse-cards-authors-authors li h4 {
  font-size: 14px;
  font-weight: 500;
  margin-left: 25px;
  text-align: start;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 576px) {
  .education-books-browse-cards-authors-authors li h4 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .education-books-browse-cards-authors-authors li h4 {
    margin-left: 25px;
  }
}

.popular-books {
  display: flex;
  flex-flow: column nowrap;
  margin: 90px auto 0px;
  width: 97%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.893);
}
@media only screen and (max-width: 576px) {
  .popular-books {
    margin: 45px auto 0;
    padding: 25px 0;
    width: 98%;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books {
    margin: 55px auto 0;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books {
    margin: 75px auto 0;
    padding: 20px 0;
  }
}
.popular-books-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 576px) {
  .popular-books-head {
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-head {
    padding: 0 5px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .popular-books-head {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-head {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .popular-books-head {
    padding: 0 30px;
  }
}
.popular-books-cards {
  margin: 120px auto 0px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards {
    width: 95%;
    margin: 100px auto 0px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards {
    width: 95%;
    margin: 120px auto 0px;
    gap: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .popular-books-cards {
    width: 90%;
    margin: 140px auto 0px;
    gap: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards {
    width: 92%;
    padding: 0 25px;
    gap: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .popular-books-cards {
    width: 100%;
    margin: 120px auto 0px;
    padding: 0;
    gap: 0px;
  }
}
.popular-books-cards-card {
  width: 350px;
  height: 200px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  border-radius: 5px;
  background: rgba(135, 20, 39, 0.7960784314);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card {
    width: 280px;
    height: 320px;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card {
    width: 290px;
    height: 320px;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card {
    width: 350px;
    height: 200px;
    flex-flow: row nowrap;
  }
}
.popular-books-cards-card img {
  width: 160px;
  height: 170px;
  padding-left: 20px;
  transform: translateY(-50px);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card img {
    width: 130px;
    height: 180px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card img {
    width: 130px;
    height: 180px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card img {
    width: 160px;
    height: 170px;
    padding-left: 20px;
    transform: translateY(-50px);
  }
}
.popular-books-cards-card .content {
  padding: 20px 15px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card .content {
    padding: 20px auto;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .popular-books-cards-card .content {
    padding: 20px 15px;
  }
}
.popular-books-cards-card .content-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f9e866;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card .content-name {
    text-align: start;
  }
}
.popular-books-cards-card .content-author {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card .content-author {
    text-align: start;
    margin-top: 10px;
  }
}
.popular-books-cards-card .content-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
  color: #e0cbda;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card .content-para {
    margin-top: 10px;
    text-align: start;
  }
}
.popular-books-cards-card .content-pages {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card .content-pages {
    margin-top: 10px;
  }
}
.popular-books-cards-card .content-pages span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: pink;
}
.popular-books-cards-card1 {
  width: 350px;
  height: 200px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  border-radius: 5px;
  background: rgba(34, 217, 34, 0.82);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 {
    width: 280px;
    height: 320px;
    flex-flow: column nowrap;
    margin-top: 110px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 {
    width: 290px;
    height: 320px;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 {
    width: 350px;
    height: 200px;
    flex-flow: row nowrap;
  }
}
.popular-books-cards-card1 img {
  width: 140px;
  height: 170px;
  padding-left: 20px;
  transform: translateY(-50px);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 img {
    width: 120px;
    height: 160px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 img {
    width: 120px;
    height: 160px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 img {
    width: 140px;
    height: 170px;
    padding-left: 20px;
    transform: translateY(-50px);
  }
}
.popular-books-cards-card1 .content {
  padding: 20px 15px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 .content {
    padding: 20px 15px;
    transform: translateY(0px);
  }
}
.popular-books-cards-card1 .content-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(78, 1, 72, 0.95);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 .content-name {
    text-align: start;
  }
}
.popular-books-cards-card1 .content-author {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 .content-author {
    text-align: start;
    margin-top: 10px;
  }
}
.popular-books-cards-card1 .content-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
  color: darkgreen;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 .content-para {
    margin-top: 10px;
    text-align: start;
  }
}
.popular-books-cards-card1 .content-pages {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card1 .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card1 .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card1 .content-pages {
    margin-top: 10px;
  }
}
.popular-books-cards-card1 .content-pages span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #112d60;
}
.popular-books-cards-card2 {
  width: 350px;
  height: 200px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  border-radius: 5px;
  background: #375ab8;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 {
    width: 280px;
    height: 320px;
    flex-flow: column nowrap;
    margin-top: 110px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 {
    width: 290px;
    height: 320px;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 {
    width: 350px;
    height: 200px;
    flex-flow: row nowrap;
  }
}
.popular-books-cards-card2 img {
  width: 125px;
  height: 170px;
  padding-left: 20px;
  transform: translateY(-50px);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 img {
    width: 110px;
    height: 160px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 img {
    width: 110px;
    height: 160px;
    transform: translateY(-70px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 img {
    width: 125px;
    height: 170px;
    padding-left: 20px;
    transform: translateY(-50px);
  }
}
.popular-books-cards-card2 .content {
  padding: 20px 15px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 .content {
    padding: 20px auto;
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 .content {
    padding: 20px 15px;
    transform: translateY(0px);
  }
}
.popular-books-cards-card2 .content-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffae00;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 .content-name {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 .content-name {
    text-align: start;
  }
}
.popular-books-cards-card2 .content-author {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 .content-author {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 .content-author {
    text-align: start;
    margin-top: 10px;
  }
}
.popular-books-cards-card2 .content-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 .content-para {
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 .content-para {
    text-align: start;
    margin-top: 10px;
  }
}
.popular-books-cards-card2 .content-pages {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .popular-books-cards-card2 .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .popular-books-cards-card2 .content-pages {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .popular-books-cards-card2 .content-pages {
    margin-top: 10px;
  }
}
.popular-books-cards-card2 .content-pages span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
}

.offers-books {
  width: 100%;
  height: 320px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 60px;
  margin: 110px auto 0px;
  background: linear-gradient(to left bottom, #ff3e9d, #0e1f40);
}
@media only screen and (max-width: 576px) {
  .offers-books {
    margin: 60px auto 0px;
    padding: 30px 10px 10px 10px;
    height: auto;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .offers-books {
    margin: 90px auto 0px;
    padding: 30px 10px 10px 10px;
    height: auto;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-books {
    flex-flow: row nowrap;
    height: 320px;
    padding: 0 0 0 60px;
  }
}
.offers-books-content {
  display: flex;
  flex-flow: column nowrap;
  padding: 0px 20px 20px;
  max-width: 380px;
}
@media only screen and (min-width: 576px) {
  .offers-books-content {
    max-width: 450px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-books-content {
    max-width: 380px;
    padding: 0 20px 20px;
  }
}
.offers-books-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
.offers-books-content h3 {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 700;
  color: #f9e866;
}
.offers-books-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
  color: rgb(255, 255, 255);
}
.offers-books-content h4 {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  color: pink;
  text-transform: capitalize;
}
.offers-books-cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards {
    justify-content: center;
    margin: 30px auto;
    gap: 50px;
  }
}
@media only screen and (min-width: 576px) {
  .offers-books-cards {
    justify-content: center;
    margin: 45px auto;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .offers-books-cards {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-books-cards {
    margin: 0 0;
    justify-content: end;
    gap: 0;
    flex-flow: row nowrap;
  }
}
.offers-books-cards-card {
  display: flex;
  flex-flow: row nowrap;
  max-width: 390px;
  height: 230px;
  background: #0e1f40;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card {
    margin-left: 0;
    max-width: 300px;
    border-radius: 5px;
    height: 250px;
  }
}
@media only screen and (min-width: 576px) {
  .offers-books-cards-card {
    max-width: 340px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .offers-books-cards-card {
    max-width: 358px;
  }
}
@media only screen and (min-width: 992px) {
  .offers-books-cards-card {
    max-width: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-books-cards-card {
    max-width: 390px;
    margin-left: 20px;
  }
}
.offers-books-cards-card img {
  width: 110px;
  height: 170px;
}
.offers-books-cards-card-content {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 15px;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card-content {
    padding: 20px 0 20 10px;
  }
}
.offers-books-cards-card-content .first {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card-content .first {
    flex-flow: column nowrap;
    align-items: initial;
    justify-content: center;
  }
}
.offers-books-cards-card-content .first img {
  width: 85px;
  height: 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card-content .first img {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .offers-books-cards-card-content .first img {
    margin-left: 10px;
    width: 70px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .offers-books-cards-card-content .first img {
    margin-left: 15px;
    width: 85px;
    height: 20px;
  }
}
.offers-books-cards-card-content .first h4 {
  font-size: 10px;
  font-weight: 300;
  color: #cf8cff;
  margin-left: 8px;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card-content .first h4 {
    display: none;
  }
}
.offers-books-cards-card-content h2 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  margin-top: 15px;
}
.offers-books-cards-card-content h3 {
  font-size: 14px;
  font-weight: 300;
  color: pink;
  text-transform: capitalize;
  margin-top: 10px;
}
.offers-books-cards-card-content .second {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px;
}
.offers-books-cards-card-content .second h1 {
  font-size: 18px;
  font-weight: 700;
  color: #63acb0;
}
.offers-books-cards-card-content .second h5 {
  font-size: 10px;
  font-weight: 300;
  color: #63acb0;
  text-decoration: line-through;
  margin-left: 12px;
}
.offers-books-cards-card-content .third {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 12px;
}
.offers-books-cards-card-content .third-line {
  width: 85px;
  height: 2px;
  border-radius: 2px 0 0 2px;
  background: #ffae00;
}
.offers-books-cards-card-content .third-white {
  width: 15px;
  height: 2px;
  border-radius: 0 2px 2px 0;
  background: rgb(255, 255, 255);
  margin-right: 12px;
}
.offers-books-cards-card-content p {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #0c7bb3;
}
.offers-books-cards-card:nth-child(2) {
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 576px) {
  .offers-books-cards-card:nth-child(2) {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 576px) {
  .offers-books-cards-card:nth-child(2) {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-books-cards-card:nth-child(2) {
    border-radius: 10px 0px 0px 10px;
  }
}

.fantasy-books {
  display: flex;
  flex-flow: column nowrap;
  margin: 100px auto 0px;
  width: 97%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.893);
}
@media only screen and (max-width: 576px) {
  .fantasy-books {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books {
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .fantasy-books {
    margin: 70px auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-books {
    margin: 90px auto 0;
  }
}
.fantasy-books-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-head {
    justify-content: center;
    padding: 0;
    flex-flow: column nowrap;
  }
}
.fantasy-books-cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  margin: 50px 0px;
  padding: 0 4%;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards {
    justify-content: center;
    padding: 0 2%;
    gap: 50px;
    margin: 30px 0px;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards {
    justify-content: center;
    padding: 0 1%;
    gap: 50px;
    margin: 60px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .fantasy-books-cards {
    margin: 75px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-books-cards {
    margin: 50px 0px;
    padding: 0 4%;
    justify-content: space-around;
    gap: 0px;
  }
}
.fantasy-books-cards-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 4px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  width: 500px;
  height: 250px;
  background: rgb(255, 244, 249);
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards-card {
    flex-flow: column nowrap;
    width: 300px;
    height: auto;
    padding: 30px 10px 10px;
    align-items: initial;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards-card {
    flex-flow: column nowrap;
    width: 310px;
    height: auto;
    padding: 30px 10px 10px;
    align-items: initial;
  }
}
@media only screen and (min-width: 768px) {
  .fantasy-books-cards-card {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .fantasy-books-cards-card {
    width: 450px;
    flex-flow: row nowrap;
    align-items: center;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-books-cards-card {
    width: 500px;
    height: 250px;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0px 20px;
  }
}
.fantasy-books-cards-card-img {
  width: 140px;
  height: 220px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards-card-img {
    width: 120px;
    height: 180px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards-card-img {
    width: 120px;
    height: 180px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-books-cards-card-img {
    width: 140px;
    height: 220px;
    margin: 0 auto;
  }
}
.fantasy-books-cards-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fantasy-books-cards-card-content {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 290px;
  margin-left: 25px;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards-card-content {
    margin: 35px 0 0px 10px;
    flex-basis: 0;
    padding: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards-card-content {
    margin: 35px 0 0px 10px;
    flex-basis: 0;
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .fantasy-books-cards-card-content {
    flex-basis: 290px;
    margin: 0 0 0 25px;
  }
}
.fantasy-books-cards-card-content .first {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.fantasy-books-cards-card-content .first img {
  width: 85px;
  height: 20px;
  margin-left: 15px;
}
.fantasy-books-cards-card-content .first h4 {
  font-size: 10px;
  font-weight: 400;
  color: #f03a3a;
  margin-left: 8px;
}
.fantasy-books-cards-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  margin-top: 15px;
  align-self: self-start;
}
.fantasy-books-cards-card-content p {
  font-size: 12px;
  font-weight: 400;
  color: black;
  line-height: 1.8;
  margin-top: 10px;
}
.fantasy-books-cards-card-content .second {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 12px;
}
.fantasy-books-cards-card-content .second h1 {
  font-size: 18px;
  font-weight: 800;
  color: #ff3e9d;
}
.fantasy-books-cards-card-content .second h5 {
  font-size: 10px;
  font-weight: 400;
  color: pink;
  text-decoration: line-through;
  margin-left: 12px;
}
.fantasy-books-cards-card-content .buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards-card-content .buttons {
    align-items: center;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards-card-content .buttons {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-books-cards-card-content .buttons {
    margin-bottom: 0px;
  }
}
.fantasy-books-cards-card-content .buttons h5 {
  font-size: 12px;
  font-weight: 500;
  color: rgba(78, 1, 72, 0.95);
  margin-left: 8px;
  text-transform: capitalize;
}
@media only screen and (max-width: 576px) {
  .fantasy-books-cards-card-content .buttons h5 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-books-cards-card-content .buttons h5 {
    margin-right: 0px;
  }
}

.business-books {
  display: flex;
  flex-flow: column nowrap;
  margin: 70px auto 0px;
  width: 100%;
  padding: 30px 70px;
  background: rgb(247, 244, 255);
}
@media only screen and (max-width: 576px) {
  .business-books {
    margin: 15px auto 0px;
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 576px) {
  .business-books {
    margin: 25px auto 0px;
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-books {
    margin: 45px auto 0px;
    padding: 30px 70px;
  }
}
.business-books-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .business-books-head {
    text-wrap: nowrap;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .business-books-head {
    text-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .business-books-head {
    padding: 0;
  }
}
.business-books-cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  margin: 70px 0px 50px;
  padding: 0 7%;
}
@media only screen and (max-width: 576px) {
  .business-books-cards {
    margin: 35px auto 0px;
    width: 96%;
    gap: 30px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .business-books-cards {
    gap: 50px;
    width: 90%;
    margin: 70px auto 30px;
    padding: 0 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .business-books-cards {
    width: 96%;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-books-cards {
    width: 100%;
    padding: 0 7%;
    justify-content: space-around;
    margin: 70px 0px 50px;
  }
}
.business-books-cards-card {
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
  border-radius: 4px;
  padding: 0 20px;
  width: 190px;
  height: 350px;
}
@media only screen and (max-width: 576px) {
  .business-books-cards-card {
    flex-flow: row nowrap;
    width: 300px;
    max-width: 380px;
    height: 200px;
    padding: 0 10px 0px 10px;
  }
}
.business-books-cards-card-img {
  width: 120px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .business-books-cards-card-img {
    width: 110px;
    height: 190px;
    max-width: 125px;
  }
}
.business-books-cards-card-img img {
  width: 100%;
  height: 100%;
}
.business-books-cards-card-content {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  .business-books-cards-card-content {
    margin: 0px 0px 0 15px;
  }
}
.business-books-cards-card-content img {
  width: 100px;
  height: 20px;
}
.business-books-cards-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  margin-top: 8px;
  align-self: self-start;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 576px) {
  .business-books-cards-card-content h3 {
    text-wrap: nowrap;
  }
}
.business-books-cards-card-content h4 {
  font-size: 12px;
  font-weight: 500;
  color: black;
  margin-top: 8px;
  text-transform: capitalize;
}
.business-books-cards-card-content .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  background: #112d60;
  padding: 7px 0 7px 14px;
  border-radius: 10px 14px 14px 10px;
}
.business-books-cards-card-content .box .left {
  display: flex;
  flex-flow: column nowrap;
}
.business-books-cards-card-content .box .left h2 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.business-books-cards-card-content .box .left h3 {
  font-size: 10px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: line-through;
  margin-top: 6px;
}
.business-books-cards-card-content .box .badge-cart {
  width: 43px;
  height: 43px;
  border-radius: 43px;
  transform: translateX(20px);
}

.genre-books {
  display: flex;
  flex-flow: column nowrap;
  margin: 110px auto 0px;
  width: 95%;
  padding: 50px 10px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
  .genre-books {
    margin: 70px auto 0px;
    width: 97%;
    padding: 25px 10px 35px;
  }
}
@media only screen and (min-width: 576px) {
  .genre-books {
    margin: 90px auto 0px;
    padding: 40px 10px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .genre-books {
    margin: 110px auto 0px;
    padding: 50px 10px;
  }
}
.genre-books-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media only screen and (max-width: 576px) {
  .genre-books-head {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 576px) {
  .genre-books-head {
    align-items: center;
    justify-content: space-between;
    text-wrap: nowrap;
  }
}
.genre-books-intro {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0px auto;
  background: pink;
  border-radius: 8px;
  max-width: 650px;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .genre-books-intro {
    margin: 25px auto 0px auto;
    padding: 20px 10px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) {
  .genre-books-intro {
    max-width: 620px;
    margin: 55px auto 0px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .genre-books-intro {
    max-width: 650px;
    margin: 40px auto 0px auto;
  }
}
.genre-books-intro h2 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(78, 1, 72, 0.95);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 576px) {
  .genre-books-intro h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
  }
}
.genre-books-intro p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  max-width: 400px;
  margin-top: 10px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 576px) {
  .genre-books-intro p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.genre-books-cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  margin: 100px 0px 0px 0px;
}
@media only screen and (max-width: 576px) {
  .genre-books-cards {
    margin: 70px 0 0 0;
    gap: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .genre-books-cards {
    margin: 60px 0 30px 0;
    gap: 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .genre-books-cards {
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .genre-books-cards {
    flex-flow: row nowrap;
    margin: 100px 0px 0px 0px;
    gap: 0;
  }
}
.genre-books-cards-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  padding: 20px;
  width: 350px;
  height: 230px;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 576px) {
  .genre-books-cards-card {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.18);
    padding: 20px auto;
  }
}
@media only screen and (min-width: 576px) {
  .genre-books-cards-card {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.18);
    padding: 20px 10px;
    width: 325px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .genre-books-cards-card {
    padding: 20px;
    width: 350px;
    height: 230px;
  }
}
.genre-books-cards-card-img {
  width: 110px;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1001;
}
.genre-books-cards-card-img img {
  width: 100%;
  height: 100%;
}
.genre-books-cards-card-content {
  display: flex;
  flex-flow: column nowrap;
  width: 210px;
  padding: 0 0 22px 10px;
}
@media only screen and (max-width: 576px) {
  .genre-books-cards-card-content {
    width: 200px;
  }
}
.genre-books-cards-card-content img {
  width: 100px;
  height: 20px;
  margin-top: 10px;
}
.genre-books-cards-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  margin-top: 8px;
  align-self: self-start;
  font-family: "Poppins", sans-serif;
}
.genre-books-cards-card-content h4 {
  font-size: 12px;
  font-weight: 500;
  color: #f9e866;
  margin-top: 8px;
  text-transform: capitalize;
}
.genre-books-cards-card-content p {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-top: 8px;
  line-height: 1.8;
}

.about-book {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 600px;
  height: 550px;
  background: rgb(248, 239, 255);
  margin-top: 120px;
}
@media only screen and (max-width: 576px) {
  .about-book {
    max-height: 900px;
    height: 850px;
    margin-top: 90px;
    padding: 30px 0px;
    align-items: start;
    justify-content: start;
  }
}
@media only screen and (min-width: 576px) {
  .about-book {
    max-height: auto;
    height: auto;
    margin-top: 90px;
    padding: 35px 0px 35px;
    align-items: start;
    justify-content: start;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book {
    align-items: center;
    justify-content: center;
    max-height: 600px;
    height: 550px;
    margin-top: 120px;
    padding: 0;
  }
}
.about-book-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: end;
  padding: 0 15%;
}
@media only screen and (max-width: 576px) {
  .about-book-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: initial;
    padding: 30px 6% 0px;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-content {
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding: 30px 6% 0px;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-content {
    padding: 30px 10% 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-content {
    justify-content: space-between;
    align-items: end;
    padding: 0 15%;
  }
}
.about-book-content h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  width: 38%;
}
@media only screen and (max-width: 576px) {
  .about-book-content h1 {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin: 0px 0 25px;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-content h1 {
    font-size: 22px;
    font-weight: 700;
    width: 40%;
    margin: 0px 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-content h1 {
    font-size: 26px;
    width: 38%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-content h1 {
    font-size: 28px;
    width: 38%;
    margin: 0;
  }
}
.about-book-content p {
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 1.8;
  width: 48%;
}
@media only screen and (max-width: 576px) {
  .about-book-content p {
    width: 96%;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-content p {
    width: 54%;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-content p {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-content p {
    width: 48%;
  }
}
.about-book-card {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  height: 250px;
  padding: 0 20px;
  max-width: 100%;
  width: 69%;
  margin: 60px 0px 40px 0px;
  background: rgb(212, 162, 255);
}
@media only screen and (max-width: 576px) {
  .about-book-card {
    height: 500px;
    margin: 45px auto 0px;
    width: 90%;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-card {
    height: 280px;
    margin: 35px auto 40px;
    width: 90%;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .about-book-card {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-card {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-card {
    width: 69%;
    height: 250px;
    justify-content: space-between;
    margin: 60px 0px 40px 0px;
  }
}
.about-book-card img {
  width: 270px;
  height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .about-book-card img {
    width: 270px;
    height: 200px;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-card img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-card img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-card img {
    width: 270px;
    height: 250px;
  }
}
.about-book-card .sub-card {
  width: 500px;
  height: 200px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.893);
}
@media only screen and (max-width: 576px) {
  .about-book-card .sub-card {
    padding: 0 0px 0 15px;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-card .sub-card {
    width: 400px;
    height: auto;
    padding: 15px 0px 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-card .sub-card {
    width: 425px;
    height: auto;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-card .sub-card {
    width: 500px;
    height: 200px;
    align-items: center;
    padding: 0;
    justify-content: space-around;
  }
}
.about-book-card .sub-card h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  text-transform: capitalize;
  color: black;
}
@media only screen and (max-width: 576px) {
  .about-book-card .sub-card h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-card .sub-card h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-card .sub-card h2 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-card .sub-card h2 {
    font-size: 22px;
  }
}
.about-book-card .sub-card-services {
  display: flex;
  flex-flow: column;
  align-items: initial;
}
@media only screen and (max-width: 576px) {
  .about-book-card .sub-card-services {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .about-book-card .sub-card-services {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-book-card .sub-card-services {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-book-card .sub-card-services {
    margin-left: 0px;
  }
}
.about-book-card .sub-card-services .customers {
  display: flex;
  flex-flow: column nowrap;
}
.about-book-card .sub-card-services .customers h5 > span {
  font-size: 12px;
  font-weight: 600;
  color: #9600ff;
  margin-left: 10px;
  line-height: 1.8;
}
.about-book-card .sub-card-services .customers h4 {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 8px 27px;
  color: #112d60;
  line-height: 1.8;
}
.about-book-card .sub-card-services .book-collections {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 15px;
}
.about-book-card .sub-card-services .book-collections h5 > span {
  font-size: 12px;
  font-weight: 600;
  color: #9600ff;
  margin-left: 10px;
  line-height: 1.8;
}
.about-book-card .sub-card-services .book-collections h4 {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 8px 27px;
  color: #112d60;
  line-height: 1.8;
}

.fantasy-view-book {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-flow: row wrap;
  margin: 130px auto 0px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book {
    width: 95%;
    margin: 90px auto 0;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-view-book {
    width: 100%;
    margin: 90px auto 0;
    padding: 0 3%;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .fantasy-view-book {
    align-items: initial;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-view-book {
    width: 85%;
    padding: 0;
    margin: 130px auto 0;
  }
}
.fantasy-view-book-img {
  width: 240px;
  height: 360px;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-img {
    width: 200px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .fantasy-view-book-img {
    width: 240px;
    height: 360px;
  }
}
.fantasy-view-book-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fantasy-view-book-content {
  width: 390px;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
  padding: 0px 0px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content {
    padding: 35px 0px 0px 0px;
    align-items: center;
  }
}
.fantasy-view-book-content h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0e1f40;
}
.fantasy-view-book-content h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  color: #ff3e9d;
}
.fantasy-view-book-content h4 {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 8px;
  color: rgba(78, 1, 72, 0.95);
}
.fantasy-view-book-content .rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 12px;
}
.fantasy-view-book-content .rating img {
  width: 100px;
  height: 20px;
}
.fantasy-view-book-content .rating span {
  font-size: 10px;
  font-weight: 500;
  color: darkgreen;
  margin-left: 10px;
}
.fantasy-view-book-content .specify {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px;
}
.fantasy-view-book-content .specify h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 10px;
  color: black;
}
.fantasy-view-book-content .specify h6 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: black;
  padding-left: 10px;
  border-left: 3px solid black;
}
.fantasy-view-book-content .social-icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 18px;
}
.fantasy-view-book-content .social-icons img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.fantasy-view-book-content .special {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d3679;
  margin-top: 15px;
  letter-spacing: 0.05rem;
}
.fantasy-view-book-content p {
  font-size: 12px;
  font-weight: 600;
  color: rgb(44, 44, 44);
  margin-top: 15px;
  line-height: 1.8;
  border-bottom: 2px solid #112d60;
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content p {
    margin: 15px 10px 0px 15px;
  }
}
.fantasy-view-book-content p a {
  color: rgba(78, 1, 72, 0.95);
}
.fantasy-view-book-content .other-details {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content .other-details {
    align-items: initial;
    flex-flow: column nowrap;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 576px) {
  .fantasy-view-book-content .other-details {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fantasy-view-book-content .other-details {
    padding: 20px 0;
  }
}
.fantasy-view-book-content .other-details-left {
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
}
.fantasy-view-book-content .other-details-left li {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #1d3679;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content .other-details-left li {
    margin-bottom: 15px;
  }
}
.fantasy-view-book-content .other-details-right {
  display: flex;
  flex-flow: column nowrap;
  align-items: initial;
  margin-left: 35px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content .other-details-right {
    margin-left: 0;
  }
}
.fantasy-view-book-content .other-details-right li {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #1d3679;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-content .other-details-right li {
    margin-bottom: 15px;
  }
  .fantasy-view-book-content .other-details-right li:nth-child(3) {
    margin-bottom: 0px;
  }
}
.fantasy-view-book-card {
  width: 310px;
  height: 420px;
  border-radius: 5px;
  background: rgb(255, 244, 249);
  display: flex;
  flex-flow: column nowrap;
  padding: 25px 20px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-card {
    width: 290px;
    height: 410px;
    padding: 25px 10px;
  }
}
.fantasy-view-book-card .online-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.fantasy-view-book-card .online-price h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(78, 1, 72, 0.95);
}
.fantasy-view-book-card .online-price h5 {
  font-size: 14px;
  font-weight: 500;
  color: #112d60;
  text-transform: capitalize;
}
.fantasy-view-book-card .member-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-bottom: 2px solid black;
  padding-bottom: 25px;
}
.fantasy-view-book-card .member-price h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(78, 1, 72, 0.95);
}
.fantasy-view-book-card .member-price h5 {
  font-size: 14px;
  font-weight: 500;
  color: #112d60;
  text-transform: capitalize;
}
.fantasy-view-book-card .order {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  margin-top: 25px;
}
.fantasy-view-book-card .order h4 > span {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 0px 20px 15px;
  color: #1d3679;
}
.fantasy-view-book-card .view-books-buttons {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 35px;
}
@media only screen and (max-width: 576px) {
  .fantasy-view-book-card .view-books-buttons {
    margin-top: 15px;
  }
}

.customer-reviews {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 90px auto 0px;
  width: 85%;
  height: auto;
  padding: 0 1% 0 5%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .customer-reviews {
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews {
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .customer-reviews {
    width: 90%;
    padding: 0 3%;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews {
    width: 85%;
    padding: 0 1% 0 5%;
    justify-content: space-between;
  }
}
.customer-reviews-content {
  display: flex;
  flex-flow: column nowrap;
  width: 40%;
  height: auto;
  padding: 20px 0px;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-content {
    width: 80%;
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-content {
    width: 50%;
    padding: 0 20px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .customer-reviews-content {
    width: 40%;
    padding: 0 20 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-content {
    padding: 20px 0px;
  }
}
.customer-reviews-content h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  letter-spacing: 0.05rem;
  width: 80%;
  line-height: 1.8;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-content h1 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-content h1 {
    width: 100%;
    text-align: start;
    font-size: 18px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-content h1 {
    width: 80%;
    text-align: start;
  }
}
@media only screen and (min-width: 1200px) {
  .customer-reviews-content h1 {
    width: 80%;
    text-align: start;
    font-size: 22px;
    font-weight: 700;
  }
}
.customer-reviews-content p {
  font-size: 14px;
  font-weight: 500;
  color: #0e1f40;
  line-height: 1.8;
  margin-top: 25px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-content p {
    width: 100%;
    text-align: justify;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-content p {
    width: 100%;
    text-align: start;
    font-size: 12px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1200px) {
  .customer-reviews-content p {
    width: 100%;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
  }
}
.customer-reviews-image {
  width: 400px;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-image {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-image {
    width: 300px;
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-image {
    width: 400px;
    height: 400px;
  }
}
.customer-reviews-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-reviews-card {
  width: 280px;
  height: 160px;
  border-radius: 10px;
  background: #f9e866;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 18px 0 0 0;
  justify-content: center;
  position: absolute;
  top: 23%;
  right: 23%;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-card {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-card {
    top: 13%;
    right: 3%;
    position: absolute;
    padding: 10px 0 10px 0;
    width: 260px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-card {
    top: 23%;
    right: 23%;
    width: 280px;
    height: 160px;
  }
}
.customer-reviews-card img {
  width: 120px;
  height: 20px;
}
.customer-reviews-card .customer-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(20px);
}
@media only screen and (min-width: 576px) {
  .customer-reviews-card .customer-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-card .customer-img {
    display: block;
  }
}
.customer-reviews-card .customer-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.customer-reviews-card-1 {
  width: 280px;
  height: 160px;
  border-radius: 10px;
  background: #ff3e9d;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 18px 0 0 0;
  position: absolute;
  bottom: -6%;
  right: -6%;
}
@media only screen and (max-width: 576px) {
  .customer-reviews-card-1 {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) {
  .customer-reviews-card-1 {
    bottom: -14%;
    right: 3%;
    position: absolute;
    padding: 10px 0 10px 0;
    width: 260px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-card-1 {
    bottom: -6%;
    right: -6%;
    position: absolute;
    padding: 10px 0 10px 0;
    width: 280px;
    height: 160px;
  }
}
.customer-reviews-card-1 img {
  width: 120px;
  height: 20px;
}
@media only screen and (min-width: 576px) {
  .customer-reviews-card-1 .customer-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .customer-reviews-card-1 .customer-img {
    display: block;
  }
}
.customer-reviews-card-1 .customer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.contact-us {
  display: flex;
  flex-flow: row nowrap;
  border: none;
  border-radius: 10px;
  background: rgb(255, 244, 249);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  margin: 150px auto 0px;
  width: 78%;
  height: auto;
  padding: 30px;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .contact-us {
    width: 88%;
    padding: 30px 20px;
    flex-flow: column wrap;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us {
    width: 85%;
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us {
    width: 85%;
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us {
    width: 78%;
    padding: 30px;
  }
}
.contact-us-right {
  max-width: 400px;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .contact-us-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us-right {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-right {
    max-width: 400px;
    margin: 0;
  }
}
.contact-us-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us-left {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  margin-left: 30px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 576px) {
  .contact-us-left {
    margin-left: 0;
    padding: 0;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us-left {
    margin-left: 0;
    padding: 0;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us-left {
    margin-left: 25px;
    padding: 0 0 0 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-left {
    margin-left: 30px;
  }
}
.contact-us-left h3 {
  font-size: 16px;
  font-weight: 600;
  color: #112d60;
  text-transform: capitalize;
}
.contact-us-left h4 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(78, 1, 72, 0.95);
  text-transform: capitalize;
  margin-top: 10px;
}

/*# sourceMappingURL=main.css.map */
