.development{position:absolute;width:100%;min-height:100vh;top:380rem;left:0;object-fit:cover;z-index:1;display:flex;align-items:center}@media(max-width:1024px)and (orientation:portrait){.development{height:100vh;top:101vh}}.development.fixed{position:fixed}.development .development-image{width:504.78rem;height:76.81rem;margin-left:79.5rem;background-size:contain}@media(max-width:1024px)and (orientation:portrait){.development .development-image{width:4150px;height:800px;margin-left:358.91px;animation:move-from-left-to-right 5s ease-in forwards}@keyframes move-from-left-to-right{0%{margin-left:200px}to{margin-left:-3250px}}}@media screen and (max-width:834px){.development .development-image{width:3800px;height:700px;margin-left:50px}@keyframes move-from-left-to-right{0%{margin-left:200px}to{margin-left:-3100px}}}@media screen and (max-width:768px){.development .development-image{width:3600px;height:600px;margin-left:50px}@keyframes move-from-left-to-right{0%{margin-left:200px}to{margin-left:-2880px}}}@media screen and (max-width:430px){.development .development-image{width:auto;height:600px}@keyframes move-from-left-to-right{0%{margin-left:200px}to{margin-left:-3560px}}}@media screen and (max-width:390px){.development .development-image{width:auto;height:396.5px;margin-left:30px}@keyframes move-from-left-to-right{0%{margin-left:20rem}to{margin-left:-2250px}}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0050ff;z-index:9999}.spinner{width:300px;height:300px;position:relative}.double-bounce-1,.double-bounce-2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s ease-in-out infinite}.double-bounce-2{animation-delay:-1s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}