Fahad is a talented web developer with a fantastic dimension of creativity and proactivity. He made the whole process very easy for me with excellent communication. I enjoyed the process and timely delivery. Thank you so much.
My goodness! Fahad!!! You're a magician. Oh my gosshh! I can't thank you more, Also thanks to Max for referring you! I'm super happy!
Subscribe To My YouTube Channel For More Upcoming Videos
hero-tablet-image arrow-icon
.why-us-card {
background: #FFF;
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}
@media (max-width: 767px) {
.why-us-card {
position: relative !important;
margin-bottom: 8px;
}
}
why-us-card
.logo-marquee {
animation: scrollX 80s linear infinite;
}
@keyframes scrollX {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
logo-marquee
.back-to-top .elementor-button-icon svg {
height: auto;
font-size: 20px;
}
.back-to-top:hover .elementor-button-icon svg path {
fill: none;
stroke: #ffffff;
}
back-to-top