*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;font-family:Fredoka,sans-serif;font-family:Syne,sans-serif}html{background-color:#1e1e1e}li{list-style:none}a{text-decoration:none}.navbar{width:80%;height:8vh;display:flex;justify-content:space-between;align-items:center;flex-direction:row;background-color:#1a1a1a;padding:1rem;color:#f5f5f5;position:relative;position:sticky;z-index:100;margin:2% auto 0;border-radius:10px;border:1px solid rgba(90,90,90,.6784313725);animation:none;transform:none;position:fixed;top:0}.navbar .logo h2{font-size:1.5rem;font-weight:400;background:linear-gradient(to right,#2575fc,#fff);background:linear-gradient(to right,#6a11cb,#2575fc);-webkit-background-clip:text;background-clip:text;color:transparent}.navbar .logo h2 span{line-height:1.7rem;text-align:center}.navbar .logo h2 .l-name{font-family:Great Vibes,serif;font-size:1.3rem;margin-right:10%}.navbar .links-container{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:2rem}.navbar .links-container .link{font-size:1rem;text-transform:uppercase;padding:.5rem;position:relative}.navbar .links-container .link a{color:#f6f9ff;cursor:pointer}.navbar .links-container .link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#2575fc;transition:width .3s ease-in-out}.navbar .links-container .link:hover:after{width:100%}.navbar .res-menu{font-size:2.5rem;display:none;cursor:pointer}.navbar .res-menu .icon{font-size:2rem}@media (max-width: 1000px){.navbar .links-container{display:none;width:100%;height:50vh;position:absolute;top:100%;left:0;background-color:#1a1a1a;transform:translateY(-100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:1;border:1px solid #3b3a3a;border-radius:10px}.navbar .links-container.open{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:translateY(0)}.navbar .res-menu{display:flex;justify-content:flex-end;align-items:center;flex-direction:row}}@media (max-width: 700px){.navbar{width:90%;top:2%}}.intro-section{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;z-index:10;position:relative}.intro-section .fullname{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;position:absolute;top:0;left:0;animation:rotate-fullname .5s ease 1.5s 4 forwards}.intro-section .fullname .dev-name{width:fit-content;padding:.5rem;background-color:#2575fc;color:#fff;border-radius:50px;font-size:2rem;display:flex;justify-content:center;align-items:center;flex-direction:row}.intro-section .fullname .initials{background-color:#2575fc;border-radius:50px;padding:.5rem 1rem;font-weight:700;text-shadow:2px 2px black}.intro-section .fullname .initials .icon{font-size:2rem}.intro-section .fullname .firstname{animation:animate-f-name 1.5s linear forwards,splash-screen 2s ease-in-out 3s forwards,fade-in 1.5s ease-in 5s forwards}.intro-section .fullname .lastname{animation:animate-l-name 1.5s linear forwards,splash-screen 2s ease-in-out 3s forwards,fade-in 1.5s ease-in 5s forwards}.intro-section .fullname .dev-intro{width:100%;transform:rotate(180deg);display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;animation:show-dev-intro 1.5s ease-in-out 7s forwards;opacity:0;position:absolute;top:60%;left:50%;transform:translate(-50%,-80%) rotate(180deg);padding:1rem}.intro-section .fullname .dev-intro h1{font-size:5rem;font-weight:400;text-align:center}@media (max-width: 700px){.intro-section .fullname .dev-intro h1{font-size:4rem;line-height:normal}}@media (max-width: 600px){.intro-section .fullname .dev-intro h1{font-size:3rem}}@media (max-width: 500px){.intro-section .fullname .dev-intro h1{font-size:2.5rem}}.intro-section .fullname .dev-intro p{line-height:.6rem;font-size:.9rem;text-align:center}@media (max-width: 500px){.intro-section .fullname .dev-intro p{line-height:normal}}.intro-section .fullname .dev-intro a{margin-top:2%;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:.5rem 1rem;color:#fff;text-shadow:2px 2px black;box-shadow:5px 5px #fff;border:2px solid white;translate:all .5s ease-in-out}.intro-section .fullname .dev-intro a:hover{background-color:#fff;color:#121212;text-shadow:none}@keyframes animate-f-name{0%{transform:translate(-100vw,-40vw)}to{transform:translate(0)}}@keyframes animate-l-name{0%{transform:translate(100vw,35vw)}to{transform:translate(0)}}@keyframes rotate-fullname{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes splash-screen{0%{transform:scale(0) rotate(0)}50%{transform:scale(30) rotate(45deg)}to{transform:scale(100) rotate(45deg)}}@keyframes fade-in{0%{opacity:1}to{opacity:0}}@keyframes show-dev-intro{0%{opacity:0}to{opacity:1}}.about-section{width:100%;height:700px;color:#f5f5f5;padding:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(50%,1fr));place-items:center}.about-section .about-me{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.about-section .about-me img{width:100%;padding-left:2rem;object-fit:cover;aspect-ratio:3/2}.about-section .about-dev{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:1rem;padding-left:2rem}.about-section .about-dev h2{font-size:3rem;font-weight:400}.about-section .about-dev .bottom-line{width:70%;height:5px;background-color:#2575fc}.about-section .about-dev p{font-size:1.1rem}@media (max-width: 1000px){.about-section{padding:1rem}.about-section .about-me{width:100%;padding:.5rem}.about-section .about-dev{padding:1rem;gap:.5rem}.about-section .about-dev h2{font-size:2.5rem;font-size:2rem}.about-section .about-dev p{font-size:.9rem}}@media (max-width: 850px){.about-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));place-items:center;height:auto;padding:1rem 0}.about-section .about-me img{padding:0}}@media (max-width: 480px){.about-section .about-me p{font-size:1.2rem;padding:1rem}}.skills-part{width:100%;color:#f5f5f5;padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:row}@media (max-width: 800px){.skills-part{padding:0}}.skills-part .skill-section{width:80%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:2rem}.skills-part .skill-section h3{font-size:3rem;padding-bottom:.5rem;border-bottom:3px solid #2575fc}.skills-part .skill-section .skills{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;color:#fff}.skills-part .skill-section .skills .skill{width:100%;height:400px;color:#2575fc;border-radius:5px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:1rem 0}.skills-part .skill-section .skills .skill h3{width:50%;text-transform:capitalize;font-size:3rem;font-weight:400;border-bottom:none}.skills-part .skill-section .skills .skill ul{width:40%;padding:.7rem;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem;height:50%;filter:drop-shadow(5px -5px 55px #2575fc)}.skills-part .skill-section .skills .skill ul li{font-size:1.2rem;transition:all .3s ease;padding:.2rem;display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:#fff;padding:.5rem 1rem;border-radius:50px;color:#000;font-size:1rem;gap:.5rem}.skills-part .skill-section .skills .skill ul li .icon{color:#000}.skills-part .skill-section .skills .skill ul li:hover{scale:1.05;color:#f5f5f5;background-color:#ffffff29}.skills-part .skill-section .skills .skill:nth-of-type(2) h3{order:2;text-align:right}@media (max-width: 1250px){.skills-part .skill-section .skills .skill h3{font-size:2.5rem}.skills-part .skill-section .skills .skill ul{width:50%}}@media (max-width: 1250px) and (max-width: 900px){.skills-part .skill-section .skills .skill ul{width:60%}}@media (max-width: 1000px){.skills-part .skill-section{width:100%}.skills-part .skill-section .skills .skill h3{font-size:2rem;width:40%}}@media (max-width: 800px){.skills-part .skill-section{padding:1rem}.skills-part .skill-section h3{font-size:2.5rem}.skills-part .skill-section .skills .skill{flex-direction:column;justify-content:center;gap:2rem}.skills-part .skill-section .skills .skill h3{width:60%;text-align:center;font-size:2rem}}@media (max-width: 800px) and (max-width: 600px){.skills-part .skill-section .skills .skill h3{width:80%}}@media (max-width: 800px) and (max-width: 500px){.skills-part .skill-section .skills .skill h3{width:90%;font-size:1.5rem}}@media (max-width: 800px) and (max-width: 730px){.skills-part .skill-section .skills .skill ul{width:80%}}@media (max-width: 800px) and (max-width: 550px){.skills-part .skill-section .skills .skill ul{width:90%}}@media (max-width: 800px) and (max-width: 500px){.skills-part .skill-section .skills .skill ul{width:100%;gap:.5rem;padding:0;filter:drop-shadow(5px -5px 55px rgba(37,116,252,.368627451))}}@media (max-width: 800px) and (max-width: 500px){.skills-part .skill-section .skills .skill:nth-of-type(3),.skills-part .skill-section .skills .skill:nth-of-type(2){height:fit-content}.skills-part .skill-section .skills .skill:nth-of-type(3){margin-top:20%}}@media (max-width: 800px){.skills-part .skill-section .skills .skill:nth-of-type(2) h3{text-align:center}.skills-part .skill-section .skills .skill:nth-of-type(2) ul{order:3}}.project-section{width:100%;padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem;color:#fff}.project-section h2{font-size:2.5rem;padding-bottom:.5rem;border-bottom:3px solid #2575fc}.project-section .projects{width:80%;column-count:3;column-gap:2rem}.project-section .projects .card{width:100%;break-inside:avoid;margin-bottom:2rem;border-radius:8px}.project-section .projects .card img{width:100%;border-radius:8px;filter:grayscale(100%)}.project-section .projects .card img:hover{filter:none}@media (width <= 1050px){.project-section .projects{column-count:2}}@media (width <= 480px){.project-section{padding:1rem}.project-section .projects{width:100%;column-gap:.6rem}.project-section .projects .card{margin-bottom:.6rem}}.contact-page{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem;gap:2rem}.contact-page h2{font-size:2.5rem;color:#f5f5f5;padding-bottom:1rem;text-align:center;border-bottom:3px solid #2575fc}.contact-page form{width:40%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.contact-page form input{width:100%;padding:.5rem;border-radius:5px;font-size:1.2rem}.contact-page form textarea{width:100%;height:25vh;padding:.5rem;font-size:1.2rem;border-radius:5px}.contact-page form button{padding:.6rem 1rem;border-radius:5px;background-color:#6a11cb;color:#fff;font-size:1.1rem;border:2px solid #6a11cb;transition:all .2s ease}.contact-page form button:hover{background-color:#6b11cb87}@media (width < 1100px){.contact-page form{width:60%}}@media (width < 1100px) and (width < 700px){.contact-page form{width:80%}}@media (width < 1100px) and (width < 500px){.contact-page h2{font-size:2rem}.contact-page form{width:100%}}.footer-section{width:100%;padding:5rem;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#ffffff13;gap:4rem}.footer-section .social-handles{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:2rem}.footer-section .social-handles a{color:#000;background-color:#fff;border-radius:50px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .2s ease}.footer-section .social-handles a .social-icon{font-size:2rem}.footer-section .social-handles a:hover{background-color:var(--accent-color);color:#fff}.footer-section .copyright{text-align:center;color:#e8e7e7;font-size:.95rem}@media (width <= 700px){.footer-section{padding:3rem}.footer-section .social-handles a{width:55px;height:55px}}@media (width <= 700px) and (width <= 500px){.footer-section .social-handles a{width:70px;height:50px}}@media (width <= 480px){.footer-section{padding:4rem 2rem}.footer-section .social-handles a{width:45px;height:35px}.footer-section .social-handles a .social-icon{font-size:1.5rem}}
