.loader-main{display: flex;z-index: 9999;position: fixed;background: #787878d1;align-items: center;justify-content: center;width: 100%;height: 100%;}.loader{width:150px;height:150px;position: fixed;}.loader .logo{width:45%;position:absolute;left:27.5%;top:27.5%}.loader .logo img{width:100%;z-index:5}.bounce1,.bounce2,.bounce3{width:100%;height:100%;border-radius:50%;background-color:#b2f1ff;opacity:.7;position:absolute;top:0;left:0;-webkit-animation:2.7s ease-in-out infinite spreadout;animation:2.7s ease-in-out infinite spreadout}.bounce2{-webkit-animation-delay:-.9s;animation-delay:-.9s}.bounce3{-webkit-animation-delay:-1.8s;animation-delay:-1.8s}@-webkit-keyframes spreadout{0%{-webkit-transform:scale(.3)}80%{-webkit-transform:scale(1)}100%{opacity:0}}@keyframes spreadout{0%{-webkit-transform:scale(.3);transform:scale(.3)}80%{-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0}}