@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.icon-i{visibility:hidden;opacity:0;transition:opacity .3s ease-in-out;color:currentColor;stroke-width:2}.icon-wrapper.loaded .icon-i{visibility:visible;opacity:1}.icon-i:hover{opacity:.8}.notification{position:fixed;top:10px;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;align-items:center;padding:15px;margin:10px 0;border-radius:5px;font-size:14px;color:#fff;box-shadow:0 4px 6px #0000001a;z-index:999999;animation:fadeIn .3s ease-out,fadeOut .3s ease-in 3s}.notification--success{background-color:#4caf50}.notification--error{background-color:#f44336}.notification--info{background-color:#2196f3}.notification--warning{background-color:#ff9800}.notification__close{background:none;border:none;font-size:18px;color:#fff;cursor:pointer}@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%)}*{margin:0;padding:0;box-sizing:border-box;outline:none}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{display:grid;gap:3em}::-webkit-scrollbar{max-width:60em;background-color:var(--scroll-bar-color);border-radius:.5em}::-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{display:inline-block;background-color:var(--first-color);color:var(--text-button-color);padding:1em;border-radius:.5em;font-weight:var(--font-medium)}.button:hover{background-color:var(--first-color);transform:scale(1.01)}.button_icon{font-size:1.25em;margin-left:var(--mb-0-5);transition:.3s}.button--flex{margin:0 auto;display:inline-flex;align-items:center}.button--white{background-color:#fff;color:hsl(var(--hue-color),0%,9%)}.button--white:hover{background-color:#fff}@media screen and (min-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 (max-width: 350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media screen and (min-width: 568px){.about_container,.skills_container,.portfolio_content,.project_container,.contact_container,.footer_container{grid-template-columns:repeat(2,1fr)!important}}@media screen and (min-width: 768px){.container{margin:0 auto}.page{margin:0}.section{padding:4rem 0 2rem}.header,.main,.footer_container{padding:0 1rem}}@media screen and (min-width: 1024px){.header,.main,.footer_container{padding:0}.home_blob{width:320px}}.wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;z-index:1000;background-color:#00000080}.loading{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#ffffff80}.error{color:#f31;margin:1rem 0}.image-wrapper{display:grid}.image-img{display:block;max-width:100%;grid-area:1/1;opacity:0;transition:.2s}.image-skeleton{grid-area:1/1;height:100%;background-image:linear-gradient(90deg,#eee,#fff 50%,#eee);background-size:200%;animation:skeleton 1.5s infinite linear}@keyframes skeleton{0%{background-position:0px}to{background-position:-200%}}.icon-kaggle{width:1.25rem;height:1.25rem;color:var(--first-color)}.icon-kaggle:hover{color:var(--first-color-alt)}.footer_bg{background-color:#f5f5f0;padding:1em 0 2em;text-align:center;width:100%}.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{display:flex;flex-direction:column;row-gap:1.5em;margin:.67em 0}.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{display:flex;flex-direction:row;gap:var(--mb-1);margin-top:var(--mb-1-5);justify-content:center}.footer_title,.footer_subtitle,.footer_link,.footer_social{color:var(--title-color)}@media screen and (min-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{display:block;font-size:var(--small-font-size);margin-bottom:var(--mb-3)}.section_title,.section_subtitle{text-align:center}@media screen and (min-width: 768px){.section_subtitle{margin-bottom:4rem}}
