.carousel-item{
    /* object-fit: contain; */
    height: 100%;
}

.bottom-left-card{
    position: absolute;
    bottom: 10px;
    left: 16px;
    z-index: 1;
    color: white;
    
    
}

.img_top{
    height: 17rem;
    /* border-radius: 10%; */
}

.img_cat{
    height: 12rem;
}

.card{
    border-radius: 5%;
}


.main{
    /* background-color: rgb(240, 240, 240); */
    background-color: #fff4f1f0;

}



.catalog_on_hover{
    /* border-radius: 1%;  */
    box-shadow: 5px 10px 18px #888888;
    transition: 0.2s; 
}


.review-card {
border-radius: 12px;
border: none;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease;
}

.review-card:hover {
transform: translateY(-5px);
}

.review-card .card-text {
color: #555;
line-height: 1.6;
}


.text-white-50{
font-weight: bolder;
}
.counter-container {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
border: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-card {
background: rgba(255, 255, 255, 0.15);
border-radius: 12px;
padding: 1.5rem;
min-width: 140px;
backdrop-filter: blur(5px);
transition: all 0.3s ease;
}

.counter-card:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.25);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
.counter-card {
    min-width: 120px;
    padding: 1rem !important;
    margin: 0.5rem !important;
}
}

