PNG %k25u25%fgd5n!
// Cards
.card {
box-shadow: $card-box-shadow;
border: none;
margin-bottom: $grid-gutter-width;
.card-header {
border-bottom: none;
padding-top: var(--#{$prefix}card-spacer-x);
.card-title {
margin-bottom: 0;
font-size: 16px;
color: var(--#{$prefix}heading-color);
}
}
}
.card-h-100 {
height: calc(100% - $grid-gutter-width);
}
// Offer Card
.blur-card {
background-image: url("../images/extra/pet-bg.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background: rgba(255, 255, 255, 0.1);
}
.bg-start-img{
background-image: url('../images/extra/can-chart.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.glass-card{
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(35px);
}