.x-homepage-testimonial-section {
    padding: 3rem 0;
    overflow: hidden
}

.x-homepage-testimonial-section .slick-dots li button:before {
    color: rgba(106, 96, 184, .5)
}

.x-homepage-testimonial-section .slick-dots li.slick-active button:before {
    color: #6a60b8
}

.x-homepage-testimonial-section .slick-list {
    overflow: hidden;
    margin: auto
}

.x-homepage-testimonial-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0
}

.x-homepage-testimonial-section .-slick-list {
    margin-top: .5rem
}

.x-homepage-testimonial-section .-slick-list-item {
    position: relative;
    width: 450px;
    margin: 0 5px;
    padding: .8rem;
    background: #fefefe;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .5);
    box-shadow: 0 0 12px rgba(0, 0, 0, .5);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.975);
    -ms-transform: scale(.975);
    transform: scale(.975)
}

.x-homepage-testimonial-section .-slick-list-item .-profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.x-homepage-testimonial-section .-slick-list-item .-fake-inner-wrapper {
    padding: .5rem .8rem 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f9));
    background: -webkit-linear-gradient(top, #fefefe, #f1f1f9);
    background: -o-linear-gradient(top, #fefefe, #f1f1f9);
    background: linear-gradient(180deg, #fefefe, #f1f1f9);
    border-radius: 1rem
}

.x-homepage-testimonial-section .-slick-list-item .-ic {
    width: 60px;
    height: auto
}

.x-homepage-testimonial-section .-slick-list-item .-theme {
    margin-bottom: 0;
    font-weight: 600;
    color: #6a60b8
}

.x-homepage-testimonial-section .-slick-list-item .-title {
    font-weight: 500;
    color: #333
}

.x-homepage-testimonial-section .-slick-list-item .-description {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 300;
    color: #333
}

.x-homepage-testimonial-section .-slick-list-item.slick-active {
    opacity: 1;
    visibility: visible
}

.x-homepage-testimonial-section .-slick-list-item.slick-current {
    z-index: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125)
}

.x-homepage-testimonial-section .-stars-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
    text-align: center
}

.x-homepage-testimonial-section .-stars-wrapper .-star {
    margin: 0 .125rem;
    font-size: 24px;
    color: #fbd02f;
    -webkit-filter: drop-shadow(2px 2px 0 #f0b736);
    filter: drop-shadow(2px 2px 0 #f0b736)
}


@media screen and (max-width:1500px) {
    .x-homepage-testimonial-section .-slick-list-item {
        width: 370px
    }
}

@media (max-width:991.98px) {
    .x-homepage-testimonial-section .-slick-list {
        margin-top: 0
    }
}


@media (max-width:767.98px) {
    .x-homepage-testimonial-section {
        padding: 2rem 0
    }
    .x-homepage-testimonial-section .-slick-list-item .-ic {
        width: 50px
    }
    .x-homepage-testimonial-section .-slick-list-item.slick-current .-theme {
        font-size: .9rem
    }
    .x-homepage-testimonial-section .-slick-list-item.slick-current .-title {
        font-size: .9rem
    }
    .x-homepage-testimonial-section .-slick-list-item.slick-current .-description {
        font-size: .8rem
    }
    .x-homepage-testimonial-section .-stars-wrapper .-star {
        font-size: 20px
    }
}

@media (max-width:575.98px) {
    .x-homepage-testimonial-section .-slick-list-item {
        width: 80vw
    }
}
