#arrow-animation:hover .arrow-image {
transform: translateX(7px);
transition: transform 0.3s ease;
}
#arrow-animation .arrow-image {
transition: transform 0.3s ease;
} #circle-text svg {
animation: rotate 40s linear infinite;
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}html:not(.no-touch) .l-canvas {
overflow: hidden;
} body {
margin: 0;
}
#bullet-spacing li {
margin-bottom: 10px; }