.bbl-wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.bbl-filter {
    margin-bottom: 50px;
}

.bbl-filter button {
    border: 2px solid #3BBFE3;
    padding: 20px 12px;
    margin: 5px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
	text-transform: uppercase;
    font-weight: 600;
	color: #3BBFE3;
}

.bbl-filter .active {
    background: #3BBFE3;
    color: #fff;
}

.bbl-swiper {
    padding: 20px 0 100px;
}

.bbl-slide {
    transform: scale(0.9) !important;
    transition: all 0.5s ease;
	width: 333px;
	min-height: 466px
}

.swiper-slide-active {
    transform: scale(1.09)!important;;
    z-index: 5;
}

.bbl-slide .bbl-card {
    border: 2px solid #ff6b6b;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.4s;
	position: relative;
	user-select: none;
}

.swiper-slide-active .bbl-card {
	height: 100%;
}

.bbl-card .bbl-image {
    overflow: hidden;
	height: 100%;
    width: 100%;
}

.bbl-slide .bbl-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bbl-swiper .swiper-slide a{
	text-decoration: none;
}
.bbl-swiper .bbl-card  .bbl-title {
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
	text-align: left;
	font-family: "Archivo Black";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swiper-slide-active .bbl-content .bbl-title{
	text-align: left;
	color: #fff;
	font-family: "Archivo Black";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0px 0px;
}

.bbl-slide .bbl-content {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f26666;
    color: #fff;
    padding: 25px;
}

.swiper-slide-active .bbl-content {
	display: block;
        width: 100%;
    box-sizing: border-box;
}

.bbl-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 6px;
}

.swiper-slide-active .bbl-content  .bbl-cta {
    margin-top: 15px;
    color: var(--White, #FFF);
	font-family: "Archivo Black";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}



.bbl-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bbl-pagination .swiper-pagination-bullet {
	width: 100%;
    max-width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #f3caca;
    opacity: 1;
	transition: all .5s ease;
}

.bbl-pagination .swiper-pagination-bullet-active {
    background: #e74c4c;
	width: 100%;
	max-width: 40px;
	transition: all .5s ease;
}
