@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px #0000001a;position:fixed;z-index:100}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo a{text-decoration:none}.app__navbar-logo h1{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;color:var(--secondary-color);text-transform:uppercase;letter-spacing:2px;margin:0;background:linear-gradient(90deg,#313bac,#000);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (min-width: 1080px){.app__navbar-logo h1{font-size:2.5rem}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.app__navbar-menu{width:44px;height:44px;border-radius:50%;position:relative;z-index:101;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color);transition:all ease-in-out .2s}.app__navbar-menu-btn,.app__navbar-menu-close{background:none;border:none;padding:0;margin:0;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;display:flex;justify-content:center;align-items:center}.app__navbar-menu-btn{width:100%;height:100%;border-radius:50%}.app__navbar-menu-btn svg{width:70%;height:70%;color:var(--white-color);pointer-events:none}.app__navbar-menu-close{width:44px;height:44px;margin:.5rem 1rem}.app__navbar-menu-close svg{width:100%;height:100%;color:var(--secondary-color);pointer-events:none}.app__navbar-menu:hover{background-color:var(--white-color)}.app__navbar-menu:hover-btn svg{color:var(--secondary-color)}.app__navbar-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:#0000004d;z-index:4;cursor:pointer}.app__navbar-menu-panel{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-CKx32XEx.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu-panel ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu-panel ul li{margin:1rem}.app__navbar-menu-panel ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu-panel ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu-panel{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color);font-size:.85rem;font-weight:500;letter-spacing:.5px;opacity:.8;margin-bottom:.25rem}.copyright p:first-child{font-weight:700;opacity:1}.head-text{font-family:Space Grotesk,sans-serif;font-size:2.75rem;font-weight:700;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base: "Inter", sans-serif;--primary-color: #f8f9fa;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--gray-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}[data-theme=dark] ::-webkit-scrollbar-track{background:#0d1117}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#4b5563}::selection{background:var(--secondary-color);color:#fff}
