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
.bg-color-hero{
filter: blur(150px);
}
bg-color-hero
/*Animation */
.move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
move
.circle-box .emoji{
transform: translate(-50%, -50%);
}
circle-box emoji
.circle-box .rotate{
animation: Rotate 15s linear infinite;
}
@keyframes Rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
circle-box rotate
.text-opacity{
opacity: 0.6;
}
text-opacity
.counter-color .elementor-counter-number-suffix{
color: #9180FB;
}
counter-color
.blur-1{
backdrop-filter: blur(6.52838px);
}
blur-1
card
.button-1 .elementor-button-text{
display: flex;
justify-content: center;
align-items: center;
}
.button-1 .elementor-button-icon{
display: flex;
justify-content: center;
align-items: center;
width: 56px;
height: 42px;
background: rgba(255, 255, 255, 0.1);
border: 2px solid #FFFFFF;
border-radius: 21px;
font-size: 20px;
}
.button-1.button-service .elementor-button-icon{
border-width: 1px;
border-color: #9180FB !important;
}
.card:hover .button-1 .elementor-button, .card-box:hover .button-1 .elementor-button{
background-color: #9180FB !important;
color: white;
}
button-1 button-service