
COntact us
Get in Touch
From our central office, discover where innovation, connection, and collaboration drive HorizonFlare’s journey to becoming the world’s leading trading firm.
.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%);
}
}
For general information: hello@horizonflare.ca
Office Address:
HorizonFlare Technology Limited
Unit 620, 15 Allstate Parkway,
Markham, ON, Canada, L3R 5B4
.linebg {
background-image:
linear-gradient(90deg, transparent calc(5% – 0.5px), lightgray 5%, transparent calc(5% + 0.5px)), /* First line */
linear-gradient(90deg, transparent calc(30% – 0.5px), lightgray 30%, transparent calc(30% + 0.5px)), /* Second line */
linear-gradient(90deg, transparent calc(50% – 0.5px), lightgray 50%, transparent calc(50% + 0.5px)), /* Third line (center) */
linear-gradient(90deg, transparent calc(70% – 0.5px), lightgray 70%, transparent calc(70% + 0.5px)), /* Fourth line */
linear-gradient(90deg, transparent calc(95% – 0.5px), lightgray 95%, transparent calc(95% + 0.5px)); /* Fifth line */
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}