﻿.gallery-card__gallery {
    background-color: var(--alefox-white, #fff);
    padding: 23px 25px 11px;
    border-radius: 10px;
    text-align: center;
    margin: -25px 10px 0;
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.gallery-card__title {
    font-size: 18px;
    color: black;
}
.image_hover_icon {
    font-size: 30px;
    color: white;
}
.gallery-growfast__title {
    font-size: 16px;
    color:#000!important;
}
.star-selected {
    color: #F2BE00;
}
.star-unselected {
    color: black;
}
.footpra{
    color:#fff;
    text-align:justify;
}