body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Outfit","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--dark-color:rgba(22,22,22,0.08627450980392157);--primary-color:#ff63c0;--school-bus-yellow:#ffda00;--pelorous:#3dc4c4;--heliotrope:#9358ff;--solid-white:#fff;--medium-color:#c99acb;--light-color:#e5cbe6;--whiteText:#e6e6e6;--mediumText:grey;--primeText:#4c2f65;--blackText:#000}*{box-sizing:border-box;font-family:"Nunito",sans-serif!important}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.screen-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-x:hidden}h1{font-size:2.2rem}h2{font-size:2rem;font-weight:700;text-transform:uppercase}h3{font-size:1.6rem}h4{font-size:1.3rem}p{font-size:1rem}.btn{color:var(--whiteText)!important;font-weight:700!important}.rotate-animation{animation:rotateEffect 5s linear infinite}@keyframes rotateEffect{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.zoom-animation{animation:zoomEffect 3s ease-in-out infinite alternate}@keyframes zoomEffect{0%{transform:scale(1)}to{transform:scale(1.3)}}.opacity-animation{animation:opacityEffect 2s ease-in-out infinite alternate}@keyframes opacityEffect{0%{opacity:1}to{opacity:.3}}@keyframes tilt-shaking{0%{transform:rotate(0deg)}25%{transform:rotate(3deg)}50%{transform:rotate(0eg)}75%{transform:rotate(-3deg)}to{transform:rotate(0deg)}}.translate-animation{animation:translateEffect 4s ease-in-out infinite alternate}@keyframes translateEffect{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@media screen and (max-width:768px){h1{font-size:1.6rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h4,p{font-size:1rem}}.loader-container{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;height:85vh}.loader-content{padding:20px;font-size:1.2rem;font-weight:700;text-align:center}.loader-container img{animation:zoominout 2s infinite}.header{width:100%}.nav-row-1{display:flex;justify-content:flex-end;grid-gap:20px;gap:20px;padding:5px 0;background-color:var(--light-color)}.nav-wrapper{max-width:96%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.logo{width:250px}.nav-logos{display:flex;grid-gap:10px;gap:10px}.nav-logos img{height:70px;cursor:pointer}.logo img{width:100%}.header-menu-bar{display:none}.drawer-wrapper{width:300px;height:100vh}.drawer-content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:20px;gap:20px}.drawer-logo{width:200px}.nav-links{display:flex;grid-gap:10px;gap:10px}.link-btn{font-size:1rem!important;color:#e6e6e6;font-weight:700;text-decoration:none}@media screen and (max-width:940px){.logo{width:140px}.nav-links{display:none}.header-menu-bar{display:block}.nav-logos img{height:50px}}.zero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px}.zero-content{padding:20px;font-size:1.1rem;font-weight:700;text-align:center}@keyframes zoominout{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.zero-container img{animation:zoominout 4s infinite}.home-page-text{text-align:center;font-size:1.2rem;font-weight:700;margin:20px;color:var(--blackText)}
/*# sourceMappingURL=main.1d4c5367.chunk.css.map */