* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
}
.color-text-primary {
  color: #2c293b;
}
.color-text-primary-dark {
  color: #2b0f42;
}
.cursor-pointer {
  cursor: pointer;
}
.header-top-first {
  vertical-align: middle;
  background: #fff1e6;
}
.header {
  z-index: 2000;
}
.input-search {
  background: #fff1e6;
  margin: auto;
}
.input-group-text {
  position: absolute;
  top: 3px;
  right: 1rem;
  transition: all 0.3s ease;
  z-index: 100;
}
.input-group-text:hover {
  transform: scale(1.5);
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.nav-links {
  color: #171717;
}
.nav-item {
  transition: all 0.3s ease;
  line-height: 1.375;
  position: relative;
  /* padding: .6rem; */
}
.nav-item::after {
  content: "";
  width: 100%;
  height: 0.15rem;
  background: #573ba3;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  display: none;
}
.nav-item:hover::after {
  display: block;
}
.btn-close- {
  transition: all 0.3s ease;
}
.btn-close-:hover {
  box-shadow: 0 5px 10px #2c293b26;
}
.navbar-inside {
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.show-nav-side {
  transform: translateX(0);
}
.nav-item-inside:hover {
  background: lightgray;
}
.bookslist {
  font-family: GT Super Bold, sans-serif;
}
.books-container {
  height: 240px;
  padding: 0.4rem 0;
  overflow-x: auto;
}
.books-item {
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.books-item:hover {
  transform: scale(1.02);
}
@media screen and (min-width: 1400px) {
  .bookslist {
    width: 70%;
    margin: auto;
  }
  .books-container {
    overflow-x: hidden;
  }
}
.books-info {
  color: #2c293b;
}
.ads {
  display: flex;
  justify-content: center;
  place-items: center;
}
.sign-in {
  font-family: Inter;
  background: #ffeee6;
}
.sign-in .row {
  place-content: center;
  place-items: center;
}
.btn-signin {
  background: #573ba3;
}
.footer {
  background: #2b0f42;
}
.footer-link:hover {
  color: #573ba3 !important;
}
.inside-list {
  width: 50rem;
  top: 1.5rem;
  display: none;
  z-index: 100;
}
.inside-list-2 {
  left: -32rem;
}
.inside-list-3 {
  left: -36.5rem;
}
.inside-list-link {
  color: #2c293b;
}
.inside-list-link:hover {
  border-bottom: 1px solid #573ba3;
}
.navbar-list .nav-item:hover .inside-list {
  display: flex;
}
