/* Image wrapper */
.testimonial-image-wrapper {
/*     height: 400px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Image fill */

/* .testimonial-slide {
    margin: 0 15px;
} */
/* Center slide bigger by 100px */
.testimonials .owl-item.center .testimonial-image-wrapper {
/*     height: 500px; */
    transition: 0.4s ease-in-out;
}

/* Smooth animation for all slides */
.testimonials .owl-item .testimonial-image-wrapper {
    transition: 0.4s ease-in-out;
}

.testimonials .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-card {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: none !important;
    overflow: hidden;
}


.testimonial-image-wrapper a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.testimonial-card-bottom {
    padding: 20px 15px;
    display: none;
}
.center .testimonial-slide .testimonial-card-bottom {
    display: block;
}
.testimonial-card-bottom p {
    margin: 0;
}

.testimonial-card-bottom h2 {
    margin: 0;
}

.testimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(103%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

.testimonials .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 100px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 206 18) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    font-size: 28px !important;
}

.testimonials .owl-nav button svg {
    max-width: 22px;
    fill: #fff;
}
.testimonials .owl-nav button i {
    font-size: 20px !important;
}
.review-bottom {
    color: #ffce12;
}
.testimonial-slide{
	position:relative;
}

.testimonial-slide:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    /*backdrop-filter: blur(2px);*/
    /*background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgba(0, 0, 0, 0.2) 100%);*/
}
.center .testimonial-slide:after{
	content:none;
}
@media(max-width:767px){
	.testimonials .owl-nav {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 30px) !important;
	}
	.testimonials .owl-nav button span {
		margin-top: -4px;
	}
}