@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);:root{--primary:#000;--color-dark:#000;--secondery-color:#18181b;--border:#3f3f4666;--title-color:#f4f4f5;--subtitle-color:#a1a1aa;--bgHeader:#27272a;--blue:#5dbcfc;--padding-cont:3rem}.light{--primary:#fafafa;--secondery-color:#fff;--border:hsla(0,0%,79%,.518);--title-color:#27272a;--subtitle-color:#52525b;--bgHeader:#fdfdfd;--blue:#5dbcfc}html{box-sizing:border-box;font-family:Roboto,sans-serif;letter-spacing:.1px;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}*{margin:0;padding:0}body{background-color:#000;background-color:var(--primary);box-sizing:border-box;color:var(--color-light)}.container{background-color:#18181b;background-color:var(--secondery-color);border:2px solid #3f3f4666;border:2px solid var(--border);margin:auto;padding:0 3rem;padding:0 var(--padding-cont);width:80%}.divider{border-bottom:1px solid #3f3f4666;border-bottom:1px solid var(--border);margin:3rem 0 3rem 3rem;margin-left:calc(var(--padding-cont * -1));width:calc(100% + 6rem);width:calc(100% + var(--padding-cont) + var(--padding-cont))}li{list-style:none}a{color:var(--color-light);text-decoration:none}.flex{align-items:center;display:flex}.bg-none{background-color:none}@media (max-width:1100px){.container{--padding-cont:1.7rem;padding:1.8rem;width:90%}.divider{margin-left:-3rem;margin-left:calc(var(--padding-cont)*-1);width:calc(100% + 6rem);width:calc(100% + var(--padding-cont) + var(--padding-cont))}}@media (max-width:500px){.container{padding:1.8rem;width:98%}.container,.divider{--padding-cont:1.7rem}.divider{margin-left:-3rem;margin-left:calc(var(--padding-cont)*-1);width:calc(100% + 6rem);width:calc(100% + var(--padding-cont) + var(--padding-cont))}.scroll2Top{height:2.2rem;opacity:.5;width:2.2rem}}.border{border:2px solid red}button{all:unset}button:hover{cursor:pointer}button:active{scale:.9}.scroll2Top{background-color:#1976d2d9;border:1px solid #fff3;border-radius:50%;bottom:2rem;height:2.6rem;position:fixed;right:3%;text-align:center;width:2.6rem}.scroll2Top:hover{background-color:#1976d2}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{background-color:#d4d4d8;border:7px solid #292c3b;border-radius:4px;box-shadow:inset 0 0 2.5px #00000080}::-webkit-scrollbar-thumb{background-color:#888;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#555}section.contact-us img{margin-right:1rem;width:1.8rem}section.contact-us .title{color:var(--title-color);font-size:2.2rem;margin-bottom:1rem}section.contact-us .sub-title{color:#a1a1aa;line-height:1.65rem;margin-bottom:2rem}section.contact-us label{color:#a1a1aa}section.contact-us #email,section.contact-us #message{all:unset;background-color:#3f3f4626;border:1px solid #3f3f46;border-radius:5px;color:#f0f8ff;font-size:1.1rem;margin-left:1rem;padding:.5rem 1rem;transition:.3s;width:16rem}section.contact-us #email:focus,section.contact-us #email:hover,section.contact-us #message:focus,section.contact-us #message:hover{border:1px solid #2dd4bf;border:1px solid #4e5050}section.contact-us #message{margin-left:22px;min-height:9rem;resize:vertical}section.contact-us button{background-color:#24252e;border:1px solid #3f3f46;border-radius:5px;color:var(--subtitle-color);font-size:1.05rem;margin-top:1.8rem;padding:.75rem 2rem;text-align:center;transition:.3s}.light section.contact-us button{color:#fff}section.contact-us button:hover{opacity:1;scale:.97}section.contact-us button:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1200px){section.contact-us .contactAnimation{display:none}}@media (max-width:600px){section.contact-us .animation{display:none}section.contact-us form{display:flex;flex-direction:column;width:85%}section.contact-us form div.flex{align-items:start;flex-direction:column}section.contact-us #email,section.contact-us #message{margin-left:0;margin-top:1rem;padding:.7rem 0;width:100%}section.contact-us button{align-self:center;width:30%}}header.flex{justify-content:space-between;margin-top:1.2rem;padding:0 2.4rem}header.flex nav{background-color:var(--bgHeader);border-radius:55px;box-shadow:1px 1px 40px #2323242a;padding:.77rem 1.6rem}header ul{gap:26px}header button.moon{all:unset;align-items:center;background-color:var(--bgHeader);border:1px solid hsla(6,93%,71%,.248);border-radius:59%;cursor:pointer;display:flex;height:2.4rem;justify-content:center;margin-right:1rem;transition:.3s;width:2.4rem}header button.moon:hover{background-color:var(--secondery-color);border:1px solid var(--blue)}.light header button.moon:hover{background-color:var(--secondery-color);border:1px solid #4e5050;box-shadow:1px 1px 40px #000}header button.moon svg:hover{fill:#f0f8ff}header button.moon:active{scale:.8}.menu{all:unset;align-items:center;background-color:var(--bgHeader);border:1px solid hsla(6,93%,71%,.248);border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:7px}.menu:hover{background-color:var(--secondery-color);border:1px solid var(--blue);transition:.3s}.icon-menu{background-color:var(--subtitle-color);border-radius:2px;height:3.5px;margin:4.7px 0;width:30px}header button.menu{display:none}header button.menu .icon-menu:hover{fill:var(--title-color)}header .fixed ul.modal li{display:flex;justify-content:space-between}header .fixed ul.modal li button.icon-cancel{all:unset}header .fixed ul.modal button.icon-cancel svg{cursor:pointer;margin-top:.9rem;transition:.3s}header .fixed ul.modal button.icon-cancel svg:hover{fill:crimson;rotate:180deg}header ul li a{color:var(--title-color);font-size:.88rem;font-weight:500;opacity:.9;transition:.3s}header ul li a:hover{color:var(--blue);font-size:.9rem;opacity:1}header .fixed{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#282830e8;inset:0;position:fixed;z-index:10}@keyframes mymove{0%{scale:0}60%{scale:1.2}to{scale:1}}header .fixed ul.modal{animation:mymove .6s 1;background-color:var(--secondery-color);border-radius:1rem;margin:2rem auto 0;padding:.2rem 1.5rem;width:90%}header .fixed ul.modal .divider{border-bottom:1px solid var(--border);margin:.7rem 0;padding-bottom:.77rem;padding-top:.5rem}header .fixed ul.modal .divider a{font-size:1rem}header .fixed ul.modal .divider:last-child{border:none}@media (max-width:700px){header.flex nav{display:none}header button.menu{display:block}}section.hero{margin-top:3rem}.animation{translate:90px 15px;width:100%}@media (max-width:1200px){section.hero .animation{display:none}}.leftSection{flex-grow:1}section.hero .parent-avatar{min-height:90px}.avatar{border:1px solid orange;border-radius:50%;box-shadow:inset 2px 2px 40px hsla(0,3%,79%,.586);margin-right:.7rem;padding:1px;width:99px}.badge{height:18px;margin-bottom:.3rem;width:18px}section.hero h1.title{color:var(--title-color);font-size:2rem;line-height:3rem;margin:20px 0}section.hero p.sub-title{color:var(--subtitle-color);font-size:.9rem;line-height:1.65rem;margin-bottom:32px}section.hero .icons{gap:20px;width:45px}section.hero .icons .icon{transition:.3s}section.hero .icons .icon:hover{cursor:pointer;scale:1.4}main.flex{align-items:start;gap:2.5rem}main section.left-section.flex{flex-direction:column;gap:10px}main section.left-section.flex button{background-color:#24252e;border-radius:5px;color:#fff;font-size:1.05rem;opacity:.5;padding:.75rem 0;text-align:center;transition:.3s;width:11rem}.light main section.left-section.flex button{color:#fff}main section.left-section.flex button.active{border:1px solid var(--blue);color:var(--title-color);font-weight:700;letter-spacing:.6px;opacity:1;padding:.8rem 0}.light main section.left-section.flex button.active{border:1px solid #000;color:#fff}main section.left-section.flex button:hover{opacity:1}main section.right-section.flex{column-gap:16px;flex-grow:1;flex-wrap:wrap;justify-content:center;row-gap:2rem}.card{background-image:linear-gradient(#ffffff0d,#ffffff0d);border:1px solid #5dbcfc4d;border-radius:5px;box-shadow:-1px 1px 1px #00000029,1px 1px 1px #00000029;height:345px;transition:.3s}.light .card,.light .card:hover{border:none}.card img.img{border-radius:5px;height:100%;object-fit:cover}.card:hover{border:1px solid var(--blue);cursor:pointer;rotate:1deg;scale:1.01}.card .box{padding:1rem .4rem}.card .box .title{color:var(--title-color)}.card .box .sub-title{color:var(--subtitle-color);font-size:.8rem;margin-bottom:1.1rem;margin-top:.7rem}.card .box .icons{justify-content:space-between}.card .icons img:hover{cursor:pointer;scale:1.2}.card a.link{color:var(--blue);font-size:20px;font-weight:700;gap:7px}@media (max-width:600px){main.flex{align-items:center;flex-direction:column;gap:2.64rem}main section.left-section.flex{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}main section.left-section.flex button{font-size:.9rem;padding:.8rem 0;width:7rem}}footer.flex{justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}footer.flex ul{gap:1rem}footer.flex ul a{color:var(--subtitle-color);font-size:.9rem;font-weight:500}footer.flex ul a:hover{color:var(--blue);font-size:1rem}footer.flex p{color:#71717a}@media (max-width:800px){footer.flex{flex-direction:column;gap:2rem}}
/*# sourceMappingURL=main.6528ace6.css.map*/