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
selector{
background-image: linear-gradient( 90deg, #F9E483 0%, #FFFFFF 100% );
background-size: cover;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
display: inline-block;
}
selector{
display: flex;
width: 100000px;
transform: translateX(0px);
animation: marquee 40s linear infinite;
}
@keyframes marquee {
100% {transform:translateX(-2799.31px)
}
}
selector .elementor-icon:before {
content: '';
display: inline-block;
position: absolute;
top: -2px;
left: -2px;
bottom: -2px;
right: -2px;
border-radius: inherit;
border: 1px solid #98B854;
-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
border-color: #98B854;
}
@keyframes btnIconRipple { 0% {
border-width: 4px;
transform: scale(1);
}
80% {
border-width: 1px;
transform: scale(1.35);
100% {
opacity: 0;
}
selector {
background-image: linear-gradient( 90deg, #3FA542 0%, #D4B362 100% );
background-size: cover;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
display: inline-block;
}