:root{font-family:MerriweatherSans;line-height:1;font-weight:400;font-size:17px;scroll-behavior:smooth;scroll-padding-top:10dvh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-color: #0c131a;--background: #f7f9fc;--transparent: hsl(from var(--text-color) h s l / .5);--transparent-reverse: hsl(from var(--background) h s l / .5)}.darkmode{--text-color: #f7f9fc;--background: #222222;--transparent: hsl(from var(--text-color) h s l / .5);--transparent-reverse: hsl(from var(--background) h s l / .5)}@font-face{font-family:MerriweatherSans;src:url(/portfolio/assets/MerriweatherSans-VariableFont_wght-CGAJ150f.ttf)}*{margin:0;padding:0}body{margin:0;display:flex;flex-direction:column;align-items:center;background-color:var(--background);color:var(--text-color)}h1{font-size:2.82rem;font-weight:700}h2{font-size:1.64rem;font-weight:400}p{font-size:1rem}h3{font-size:.76rem}a{text-decoration:none;color:var(--text-color)}.full-shadow{box-shadow:0 0 5px hsl(from var(--text-color) h s l / .01),0 0 20px hsl(from var(--text-color) h s l / .02),0 0 46px hsl(from var(--text-color) h s l / .03),0 0 82px hsl(from var(--text-color) h s l / .04),0 0 128px hsl(from var(--text-color) h s l / .04),0 0 184px hsl(from var(--text-color) h s l / .05),0 0 251px hsl(from var(--text-color) h s l / .06),0 0 328px hsl(from var(--text-color) h s l / .07),0 0 415px hsl(from var(--text-color) h s l / .08),0 0 512px hsl(from var(--text-color) h s l / .09)}.darkmode .full-shadow{box-shadow:0 0 4px hsl(from var(--text-color) h s l / .02),0 0 17px hsl(from var(--text-color) h s l / .04),0 0 37px hsl(from var(--text-color) h s l / .06),0 0 67px hsl(from var(--text-color) h s l / .08),0 0 104px hsl(from var(--text-color) h s l / .1)}@media (max-width: 768px){:root{font-size:13px}}.default-heading{color:var(--transparent);position:absolute;left:0;width:100%;text-align:center}#home{height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;gap:2.52rem;background-color:var(--background)}.header-container{display:flex;flex-direction:column;align-items:center;gap:10px;height:auto;width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-container:hover{cursor:text}.header-container h2{color:var(--transparent)}.header-image{height:16.29rem;width:16.29rem;border-radius:50%;overflow:hidden;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 768px){#home{flex-direction:column-reverse;gap:1.5rem}.header-image{height:11.5rem;width:11.5rem}}.default-button{padding:.29rem .94rem;border-radius:100rem;font-size:1rem;font-family:MerriweatherSans}.default-button:hover{cursor:pointer}#navbar{display:flex;justify-content:center;align-items:center;position:fixed;height:auto;width:100%;top:.82rem;left:0;z-index:100}.language-container{position:absolute;left:2.52rem;border-radius:100rem;padding:.64rem;background-color:var(--background)}.language-container:hover{cursor:pointer}.language-container p{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.links-container{display:flex;gap:.94rem;padding:0 4.82rem;border-radius:100rem;padding:.64rem 4.82rem;background-color:var(--background)}.ham-menu{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text);z-index:101}.ham-menu svg{width:24px;height:24px}.off-screen-menu{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;position:fixed;top:0;left:0;height:100dvh;width:100%;text-align:center;background-color:var(--background);visibility:hidden;opacity:0;transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.off-screen-menu.active{visibility:visible;opacity:1;transform:translateY(0);pointer-events:all;transition:all .4s cubic-bezier(.4,0,.2,1)}.off-screen-menu p{font-size:3rem}@media (max-width: 768px){.links-container a{display:none}.ham-menu{display:block}}#themeswitch-container{position:absolute;right:2.52rem;padding:.64rem;border-radius:100%;background-color:var(--background)}#themeswitch-container *{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}#themeswitch-container *:hover{cursor:pointer}#lightmode-switch,.darkmode #darkmode-switch{display:none}.darkmode #lightmode-switch{display:block}@media (max-width: 768px){#navbar{width:100vw}}#work{display:flex;flex-direction:column;align-items:center;gap:2.7rem;width:100%;height:auto;padding:7rem 0}.workcard{display:flex;justify-content:center;gap:.58rem;width:35.41rem;height:21.82rem;border-radius:25px;overflow:hidden}.workcard:hover{cursor:pointer}.workcard img{width:14.23rem;height:100%;object-fit:cover;transition:all .3s ease}.workcard:first-child:hover img:first-child{margin-top:8.82rem;object-position:top}.workcard:last-child:hover img:last-child{margin-top:-8.82rem;object-position:bottom}.workcard:first-child img:first-child{margin-top:2.94rem;object-position:top}.workcard:last-child img:last-child{margin-top:-2.94rem;object-position:bottom}@media (max-width: 768px){#work{justify-content:center}.workcard{width:90vw;height:calc(90vw - 10rem)}.workcard img{width:42%}.workcard:first-child:hover img:first-child{margin-top:4.82rem}.workcard:last-child:hover img:last-child{margin-top:-4.82rem}}#about-me{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:auto;min-height:70dvh;padding:7rem 0}.about-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;width:40.52rem;height:25.88rem;border-radius:1.47rem;background:var(--text-color)}.about-img{position:absolute;top:-6.29rem;height:12.58rem;width:12.58rem;border-radius:100rem}.about-text{text-align:center;color:var(--background);padding:0 4.9rem;margin-top:.7rem}.about-button{position:absolute;bottom:4.64rem}@media (max-width: 768px){.about-wrapper{width:95vw;height:20.88rem}.about-text{padding:0 2.5rem;font-size:1.5rem}.about-button{position:absolute;bottom:15%}}#contact{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh}.inputs{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:500px}.field{width:100%;resize:none;border:1px solid var(--text-color);border-radius:100rem;padding:.76rem 1.17rem;font-size:1rem;font-weight:400;font-family:MerriweatherSans;transition:transform .3s ease-in-out;background-color:var(--background);color:var(--text-color);box-sizing:border-box}.field:focus{outline:none;transform:scale(1.005)}#contact-textarea{height:30dvh;border-radius:1.17rem}#contact-button{width:100%;padding:.29rem .94rem;border:1px solid var(--text-color);border-radius:100rem;font-size:1rem;font-weight:400;font-family:MerriweatherSans;background-color:var(--background);color:var(--text-color)}#contact-button:hover{cursor:pointer}#contact span{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:var(--transperent);opacity:0;transition:opacity .3s ease-in-out}#contact span:not(:empty){opacity:1}#contact span .loader{width:60px;aspect-ratio:4;--_g: no-repeat radial-gradient(circle closest-side, var(--text-color) 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 100%;animation:l7 1s infinite linear}@keyframes l7{33%{background-size:calc(100% / 3) 0%,calc(100% / 3) 100%,calc(100% / 3) 100%}50%{background-size:calc(100% / 3) 100%,calc(100% / 3) 0%,calc(100% / 3) 100%}66%{background-size:calc(100% / 3) 100%,calc(100% / 3) 100%,calc(100% / 3) 0%}}#copyright{color:var(--transparent);font-weight:400}#footer{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;bottom:.64rem}#footer img{width:2.41rem;height:2.41rem;border-radius:50%;object-fit:cover}@media (max-width: 768px){.inputs{width:90vw}}
