.bg-gray-dark {
    background-color: #1D1D1D;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

@media (max-width: 576px) {
    .book-mob-img{
        height: 500px;
        object-fit: cover;
    }
}

.text-jusify{
    text-align: justify !important;
}

.rounded-end {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.rounded-start {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
}

.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}