.z3d3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#carousel3 {
    /* for buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 90%;
}

#carousel-slider3 {
    width: 100%;
    display: flex;
    padding-left: 20px;
    /* gap: 20px; */
    transition: transform 0.5s ease-in-out;
    margin-left: -1px;
    /* margin-left: -80px; */
    /* justify-content: space-between; */
    /* grid-auto-flow: column; */
    /* grid-auto-columns: calc((100% / 3) - 12px); */
    /* gap: 16px; */
    /* overflow-x: auto; */
    /* scroll-snap-type: x mandatory; */
    /* scroll-behavior: smooth; */
    /* scrollbar-width: 0; */
    /* z-index: 1; */
    /* justify-items: center; */
    /* justify-content: end; */
}

.z3a25 {
    flex: 0 0 calc((100% - (2 * 18px)) / 3);
    margin-right: 18px;
}

.zi-hidden {
    display: none;
}

/* #carousel-slider::-webkit-scrollbar {
    display: none;
} */

.carousel-item3 {
    width: 100%;
    justify-content: space-evenly;
    scroll-snap-align: start;
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.5s;
}

#bt1 {
    padding: 15px 40px;
    font-size: 15px;
    border-radius: 10px;
    border-style: none;
    color: purple;
    font-weight: bold;
    background-color: yellow;
}

#d7 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s100 {
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;

}

#left3 {
    margin-left: 12px;
}

#carousel-slider3.dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
}

#carousel3,
.dragging,
.carousel-item3 {
    cursor: pointer;
    user-select: none;
}

/* for smooth infinity loop */
#carousel-slider3.no-transition {
    scroll-behavior: auto;
}

/* responsive */
@media screen and (max-width:900px) {
    .z3a25 {
        flex: 0 0 calc((100% - (2 * 18px)) / 2);
        margin-right: 20px;
    }

    #left3 {
        margin-left: 0px;
    }

    #carousel-slider3 {
        margin-left: -4px;
    }
}

@media screen and (max-width:650px) {
    .z3a25 {
        flex: 0 0 calc(100%);
    }

    #d7 {
        bottom: 15px;
        justify-content: center;
    }

    #carousel-slider3 {
        padding-left: 5px;
    }

}