body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{overflow-x:auto}.container,body,html{overflow-y:auto;z-index:99}.container{display:grid;grid-template-areas:"nav" "main";grid-template-rows:4rem 1fr;grid-template-rows:var(--navbar-height) 1fr;height:100vh;width:100vw}.navbar{background-color:#96000014;box-shadow:0 2px 5px #0000001a;grid-area:nav;height:4rem;height:var(--navbar-height);padding:0 2rem;z-index:100}main{box-sizing:border-box;grid-area:main;overflow:auto;padding:1rem;z-index:99}.container-light{background:#f9f9fb;color:#000}.container-dark,.container-light{transition:background-color .6s ease,color .6s ease}.container-dark{background:#222;color:#fff}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:550px){.navbar{height:5rem;padding:0 1rem}.test-container{padding:1rem}}@media (max-width:1024px){.container{padding-bottom:3rem;padding-top:3rem}}.preloader{align-items:center;background:#000;color:#fff;display:flex;height:100vh;justify-content:center;left:0;opacity:1;overflow:hidden;position:fixed;top:0;transition:opacity .8s ease-in-out;width:100%;will-change:transform;z-index:999}.preloader.hidden{animation:wipe-up 1.3s cubic-bezier(.25,1,.5,1) forwards}.texts-container{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:center}.texts-container span{font-size:1.7rem;font-weight:800;margin:0 3px;opacity:0;transform:translateY(50px);transition:opacity 1.8s ease,transform 1.8s ease}.texts-container span:nth-child(3){color:red}.texts-container span.show{opacity:1;transform:translateY(0)}@keyframes wipe-up{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}@media screen and (max-width:1024px){.texts-container{flex-direction:column;gap:15px;padding-bottom:10rem}}@media screen and (min-width:1024px){.desktop-nav{display:flex!important}:root{--clr-dark:#070a12;--clr-light:#f9f9fb;--clr-accent:#f43f70;--clr-rgba:#f43f7033}*,:after,:before{box-sizing:border-box}*{font-family:Roboto,sans-serif}html{font-size:calc(.5vw + .5vh + 10px)}body{background-color:var(--clr-light);color:var(--clr-dark);height:100vh;justify-content:center;line-height:1.5;margin:0;padding:0;word-spacing:.1rem}.navbar,body{align-items:center;display:flex}.navbar{background:var(--clr-light);box-shadow:0 .5vh 1vh #0000001a;justify-content:space-between;left:0;min-height:4rem;padding:.8rem 4%;position:sticky;top:0;transition:background-color .6s ease,color .6s ease;width:100%;z-index:99}.navbar span.hop{animation:hop .5s ease}@keyframes hop{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}to{transform:translateY(0)}}#navbar span{color:var(--clr-accent);font-family:Dokyo,sans-serif;font-size:1.5rem;font-weight:700}.toggle-icon{height:3rem;width:3rem}.toggle-icon,ul{align-items:center;display:flex;justify-content:center}ul{flex:1 1;list-style:none;margin:0;padding:0}ul,ul li{text-align:center}ul li{border:.1rem solid;border-radius:.5rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;line-height:1.2;margin:0 1rem;padding:.8vh 1vw}.container-light ul li{background-color:var(--clr-light);border-color:var(--clr-dark);color:var(--clr-dark);transition:background-color .6s ease,color .6s ease}.container-light ul li:hover{animation:invertColorsLight .3s forwards;transform:translateY(-.2vh);transition:.2s}.container-dark ul li{background-color:var(--clr-dark);border-color:var(--clr-light);color:var(--clr-light);transition:background-color .6s ease,color .6s ease}.container-dark ul li:hover{animation:invertColorsDark .3s forwards;transform:translateY(-.2vh);transition:.2s}@keyframes invertColorsLight{0%{background-color:var(--clr-rgba);color:var(--clr-accent)}to{background-color:var(--clr-accent);color:var(--clr-light)}}@keyframes invertColorsDark{0%{background-color:var(--clr-dark);color:var(--clr-light)}to{background-color:var(--clr-light);color:var(--clr-dark)}}.container-dark .navbar{background:var(--clr-dark);color:var(--clr-light)}.container-light .navbar{background:var(--clr-light);color:var(--clr-dark)}.container-light ul li.active{background-color:var(--clr-light);border-color:var(--clr-accent);border-width:.3rem;color:var(--clr-dark)}.container-dark ul li.active{background-color:var(--clr-dark);border-color:var(--clr-accent);border-width:.3rem;color:var(--clr-light)}}.desktop-nav{display:flex!important}:root{--clr-dark:#070a12;--clr-light:#f9f9fb;--clr-accent:#f43f70;--clr-rgba:#f43f7033}*,:after,:before{box-sizing:border-box}*{font-family:Roboto,sans-serif}html{font-size:calc(.5vw + .5vh + 10px)}body{background-color:#f9f9fb;background-color:var(--clr-light);color:#070a12;color:var(--clr-dark);height:100vh;justify-content:center;line-height:1.5;margin:0;padding:0;word-spacing:.1rem}.navbar,body{align-items:center;display:flex}.navbar{background:#f9f9fb;background:var(--clr-light);box-shadow:0 .5vh 1vh #0000001a;justify-content:space-between;left:0;min-height:3rem;padding:rem 4%;position:sticky;top:0;width:100%;z-index:3}.container-dark .navbar{background:#070a12;background:var(--clr-dark);color:#f9f9fb;color:var(--clr-light)}.container-light .navbar{background:#f9f9fb;background:var(--clr-light);color:#070a12;color:var(--clr-dark)}.navbar span.hop{animation:hop .5s ease}@keyframes hop{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}to{transform:translateY(0)}}.toggle-icon{height:4rem;margin-right:1rem;max-height:200px;max-width:200px;transition:opacity .5s,transform .5s;width:4rem}.navbar span{color:#f43f70;color:var(--clr-accent);font-family:Playfair Display,serif;font-size:.9rem;font-weight:700;margin-left:.5rem}ul{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none;margin:0;padding:0}ul li{border:.1rem solid;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:700;margin:0 1rem;padding:.8vh 1vw}.container-light ul li{background-color:#f9f9fb;background-color:var(--clr-light);border-color:#070a12;border-color:var(--clr-dark);color:#070a12;color:var(--clr-dark)}.container-dark ul li{background-color:#070a12;background-color:var(--clr-dark);border-color:#f9f9fb;border-color:var(--clr-light);color:#f9f9fb;color:var(--clr-light)}@media screen and (max-width:1024px){.navbar ul{display:none}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:55px;justify-content:space-around;margin-left:3rem;margin-right:3rem;padding:.3rem;width:55px}.hamburger .bar{border-radius:20px;height:5px;margin-right:2rem;transition:.6s;width:100%}.container-light .hamburger .bar,.hamburger .bar{background-color:#070a12;background-color:var(--clr-dark)}.container-dark .hamburger .bar{background-color:#f9f9fb;background-color:var(--clr-light)}.hamburger:after,.hamburger:before{border-radius:20px;content:"";display:block;height:5px;margin:6px 1.5rem 6px 0;transition:.6s;width:100%}.container-light .hamburger:after,.container-light .hamburger:before{background-color:#070a12;background-color:var(--clr-dark)}.container-dark .hamburger:after,.container-dark .hamburger:before{background-color:#f9f9fb;background-color:var(--clr-light)}.hamburger.is-active:before{transform:rotate(-45deg) translate(-8px,8px)}.hamburger.is-active:after{transform:rotate(45deg) translate(-11px,-11px)}.hamburger.is-active .bar{opacity:0}.mobile-nav{align-items:center;background-color:#070a12fc;height:100vh;justify-content:center;left:100%;overflow-y:auto;padding-top:12vh;position:fixed;top:0;transition:left .6s;width:100%;z-index:1000}.mobile-nav.is-active{left:0}.mobile-nav button{background-color:#f9f9fb;background-color:var(--clr-light);border:none;border-radius:12px;color:#070a12;color:var(--clr-dark);cursor:pointer;display:block;font-size:1.2rem;font-weight:700;margin:16px auto;max-width:250px;padding:16px;text-align:center;width:90%}.mobile-nav button:hover{transform:scale(1.05);transition:.2s}.mobile-nav button:focus{outline:2px solid #f43f70;outline:2px solid var(--clr-accent)}}:root{--navbar-height:4rem}body,html{box-sizing:border-box;font-weight:700;height:100%;margin:0;padding:0}.home-container,body,html{overflow-x:hidden;width:100%;z-index:1}.home-container{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:2rem;justify-content:space-between;min-height:calc(100vh - 4rem);min-height:calc(100vh - var(--navbar-height));padding:2rem;position:relative}.home-image{border-radius:50%;box-shadow:0 15px 30px #0000004d;box-sizing:border-box;height:clamp(200px,60%,500px);object-fit:cover;width:clamp(200px,60%,500px);z-index:1}.home-image:hover{border:.2rem solid #f5427d;transform:scale(1.05);transition:transform .2s ease,box-shadow .2s ease}.home-text{flex:1 1;font-size:clamp(.8rem,2.5vw,1rem);max-width:100%;min-width:0;overflow-wrap:break-word;text-align:left;z-index:1}.home-heading{cursor:default;font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:.5rem;margin-top:-.5rem;z-index:1}.home-heading:hover span:first-child{margin-right:.1rem;transition:.3s}.home-heading:hover span:first-child:after{content:"";transition:.3s}.home-heading:hover span:nth-child(2){margin-left:.1rem;transition:.3s}.home-heading:hover span{text-shadow:0 0 10px #f5427d,0 0 20px #f5427d,0 0 30px #f5427d,0 0 40px #f5427d,0 0 80px #f5427d,0 0 160px #f5427d}.home-description{font-size:clamp(.8rem,2.5vw,1rem);font-weight:700;margin-bottom:1rem}.typing-wrapper{align-items:center;display:inline-flex;font-size:clamp(1.2rem,3vw,2rem);overflow-wrap:break-word}.static-text{font-weight:700;margin-right:.5rem}.dynamic-text{display:inline-block;font-weight:700;white-space:normal}.cursor{animation:blink .7s steps(2,start) infinite;border-left:4px solid #f5427d;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.home-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-template-columns:repeat(2,1fr);justify-items:center;margin-top:2rem;width:100%}.home-button{background-color:#f5427d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:transform .2s ease-in-out,background-color .3s;width:100%}.home-button:hover{background-color:#c43666;transform:scale(1.05)}@media (max-width:1000px){.home-image{border-radius:50%;box-shadow:0 15px 30px #0000004d;box-sizing:border-box;height:clamp(200px,60%,400px);object-fit:cover;width:clamp(200px,60%,400px);z-index:1}.home-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-template-columns:repeat(1,1fr);justify-items:center;margin-top:2rem;width:100%}}@media (max-width:768px){.home-container{align-items:center;flex-direction:column;gap:1rem;max-width:100%;overflow-x:hidden;padding:1rem}.home-image{height:auto;height:clamp(200px,60%,350px);margin-top:5rem;max-width:100%;width:clamp(200px,60%,350px)}.home-text{max-width:100%;text-align:center}.typing-wrapper{flex-wrap:wrap;justify-content:center}.home-buttons{flex-direction:column;gap:.5rem;width:100%}.home-button{font-size:1rem;padding:.8rem 1.5rem}}.blob-home{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.blob-home path{transition:fill 1s ease-in-out}.projects-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));overflow:visible;padding:2rem}.projects-header{margin-top:-6rem}.projects-heading{font-size:2rem;margin-bottom:2rem;text-align:center}.light-theme .project-card{background-color:#fff;box-shadow:0 4px 8px #0000001a;color:#1c1c1c;transition:background-color .5s ease}.dark-theme .project-card{background-color:#2a2a2a;box-shadow:0 4px 8px #0000004d;color:#fff;transition:background-color .6s ease}.project-card{border-radius:.5rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:visible;position:relative;transition:transform .3s ease}.project-card:hover{border:.2rem solid #f5427d;box-shadow:0 6px 12px #0000004d;transform:scale(1.05);transition:transform .2s ease,box-shadow .2s ease}.project-image{border-radius:.33rem;height:250px;object-fit:cover;width:100%}.os-icon{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:10px;top:10px;transition:transform .3s ease;width:40px;z-index:1}.os-icon img{height:100%;width:100%}.os-icon-tooltip{background-color:#000;border-radius:.3rem;color:#fff;display:none;font-size:.8rem;opacity:0;padding:5px 8px;position:absolute;right:50%;top:0;transform:translateX(50%);transition:opacity .2s,transform .2s ease-in-out;white-space:nowrap;z-index:2}.os-icon-tooltip:after{border:5px solid #0000;border-top-color:#000;bottom:-5px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.os-icon:hover+.os-icon-tooltip{display:block;opacity:1}.project-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:.8rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;min-height:3rem}.project-description{flex-grow:1;margin-bottom:-.5rem;margin-top:-1rem;min-height:6rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{border-radius:.3rem;color:#fff;font-size:.8rem;padding:.5rem}.color-html{background-color:#e34f26}.color-css{background-color:#2965f1}.color-javascript{background-color:#f7df1e}.color-python{background-color:#306998}.color-pygame{background-color:#33ca33}.color-c{background-color:#2d79c7}.color-cpp{background-color:#00599c}.color-node-js{background-color:#3c873a}.color-sqlite{background-color:#6d6e71}.color-sql{background-color:#00758f}.color-socket-io{background-color:#272626}.color-itunes-api{background-color:#ff3b30}.color-express{background-color:#403b3b}.color-react{background-color:#61dafb}.color-makefile{background-color:#e87516}.color-tensorflow{background-color:#ff6f00}.color-numpy{background-color:#4d77cf}.color-pandas{background-color:#150458}.color-qt{background-color:#32c4cc}.color-qt-runner{background-color:#2d79c7}.project-links{display:flex;gap:.5rem;justify-content:center;padding-top:.1rem}.project-links .icon{filter:grayscale(100%);height:3rem;transition:filter .3s ease,transform .2s ease;width:3rem}.project-links .icon:hover{filter:grayscale(0);transform:scale(1.2)}.no-github .github-icon,.no-youtube .youtube-icon{cursor:not-allowed;filter:grayscale(100%);pointer-events:none;transform:none;transition:none}.disabled-icon .icon:hover{cursor:not-allowed;filter:grayscale(100%);transform:scale(1)}@media (max-width:1280px) and (min-width:720px){.projects-container{grid-template-columns:repeat(2,1fr);padding:1rem}.project-card{height:auto;transform:scale(.9)}.project-image{height:180px}}@media (max-width:720px){.projects-container{grid-template-columns:1fr;padding:2rem 1rem}.project-image{height:160px}}@media (max-width:480px){.projects-container{grid-template-columns:1fr}.project-image{height:150px}}.about-header{font-size:1.2rem;margin-bottom:1rem;margin-top:-5rem}.about-header,.about-heading{padding-top:var(--navbar-height)}.about-heading{align-items:center;flex-direction:column;font-size:2rem;margin-top:-4rem;text-align:center}.about-container{padding:2rem}.about-section{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.section-image{text-align:center;width:100%}.section-image img{border-radius:1rem;box-shadow:0 8px 16px #0000001a;height:auto;max-width:600px;transition:all .3s ease-in-out;width:100%}.section-image img:hover{border:.2rem solid #f5427d;transform:scale(1.05);transition:transform .2s ease,box-shadow .2s ease}.section-content{display:flex;flex-direction:column;height:100%;justify-content:flex-end;text-align:center}.section-content h2{font-size:2rem;margin-bottom:1rem}.section-content p{font-size:1.1rem;line-height:1.6;max-width:60rem}@media (max-width:1024px){.section-content h2{font-size:1.8rem}.section-content p{font-size:1rem}}@media (max-width:768px){.section-content h2{font-size:1.6rem}.section-content p{font-size:.9rem}}.contact-header{margin-top:-4rem;padding-top:var(--navbar-height)}.contact-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.contact-heading{font-size:2rem;text-align:center;width:100%}.contact-info{padding-left:2rem;padding-right:2rem;text-align:left}.contact-animation{flex:1 1;height:auto;max-width:800px;width:100%}.social-links{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.social-links img{border-radius:50%;box-shadow:0 4px 8px #0000001a;height:6rem;max-width:800px;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease;width:6rem}.social-links img:hover{border:.2rem solid #f5427d;transform:scale(1.05);transition:transform .2s ease,box-shadow .2s ease}@media (max-width:768px){.contact-container{flex-direction:column;margin-top:0;text-align:center}.contact-info{text-align:center}.social-links{justify-content:center}}.experience-header{margin-top:-6rem;padding-top:var(--navbar-height)}.experience-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem 4rem;width:100%}.experience-heading{font-size:2rem;text-align:center}.experience-description{font-size:1rem;line-height:1.6;margin-bottom:3rem}.timeline{margin:0 auto;position:relative;width:100%}.timeline:before{background:#ddd;content:"";height:100%;left:50%;position:absolute;transform:translateX(-50%);width:.1rem;z-index:1}.timeline-item{display:flex;margin-bottom:3rem;padding-bottom:2rem;position:relative}.timeline-dot{background-color:#f5427d;border-radius:50%;height:1rem;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:1rem;z-index:2}.timeline-content{border-radius:1rem;box-shadow:0 4px 8px #0000004d;padding:1.5rem 2rem;position:relative;width:48%;z-index:2}.timeline-item:nth-child(odd) .timeline-content{align-self:flex-start;margin-right:auto;text-align:left}.timeline-item:nth-child(2n) .timeline-content{align-self:flex-start;margin-left:auto;text-align:left}.company-logo{flex-shrink:0;height:6rem;object-fit:contain;width:6rem}.experience-role{font-size:1.5rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-item:hover .timeline-content{border:.2rem solid #f5427d;transform:scale(1.05);transition:transform .2s ease,box-shadow .2s ease}@media (max-width:1280px) and (min-width:720px){.experience-container{box-sizing:border-box;padding:1rem;width:100%}.timeline{padding:1rem 0}.timeline-content{margin:0 auto;padding:1rem}.experience-heading{font-size:2rem}.timeline-item{margin-bottom:2rem;padding-bottom:2rem}.timeline:before{left:5rem}.timeline-dot{z-index:-1}}@media (max-width:820px){body{overflow-x:hidden}.experience-header{margin-top:-5rem}.experience-container{box-sizing:border-box;padding:1rem;width:100%}.timeline-content{margin:0 auto;padding:1rem;text-align:left;width:calc(100% - 2rem)}.timeline-dot{z-index:-1}.timeline:before{left:.5rem}.timeline-item{margin-bottom:2rem;padding-bottom:2rem}}
/*# sourceMappingURL=main.b6d673b3.css.map*/