
Innovate. Collaborate. Transform.
Career
At HorizonFlare, we believe the future is built by those daring enough to reimagine it. As a leader in cutting-edge technology solutions, we’re on a mission to solve tomorrow’s challenges today—and we’re looking for visionary minds to join our journey.
.animate-zoom-in-out img{
animation: zoom-in-out 50s ease infinite;
}
@keyframes zoom-in-out {
0% {
scale: 100%;
}
50% {
scale: 140%;
}
100% {
scale: 100%;
}
}
.loopplay{
animation: move-right-to-left linear 10s infinite;
}
/* use this one to move from left to right direction */
@keyframes move-left-to-right {
from {
transform: translateX(-50%);
}
to {
transform: translateX(0);
}
}
/* use this one to move from right to left direction */
@keyframes move-right-to-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
We currently have no job openings