.counter-wrapper{position:relative}.order-step-animation{margin:0 -20px 2em;overflow:hidden}.our-services-wrapper .order-step-animation{margin-left:0;margin-right:0}.counter-content .counter-item{width:auto;color:#000;position:absolute;top:40px;text-align:center;z-index:9;border-radius:6px;padding:10px}.counter-content .counter-item .countTXT{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700}.counter-content .counter-item.counter-item-1{right:-300px;animation:moveItem1 15s forwards;animation-delay:1s}.counter-content .counter-item.counter-item-1 .countTXT{color:#c8a25a;font-size:24px;font-weight:700}.counter-content .counter-item.counter-item-2{right:-300px;animation:moveItem2 10s forwards;animation-delay:20s}.counter-content .counter-item.counter-item-2 .countTXT{color:#34c759;font-size:24px;font-weight:700}.counter-content .counter-item.pending-step{right:-300px;animation:moveItem1 10s forwards;animation-delay:0s;background-color:#fef7ea;border:1px solid #c8a25a;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.pending-step span{font-size:16px}.counter-content .counter-item.pending-step:before{position:absolute;content:"";background-image:url(/_next/static/media/processing.72719302.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.confirmed-step{right:-300px;animation:moveItem1 10s forwards;animation-delay:7s;background-color:#fef7ea;border:1px solid #c8a25a;font-size:14px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.confirmed-step span{font-size:16px}.counter-content .counter-item.confirmed-step:before{position:absolute;content:"";background-image:url(/_next/static/media/shipped.ac88a6b3.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.shipped-step{right:-300px;animation:moveItem1 10s forwards;animation-delay:14s;background-color:#fef7ea;border:1px solid #c8a25a;font-size:14px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.shipped-step span{font-size:16px}.counter-content .counter-item.shipped-step:before{position:absolute;content:"";background-image:url(/_next/static/media/shipped.ac88a6b3.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.delivery-step{right:-300px;animation:moveItem1 10s forwards;animation-delay:21s;background-color:#fef7ea;border:1px solid #c8a25a;font-size:21px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.delivery-step span{font-size:16px}.counter-content .counter-item.delivery-step:before{position:absolute;content:"";background-image:url(/_next/static/media/delivery.7f462a5b.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.active-step{right:-300px;animation:moveItem1 10s forwards;animation-delay:15;background-color:#fef7ea;border:1px solid #c8a25a;font-size:14px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.active-step span{font-size:16px}.counter-content .counter-item.active-step:before{position:absolute;content:"";background-image:url(/_next/static/media/delivery.7f462a5b.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.delivered-step{right:-300px;animation:moveItem2 10s forwards;animation-delay:28s;background-color:#fef7ea;border:1px solid #c8a25a;font-size:14px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.delivered-step span{font-size:16px}.counter-content .counter-item.delivered-step:before{position:absolute;content:"";background-image:url(/_next/static/media/delivery.7f462a5b.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.delivered-step .display-rating{background-image:url(/_next/static/media/green-right-sign.6a8a7e36.svg);height:20px;width:20px}.counter-content .counter-item.completed-step{right:-300px;animation:moveItem2 10s forwards;animation-delay:22s;background-color:#fef7ea;border:1px solid #c8a25a;font-size:14px;text-align:center;padding:4px 20px 4px 45px}.counter-content .counter-item.completed-step span{font-size:16px}.counter-content .counter-item.completed-step:before{position:absolute;content:"";background-image:url(/_next/static/media/delivery.7f462a5b.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;top:50%;left:10px;transform:translateY(-50%)}.counter-content .counter-item.completed-step .display-rating{background-image:url(/_next/static/media/green-right-sign.6a8a7e36.svg);height:20px;width:20px}.order-delivered{opacity:0;position:absolute;top:-25px;left:50%;transform:translateX(-50%);visibility:hidden;animation:showRightSign 1s forwards;animation-delay:40s}.order-delivered .flex{justify-content:center}@keyframes showRightSign{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.display-rating{opacity:0;position:absolute;top:-15px;left:50%;transform:translateX(-50%);visibility:hidden;animation:showRating 1s forwards;animation-delay:30s}.display-rating .flex{justify-content:center}@keyframes showRating{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes moveItem1{0%{right:-150px;opacity:1}95%{opacity:1}to{right:30%;opacity:0}}@keyframes moveItem2{0%{right:-150px}to{right:30%;opacity:1}}@media screen and (max-width:480px){@keyframes moveItem2{0%{right:-150px}to{right:5%;opacity:1}}@keyframes moveItem1{0%{right:-150px;opacity:1}95%{opacity:1}to{right:5%;opacity:0}}}.animation-wrapper{position:relative;margin-top:25px}.animation-wrapper .animation-path{width:100%;height:5px;background-color:#faca70}.animation-wrapper .scooty-animation{position:absolute;left:20%;height:103px;width:110px;top:60px;z-index:9}@media screen and (max-width:480px){.animation-wrapper .scooty-animation{left:15px}}.animation-building{width:100%;height:190px;background-image:url(/_next/static/media/building-background.7f499ca5.png);background-repeat:repeat-x;background-size:2503px 190px;animation:building-animation 200s linear infinite;position:relative;z-index:0}@keyframes building-animation{0%{background-position:0 0}to{background-position:-27000px 0}}.order-delivery-scooty .count-text{display:none}