Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/etiqa/html/scss/ |
body,
html {
overflow-x: hidden;
}
.home {
background: $header-bg;
background-repeat-y: no-repeat;
background-position: 0 -50px;
padding-top: 103px;
@media (max-width: 991px) {
padding-top: 71px;
}
}
.main-banner {
padding: 4.2rem 0 14rem 0;
color: $white;
background-size: cover;
@media (max-width: 991px) {
padding: 1rem;
margin-bottom: 50px;
}
.banner-title {
width: 56%;
@media (max-width: 991px) {
width: 100%;
}
}
}
section {
padding: 120px 0 0 0;
@media (max-width: 1024px) {
padding: 130px 0 0 0;
}
@media (max-width: 991px) {
padding: 70px 0 0 0;
}
}
.services-box {
padding: 10px 100px 40px 0;
@media (max-width: 991px) {
padding: 10px 10px 40px 0;
}
&:hover {
img {
-webkit-filter: grayscale(100%);
/* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-webkit-transition: all 2s;
-moz-transition: all 2s;
-ms-transition: all 2s;
-o-transition: all 2s;
transition: all 2s;
}
}
}
.tick-icon {
width: 20px;
height: 20px;
}