.center{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.design{height:100%;width:100%;border-radius:20%;background:#ff0b00;background:linear-gradient(180deg,#ff0b00 13%,#ff9e00);position:relative;overflow:hidden}.color-border{border-radius:50%;background-color:#ffffff20;box-shadow:0 0 10px 2px #0000001a}.circle-1{height:110%;width:110%;position:absolute;right:-25%;top:-25%}.circle-2{height:90%;width:90%}.circle-3{height:70%;width:70%}.circle-4{height:52.5%;width:52.5%}.circle-5{height:35%;width:35%;border-radius:50%;background-color:#fff}.shape{height:100%;width:100%;background-color:#484848;transform:rotate(45deg);position:absolute}.shadow{box-shadow:0 0 20px #000000bf}.mountain-1{z-index:1;bottom:-50%;left:-50%}.mountain-2{bottom:-55%;left:-15%}.mountain-3{z-index:2;bottom:-75%;left:45%}.loader{width:64px;height:64px;position:relative;background:#fff;border-radius:4px;overflow:hidden}.loader:before{content:"";position:absolute;left:0;bottom:0;width:40px;height:40px;transform:rotate(45deg) translate(30%,40%);background:#ff9371;box-shadow:32px -34px 0 5px #ff3d00;animation:slide 2s infinite ease-in-out alternate}.loader:after{content:"";position:absolute;left:10px;top:10px;width:16px;height:16px;border-radius:50%;background:#ff3d00;transform:rotate(0);transform-origin:35px 145px;animation:rotate 2s infinite ease-in-out}@keyframes slide{0%,to{bottom:-35px}25%,75%{bottom:-2px}20%,80%{bottom:2px}}@keyframes rotate{0%{transform:rotate(-15deg)}25%,75%{transform:rotate(0)}to{transform:rotate(25deg)}}
