#testimonials{background-position:50%;background-size:cover;padding:60px 0}#testimonials h3{color:#fff;font-size:2rem;font-weight:300;margin-bottom:20px;text-align:center}#testimonials>p{color:#fff;margin:0 auto 30px;max-width:768px;text-align:center;width:95%}#testimonials .testimonial-wrapper{margin:0 auto;perspective:1400px;position:relative;width:800px}#testimonials .testimonial-wrapper img.quoteImg{height:auto;left:-80px;position:absolute;top:20px;width:115px;z-index:99999}#testimonials .testimonial-container{position:relative}#testimonials .testimonial{background:#fff;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.3);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:30px 30px 30px 60px;position:absolute;transform-style:preserve-3d;transition:transform .8s ease,top .8s ease;width:100%;will-change:transform}#testimonials .testimonial p{color:#666}#testimonials .testimonial p.quote{font-weight:600;margin-bottom:16px}#testimonials .nav{display:flex;gap:10px;justify-content:center;margin-top:30px}#testimonials .nav-btn{background:#fff;border-radius:3px;cursor:pointer;height:10px;transition:background .3s ease,transform .3s ease;width:50px}#testimonials .nav-btn.active{background:var(--secondary);transform:scale(1.05)}@media only screen and (max-width:1024px){#testimonials .testimonial-wrapper{max-width:90%;width:100%}#testimonials .testimonial{padding:50px 20px 20px}#testimonials .testimonial-wrapper img.quoteImg{height:auto;left:50%;position:absolute;top:-40px;transform:translateX(-50%);width:70px;z-index:99999}}