/*.testimonial-box:nth-child(even) {
  background-color: rgba(var(--lightGrey), 1); }
.testimonial-box .testimonial-inner {
  max-width: 825px;
  margin: 0 auto 0 auto;
  text-align: center; }*/
#home-testimonials{
	margin-top:50px;
	padding:50px 0;
	background-color:#f5f5f5;
}
#home-testimonials .left-side img{
	width:100%;
	height:auto;
}
#home-testimonials h2{
	    font-family: var(--muli);
    font-weight: var(--extraBold);
    font-size: 4rem;
    line-height: 5rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: rgba(var(--tertiaryColor), 1);
    margin: 0 auto 30px;
	text-align:center;
}
#home-testimonials .container{
	width:1330px;
}
#home-testimonials .row{
	justify-content:center;
	align-items:center;
}
#home-testimonials .left-side{
	width:50%;
	padding:0 10px;
}
#home-testimonials .arrows .left{
	transform:rotate(180deg);
	position:absolute;
	top:45%;
	left:0;
	z-index: 5;
	cursor:pointer;
}
#home-testimonials .arrows .right{
	position:absolute;
	top:45%;
	right:0;
	z-index: 5;
	cursor:pointer;
}
#home-testimonials .arrows .right:hover svg #Template-9-Home,
#home-testimonials .arrows .left:hover svg #Template-9-Home{
	fill:rgba(var(--primaryColor), 1)!important;
}
#home-testimonials .right-side{
	position:relative;
	width:50%;
	padding:20px 55px;
	background: rgb(245,245,245);
background: radial-gradient(circle, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%, rgba(245,245,245,1) 100%);
	border-top: solid 1px rgba(var(--tertiaryColor), 1);
	border-bottom: solid 1px rgba(var(--tertiaryColor), 1);
}
.testimonial-box .testimonial-inner{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:246px;
}
.testimonial-box .testimonial-inner .stars {
    margin-bottom: 1rem;
	color:rgba(var(--tertiaryColor), 1);
	text-align:center;
}
.testimonial-box .testimonial-inner .testimonial {
	font-family: var(--lora);
	font-weight: var(--regular);
	font-size: 1.7rem;
	line-height: 2.2rem;
	color: rgba(var(--text), 1);
	margin-bottom: 10px; 
	text-align:center;
	font-weight:700;
	padding: 0 45px;
}
    @media (max-width: 768px) {
.testimonial-box .testimonial-inner .testimonial {
        font-size: 1.8rem;
        line-height: 2rem; }
		#home-testimonials .right-side{width:90%; margin-top:40px; padding:20px 50px;}}
@media (max-width:480px){
	#home-testimonials .left-side{
		width:90%;
	}
	#home-testimonials .left-side img{width:100%; height:auto;}
}
.testimonial-box .testimonial-inner .client {
    font-family: var(--muli);
    font-weight: var(--semiBold);
    font-size: 2.5rem;
    line-height: 3.1rem;
	text-align:center;
    letter-spacing: 4px;
    color: rgba(var(--tertiaryColor), 1);
    text-transform: uppercase; }
