body {
    background-image: url(gambar/bg.png) ;
    background-repeat: repeat;
    background-size: 100px ;
}

.Navigation {
    align-items: end;
    justify-content: center;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.nav1 button {
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: #000000;
}

/* Button nav style */

.beranda{
    background-color: #C24B48;
    }
                    
    .beranda:hover {
    background-color: rgb(255, 84, 84);
    }

.dev {
background-color: #86C248;
}
    
.dev:hover{
background-color: rgb(146, 255, 160);
}

.gal {
background-color: #FFD443;
}
        
.gal:hover{
background-color: rgb(255, 243, 68);
}

.news {
background-color: #924DD0;
}
            
.news:hover{
background-color: rgb(236, 90, 255);
}

.guest, .kara {
    background-color: #4E97CA;
    }
    
    .guest:hover, .kara:hover {
    background-color: rgb(114, 255, 255);
    }

/* end of button nav style */

.Main, .Main1, .Main2, .Main3, .Main4{
    width: 60%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    align-items: center; /* Center horizontally */
}

.karakter{
    width: 75%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    align-items: center; /* Center horizontally */
}

.merch{
    width: 75%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    align-items: center; /* Center horizontally */
}

.download{
    width: 65%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    align-items: center; /* Center horizontally */
}

footer{
    font-size: larger;
    text-align: center;
    margin-top: 50px;
    color: antiquewhite;
}

.kotak {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.kotakk {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
}

.kotak1 {
display: flex;
flex-direction: row;
margin: 10px;
padding: 10px;
font-size: large;
border-radius: 10px;
border: #512100 solid 3px;
background-color: antiquewhite;
font-family: sans-serif;
}

.kotak3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Add this to center items */
    gap: 10px; /* Optional: adds space between merch items */
    margin: 10px;
    padding: 10px;
    font-size: large;
    border-radius: 10px;
    border: #512100 solid 3px;
    background-color: antiquewhite;
    font-family: sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"], textarea {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 2px solid #ccc;
}

input[type="submit"] {
    background-color: #4E97CA;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #3c7a9d;
}

.kotakTamu {
    width: 95%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    display: flex; /* Add this */
    flex-direction: column;
    justify-content: center; /* And this */
    align-items: center;
}

.kotakBuku{

    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Add this to center items */
    gap: 10px; /* Optional: adds space between merch items */
    margin: 10px;
    padding: 10px;
    font-size: large;
    border-radius: 10px;
    font-family: sans-serif;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 10px;
    text-decoration: none;
    padding: 8px 16px;
    background: linear-gradient(to right, #FFD443, #FFAA00);
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background: linear-gradient(to right, #FFCC00, #FF8800);
}

.pagination span {
    font-weight: bold;
    margin: 0 10px;
}

.tempatKomen {
    max-width: 500px; /* two sides of the book */
    align-items: center;
    display: flex;
    flex-direction: column;
    /* Remove align-items: center to let tables fill naturally */
    padding: 60px;
    max-height: 950px; /* keep it within book height */
}

.isi {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children inside */
    margin: 10px;
    
}

.isi3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.isi1{
font-family: sans-serif;
   font-size: x-large;
    margin: auto;
    color: #ffffff; /* Text color */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.isi2 {
    text-align: center;
}

.isi4 {
    text-align: center;
    margin: auto;
}

/* Reusable Button Style */
a.btn {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Download Button Style */
a.download-btn {
    background: linear-gradient(to right, #C24B48, #FF7070);
}

a.download-btn:hover {
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    transform: translateY(-2px);
}

/* Buy Button Style */
a.buy-btn {
    background: linear-gradient(to right, #FFD443, #FFAA00);
}

a.buy-btn:hover {
    background: linear-gradient(to right, #FFCC00, #FF8800);
    transform: scale(1.05);
}


/* box */

.slideshow-container {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.slide {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #512100; /* changed from pastel pink */
    transition: background-color 0.3s;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #81461e; /* slightly lighter brown on hover */
}

.pastel-box {
    background-color: antiquewhite;
    border: #512100 solid 3px;
    border-radius: 10px;
    padding: 10px;
    font-family: sans-serif;
    text-align: center;
}

.pastel-box h1 {
    color: #000000;
    font-family: sans-serif;
}

.pastel-box p {
    color: #444;
    font-size: 16px;
    margin-top: 10px;
}

