.landing{width:100%;margin:auto;row-gap:26px}.headings-text,.landing{display:flex;flex-direction:column;align-items:center}.round{height:190px;width:190px;background-color:#8469d633;border-radius:50%;border:10px solid #fffefb;box-shadow:1px 1px 10px #80808063}#loader-bar{height:auto;margin-top:8px}.loader-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.LoaderWrapper{display:flex;flex-direction:column;text-align:center;align-items:center}.loading-bar-wrapper{width:160px}.progress-track{width:100%;height:4px;border-radius:4px;overflow:hidden;background-color:rgba(35,35,35,.3);position:relative}.progress-fill{height:100%;background-color:#8469d6;border-radius:4px;transition:all .4s ease 0s;width:100%;animation:iRScrV 1.3s linear 0s infinite normal none running;transform-origin:0 50%}@keyframes iRScrV{0%{transform:translateX(0) scaleX(0)}10%{transform:translateX(0) scaleX(.2)}40%{transform:translateX(0) scaleX(.7)}60%{transform:translateX(60%) scaleX(.4)}to{transform:translateX(100%) scaleX(.2)}}@media (max-width:640px){.round{height:158px;width:158px}.headings-text{width:280px;text-align:center;row-gap:5px}}.animated-container{width:100%;overflow:hidden}.animated-container span{display:inline-block;transition:opacity .5s ease-in-out,transform .5s ease-in-out;will-change:opacity,transform;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.04em;text-align:center}.animated-container span:after{animation:blinking 1s step-end infinite}