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

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.container {
  max-width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oleo Script", serif;
}

/* Ganti warna latar belakang scrollbar */
::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 15px;
  height: 7px;
}

/* Ganti warna scrollbar dan tambahkan border radius */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

/* Ganti warna ketika cursor berada di atas scrollbar */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Ganti warna ketika scrollbar aktif */
::-webkit-scrollbar-thumb:active {
  background-color: #333;
}

.btn-primary {
  display: inline-block;
  background-color: #f3e99f;
  color: #000;
  font-weight: 600;
  padding: 0.5rem 3rem;
  text-decoration: none;
}

.btn-like,
.btn-comment {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  outline: none;
}
.btn-like i.fa-solid,
.btn-comment i.fa-solid {
  color: #2181d9 !important;
}

.btn-rating i.fa-solid {
  color: #f99500;
}

.navbar {
  background-color: #2b2e4a;
}
.navbar-input {
  padding: 0.25rem 0.5rem;
  background-color: #f3e99f;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.navbar-input input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #f3e99f;
  border-radius: 0;
}
.navbar-input input:focus {
  background: none;
  border: none;
  outline: none !important;
}
.navbar-input select {
  padding: 0 0.5rem;
  background-color: #f3e99f;
  border: none;
  border-right: 1px solid #000;
}
.navbar-input i {
  margin-left: 1rem;
}
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navbar-brand {
  text-transform: uppercase;
  font-family: "Oleo Script", serif;
  letter-spacing: 5px;
  font-size: 40px;
}
.navbar-collapse {
  margin-left: auto;
  flex-direction: row-reverse;
}
.navbar form.d-flex {
  margin: auto;
}

.nav-link {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.swiper {
  margin: 4rem 0;
  margin-bottom: 2rem;
}
.swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
.swiper-slide:nth-child(1) {
  width: 577px;
}
.swiper-slide:nth-child(2) {
  width: 922px;
}
.swiper-slide:nth-child(3) {
  width: 571px;
}
.swiper-slide img {
  height: 380px !important;
}

.book h1 {
  margin-bottom: 2rem;
}
.book-filter {
  border-right: 1px solid #000;
  font-size: 32px;
}
.book-filter ul {
  padding: 0;
}
.book-filter ul li {
  list-style: none;
}
.book-filter ul li label a {
  text-decoration: none;
  color: #212529;
}
.book-filter ul li input {
  scale: 1.5;
  margin-left: 1rem;
  accent-color: #2b2e4a;
  border: 1px solid #2b2e4a;
  padding: 0.5rem !important;
}
.book-filter ul li label {
  font-size: 32px;
}
.book-list {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
}
.book-card {
  text-align: center;
  position: relative;
}
.book-card-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.book-card-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.book-card-overlay button {
  border: none;
  outline: none;
  background: none;
}
.book-card-overlay button i {
  font-size: 24px;
  color: #000;
  transition: all 0.3s ease;
}
.book-card-overlay button i.fa-solid {
  color: red;
}
.book-card-info {
  margin: 1rem 0;
}
.book-card h5 {
  font-family: "Podkova", serif;
  font-size: 24px;
}
.book-card p {
  font-size: 13px;
}
.book-rating img {
  width: 24px;
  aspect-ratio: 1/1;
}

.footer {
  background-color: #2b2e4a;
  padding: 3rem 2rem;
  color: #f3e99f;
}
.footer h1 {
  text-transform: uppercase;
  font-family: "Oleo Script", serif;
  letter-spacing: 5px;
  font-size: 40px;
  margin-bottom: 2rem;
}
.footer .col-lg-3 {
  display: flex;
  justify-content: flex-end;
}
.footer-4 {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
}
.footer-description {
  width: 75%;
}
.footer ul {
  padding: 0;
  padding-left: 1rem;
}
.footer ul li a {
  color: #f3e99f;
  text-decoration: none;
}
.footer p {
  margin-bottom: 1rem;
}
.footer-social {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 1rem;
}
.footer-social li {
  list-style: none;
}
.footer-social li a {
  font-size: 32px;
}

.login .container-fluid {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.login-footer a {
  text-decoration: none;
  font-weight: 700;
  color: #2b2e4a;
}
.login-form {
  width: 35%;
  padding: 2rem;
  text-align: center;
  background-color: #2b2e4a;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 1rem;
}
.login-form p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.75);
}
.login-form input {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-color: #e6e7f4;
}
.login-form .btn-login {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3e99f;
  padding: 0.5rem 1rem;
  color: #2b2e4a;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.5rem;
}

.register .container-fluid {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.register-footer a {
  text-decoration: none;
  font-weight: 700;
  color: #2b2e4a;
}
.register-form {
  width: 35%;
  padding: 2rem;
  text-align: center;
  background-color: #2b2e4a;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 1rem;
}
.register-form p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.75);
}
.register-form input {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-color: #e6e7f4;
}
.register-form .btn-register {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3e99f;
  padding: 0.5rem 1rem;
  color: #2b2e4a;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.5rem;
}

main {
  position: relative;
}

.choose {
  margin: 8rem 0;
  margin-bottom: 10rem;
}
.choose-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.choose-header {
  text-align: center;
}
.choose-header h1 {
  font-size: 64px;
}
.choose-header p {
  color: #d80000;
  font-size: 32px;
}
.choose-item {
  border: none;
  background: none;
  text-align: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.choose-item h2 {
  font-size: 48px;
}
.choose-item.active img {
  border: 10px solid #f3e99f;
}
.choose-item img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.choose-footer {
  display: flex;
  justify-content: center;
}
.choose-footer a {
  margin-top: 4rem;
}
.choose-overlay-left {
  position: absolute;
  left: 0;
  bottom: -100px;
}
.choose-overlay-right {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.detail {
  margin: 7rem 0;
  padding: 3rem 3rem;
}
.detail-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-left p {
  margin-top: 1rem;
}
.detail-review {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.detail-review-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-review-left img {
  width: 76px;
  height: 76px;
  aspect-ratio: 1/1;
}
.detail-review-right {
  margin-left: 2rem;
}
.detail-review-right .review-rating {
  margin-bottom: 0.5rem;
}
.detail-review-right .review-rating img {
  width: 16px;
}
.detail-review-right p {
  width: 75%;
}
.detail-review-right .review-button {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.detail-author {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.detail-author-left img {
  width: 113px;
  height: 113px;
  border-radius: 100%;
}
.detail-author-right h2 {
  font-size: 36px;
}
.detail-author-right p.author-info {
  color: rgba(0, 0, 0, 0.5);
}
.detail-author-right p {
  width: 70%;
}
.detail-shop {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.detail-genre {
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
.detail-genre span {
  color: #000;
  font-weight: 700;
}
.detail-page {
  color: rgba(0, 0, 0, 0.5);
}
.detail-left img {
  width: 100%;
}
.detail-right {
  margin-left: 2rem;
}
.detail-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-rating-star {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-rating-star img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.detail-rating-text {
  display: flex;
  align-items: center;
}
.detail-rating-text p {
  font-size: 32px;
  margin-right: 0.5rem;
}
.detail-rating-text span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.input-rating {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.75rem;
}
.input-rating button {
  border: none;
  background: none;
  outline: none;
}
.input-rating button i {
  font-size: 36px;
}

.input-review {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.input-review input {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 25px;
  border: none;
  outline: none;
  background-color: #d9d9d9;
}
.input-review button {
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
  border: none;
  outline: none;
  border-radius: 25px;
}
.input-review button i {
  color: rgba(0, 0, 0, 0.5);
}

.profile {
  margin: 10rem 0;
}
.profile .book-card {
  margin-top: 2rem;
}
.profile h1 {
  margin-bottom: 2rem;
}
.profile h1:nth-child(1) {
  margin-bottom: 0;
}
.profile .choose-list h2 {
  color: rgba(0, 0, 0, 0.5);
}
.profile .book-card-image {
  width: 100%;
}
.profile-header {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
}
.profile-header-content {
  display: flex;
  align-items: center;
}
.profile-header img {
  width: 320px;
  height: 320px;
  aspect-ratio: 1/1;
}
.profile-info {
  display: flex;
  flex-direction: column;
  margin-left: 5rem;
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    align-items: center;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .navbar-nav img {
    width: 68px;
    height: 68px;
    aspect-ratio: 1/1;
  }
  .navbar-brand {
    font-size: 24px;
  }
  .navbar-input {
    margin: 1rem 0 !important;
  }
  .footer .col-lg-3 {
    justify-content: flex-start;
  }
  .footer-4 {
    margin-left: unset !important;
  }
  .login-form {
    width: 90%;
  }
  .register-form {
    width: 90%;
  }
  .choose-list {
    display: flex;
    flex-wrap: wrap;
  }
  .choose h1 {
    font-size: 48px;
  }
  .choose p {
    font-size: 20px;
  }
  .choose-item img {
    width: 75px;
    height: 75px;
  }
  .choose-item h2 {
    font-size: 18px;
  }
  .choose-overlay-left {
    display: none;
  }
  .choose-overlay-right {
    display: none;
  }
  .detail {
    padding: 0;
  }
  .detail-left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .detail-left img {
    width: 50%;
    margin-bottom: 1rem;
  }
  .detail-rating {
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .detail-author {
    flex-direction: column;
  }
  .detail-author p {
    width: 100%;
  }
  .detail-review {
    flex-direction: column;
  }
  .detail-review-right {
    margin: 0;
  }
  .detail-review-right p {
    width: 100%;
  }
  .detail .input-review {
    width: 100%;
  }
  .detail-right {
    margin: 0;
    margin-top: 2rem;
  }
  .profile-info {
    margin-left: 0;
    text-align: center;
  }
  .profile-info .btn-like {
    margin: auto;
  }
  .profile-header {
    align-items: center;
    flex-direction: column;
  }
  .profile-header-content {
    flex-direction: column;
    align-items: center;
  }
  .profile .choose-item img {
    width: 100% !important;
    height: 100%;
  }
}/*# sourceMappingURL=main.css.map */