:root{--loaderBg: rgb(87, 38, 8);--loadlogoBg: rgb(87, 38, 8);--loadershadow-light: rgb(155, 72, 21);--loadgradient-light: rgb(252, 212, 144);--loadgradient-dark: rgba(88, 105, 11, 0);--loacircle-w:2px;--loader-borderW:1px}.loader-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;transition:.4s .5s ease;z-index:999}.loader-wrapper .loder-section-bg{position:fixed;background:var(--loaderBg);inset:0;opacity:1;transition:opacity .5s ease !important}.loader-wrapper .loder-section{position:fixed;top:0;width:50%;height:100%;background:var(--loaderBg)}.loader-wrapper .loder-section.left-section{left:0;transition:1s .8s ease}.loader-wrapper .loder-section.right-section{right:0;transition:1s .8s ease}.loader-wrapper .loader{position:relative;display:block;z-index:201;top:50%;left:50%;width:160px;height:160px;margin:-80px 0 0 -80px;border-radius:50%;transition:all .5s .5s ease;background:var(--loadershadow-light)}.loader-wrapper .loader .loader-line-mask{position:absolute;left:50%;top:50%;width:30px;height:160px;z-index:1;margin-left:-80px;margin-top:-80px;overflow:hidden;transform-origin:80px 80px;animation:preloaderSpin 1.5s infinite linear}.loader-wrapper .loader::after{content:"";box-sizing:border-box;position:absolute;z-index:2;left:var(--loacircle-w);right:var(--loacircle-w);top:var(--loacircle-w);bottom:var(--loacircle-w);margin:auto;background:var(--loadlogoBg);border-radius:50%;box-shadow:inset 0 0 0 var(--loader-borderW) var(--loadershadow-light)}.loader-wrapper .loader .loader-line{width:160px;height:160px;display:flex;justify-items:center;align-items:center;border-radius:50%;background-image:linear-gradient(to bottom, var(--loadgradient-light), var(--loadgradient-dark));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="var(--loadgradient-light)",endColorStr="rgba(255, 255, 255, 0)");background-color:initial}.loader-wrapper .loader .logo-box{position:absolute;width:100%;height:100%;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center}.loader-wrapper.loaded{visibility:hidden}.loader-wrapper.loaded .loder-section-bg{opacity:0;transition:opacity .5s ease !important}.loader-wrapper.loaded .loder-section-bg+.loader{top:0 !important;opacity:0;transition:all 0s 0s ease}.loader-wrapper.loaded .loder-section.left-section{left:-100%}.loader-wrapper.loaded .loder-section.right-section{right:-100%}.loader-wrapper.loaded .loader{top:-100%;opacity:0}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}@keyframes preloaderSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
