
.books-header {
    color: white !important;
    background-image:linear-gradient(to right, rgb(0, 0, 0,1), #212529eb),
    url('../pages/images/bg-books.jpeg');
    /* height: 100vh; */
    background-size: cover;
    background-position: top;
    max-height: 1000px;
}
.books-hero {
    padding: 4.8rem 5.4rem;
    display: flex;
    flex-direction: column;
}
.books-title {
    text-align: center;
    font-size: 7.2rem;
    text-transform: uppercase;
}
.book-author {
    color: #495057;
}
.featured-img-box {
    padding: 4.8rem;
    align-self: center;
}
.featured-hero-book {
    height: 100%;
    width: 700px;
    background-color: #495057;
}
.nico-saying {
    align-self: center;
    font-size: 2.4rem;
    padding: 1.4rem 0;
    color: #c98101;
    font-weight: 600;
}

.virtues-section {
    padding: 2.6rem 0;
}
.virtues-title {
    text-align: center;
    padding: 1rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #c98101;
}
.virtues-title::after {
    content: '';
    display: block;
    width: 19%;
    height: 4px;
    background-color: #c98101 ;
    text-align: center;
    align-self: center;
    margin: 0 auto;
    border-radius: 20px;
}
.virtues-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    padding: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.nico-logo {
    height: 100%;
    width: 50px;
}
.virtues-container span {
    font-size: 2.4rem;
}
.virtues-container p {
    font-size: 2.4rem;
}
.more-books-section {
    padding: 4.8rem;
    background-color: #212529;
    color: #e9ecef;
}
.book-bestseller {
    text-align: center;
    font-size: 3.6rem;
    padding: 3.2rem 0;
}
.grid-container-books {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
}
.more-books-box {
    padding: 2.4rem;
    justify-self: center;
}
.more-books-img {
    height: auto;
    width: 300px;
}
.more-books-title {
    font-size: 3.2rem
}
.more-books-author {
    font-size: 1.8rem;
}
.more-books-price {
    font-size: 3.2rem;

}
.btn-box-amazon {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
}

.btn-box-amazon p {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.fa-amazon {
    color: black;
    font-size: 3.2rem;
}
.amazon-img {
    width: auto;
    height: 3.2rem;
}
.btn-buy-amazon {
    width: 15%;
    background-color: #e6ac1a;
    color: #f8f9fa;
    font-weight: 600;
    padding: 1.8rem 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 20px;
}
.btn-buy-amazon:hover{
    background-color: #f4bf38;
}

.btn-view-more {
    text-align: center;
    text-decoration: none;
    color: #e9ecef;
    background-color: #c98101;
    padding: 1.2rem 3.2rem;
    font-size: 2.4rem;
}
.more-box {
    text-align: center;
    padding: 3.6rem 0;
    
}
.sticky .books-header {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 10rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 999;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.01);
  }
  
  .sticky .books-hero {
    margin-top: 9.6rem;
  }

  /**************************/
/* BELOW 944px (Tablets) */
/**************************/

@media (max-width: 59em) {
    html {
        font-size: 9px;
    }
    .more-books-img {
    
        width: 250px;
    }
}
/**************************/
/* BELOW 820px (Smaller tablets) */
/**************************/

@media (max-width: 51.25em) {
    .more-books-img {
    
        width: 200px;
    }
}
/**************************/
/* BELOW 704px (Smaller tablets) */
/**************************/

@media (max-width: 48em) {
    .more-books-img {
   
        width: 150px;
    }
    .featured-hero-book {
  
        width: 600px;
     
    }
    .featured-img-box {
        padding: 9.8rem;
    
    }
}
/**************************/
/* BELOW 544px (Phones) */
/**************************/

@media (max-width: 37.5em) {
    .more-books-img {
    
        width: 100px;
    }
    .featured-hero-book {
  
        width:400px;
     
    }
    .featured-img-box {
        padding: 9.8rem;
    
    }
    .more-books-title {
        font-size: 2.2rem
    }
    .more-books-author {
        font-size: 1.2rem;
    }
    .more-books-price {
        font-size: 2.4rem;
    
    }
    .btn-buy-amazon {
        width: 25%;

    }
}

/* 430px */
@media (max-width: 26.875em) {
    .grid-container-books {

        grid-template-columns: 1fr;
        
    }
    .book {
        font-size: 7.2rem;
    }
    .featured-img-box {
        padding: 3.6rem;
    
    }
    .featured-hero-book {
  
        width:300px;
     
    }
    .more-books-img {
   
        width: 280px;
    }

}

@media (max-width:20em)  {
    .grid-container-books {

        grid-template-columns: 1fr;
        
    }
    .more-books-box {
        padding: 3.2rem 0;
        justify-self: center;
    }
    .more-books-img {
   
        width: 250px;
    }
    .nico-saying {
        font-size: 1.8rem;
    }
    .btn-buy-amazon {
        width: 50%;
        background-color: #e6ac1a;
        color: #f8f9fa;
        font-weight: 600;
        padding: 1.8rem 0;
        text-transform: uppercase;
        font-size: 1.8rem;
        text-decoration: none;
        border-radius: 20px;
    }


}