/* HERO */
/* =========================
BOOK PAGE MODERN
========================= */
.scroll-books{

display:flex;

gap:20px;

overflow-x:auto;

padding-bottom:15px;

scrollbar-width:none;

}

.scroll-books::-webkit-scrollbar{

display:none;

}

.scroll-book{

min-width:180px;

text-decoration:none;

color:#fff;

}

.scroll-book img{

width:180px;

height:260px;

object-fit:cover;

border-radius:12px;

box-shadow:0 10px 20px rgba(0,0,0,.25);

transition:.3s;

}

.scroll-book:hover img{

transform:scale(1.05);

}

.scroll-book span{

color:#111827;

}

.section-title h2{

font-size:32px;

font-weight:700;

margin-bottom:25px;

}

.category-section{

padding:50px 0;

}

.section-title{

font-size:36px;

font-weight:800;

margin-bottom:25px;

color:#111827;

}

.scroll-books{

display:flex;

gap:20px;

overflow-x:auto;

padding-bottom:10px;

scrollbar-width:none;

}

.scroll-books::-webkit-scrollbar{

display:none;

}

.scroll-book{

min-width:180px;

text-decoration:none;

}

.scroll-book img{

width:100%;

height:260px;

object-fit:cover;

border-radius:16px;

box-shadow:
0 10px 25px rgba(0,0,0,.15);

transition:.3s;

}

.scroll-book:hover img{

transform:scale(1.05);

}

.scroll-book span{

display:block;

margin-top:10px;

font-weight:600;

color:#111827;

font-size:15px;

}
.book-category{

display:inline-block;

background:#ffb703;

color:#111827;

padding:8px 16px;

border-radius:30px;

font-weight:600;

margin-bottom:20px;

}
.hero-book{

height:80vh;

background-size:cover;

background-position:center;

position:relative;

display:flex;

align-items:center;

}

.hero-overlay{

background:
rgba(0,0,0,0.6);

width:100%;

height:100%;

display:flex;

flex-direction:column;

justify-content:center;

padding:80px;

color:white;

}

.hero-overlay h1{

font-size:72px;

font-weight:800;

max-width:700px;

}

.hero-overlay p{

max-width:700px;

font-size:22px;

margin-top:20px;

}
.book-page{

padding:80px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#eef2ff
);

min-height:100vh;

}

/* CONTAINER */

.book-wrapper{

background:#ffffff;

border-radius:30px;

padding:50px;

box-shadow:
0 20px 60px rgba(0,0,0,0.08);

}

/* COVER */

.book-cover{

width:100%;

border-radius:24px;

overflow:hidden;

box-shadow:
0 20px 40px rgba(0,0,0,0.15);

transition:0.4s;

}

.book-cover:hover{

transform:scale(1.03);

}

/* TITLE */

.book-title{

font-size:72px;

font-weight:800;

line-height:1.1;

color:#0f172a;

margin-bottom:20px;

}

/* AUTHOR */

.book-author{

font-size:28px;

font-weight:600;

color:#ffb703;

margin-bottom:25px;

}

/* RATING */

.rating{

display:flex;

align-items:center;

gap:15px;

margin-bottom:30px;

font-size:26px;

color:#ffb703;

}

.rating-text{

font-size:20px;

color:#64748b;

}

/* DESCRIPTION */

.book-description{

font-size:22px;

line-height:2;

color:#334155;

margin-bottom:40px;

}

/* AMAZON BUTTON */

.amazon-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

background:
linear-gradient(
135deg,
#ffb703,
#ffcc00
);

color:#111827;

padding:20px 40px;

border-radius:18px;

font-size:24px;

font-weight:700;

text-decoration:none;

transition:0.3s;

box-shadow:
0 15px 35px rgba(255,183,3,0.35);

}

.amazon-btn:hover{

transform:translateY(-4px);

color:#111827;

box-shadow:
0 20px 45px rgba(255,183,3,0.5);

}

/* REVIEW */

.review-card{

background:#ffffff;

padding:35px;

border-radius:24px;

margin-bottom:25px;

box-shadow:
0 10px 30px rgba(0,0,0,0.05);

border:1px solid #e5e7eb;

}

.review-title{

font-size:42px;

font-weight:800;

margin-bottom:35px;

color:#0f172a;

}

/* USER REVIEW */

.review-user{

display:flex;

gap:20px;

margin-bottom:30px;

}

.user-avatar{

width:70px;

height:70px;

border-radius:50%;

background:
linear-gradient(
135deg,
#ffb703,
#ffcc00
);

display:flex;

align-items:center;

justify-content:center;

font-size:26px;

font-weight:700;

color:#111827;

flex-shrink:0;

}

.review-name{

font-size:22px;

font-weight:700;

margin-bottom:8px;

}

.review-stars{

font-size:20px;

color:#ffb703;

margin-bottom:10px;

}

.review-text{

font-size:18px;

line-height:1.8;

color:#475569;

}

.review-date{

font-size:14px;

color:#94a3b8;

margin-top:10px;

}

/* FORM */

.form-control{

padding:18px;

border-radius:16px;

border:1px solid #d1d5db;

font-size:18px;

}

.form-control:focus{

border-color:#ffb703;

box-shadow:
0 0 0 4px rgba(255,183,3,0.15);

}

/* SIDEBAR */

.sidebar-box{

background:#ffffff;

padding:30px;

border-radius:24px;

margin-bottom:30px;

box-shadow:
0 10px 30px rgba(0,0,0,0.05);

}

.sidebar-title{

font-size:34px;

font-weight:800;

margin-bottom:25px;

color:#0f172a;

}

.book-info{

list-style:none;

padding:0;

margin:0;

}

.book-info li{

font-size:19px;

margin-bottom:16px;

color:#334155;

}

/* RELATED */

.related-book{

display:flex;

gap:15px;

margin-bottom:20px;

text-decoration:none;

}

.related-book img{

width:80px;

height:110px;

object-fit:cover;

border-radius:12px;

}

.related-book-title{

font-size:18px;

font-weight:700;

color:#111827;

margin-bottom:5px;

}

.related-book-author{

font-size:15px;

color:#ffb703;

}

/* SEARCH */

..search-box input{

background:#ffffff;

border:none;

padding:14px 20px;

width:300px;

border-radius:50px;

font-size:16px;

outline:none;

box-shadow:
0 5px 20px rgba(0,0,0,.08);

}

/* RESPONSIVE */

@media(max-width:992px){

.book-title{

font-size:52px;

}

.book-description{

font-size:19px;

}

}

@media(max-width:768px){

.book-wrapper{

padding:30px;

}

.book-title{

font-size:40px;

margin-top:30px;

}

.book-author{

font-size:22px;

}

.book-description{

font-size:18px;

}

.amazon-btn{

width:100%;

font-size:20px;

}

.review-title{

font-size:32px;

}

}
.hero-section{

height:80vh;

background:
linear-gradient(
rgba(0,0,0,0.6),
rgba(0,0,0,0.7)
),

url('https://images.unsplash.com/photo-1512820790803-83ca734da794?q=80&w=2070');

background-size:cover;

background-position:center;

display:flex;

align-items:center;

color:#ffffff;

}

.hero-content{

max-width:650px;

}

.hero-content h1{

font-size:80px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

text-shadow:
0 5px 25px rgba(0,0,0,.4);

}

.hero-content p{

font-size:22px;

margin-bottom:35px;

color:#dddddd;

}

.hero-btn{

display:inline-block;

background:#ffb703;

padding:18px 35px;

border-radius:14px;

font-size:20px;

font-weight:700;

color:#111827;

text-decoration:none;

transition:0.3s;

}

.hero-btn:hover{

background:#ffcc00;

transform:translateY(-3px);

}

/* SECTION */

.books-section{

padding:80px 0;

background:#f5f5f7;

}

.dark-section{

background:#111827;

}

.dark-section h2{

color:#ffffff;

}

.section-title{

margin-bottom:40px;

}

.section-title h2{

font-size:42px;

font-weight:800;

}

/* BOOK CARD */

.book-card{

position:relative;

display:block;

overflow:hidden;

border-radius:18px;

transition:0.4s;

box-shadow:
0 10px 30px rgba(0,0,0,0.1);

}

.book-card img{

width:100%;

height:420px;

object-fit:cover;

transition:0.4s;

}

.book-card:hover img{

transform:scale(1.05);

}

.book-overlay{

position:absolute;

bottom:0;

left:0;

width:100%;

padding:25px;

background:
linear-gradient(
transparent,
rgba(0,0,0,0.9)
);

}

.book-overlay h3{

font-size:22px;

font-weight:700;

color:#ffffff;

margin-bottom:8px;

}

.book-overlay p{

color:#ffb703;

margin:0;

}

/* HORIZONTAL */

.scroll-books{

display:flex;

gap:20px;

overflow-x:auto;

padding-bottom:10px;

scrollbar-width:none;

}

.scroll-books::-webkit-scrollbar{

display:none;

}

.scroll-book{

min-width:180px;

text-decoration:none;

}

.scroll-book img{

width:100%;

height:260px;

object-fit:cover;

border-radius:14px;

margin-bottom:12px;

transition:0.3s;

}

.scroll-book:hover img{

transform:scale(1.04);

}

.scroll-book span{

display:block;

font-size:16px;

font-weight:600;

color:#ffffff;

}

/* NEWSLETTER */

.newsletter{

padding:90px 0;

background:#0f172a;

color:#ffffff;

}

.newsletter h2{

font-size:48px;

font-weight:800;

margin-bottom:20px;

}

.newsletter p{

font-size:20px;

color:#cccccc;

margin-bottom:35px;

}

.newsletter-form{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

}

.newsletter-form input{

width:350px;

padding:16px;

border:none;

border-radius:14px;

}

.newsletter-form button{

background:#ffb703;

border:none;

padding:16px 28px;

border-radius:14px;

font-weight:700;

}

/* MOBILE */

@media(max-width:768px){

.hero-section{

height:70vh;

text-align:center;

}

.hero-content h1{

font-size:42px;

}

.hero-content p{

font-size:18px;

}

.book-card img{

height:300px;

}

.newsletter h2{

font-size:34px;

}

}
/* =========================
NAVBAR
========================= */

.navbar{

background:#111827 !important;

padding:18px 0;

box-shadow:0 5px 20px rgba(0,0,0,.15);

}

.navbar-brand{

font-size:32px;

font-weight:800;

letter-spacing:1px;

color:#ffffff !important;

text-transform:uppercase;

}
.navbar-brand{

font-size:34px;

font-weight:800;

background:linear-gradient(
90deg,
#ffb703,
#ffcc00,
#ff6b35
);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

text-transform:uppercase;

}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;

background:#f5f5f7;

color:#111827;

overflow-x:hidden;

}

a{

text-decoration:none;

}
/* ======================
NAVBAR
====================== */

.navbar{

background:#111827;

padding:18px 0;

box-shadow:0 5px 20px rgba(0,0,0,.15);

position:sticky;

top:0;

z-index:999;

}

.navbar-brand{

font-size:34px;

font-weight:800;

color:#ffffff !important;

letter-spacing:1px;

text-transform:uppercase;

}

.navbar-brand:hover{

color:#ffb703 !important;

}
footer{

background:#111827;

padding:40px 0;

color:white;

}

footer a{

color:#ffb703;

margin:0 10px;

}
.book-card{

transition:.4s;

}

.book-card:hover{

transform:translateY(-8px);

}
.book-buttons{

display:flex;

gap:15px;

margin-top:25px;

flex-wrap:wrap;

}

.btn-read{

background:#ff9900;

color:white;

padding:14px 28px;

border-radius:50px;

text-decoration:none;

font-weight:700;

}

.btn-download{

background:#198754;

color:white;

padding:14px 28px;

border-radius:50px;

text-decoration:none;

font-weight:700;

}

.btn-read:hover,
.btn-download:hover{

opacity:.9;

color:white;

}
.breadcrumb-book{
margin-bottom:15px;
font-size:14px;
color:#888;
}

.breadcrumb-book a{
text-decoration:none;
color:#f39c12;
}