

.dot-pic {
    z-index: -1;
    padding: 0px 392px 0 0;
}

.card-height {
    height: auto;
}



.gallery .img-books {
    width: 42.4%;
    height: auto;
    border-radius: 18px;
}

.imgbook-width {
    width: 66% !important;
}

.gallery-item {
    margin-bottom: 20px;
}

.gallery {
    position: relative;
}

.desc {
    width: 73%;
    font-size: small;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

.hover-icons-books {
    position: absolute;
    top: 37%;
    left: 49.4%;
    transform: translate(-49%, -51%);
    opacity: 0.1;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 43%;
    height: 74%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid;
}

    .hover-icons-books i {
        margin: 0 2px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

.gallery:hover .hover-icons-books {
    opacity: 1;
    visibility: visible;
}

.viwe-download-books {
    color: var(--blue6, var(--primary-1));
    text-align: center;
    font-size: small;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    border-radius: 47px;
    background: var(--White, #FFF);
    width: 43px;
    height: 23px;
    flex-shrink: 0;
    text-decoration: none;
    display: block;
}

.carousel-control-next-icon-Versions, .carousel-control-prev-icon-Versions {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background: var(--primary-1);
    border-radius: 50px;
    position: relative;
    right: 20px;
}



.carousel-control-prev-Versions,
.carousel-control-next-Versions {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 0px !important;
}


.carousel-control-prev-Versions {
    left: 11px !important;
}

.carousel-control-next-Versions {
    right: -26px !important;
}

@media (min-width: 992px) {
    .book-card {
        flex: 0 0 auto !important;
        width: 20% !important;
    }
}

@media (max-width: 500px) {
    .carousel-control-next-icon-Versions, .carousel-control-prev-icon-Versions {
        right: 28px;
    }

    .carousel-control-prev-Versions {
        left: 29px !important;
    }

    .card-height {
        height: auto;
    }
}
