@import"https://fonts.cdnfonts.com/css/technopollas";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.loader-container{margin:0;border:0;padding:0;height:100svh;display:flex;justify-content:center;align-items:center}.simpleLoader{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:7px}.dot1{height:12px;width:12px;border-radius:100%;background:red;box-shadow:0 0 4px red,0 0 10px #840e0e,0 0 18px red;animation:dot_to_last .6s infinite ease-in-out;position:relative}.dot2,.dot3,.dot4,.dot5{height:13px;width:13px;border-radius:100%;background-color:navy;animation:dot_to_front .6s infinite ease-in-out}@keyframes dot_to_last{0%{transform:translate(0)}20%{transform:translate(20px) translateY(-30px)}50%{transform:translate(40px) translateY(-40px)}80%{transform:translate(70px) translateY(-30px);background-color:red}to{transform:translate(90px);background-color:#000}}@keyframes dot_to_front{0%{transform:translate(0)}50%{height:15px;width:15px;background-color:#2285ac}to{transform:translate(-27px)}}@media (max-width: 768px){.simpleLoader{gap:6px}.dot1{height:9px;width:9px}.dot2,.dot3,.dot4,.dot5{height:10px;width:10px}}.logo-container{display:flex;justify-content:center;align-items:center;height:100svh;width:100vw;background-color:#000;color:#fff}#last{width:auto;height:300px;display:flex;justify-content:center;align-content:center}#last-l{position:relative;height:265px;width:110px;bottom:27px;left:15px}#last-long{height:190px;width:65px;position:absolute;right:0;background-color:#3aa0ff;transform:rotatex(180deg) skew(30deg);overflow:hidden}#last-small{height:76px;width:65px;position:absolute;bottom:0;right:25px;background-color:#3aa0ff;transform:skew(38deg)}#line{width:auto;height:300px;display:flex;justify-content:center;align-content:center}#line-l{position:relative;height:265px;width:110px;bottom:27px;left:15px}#line-long{height:190px;width:65px;position:absolute;right:0;background-color:#ff3b3b;transform:rotateX(180deg) skew(30deg);overflow:hidden}#line-small{height:76px;width:65px;position:absolute;bottom:0;right:25px;background-color:#ff3b3b;transform:skew(38deg)}.suffix{height:265px;width:0;transform:rotateX(180deg) skew(30deg);overflow:hidden;animation:suffix-animation 2.5s ease-out forwards}.text{display:flex;justify-content:center;align-items:center;height:265px;width:auto;color:#fff;font-size:100px;font-family:Technopollas,sans-serif;transform:translate(-300px) skew(-30deg) rotatex(-180deg);animation:text-animation 2.5s ease-out forwards}@keyframes suffix-animation{0%{width:0}to{width:300px}}@keyframes text-animation{0%{transform:translate(-300px) skew(-30deg) rotatex(-180deg)}to{transform:translate(0) skew(-30deg) rotatex(-180deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{--base-easing: cubic-bezier(.3,.1,0,1);--base-easing-out: cubic-bezier(.23,1.01,.6,.95);--base-easing-in: cubic-bezier(.585,-.01,.61,.85);--over-bounce-easing-out: cubic-bezier(.315,1.85,.63,.795);--ease-in-out-cubic: cubic-bezier(.645,.045,.355,1)}html,body{font-family:Poppins,Agrandir,Manrope,sans-serif;scroll-behavior:smooth;overflow-x:hidden;width:100%;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}
