/* Read Hero Section */
.view-hero {
    background: var(--Primary-P50);
    background-position: center;
    width: 100%;
    display: flex;
    gap: 32px;
    padding: 50px 150px;
}

.hero-card-1 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.book-img img {
    width: 279.757px;
    height: 446.421px;
    flex-shrink: 0;
    aspect-ratio: 279.76/446.42;
    border-radius: 20px;
}

.book-img-2 {
    display: none;
}

.book-info {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding-top: 15px;
}

.book-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.book-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.book-text h3 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 35.141px;
    font-style: normal;
    font-weight: 600;
    line-height: 54.664px;
}

.book-text .div-1 {
    display: flex;
    /* padding: 6px 10px; */
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.book-author {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.book-author img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 28.716px;
}

.author-profile {
    display: flex;
    padding: 3.179px 4.572px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 23.93px;
    background: var(--WHITE);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.book-stat {
    display: flex;
    width: 370px;
    align-items: center;
    gap: 30px;
}

.book-stat div {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 10px; */
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--WHITE);
}

.book-stat div p {
    margin: 0;
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.book-stat div span {
    color: var(--Neutral-N200);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.stat-3 p {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--WHITE);
}

.hero-card-2 {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    position: absolute;
    right: 190.2px;
    top: 370px;
    gap: 42px;
}

.book-buttons {
    display: flex;
    gap: 120px;
}

.read-book {
    display: flex;
    padding: 16px 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--MAIN-GRADIENTS);
    background: var(--MAIN-GRADIENTS);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--WHITE);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.book-action {
    display: flex;
    align-items: flex-start;
    gap: 33px;
}

.like-book {
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--MAIN-GRADIENTS);
    background: var(--MAIN-GRADIENTS);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.share-book {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-book a:last-of-type img {
    width: 50px;
    height: 50px;
}

.share-book a img {
    width: 40px;
    height: 40px;
}

/* End Of Read Hero Section */

/* ABOUT SECTION */
.about-title {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.book-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.book-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.book-head h3 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.book-head p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.about-book {
    padding: 50px 150px 70px;
}

.book-head .book-category {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.book-head .book-category div {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-N60);
    color: var(--Neutral-N60);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.book-summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
}

.book-summary .book-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.book-summary .cbtn {
    display: flex;
    justify-content: center;
}

.book-summary .continue-reading {
    text-decoration: none;
    width: 360px;
    height: 60px;
    display: flex;
    padding: 16px 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--MAIN-GRADIENTS);
    background: var(--MAIN-GRADIENTS);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--WHITE);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

/* END OF ABOUT SECTION */

/* BOOK COMMENT SECTION */
.section-comment {
    padding: 20px 100px;
}

.book-comments {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 49px;
}

.comment-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.comment-section {
    display: flex;
    align-items: flex-start;
    gap: 19px;
}

.comment-section .user-avatar {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
    border-radius: 75px;
}

.comment-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.comment-body h3 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.comment-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.comment-details p {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    align-self: stretch;
    margin: 0;
}

.comment-rating {
    display: flex;
    align-items: center;
    gap: 6.907px;
}

.comment-rating img {
    width: 20.722px;
    height: 20.722px;
    aspect-ratio: 20.72/20.72;
}

.comment-time {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.comment-like {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
}

.comment-like span {
    color: var(--Neutral-N300);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.more-comment {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--Primary-P200);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

/* END OF BOOK COMMENT SECTION */



/* MOBILE RESPONSIVE  */
@media only screen and (max-width: 1122px) {
    .view-hero {
        display: flex;
        padding: 42px 15px 50.61px 15px;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .hero-card-1 {
        width: 100%;
    }

    .author-profile {
        /* font-size: 12px; */
    }

    .book-info {
        gap: 24px;
        padding: unset;
        width: 100%;
    }

    .book-header {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .book-img {
        display: none;
    }

    .book-img-2 {
        display: block;
    }

    .book-img-2 img {
        width: 121.023px;
        height: 193.122px;
        flex-shrink: 0;
        aspect-ratio: 121.02/193.12;
        border-radius: 20px;
    }

    .book-text h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .book-title {
        width: 70%;
    }

    .book-stat {
        gap: 20px;
        width: unset;
    }

    .book-stat div {
        width: 100px;
        flex: unset;
    }

    .book-stat div p {
        font-size: 20px;
        line-height: 30px;
    }

    .book-stat div span {
        font-size: 12px;
        line-height: 18px;
    }

    .stat-3 p {
        display: flex;
        flex-direction: row;
    }

    .read-book {
        padding: 12px 20px;
        width: 260px
    }

    .like-book {
        padding: 14px;
    }

    .book-buttons {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .book-head {
        width: 100%;
    }

    .book-head h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-book {
        padding: 50px 20px;
    }

    .about-title {
        font-size: 24px;
        line-height: 32px;
    }

    .book-summary {
        width: 100%;
    }

    .book-summary .continue-reading {
        padding: unset;
    }

    .book-head .book-category {
        flex-wrap: wrap;
    }

    .comment-section .user-avatar {
        width: 50px;
        height: 50px;
    }

    .comment-body h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .comment-like {
        padding: unset;
    }

    .comment-like img {
        width: 16px;
    }

    .comment-like span {
        font-size: 14px;
        line-height: 24px;
    }

    .section-comment {
        padding: 20px;
    }

}

@media only screen and (max-width: 620px) {}

/* END OF MOBILE RESPONSIVE  */