.loading-body{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#111;font-family:'Courier New',Courier,monospace;color:#0f0;font-size:2vw;font-family:'Courier New',Arial,sans-serif}.matrix-rain{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.matrix-rain .drop{position:absolute;left:0;font-weight:700;animation:drop linear infinite}@keyframes drop{0%{top:-10%;opacity:0}10%{opacity:1}90%{opacity:1}100%{top:110%;opacity:0}}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000}.loading-screen-tree{position:relative;width:30vw;height:72vw;margin-bottom:5vh;z-index:100}.loading-screen-tree-trunk{position:absolute;bottom:0;width:5vw;height:32vw;background-color:#0f0;left:50%;transform:translateX(-50%);filter:brightness(150%) drop-shadow(0 0 10px #0F0);animation:growTrunk 2s infinite}.loading-screen-tree-branch{position:absolute;width:30vw;height:4.8vw;background-color:#0f0;left:50%;transform:translateX(-50%);filter:brightness(150%) drop-shadow(0 0 10px #0F0)}.loading-screen-tree-branch1{bottom:22.4vw;width:30vw;animation:growBranch1 2s infinite}.loading-screen-tree-branch2{bottom:27.2vw;width:24vw;animation:growBranch2 2s infinite}.loading-screen-tree-branch3{bottom:32vw;width:18vw;animation:growBranch3 2s infinite}@keyframes growTrunk{0%{height:0}100%{height:38vw}}@keyframes growBranch1{0%,25%{width:0}100%{width:30vw}}@keyframes growBranch2{0%,50%{width:0}100%{width:24vw}}@keyframes growBranch3{0%,75%{width:0}100%{width:18vw}}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;display:flex;justify-content:center;align-items:center;z-index:10000;display:none}.english{color:#0f0}.chinese{color:red}.sanskrit{color:#00f}@media (max-width:991px){.loading-screen-tree{transform:scale(2.5);margin-bottom:25%}.loading-screen-status{margin-top:30%;font-size:2rem}}