/*! Place your custom styles here */
/* .slides li a {
    position: relative;
    z-index: 10; 
    display: block;
} */
 .slides li {
    position: relative;
}

.slides li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Memastikan link berada di atas elemen lain */
    text-decoration: none;
}
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 10;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}
.active{
    color: #000 !important;
    font-weight: bold !important;
}
.img_cover_book{
    /* width: -webkit-fill-available;
    height: auto;
    object-fit: cover;
    background-size: cover; */
    object-fit: cover;
    background-size: cover;
    width: -webkit-fill-available;
    height: 90%;
    resize: both;
}
.img_book{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.container_book {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text_description_book{
    position: relative;
    top: -20%;
}
.social {
    padding: 10px;
}
.img_order{
    height: auto; 
    width:50%;
}
.img_social{
    width: 80%;
    height: auto;
    margin: 10%;
}
.ratio{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 2vw;
}
.img_circle{
    border-radius: 50%;
}
/* .img_icon{
    height: auto;
    width: 60px;
    display: inline-flex;
    margin-bottom: 0.857143em;
} */
 .img_icon {
    width: 60px;  /* Ukuran default untuk logo */
    height: auto; /* Menjaga rasio aspek */
    margin-bottom: 10px; /* Spasi antara gambar dan teks */
    transition: transform 0.3s ease; /* Efek animasi saat hover */
}

/* Efek hover */
.img_icon:hover {
    transform: scale(1.1); /* Sedikit perbesaran saat di-hover */
}
/* .circle {
    border: 1px solid silver;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: cover;
    background-position: center;
} */
.image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}

.image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
iframe {
    width: 100%;
    min-height: 200px;
    border: none;
}
.rows {
    flex-direction: row;
    display: flex;
}

@media (min-width: 576px) {
    .container_book {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container_book {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container_book {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container_book {
        max-width: 1540px;
    }
}

@media all and (max-width: 767px) {
    .img_book {
        height: 200px;
    }
    .img_cover_book {
        height: auto;
    }
    .text_description_book{
        top: 0%;
    }
    .img_order {
        height: auto;
        width: 20%;
    }
    .social {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .social ul {
        display: flex;
        flex: 0 0 55px;
        flex-direction: column;
    }
    .ratio {
        padding-bottom: 50%;
        width: 100%;
    }
    .img_circle {
        border-radius: 50%;
    }
    .img_icon {
        width: 50px; /* Ukuran logo lebih kecil di layar kecil */
    }
    /* .img_social {
        width: 50%;
        height: auto;
        margin: 10%;
    } */

    /* .circle {
        border: 1px solid silver;
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-size: cover;
        background-position: center;
    } */
}
