/* testimonial-section */
.testimonial-section.start .card-testimonial{
    margin: 0;
    margin-right: auto;
}
.testimonial-section.start .splide__pagination{
    justify-content: start;
    padding: 0;
}
.testimonial-section .splide__pagination{
	bottom: -50px;
	padding: 0;
}
.testimonial-section .container {
    position: relative;
    z-index: 2;
}
.testimonial-section.bg-overlay {
  background-image: url('image/testimonial-img-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.testimonial-section.bg-overlay::before{
    background-color: rgba(0, 0, 0, 0.45);
}

.testimonial-section::before{
    background-color: var(--bg-color);
}
.testimonial-section .testimonial-slide{
    margin-bottom: 50px;
}
.testimonial-slide .splide__pagination .splide__pagination__page {
    border-color: var(--white);
}
.testimonial-slide .splide__pagination .splide__pagination__page.is-active{
    background-color: var(--white);
}
.testimonial-section .main-title{
    margin: 0 0 40px;
}
.testimonial-slide .splide__track{
	cursor: grab;
}
.testimonial-slide .splide__track:active{
	cursor: grabbing;
}
.testimonial-slide .splide__track:hover a{
	cursor: pointer;
}
.testimonial-slide {
	max-width: 665px;
    margin-inline: auto;
}

.card-testimonial{
    padding: 32px;
    background-color: #FFFFFFD9;
    backdrop-filter: blur(8px);
    border-radius: 6px;
}

.card-testimonial p{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 1.5;
    font-family: var(--secondary-fonts);
}
.card-testimonial p:last-child{
    margin: 0;
}
.card-testimonial .inner-content{
    margin-bottom: 32px;
}
.card-testimonial .auther-info .title{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-fonts);
}
@media screen and (min-width: 768px){
    .content-align-left .testimonial-slide {
        margin-inline: 0 auto;
    }
    .content-align-left .main-title{
        text-align: left;
    }
    .content-align-left .main-title{
        text-align: left;
    }
    .content-align-left .splide__pagination{
        justify-content: flex-start;
    }
    .content-align-right .testimonial-slide {
        margin-inline: auto 0;
    }
    .content-align-right .main-title{
        text-align: right;
    }
    .content-align-right .splide__pagination{
        justify-content: flex-end;
    }
}
@media screen and (max-width: 767px) {
    .card-testimonial p{
        font-size: 20px;
    }
    .testimonial-section{
        padding: 100px 0;
    }
    .testimonial-section.start{
        padding: 80px 0;
    }
    .testimonial-section.start .title{
        text-align: center;
    }
    .testimonial-section.start .splide__pagination{
        justify-content: center;
    }
}

/* testimonial-section */