.loader-wrapper{-webkit-backdrop-filter:blur(20px);z-index:9999;background:rgba(255,255,255,.92);justify-content:center;align-items:center;height:100vh;animation:.3s ease-out loaderFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.foliage-container{justify-content:center;align-items:center;width:150px;height:150px;animation:.4s cubic-bezier(.16,1,.3,1) loaderScaleIn;display:flex;position:relative}.center-text{color:#2d5a27;z-index:10;font-size:1.2rem;font-weight:700;animation:3s ease-in-out infinite breathe}.leaf{opacity:0;font-size:24px;animation:4s ease-in-out infinite float-around;position:absolute}.leaf-1{animation-delay:0s}.leaf-2{animation-delay:.66s}.leaf-3{animation-delay:1.33s}.leaf-4{animation-delay:2s}.leaf-5{animation-delay:2.66s}.leaf-6{animation-delay:3.33s}@keyframes loaderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes loaderScaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes breathe{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;text-shadow:0 0 10px rgba(76,175,80,.3);transform:scale(1.1)}}@keyframes float-around{0%{opacity:0;transform:rotate(0)translate(50px)rotate(0)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:rotate(360deg)translate(50px)rotate(-360deg)}}
