/* #573E27 */

.main_navbar{
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.main_navbar .logo_main {
    width: 200px;
}

.hero_section {
    background-image: linear-gradient(240deg, #000000c5, #000000bb), url(../img/hero-img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 280px;
    position: relative;
}

.hero_section h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.hero_section p {
    color: #fff;
}

.about_author {
    padding: 100px 0px;
}

.about_author h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.story_img {
    background-image: linear-gradient(240deg, #2b1f14ee, #2c2014e1), url(../img/story-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.story_img h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.story_img p {
    color: #fff;
}

.btn_theme {
    background-color: #573E27;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.btn_theme:hover {
    background-color: #241a11;
}

.book_shelf {
    padding: 100px 0px;
}

.book_shelf p {
    margin: 10px 0px;
    text-align: center;
}

.card_books {
    text-align: center;
}

.card_books img {
    width: 350px;

}




.testimonials-section {
    background-image: linear-gradient(240deg, #000000c5, #000000bb), url(../img/bg.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.testimonials-section h2 {
    text-align: left;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.testimonials-section p.subheading {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ccc;
}

.testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial {
    flex: 1 1 45%;
    /* background: rgba(0, 0, 0, 0.7); */
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
}

.testimonial::after {
    content: "❝";
    font-size: 90px;
    color: #fff;
    position: absolute;
    top: -15px;
    right: 15px;
}

.stars {
    color: gold;
    margin-bottom: 10px;
    font-size: 18px;
}

.testimonial p {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.user-info strong {
    font-size: 15px;
}

.user-info span {
    font-size: 13px;
    color: #aaa;
}
.main_footer{
    padding:100px 0px 0px;
    background-color: #5C2429;
}
.main_footer .footer_logo{
    width: 300px;
    margin-bottom: 30px;
}
.main_footer h5{
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
}
.main_footer p{
    color: #fff;
    margin-bottom: 20px;
}
.main_footer .copyright{
    border-top: 1px solid #ffffff50;
    padding: 10px 0px;
    margin-top: 40px;
}
@media(max-width: 600px) {
    .testimonial-wrapper {
        flex-direction: column;
    }
    .hero_section{
        padding-top: 160px;
    }
    .hero_section h1 {
    font-size: 35px;
    text-align: center;
}
   .hero_section p {
    font-size: 16px;
    text-align: center;
}
.about_author h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about_author{
    padding: 50px 0px;
}
.story_img h2{
    font-size: 35px;
}
.story_img{
    padding: 50px 0px;
}
.main_footer .footer_logo{
    width: 200px;
}
.main_footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}
}