@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);header{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;overflow:hidden;padding-top:7rem}.header__container{height:100%;position:relative;text-align:center}.cta{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem}.header__socials{align-items:center;bottom:3rem;display:flex;flex-direction:column;font-size:1.5rem;gap:.8rem;position:absolute;right:0}.header__socials:after{content:"";height:2rem;width:1px}.header__socials:after,.me{background-color:var(--primary-text)}.me{height:22rem;left:calc(50% - 11rem);margin-top:4rem;position:absolute;width:22rem}.me,.me>img{border-radius:50%}.me>img{padding:1rem 0}.scroll__down{background:var(--secondary-bg);border-radius:2rem;bottom:5rem;font-size:1rem;font-weight:400;left:-2.3rem;padding:0 .8rem;position:absolute;transform:rotate(90deg)}@media screen and (max-width:1024px){header{height:110vh;padding-top:5rem}}@media screen and (max-width:600px){header{background-image:none;padding-top:4rem}.header__socials,.scroll__down{display:none}.me{height:18rem;left:calc(50% - 9rem);margin-top:3rem;width:18rem}}nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0000004d;border-radius:3rem;bottom:2rem;gap:.8rem;left:50%;padding:.7rem 1.7rem;position:fixed;transform:translateX(-50%);width:-webkit-max-content;width:max-content;z-index:2}nav,nav a{display:flex}nav a{background:#0000;border-radius:50%;color:var(--color-white);font-size:1.4rem;padding:.6rem}nav a:hover{background:#00000080}nav a.active{background:var(--primary-text);color:var(--color-dark)}.about__container{grid-gap:15%;display:grid;gap:15%;grid-template-columns:35% 50%}.about__me{aspect-ratio:1/1;background:linear-gradient(45deg,#0000,var(--primary-text),#0000);border-radius:2rem;display:grid;width:100%}.about__me-image{border-radius:2rem;overflow:hidden;transform:rotate(15deg);transition:var(--transition)}.about__me-image:hover{transform:rotate(0deg)}.about__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.about__card{background:var(--secondary-bg);border:1px solid #0000;border-radius:1rem;padding:2rem;text-align:center;transition:var(--transition)}.about__card:hover{background:#0000;border:.1rem solid var(--primary-text);color:var(--primary-text);cursor:default}.about__icon{color:var(--primary-text);font-size:1.4rem;margin-bottom:1rem}.about__card h5{font-size:.95rem}.about__card small{color:var(--color-white);font-size:.7rem}.about__info p{color:var(--color-white);margin:2rem 0 2.6rem}@media screen and (max-width:1024px){.about__container{gap:0;grid-template-columns:1fr}.about__me{margin:2rem auto 4rem;width:50%}.about__info p{margin:1rem 0 1.5rem}}@media screen and (max-width:600px){.about__me{margin:0 auto 3rem;width:65%}.about__cards{gap:1rem;grid-template-columns:1fr 1fr}.about__card{padding:1rem}.about__icon{margin-bottom:.5rem}.about__info{text-align:center}.about__info p{margin:1.5rem 0;text-align:left}}.container.contact__container{grid-gap:12%;display:grid;gap:12%;grid-template-columns:30% 50%;width:58%}.contact__options{display:flex;flex-direction:column;gap:1.2rem}.contact__option{background:var(--secondary-bg);border:1px solid #0000;border-radius:1.2rem;padding:1.2rem;text-align:center;transition:var(--transition)}.contact__option:hover{background:#0000;border-color:var(--primary-text)}.contact__option-icon{font-size:1.5rem;margin-bottom:.5rem}.contact__option a{display:inline-block;font-size:.8rem;margin-top:.7rem}form{display:flex;flex-direction:column;gap:1.2rem}input,textarea{background:#0000;border:2px solid var(--secondary-bg);border-radius:.5rem;color:var(--color-white);padding:1.5rem;resize:none;transition:var(--transition);width:100%}input:focus,textarea:focus{border:.1rem solid var(--primary-text)}input:hover,textarea:hover{border:.1rem solid var(--color-white)}@media screen and (max-width:1024px){.container.contact__container{gap:2rem;grid-template-columns:1fr}}@media screen and (max-width:600px){.container.contact__container{width:var(--container-width-sm)}}.experience__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.experience__container>div{background:var(--secondary-bg);border:1px solid #0000;border-radius:2rem;padding:2.4rem 5rem}.experience__container>div:hover{background:#0000;border-color:var(--secondary-bg);cursor:pointer}.experience__container>div h3{color:var(--primary-text);margin-bottom:2rem;text-align:center}.experience__info{grid-row-gap:2rem;display:grid;grid-template-columns:1fr 1fr;row-gap:2rem}.experience__details{display:flex;gap:1rem}.experience__details-icon{color:var(--primary-text);font-size:2rem;margin-top:6px}@media screen and (max-width:1024px){.experience__container{grid-template-columns:1fr}.experience__container>div{margin:0 auto;padding:2rem;width:80%}.experience__info{padding:1rem}}@media screen and (max-width:600px){.experience__container{gap:1rem}.experience__container>div{padding:2rem 1rem;width:100%}.experience__info{column-gap:.6rem;padding:.5rem}.experience__details{gap:.6rem}.experience__details-icon{font-size:1.4rem;margin-top:8px}}.services__container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(1,1fr)}.service{background:var(--secondary-bg);border:1px solid var(--primary-text);border-radius:0 2rem 2rem 2rem;height:-webkit-fit-content;height:fit-content;overflow:hidden;transition:var(--transition)}.service:hover{background:#0000;border-color:var(--natural-text);border-radius:2rem 0 2rem 2rem;color:default}.service__head{background:var(--secondary-text);box-shadow:0 1rem 1rem #0000004d;padding:2rem}.service__head>h3{color:var(--color-white);font-size:1rem;text-align:center;text-transform:uppercase}.service__list{padding:2rem}.service__list li{display:flex;gap:1rem;margin-bottom:.8rem}.service__list-icon{color:var(--primary-text);margin-top:4px}.service__list p{font-size:.9rem}@media screen and (max-width:1024px){.services__container{gap:2rem;grid-template-columns:1fr 1fr}.service{height:auto}}@media screen and (max-width:640px){.services__container{gap:1.5rem;grid-template-columns:1fr}}footer{background:var(--primary-text);font-size:1rem;margin-top:7rem;padding:3rem 0;text-align:center}footer a{color:var(--primary-bg)}.footer__logo{display:inline-block;font-size:2rem;font-weight:600;margin-bottom:2rem}.permalinks{flex-wrap:wrap;gap:2rem;margin:0 auto 3rem}.footer__socials,.permalinks{display:flex;justify-content:center}.footer__socials{gap:1rem;margin-bottom:4rem}.footer__socials a{background:var(--primary-bg);border:1px solid #0000;border-radius:.7rem;color:var(--color-white);display:flex;padding:.7rem}.footer__socials a:hover{background:#0000;border-color:var(--primary-bg);color:var(--primary-bg)}.footer__copyright{color:var(--primary-bg);margin-bottom:4rem}@media screen and (max-width:600px){.permalinks{flex-direction:column;gap:1.5rem}.footer__socials{margin-bottom:2.6rem}}*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--primary-bg:#0b0c10;--secondary-bg:#1f2833;--primary-text:#66fcf1;--secondary-text:#45a29e;--natural-text:#edf0ef;--color-white:#fff;--color-dark:#000;--container-width-lg:75%;--container-width-md:86%;--container-width-sm:90%;--transition:all 400ms ease}@media (prefers-color-scheme:light){:root{--primary-bg:#f4f3ef;--secondary-bg:#e0d7cc;--primary-text:#0a66c2;--secondary-text:#0b7ae8;--natural-text:#120f10;--color-white:#000;--color-dark:#fff}}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{background:#0b0c10;background:var(--primary-bg);color:#fff;color:var(--color-white);font-family:Fira Code,monospace;line-height:1.7}.container{margin:0 auto;width:75%;width:var(--container-width-lg)}h1,h2,h3,h4,h5{font-weight:500}h1{font-size:2.5rem}section{margin-top:8rem}section>h2,section>h5{color:#edf0ef;color:var(--natural-text);text-align:center}section>h2{color:#66fcf1;color:var(--primary-text);margin-bottom:3rem}.text-light{color:#edf0ef;color:var(--natural-text)}a{color:#66fcf1;color:var(--primary-text);transition:all .4s ease;transition:var(--transition)}a:hover{color:#fff;color:var(--color-white)}.btn{border:.125rem solid #66fcf1;border:.125rem solid var(--primary-text);border-radius:.8rem;color:#66fcf1;color:var(--primary-text);cursor:pointer;display:inline-block;padding:.75rem 1.2rem;transition:all .4s ease;transition:var(--transition);width:-webkit-max-content;width:max-content}.btn:hover{background:#fff;background:var(--color-white);border-color:#0000}.btn-primary,.btn:hover{color:#0b0c10;color:var(--primary-bg)}.btn-primary{background:#66fcf1;background:var(--primary-text)}img{display:block;object-fit:cover;width:100%}@media screen and (max-width:1024px){.container{width:86%;width:var(--container-width-md)}section{margin-top:6rem}}@media screen and (max-width:640px){.container{width:90%;width:var(--container-width-sm)}section>h2{margin-bottom:2rem}}
/*# sourceMappingURL=main.3e0f3123.css.map*/