@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);*{font-family:sans-serif}#root{display:flex;flex-direction:column;justify-content:space-between}:root{--hue-color:250;--first-color:hsl(var(--hue-color),69%,61%);--first-color-second:hsl(var(--hue-color),69%,61%);--first-color-alt:hsl(var(--hue-color),57%,53%);--first-color-lighter:hsl(var(--hue-color),92%,85%);--title-color:hsl(var(--hue-color),8%,15%);--text-color:hsl(var(--hue-color),8%,45%);--text-color-light:hsl(var(--hue-color),8%,65%);--input-color:hsl(var(--hue-color),70%,96%);--body-color:hsl(var(--hue-color),60%,99%);--container-color:#fff;--scroll-bar-color:hsl(var(--hue-color),12%,90%);--scroll-thumb-color:hsl(var(--hue-color),12%,80%);--body-font:"Poppins",sans-serif;--big-font-size:2rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1.125rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem;--font-medium:500;--font-semi-bold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:100}.Inprogress{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}.Inprogress iframe{height:100vh;width:100%}.Login{align-items:center;justify-content:center;min-height:100vh}.Login,.login-form{display:flex;flex-direction:column;width:100%}.login-form{background-color:#c1b6fc;background-color:var(--first-color-lighter);border-radius:.5rem;box-shadow:0 0 10px #0000001a;gap:1rem;max-width:400px;padding:2rem}.login-form h2{font-size:1.5rem;text-align:center}.login-form h2,.login-form label{color:#6e57e0;color:var(--first-color)}.login-form label{font-size:1.25rem}.login-form input{border:1px solid #6e57e0;border:1px solid var(--first-color);border-radius:.5rem;padding:.5rem;width:100%}.login-form button{background-color:#6e57e0;background-color:var(--first-color);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.25rem;padding:.5rem}@media screen and (min-width:968px){:root{--big-font-size:3rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem}}body.dark-theme{--first-color-second:hsl(var(--hue-color),30%,8%);--title-color:hsl(var(--hue-color),8%,95%);--text-color:hsl(var(--hue-color),8%,75%);--input-color:hsl(var(--hue-color),29%,16%);--body-color:hsl(var(--hue-color),28%,12%);--container-color:hsl(var(--hue-color),29%,16%);--scroll-bar-color:hsl(var(--hue-color),12%,48%);--scroll-thumb-color:hsl(var(--hue-color),12%,36%)}.nav__btns{align-items:center;display:flex}.change-theme{color:#242329;color:var(--title-color);cursor:pointer;font-size:1.25rem;margin-right:1rem;margin-right:var(--mb-1)}.change-theme:hover{color:#6e57e0;color:var(--first-color)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fbfbfe;background-color:var(--body-color);color:#6d6a7c;color:var(--text-color);font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:.938rem;font-size:var(--normal-font-size);margin:0 0 var(--header-height) 0}h1,h2,h3,h4{font-weight:600;font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{height:auto;max-width:100%}.noSelect{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.section{padding:2rem 0 4rem}.section__title{font-size:1.5rem;font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:.813rem;font-size:var(--small-font-size);margin-bottom:3rem;margin-bottom:var(--mb-3)}.section__subtitle,.section__title{text-align:center}.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5);max-width:768px}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}header{background-color:#fbfbfe;background-color:var(--body-color);bottom:0;left:0;position:fixed;width:100%;z-index:100;z-index:var(--z-fixed)}.nav{align-items:center;display:flex;height:var(--header-height);justify-content:space-between;max-width:968px}.nav__logo,.nav__toggle{color:#242329;color:var(--title-color);font-weight:500;font-weight:var(--font-medium)}.nav__logo:hover{color:#6e57e0;color:var(--first-color)}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__toggle:hover{color:#6e57e0;color:var(--first-color)}@media screen and (max-width:767px){.nav__menu{background-color:#fbfbfe;background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}}.nav__list{gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__link{align-items:center;color:#242329;color:var(--title-color);display:flex;flex-direction:column;font-size:.813rem;font-size:var(--small-font-size);font-weight:500;font-weight:var(--font-medium)}.nav__link:hover{color:#6e57e0;color:var(--first-color)}.nav__icon{font-size:1.2rem}.nav__close{bottom:.5rem;color:#6e57e0;color:var(--first-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:#5a43cb;color:var(--first-color-alt)}.show-menu{bottom:0}.active-link{color:#6e57e0;color:var(--first-color)}.scroll-header{box-shadow:0 -1px 4px #00000026}#loading{background-color:#6e57e0;background-color:var(--first-color);display:block;height:100%;opacity:.9;position:fixed;width:100%;z-index:101}.loader{color:#fff;font-size:20vh;font-weight:700;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.loader span{animation:pulse .4s ease-in-out infinite alternate;display:inline-block}.loader span:nth-child(odd){animation-delay:.4s}@keyframes pulse{to{opacity:.5;transform:scale(.8)}}.home__container{gap:1rem}.home__content{align-items:center;grid-template-columns:.5fr 3fr;padding-top:3.5rem}.home__social{grid-row-gap:1rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{color:#6e57e0;color:var(--first-color);font-size:1.25rem}.home__social-icon:hover{color:#5a43cb;color:var(--first-color-alt)}.home__blob{fill:#6e57e0;fill:var(--first-color);width:200px}.home__blob-img{width:255px}.home__data{grid-column:1/3}.home__title{font-size:2rem;font-size:var(--big-font-size)}.home__subtitle{color:#6d6a7c;color:var(--text-color);font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium);margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.home__description{margin-bottom:2rem;margin-bottom:var(--mb-2)}.home__scroll{display:none}.home__scroll-button{color:#6e57e0;color:var(--first-color);transition:.3s}.home__scroll-button:hover{transform:translateY(.25rem)}.home__scroll-mouse{font-size:2rem}.home__scroll-name{color:#242329;color:var(--title-color);font-size:.813rem;font-size:var(--small-font-size);font-weight:500;font-weight:var(--font-medium);margin-right:.25rem;margin-right:var(--mb-0-25)}.home__scroll-arrow{font-size:1.25rem}.button{background-color:#6e57e0;background-color:var(--first-color);border-radius:.5rem;color:#fff;display:inline-block;font-weight:500;font-weight:var(--font-medium);padding:1rem}.button:hover{background-color:#5a43cb;background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem;margin-left:.5rem;margin-left:var(--mb-0-5);transition:.3s}.button--white{color:#6e57e0;color:var(--first-color)}.button--white,.button--white:hover{background-color:#fff}.button--flex{align-items:center;display:inline-flex}.button--small{padding:.75rem 1rem}.button--link{background-color:initial;color:#6e57e0;color:var(--first-color);padding:0}.button--link:hover{background-color:initial;color:#5a43cb;color:var(--first-color-alt)}.portfolio__container{overflow:visible;overflow:initial}.portfolio__content{padding:0 1.5rem}.portfolio__img{border-radius:.5rem;justify-self:center;width:265px}.portfolio__title{font-size:1.125rem;font-size:var(--h3-font-size);margin-bottom:.5rem;margin-bottom:var(--mb-0-5)}.portfolio__description{margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.portfolio__button:hover .button__icon{transform:translateX(.25rem)}.swiper-wrapper{align-items:center;display:flex;flex-direction:column;gap:30px}.swiper-button-next:after,.swiper-button-prev:after{content:""}.swiper-portfolio-icon{color:#6e57e0;color:var(--first-color);font-size:2rem}.swiper-button-prev{left:-.5rem}.swiper-button-next{right:-.5rem}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:.5rem}.swiper-pagination-bullet-active{background-color:#6e57e0;background-color:var(--first-color)}.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline:none}.project{text-align:center}.project__bg{background-color:#6e57e0;background-color:var(--first-color-second);padding-top:3rem}.project__title{font-size:1.25rem;font-size:var(--h2-font-size);margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.project__description{margin-bottom:1.5rem;margin-bottom:var(--mb-1-5)}.project__description,.project__title{color:#fff}.project__img{justify-self:center;width:232px}.portfolio__title{font-size:1.5rem;font-size:var(--h1-font-size);margin-bottom:.25rem;margin-bottom:var(--mb-0-25)}.portfolio__subtitle{font-size:.813rem;font-size:var(--small-font-size)}.scrollup{background-color:#6e57e0;background-color:var(--first-color);border-radius:.4rem;bottom:-20%;opacity:.8;padding:0 .3rem;position:fixed;right:1rem;transform:.4s;z-index:10;z-index:var(--z-tooltip)}.scrollup:hover{background-color:#5a43cb;background-color:var(--first-color-alt)}.scrollup__icon{color:#fff;font-size:1.5rem}.show-scroll{bottom:5rem}::-webkit-scrollbar{background-color:#e3e2e9;background-color:var(--scroll-bar-color);border-radius:.5rem;width:.6rem}::-webkit-scrollbar-thumb{background-color:#c8c6d2;background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:#a19fad;background-color:var(--text-color-light)}@media screen and (max-width:350px){.project__img{width:200px}}@media screen and (min-width:351px){.loader{font-size:13vh}}@media screen and (min-width:568px){.portfolio__content{grid-template-columns:repeat(2,1fr)}.qualification__sections{display:grid;grid-template-columns:.6fr;justify-content:center}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-1.5rem}}@media screen and (min-width:768px){.loader{font-size:16vh}.container{margin-left:auto;margin-right:auto}body{margin:0}.section{padding:6rem 0 2rem}.section__subtitle{margin-bottom:4rem}.project__img{width:320px}.portfolio__content{align-items:center}.project{text-align:left;text-align:initial}.project__bg{background:none}.project__container{background-color:#6e57e0;background-color:var(--first-color-second);border-radius:1rem;column-gap:3rem;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;padding:3rem 2.5rem 0}.project__data{padding-top:.8rem}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-2rem}}@media screen and (min-width:1024px){.loader{font-size:20vh}.portfolio__content{column-gap:5rem}.portfolio__img{width:350px}.swiper-portfolio-icon{font-size:3.5rem}.swiper-button-prev{left:-3.5rem}.swiper-button-next{right:-3.5rem}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-4.5rem}}.Services{align-items:center;gap:20px;height:100%;padding:30px 5%;width:100%}.Services,.service-card{display:flex;flex-direction:column}.service-card{background-color:#f0f8ff60;border-radius:15px;box-shadow:0 0 10px 0 #00000060;gap:15px;height:250px;padding:20px;width:230px}.service-card h1{font-size:25px}.service-card button{background-color:#fff;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:1.2rem;font-weight:500;margin-top:30px;padding:10px 20px;text-decoration:none}@media screen and (min-width:768px){.Services{flex-direction:row}}.Hero{height:100vh;overflow:hidden;width:100%}.Hero video{height:100%;object-fit:cover;width:100%}.Hero .overlay{background-color:#0000004d;height:100vh}.Hero .content,.Hero .overlay{left:0;position:absolute;top:0;width:100%}.Hero .content{color:#fff;height:100%}.intro{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;padding:40px 5%;text-align:center;width:100%}.intro h1,.intro p{max-width:900px}.buttons{display:flex;gap:20px}.intro a{background-color:#fff;border-radius:5px;color:#000;font-size:1.2rem;font-weight:500;padding:10px 20px;text-decoration:none}@media screen and (min-width:768px){.Hero,.Hero .overlay{height:200vh}.intro h1{font-size:3rem;font-weight:800;margin-bottom:20px}.intro p{font-size:1.2rem;font-weight:500;margin-bottom:20px}.intro a{font-size:1rem}}.Nav{justify-content:space-between;padding:10px 5%;width:100%}.Nav,.lg{align-items:center;display:flex}.lg{font-size:15px}.logo img{width:80px}.nav-elements{align-items:center;display:flex;display:none;gap:20px;list-style:none}.nav-elements li{color:#fff;cursor:pointer}.nav-elements li:hover{color:#f1f1f1}.nav-elements li a{color:#fff;padding:10px 20px;text-decoration:none}.nav-elements li a:hover{color:#f1f1f1}.nav-elements2{display:flex;flex-direction:column;gap:15px}.nav-elements2 li{color:#fff;cursor:pointer;list-style:none}.btn1{background-color:initial;border:none;color:#fff;font-size:30px;width:-webkit-fit-content;width:fit-content}.mobile-ul{display:flex;flex-direction:column;gap:20px;list-style:none}.nav-elements2 li:hover{color:#f1f1f1}.none{display:none}.nav-elements2 li a{color:#fff;text-decoration:none}.desktop{display:none}@media screen and (min-width:768px){.nav-elements{display:flex}.nav-elements2{display:none}.desktop{display:block}.mobile{display:none}}.Connect{align-items:center;display:flex;flex-direction:column;gap:40px;justify-content:center;width:100%}.error{color:red}.connect-details{align-items:center;padding:20px;text-align:center}.connect-details,.connect-form form,.connect-form form .div{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.connect-form form .div .an{display:flex;flex-direction:column;gap:20px;width:100%}.connect-form form .div .an .form-group{display:flex;flex-direction:column;gap:10px;width:100%}.connect-form form .div .an .form-group input{border:none;border-radius:5px;font-size:1.2rem;height:50px;outline:none;padding:0 20px;width:100%}.connect-form form .form-group input:focus{border:1px solid #000}.connect-form form .form-group input::placeholder{font-size:1.2rem}.connect-form form .form-group textarea{border:none;border-radius:5px;font-size:1.2rem;min-height:150px;outline:none;padding:20px;width:100%}.connect-form form button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;height:50px;width:100%}.team-details .team,.team-details .team .team-member{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;padding:20px;width:100%}.team-details .team .team-member{background-color:#f0f8ff8f;border:1px solid #fff;border-radius:5px;color:#000}.team-details .team .team-member:hover{background-color:#f0f8ffdb;border:1px solid #000;color:#000;transition:all .3s ease-in-out}.team-details .team .team-member h1{font-size:1.2rem;font-weight:600}.team-details .team .team-member img{gap:20px;height:130px;width:130px}.team-details .team .team-member img,.whole{align-items:center;display:flex;flex-direction:column}.whole{height:100%;justify-content:center;width:100%}@media screen and (min-width:768px){.connect-form form .div{flex-direction:row;gap:20px}.team-details .team{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.team-details .team .team-member{width:22%}.team-details .team .team-member img{height:230px;width:230px}}
/*# sourceMappingURL=main.69d91973.css.map*/