.warna1 {
    background-color: #876445;
}

.warna2 {
    background-color: #ca965c;
}

.warna3 {
    background-color: #eec373;
}

.warna4 {
    background-color: #f4dfba;
}

.banner {
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../image/bannersifera_fix.jpeg");
}

.highlighted-kategori {
    border: solid;
    height: 250px;
}

.kategori-buku-motivasi {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../image/gagal.jpg");
    background-size: cover;
    background-position: center;
}

.kategori-buku-belajar {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../image/excel.jpg");
    background-size: cover;
    background-position: center;
}

.kategori-buku-cpns {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../image/jurnal.png");
    background-size: cover;
    background-position: center;
}

.no-decoration {
    text-decoration: none;
    color: white;
}

.no-decoration:hover {
    color: #eec373;
}

.text-harga {
    font-size: 20px;
    color: #E5C80A;
}

.warna-navbar {
    background-color: #E7D038;
}

.warna-tentangkami {
    background-color: #E3C473;
}

.image-box {
    height: 200px;
}

.image-box img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}

.content-subscribe {
    background-color: #eec373;
}

.content-subscribe a {
    color: #fff;
}

.banner-produk {
    height: 35vh;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../image/bannerebook.jpg");
}

.produk-terkait-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.warna-aboutus {
    background-color: #94daf4;
}
.warna-aboutusvisi {
    background-color: #a9d8f4;
}
.justify-text {
    text-align: justify;
}
.left-text {
    text-align: left;
}

.btn-tambah {
    display: inline-block;
    padding: 10px 16px;
    background-color: #0d6efd; /* biru */
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}
.btn-tambah:hover {
    background-color: #0b5ed7;
}

.baca-sekarang {
    text-decoration: underline;
}

.btn-baca {
    background-color: #1e88e5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.btn-baca:hover {
    background-color: #1565c0;
    color: #fff;
}