@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.01);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

.book-card {
    position: relative;
    overflow: hidden;
}

.book-card .card-body {
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.book-card .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}

.book-card:hover .mask {
    display: block;
}

#footer {
    background: #f5ebe6;
}

.custom-border {
    border: 1px solid #fbfcfc;
    padding: 5px;
}

.modal .btn-close {
    position: absolute;
    right: 15px;
    font-size: 0.75rem;
    background-color: #d91f3e;
    border: 1px solid black;
    width: 20px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.modal .btn-close:hover {
    color: #d91f3e;
}

.modal .modal-title {
    padding-left: 15px !important;
}

/*=========================================
 BOOKS VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more {
    display: block;
    color: #d91f3e;
}

/*=========================================
 BOOKS VIEW MORE BUTTON CSS START
 ========================================= */





/*=========================================
 BADBADGEET VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-badbadGite {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-badbadGite {
    display: block;
    color: #d91f3e;
}

/*=========================================
 BADBADGEET VIEW MORE BUTTON CSS START
 ========================================= */









/*=========================================
 KAVITA VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-kavita {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-kavita {
    display: block;
    color: #d91f3e;
}

/*=========================================
 KAVITA VIEW MORE BUTTON CSS START
 ========================================= */




/*=========================================
 kathasangrah VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-kathasangrah {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-kathasangrah {
    display: block;
    color: #d91f3e;
}

/*=========================================
 kathasangrah VIEW MORE BUTTON CSS START
 ========================================= */




/*=========================================
 kadambari VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-kadambari {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-kadambari {
    display: block;
    color: #d91f3e;
}

/*=========================================
 kadambari VIEW MORE BUTTON CSS START
 ========================================= */




/*=========================================
 gadyaSahitya VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-gadyaSahitya {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-gadyaSahitya {
    display: block;
    color: #d91f3e;
}

/*=========================================
 gadyaSahitya VIEW MORE BUTTON CSS START
 ========================================= */





 
/*=========================================
 pravasanubhava VIEW MORE BUTTON CSS START
 ========================================= */
.book-card .view-more-pravasanubhav {
    display: none;
    position: absolute;
    top: 150px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: white !important;
}

.book-card:hover .view-more-pravasanubhav {
    display: block;
    color: #d91f3e;
}

/*=========================================
 pravasanubhav VIEW MORE BUTTON CSS START
 ========================================= */





/*==============================================================================
                             scrollbar START
 ================================================================================ */
.modal-body-scroll {
    max-height: 100vh;
    /* Ensure content is scrollable */
    overflow-y: auto;
}

.modal-body-scroll::-webkit-scrollbar {
    width: 5px;
    /* Set width of the scrollbar */
}

.modal-body-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Scrollbar track color */
    border-radius: 10px;
}

.modal-body-scroll::-webkit-scrollbar-thumb {
    background: #888;
    /* Scrollbar thumb color */
    border-radius: 10px;
}

.modal-body-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Scrollbar thumb color on hover */
}

/*===============================================================================
                               SCROLLBAR END
 ================================================================================ */

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.4;
}

