.vehicle-animation{position:absolute;left:0;bottom:0;width:100%;height:170px;overflow:hidden;pointer-events:none;z-index:20}.moving-car{position:absolute;left:110%;transform:translate3d(0,0,0);will-change:transform;animation-name:drive;animation-timing-function:linear;animation-iteration-count:infinite}.car-1{width:220px;bottom:6px;animation-duration:18s;animation-delay:0s}.car-2{width:270px;bottom:14px;animation-duration:26s;animation-delay:7s}.car-3{width:200px;bottom:2px;animation-duration:32s;animation-delay:15s}.car-4{width:180px;bottom:10px;animation-duration:22s;animation-delay:12s}.car-5{width:240px;bottom:8px;animation-duration:36s;animation-delay:20s}@keyframes drive{0%{transform:translateX(0)}100%{transform:translateX(calc(-100vw - 700px))}}.moving-car::after{content:"";position:absolute;inset:0;animation:suspension .45s ease-in-out infinite alternate}@keyframes suspension{from{transform:translateY(0)}to{transform:translateY(-2px)}}@media (max-width:980px){.car-1{width:170px}.car-2{width:200px}.car-3{width:170px}.car-4{width:150px}.car-5{width:180px}}@media (max-width:767px){.vehicle-animation{height:90px}.car-1,.car-2,.car-3,.car-4,.car-5{width:120px}}