.bottom-shadow{
    box-shadow: inset 0px -2rem 1.4rem rgb(0 0 0 / 40%);
}
.border-all-radius{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.img-box-shadow{
    position: relative;
    z-index: -1;
    vertical-align: top;
}
.swiper-height{
    height: 8rem !important;
}
.img-circle{
    border-radius: 50%;
}
.img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.img-wrap img  {
    position: absolute;
    width: 100%;
}
