﻿
.carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
/*    background: rgba(230, 228, 228, 0.3);*/
 background: rgba(0, 0, 0, 0.4);
}

.carousel-caption {
    position: absolute;
    z-index: 9999;
}

.s {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.name_holder {
    letter-spacing: 3px;
}

.iconss {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product_holder {
    position: relative;
    top: -79px;
    z-index: 99;
}

/* .small-box {
    position: absolute;
    top: 40px;
    z-index: 99;
    height: 80px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 5px;
    backdrop-filter: blur(20px);
} */

.small-box {
    position: absolute;
    bottom: -33px;
    z-index: 99;
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    left: -44px;
    overflow: hidden;
    border: 10px solid white;
}

    .small-box > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.spe {
    font-size: 10px;
}

.cst-color{
    color: white !important;
}


@media(max-width:1024px) {
    .Product_holder {
        position: relative;
        top: 0px;
        z-index: 0;
    }
}

@media(max-width:576px) {
    .small-box {
        left: -23px;
    }
}
