/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.4
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.heading-span {
    font-size: 24px;
    color: #7200ff;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
}
.testimonial-slider .swiper-slide-active {
    transform: rotate(-8deg) translate(40px) !important;
}

.testimonial-slider .swiper-wrapper {
    padding: 50px 0 !important;
}

.testimonial-slider .swiper-slide-duplicate-prev {
        transform: rotate(10deg) translate(-40px) !important;
}

.testimonial-slider .swiper-slide-next {
    z-index: 2 !important;
}
.testimonial-slider .swiper-slide {
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.testimonial-slider .elementor-swiper-button {
    background-color: var(--e-global-color-dff9d3e);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: auto !important;
    bottom: -80px;
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 16px) !important;
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next{
    right: calc(50% - 80px) !important;
}
.testimonial-stars {
    width: 100px;
    margin-top: 20px;
    display: block;
}
/* .animated-text .elementor-heading-title{
	overflow: hidden
}
.char{
	transform: translate(0px, 600px);
} */