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
.black-bg-btn:hover svg path {
stroke: #05061A;
}
.white-bg-btn:hover svg path {
stroke: #FFFFFF;
}
.hero-btn-1 svg,
.hero-btn-2 svg {
max-width: 13px;
max-height: 13px;
}
black-bg-btn white-bg-btn hero-btn-1 hero-btn-2
.three-layer-bg {
background: linear-gradient(90deg, rgba(207, 169, 255, 0.08) 0%, rgba(207, 169, 255, 0.4) 51%, rgba(207, 169, 255, 0.08) 100%);
}
three-layer-bg
.rotate-image {
animation: rotate360 20s linear infinite;
}
@keyframes rotate360 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
rotate-image
.dot-animation .dot {
animation: wave 1.3s infinite;
z-index: 2555;
}
.dot-animation .dot1 {
animation-delay: 0.3333s;
animation-delay: 0s;
}
.dot-animation .dot2{
animation-delay: 0.6666s;
animation-delay: 0.3333s;
}
.dot-animation .dot3{
animation-delay: 0.9999s;
animation-delay: 0.6666s;
}
@keyframes wave {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-0.5rem);
}
100% {
transform: translateY(0px);
}
}
dot-animation dot dot1 dot2 dot3
.sun-bounce {
animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
0%,
100% {
transform: translateY(20px);
}
50% {
transform: translateY(0px);
}
}
sun-bounce
.bulb-icon-pulse,.icon-pulse-animation .elementor-icon svg {
animation: pulse 2s infinite linear;
animation-direction: alternate;
}
@keyframes pulse {
from {
transform: scale(0.8);
}
to {
transform: scale(1);
}
}
bulb-icon-pulse icon-pulse-animation
.member-social {
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.member-image-wrap:hover .member-social {
opacity: 1;
visibility: visible;
right: 12px !important;
}
member-image-wrap:hover member-social