@keyframes left-wings-flying-animation{50%{top:35px;left:80px;transform:rotate(-185deg);border-bottom-left-radius:50px;border-bottom-right-radius:250px}}@keyframes right-wings-flying-animation{50%{top:35px;left:80px;transform:rotate(165deg);border-bottom-left-radius:50px;border-bottom-right-radius:250px}}@keyframes head-flying-animation{0%{left:calc(5% + 100px)}to{left:calc(99% + 100px)}}@keyframes body-flying-animation{0%{left:5%}to{left:99%}}@keyframes text-showing-animation{0%{visibility:hidden;color:transparent}to{visibility:visible;color:#fff}}.whole-loading-container{display:flex;flex-direction:column;width:100%;height:1000px;align-items:center;justify-content:center;z-index:2001}.whole-loading-container .loading-animation{display:flex;width:90%;height:200px;align-items:center;position:relative}.whole-loading-container .loading-animation .head{width:100px;height:100px;border-top-left-radius:300px;border-top-right-radius:600px;border-bottom-right-radius:250px;border-bottom-left-radius:300px;position:absolute;top:30px;left:calc(5% + 100px);background-color:#fff;animation-name:head-flying-animation;animation-duration:5s;animation-iteration-count:infinite}.whole-loading-container .loading-animation .head .eyes{width:20px;height:20px;border-radius:50%;position:absolute;top:30px;left:30px;background-color:#000;z-index:1}.whole-loading-container .loading-animation .head .eyes .eye-border{width:5px;height:5px;border-radius:50%;position:absolute;top:2.5px;left:2.5px;background-color:#fff;border:1px solid #000}.whole-loading-container .loading-animation .head .nose{width:60px;height:30px;position:absolute;left:60px;top:35px;border-top-right-radius:25px;border-bottom:1px solid #000;z-index:1;background-color:#fff}.whole-loading-container .loading-animation .body{width:200px;height:100px;position:absolute;top:80px;left:5%;border-top-left-radius:250px;border-bottom-left-radius:50px;border-bottom-right-radius:250px;background-color:#fff;animation-name:body-flying-animation;animation-duration:5s;animation-iteration-count:infinite}.whole-loading-container .loading-animation .body .wings-right{left:100px;animation-name:right-wings-flying-animation;animation-iteration-count:infinite}.whole-loading-container .loading-animation .body .wings-left,.whole-loading-container .loading-animation .body .wings-right{width:70px;height:150px;position:absolute;top:-80px;border-top-left-radius:250px;border-top-right-radius:50px;background-color:#fff;animation-duration:5s}.whole-loading-container .loading-animation .body .wings-left{left:60px;transform:rotate(-35deg);animation-name:left-wings-flying-animation;animation-iteration-count:infinite}.whole-loading-container .loading-text-box{display:flex;flex-direction:row}.whole-loading-container .loading-text-box .dot-text,.whole-loading-container .loading-text-box .load-text{animation-name:text-showing-animation;animation-duration:5s;animation-iteration-count:infinite}.whole-loading-container .loading-text-box p{font-size:3vh;font-style:italic;font-weight:700}