.icon-i{visibility:hidden;opacity:0;color:currentColor;stroke-width:2px;transition:opacity .3s ease-in-out}.icon-wrapper.loaded .icon-i{visibility:visible;opacity:1}.icon-i:hover{opacity:.8}.notification{color:#fff;z-index:999999;border-radius:5px;justify-content:space-between;align-items:center;margin:10px 0;padding:15px;font-size:14px;animation:.3s ease-out fadeIn,.3s ease-in 3s fadeOut;display:flex;position:fixed;top:10px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}.notification--success{background-color:#4caf50}.notification--error{background-color:#f44336}.notification--info{background-color:#2196f3}.notification--warning{background-color:#ff9800}.notification__close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:18px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:root{--header-height:3em;--hue-color:0;--first-color:hsl(var(--hue-color), 0%, 7%);--first-color-second:hsl(var(--hue-color), 0%, 9%);--first-color-alt:hsl(var(--hue-color), 0%, 11%);--first-color-lighter:hsl(var(--hue-color), 0%, 92%);--title-color:hsl(var(--hue-color), 0%, 15%);--text-color:hsl(var(--hue-color), 0%, 45%);--text-button-color:hsl(var(--hue-color), 0%, 95%);--text-color-light:hsl(var(--hue-color), 0%, 40%);--input-color:hsl(var(--hue-color), 7%, 96%);--body-color:hsl(var(--hue-color), 60%, 99%);--container-color:hsl(var(--hue-color), 0%, 100%);--scroll-bar-color:hsl(var(--hue-color), 0%, 90%);--scroll-thumb-color:hsl(var(--hue-color), 0%, 80%);--body-font:"Poppins", sans-serif;--big-font-size:2em;--h1-font-size:1.5em;--h2-font-size:1.25em;--h3-font-size:1.125em;--normal-font-size:.938em;--small-font-size:.813em;--smaller-font-size:.75em;--font-medium:500;--font-semi-bold:600;--mb-0-25:.25em;--mb-0-5:.5em;--mb-0-75:.75em;--mb-1:1em;--mb-1-5:1.5em;--mb-2:2em;--mb-2-5:2.5em;--mb-3:3em;--z-tooltip:10;--z-fixed:100;--z-modal:1000}.page.dark-theme{--first-color:hsl(var(--hue-color), 0%, 95%);--first-color-lighter:hsl(var(--hue-color), 0%, 70%);--first-color-second:hsl(var(--hue-color), 0%, 9%);--title-color:hsl(var(--hue-color), 0%, 95%);--text-color:hsl(var(--hue-color), 0%, 75%);--text-color-light:hsl(var(--hue-color), 0%, 80%);--input-color:hsl(var(--hue-color), 0%, 16%);--body-color:hsl(var(--hue-color), 0%, 7%);--text-button-color:hsl(var(--hue-color), 0%, 7%);--container-color:hsl(var(--hue-color), 0%, 9%);--first-color-alt:hsl(var(--hue-color), 0%, 40%);--scroll-bar-color:hsl(var(--hue-color), 0%, 48%);--scroll-thumb-color:hsl(var(--hue-color), 0%, 36%)}*{box-sizing:border-box;outline:none;margin:0;padding:0}html{scroll-behavior:smooth}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}button{border:none}button:disabled{opacity:.5;cursor:auto}.page{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color)}.section{padding:2em 0 4em}.container{max-width:768px;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.grid{gap:3em;display:grid}::-webkit-scrollbar{background-color:var(--scroll-bar-color);border-radius:.5em;max-width:60em}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5em}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}::selection{background-color:var(--first-color-alt);color:hsl(var(--hue-color), 0%, 100%)}.button{background-color:var(--first-color);color:var(--text-button-color);font-weight:var(--font-medium);border-radius:.5em;padding:1em;display:inline-block}.button:hover{background-color:var(--first-color);transform:scale(1.01)}.button_icon{margin-left:var(--mb-0-5);font-size:1.25em;transition:all .3s}.button--flex{align-items:center;margin:0 auto;display:inline-flex}.button--white{color:hsl(var(--hue-color), 0%, 9%);background-color:#fff}.button--white:hover{background-color:#fff}@media screen and (width>=968px){:root{--big-font-size:3em;--h1-font-size:2.5em;--h2-font-size:1.5em;--h3-font-size:1.25em;--normal-font-size:1em;--small-font-size:.875em;--smaller-font-size:.813em}}@media screen and (width<=350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media screen and (width>=568px){.about_container,.skills_container,.portfolio_content,.project_container,.contact_container,.footer_container{grid-template-columns:repeat(2,1fr)!important}}@media screen and (width>=768px){.container{margin:0 auto}.page{margin:0}.section{padding:4rem 0 2rem}.header,.main,.footer_container{padding:0 1rem}}@media screen and (width>=1024px){.header,.main,.footer_container{padding:0}.home_blob{width:320px}}.wrapper{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loading{background-color:#ffffff80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.error{color:#f31;margin:1rem 0}.image-wrapper{display:grid}.image-img{opacity:0;grid-area:1/1;max-width:100%;transition:all .2s;display:block}.image-skeleton{background-image:linear-gradient(90deg,#eee 0,#fff 50%,#eee 100%);background-size:200%;grid-area:1/1;height:100%;animation:1.5s linear infinite skeleton}@keyframes skeleton{0%{background-position:0}to{background-position:-200%}}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.icon-kaggle{width:1.25rem;height:1.25rem;color:var(--first-color)}.icon-kaggle:hover{color:var(--first-color-alt)}.footer_bg{text-align:center;background-color:#f5f5f0;width:100%;padding:1em 0 2em}.footer_title{font-size:var(--h2-font-size);margin-bottom:var(--mb-0-25)}.footer_subtitle{font-size:var(--small-font-size);margin-bottom:var(--mb-0-25)}.footer_links{flex-direction:column;row-gap:1.5em;margin:.67em 0;display:flex}.footer_link:hover{color:var(--first-color-second);cursor:pointer;transform:scale(1.05)}.footer_social{font-size:1.25em}.footer_social:hover{color:var(--first-color-second)}.footer_copy{font-size:var(--smaller-font-size);text-align:center;color:var(--title-color);margin-top:var(--mb-3)}.footer_socials{gap:var(--mb-1);margin-top:var(--mb-1-5);flex-direction:row;justify-content:center;display:flex}.footer_title,.footer_subtitle,.footer_link,.footer_social{color:var(--title-color)}@media screen and (width>=768px){.footer_container{grid-template-columns:repeat(2,1fr)}.footer_bg{padding:3em 0 3.5em}.footer_links{flex-direction:row;column-gap:2em}.footer_copy{margin-top:4.5em}}.section_title{font-size:var(--h1-font-size);margin-bottom:.5rem}.section_subtitle{font-size:var(--small-font-size);margin-bottom:var(--mb-3);display:block}.section_title,.section_subtitle{text-align:center}@media screen and (width>=768px){.section_subtitle{margin-bottom:4rem}}
