@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");:root{--background:#fbfbfb;--foreground:#171717;--primary:#4dac96;--white:#fff;--black:#000;--muted:#f6f6f6;--secondary:#335d6f;--lightprimary:#dbeeea;--custompurple:#9848ff;--customorange:#f66742;--customblue:#4d93df;--custompink:#ff60a8;--customyellow:#ffcf59;--customgreenn:#5ece0e}*{box-sizing:border-box;padding:0;margin:0;font-family:Ubuntu,sans-serif;scroll-behavior:smooth}.carousel-container{position:relative;width:100%;height:auto;background-color:#f0f8ff;padding:20px 0}.carousel-track{display:flex;gap:20px}.testimonial-card{flex-shrink:0;width:300px;text-align:center}@keyframes infiniteScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.main-wrapper{overflow:hidden;width:100%}.child-wrapper{display:flex;animation:infiniteScroll 180s linear infinite;width:fit-content}.card{width:200px;height:200px;background-color:red;margin:0 10px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;font-weight:700}.card,.card *{user-select:none;-webkit-user-select:none;-ms-user-select:none}.child-wrapper:hover{animation-play-state:running}.testimonials-data::selection{color:#000;background-color:#fce4ec}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px;margin:2px}*{scrollbar-width:thin}@keyframes wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.dot{font-size:24px;line-height:1;animation:wave 1s ease-in-out infinite}.delay-0{animation-delay:0s}.delay-150{animation-delay:.15s}.delay-300{animation-delay:.3s}@keyframes bounce-updown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce-updown{animation:bounce-updown 2s ease-in-out infinite}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}