.book-details-section {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  .left-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    .image-box {
      width: 100%;
      height: 420px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .details {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      p {
        color: #898989;
        font-size: 20px;
        span {
          color: #000000;
          margin-left: 5px;
        }
      }
      .social-media {
        display: flex;
        gap: 1rem;
        align-items: center;
        padding-top: 10px;
        img {
          width: 36px;
        }
      }
    }
  }
  .right-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    h2 {
      color: #212121;
      font-family: merri-700;
      font-size: 36px;
    }
    .author {
      color: #898989;
      font-size: 20px;
    }
    .btns {
      display: flex;
      align-items: center;
      gap: 20px;
      a {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 20px;
        font-family: merri-700;
        width: 40%;
        letter-spacing: 0.1%;
        text-align: center;
      }
      .download {
        background-color: #6f4f1e;
        color: #fff;
        border: 1px solid #6f4f1e;
      }
      .read {
        background-color: #fff;
        color: #000;
        border: 1px solid #6f4f1e;
      }
    }
    .info-box {
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 14px;
      color: #000000a3;
    }
    .description {
      color: #000000a3;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.1%;
    }
  }
}

.other-books-section {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  .title-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    h4 {
      color: #212121;
      font-family: merri-700;
      font-size: 24px;
    }
    .arrows {
      display: flex;
      align-items: center;
      gap: 10px;
    }
  }
  .multiple-items {
    width: 100%;
    margin: auto;
    margin-top: 20px;

    .book-card {
      min-width: 270px;
      margin-right: 20px;
    }
  }
  .arrows img {
    cursor: pointer;
  }
}
.audio-banner {
  .audio-box {
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: max-content;
    border-radius: 4px;
    box-shadow: 0px 4px 40px 0px #00000029;
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 850px;
    width: 95%;

    .title {
      font-family: merri-700;
      font-size: 32px;
      color: #212121;
    }
    span {
      color: #9a9899;
      font-size: 14px;
      white-space: nowrap;
    }
    .range {
      width: 500px;
      background-color: #000;
      height: 1px;
    }
    .audio-control-box {
      display: flex;
      align-items: center;
      gap: 17px;
      .rotate-icon {
        display: flex;
        flex-direction: column;
        gap: 1px;
        align-items: center;
      }
      .play-icon {
        width: 36px;
      }
      .range {
        -webkit-appearance: none;
        width: 500px;
        height: 2px;
        background: #000;
        outline: none;
        border-radius: 2px;
      }

      .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        cursor: pointer;
      }

      .range::-moz-range-thumb {
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        cursor: pointer;
      }
    }
  }
}
.audio-content-section {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    .author {
      color: #000000a3;
      font-size: 20px;
    }
    .details-box {
      display: flex;
      align-items: center;
      gap: 20px;
      .icon-item {
        display: flex;
        align-items: center;
        gap: 5px;
        span {
          font-family: merri-700;
          color: #6f4f1e;
        }
      }
    }
  }
  .description {
    font-size: 14px;
    color: #000000a3;
    line-height: 24px;
    letter-spacing: 0.1%;
  }
  .other-audio {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
    .audio-item {
      display: flex;
      gap: 10px;
      align-items: center;
      h5 {
        font-family: merri-900;
        color: #212121;
        font-size: 20px;
      }
    }
  }
}

/* book read section */
.book-read-section {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  .title {
    font-size: 36px;
    font-family: merri-700;
    color: #212121;
    text-align: center;
    margin-bottom: 30px;
  }
  .description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1%;
    color: #000000a3;
  }
  .pagination-book-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;

    .pagination-book {
      width: 55%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      h4,
      h6,
      span {
        font-size: 24px;
        font-family: merri-700;
        color: #212121;
      }
      .arrow-box {
        display: flex;
        align-items: center;
        gap: 10px;
        .arrows {
          display: flex;
          flex-direction: column;
          img {
            cursor: pointer;
          }
        }
      }
    }
  }
}

@media only screen and (max-width: 1199px) {
  .book-details-section {
    padding: 40px 0;
    .left-content {
      flex-direction: row;
      gap: 1rem;
      .image-box {
        width: 50%;
        height: 420px;
      }
      .details {
        width: 50%;
        justify-content: center;
        p {
          font-size: 15px;
        }
      }
    }
    .right-content {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      h2 {
        text-align: center;
        font-size: 20px;
      }
      .author {
        font-size: 20px;
        text-align: center;
      }
      .btns {
        gap: 10px;
        a {
          padding: 7px 20px;
          width: 50%;
        }
      }
    }
  }
  .audio-banner {
    .audio-box {
      padding: 10px;
      gap: 5px;
      bottom: 40px;
      .title {
        font-size: 16px;
      }
      span {
        font-size: 10px;
      }
      .timer {
        font-size: 8px;
      }
      .range {
        width: 50%;
      }
      .audio-control-box {
        gap: 10px;
        .play-icon {
          width: 32px;
        }
        .rotate-icon {
          img {
            width: 16px;
          }
        }
      }
    }
  }
  .audio-content-section {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    .top-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      gap: 10px;
      .author {
        color: #000000a3;
        font-size: 16px;
      }
      .details-box {
        .icon-item {
          gap: 5px;
          span {
            font-size: 14px;
          }
        }
      }
    }

    .other-audio {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: space-between;
      margin-bottom: 30px;
      max-width: 990px;
      overflow: hidden;
      .audio-item {
        h5 {
          font-size: 14px;
        }
        img {
          width: 36px;
        }
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .book-details-section {
    padding: 20px 0;
    .left-content {
      .image-box {
        width: 50%;
        height: 270px;
      }
      .details {
        gap: 10px;
        p {
          font-size: 15px;
          span {
            margin-left: 1px;
          }
        }
        .social-media {
          gap: 10px;
          padding-top: 0;
          img {
            width: 20px;
          }
        }
      }
    }
  }
  .other-books-section {
    padding-top: 40px 0;
    .title-line {
      h4 {
        font-size: 20px;
      }
      .arrows {
        gap: 10px;
        img {
          width: 16px;
        }
      }
    }
    .multiple-items {
      .slick-track {
        display: flex;
      }
      .book-card {
        min-width: 200px;
      }
    }
  }
  .book-read-section {
    padding: 30px 0;
    .title {
      font-size: 24px;
      margin-bottom: 15px;
    }
    .pagination-book-wrapper {
      display: flex;
      margin-top: 15px;
      .pagination-book {
        width: 100%;
      }
    }
  }
}
