@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,400;0,9..40,500;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,400&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}:root{--font-base:"DM Sans",sans-serif;--primary-color:#343434;--secondary-color:#454545;--black-color:#030303;--light-gray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff;--light-gray-blue-color:#476f86;--light05-gray-blue-color:#476f8680;--gray-blue-color:#143447;--dark-gray-blue-color:#2f4855;--red-purple-color:#e30d57;--light-blue-color:#91a9b6}.app{background-color:var(--light-gray-blue-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--light-gray-blue-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__navbar{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(4px);background:#476f8654;border:.18 solid;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start;max-width:100px}.app__navbar-logo img{height:100%;width:100%}@media screen and (min-width:2000px){.app__navbar-logo{max-width:200px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--white-color);flex-direction:column;font-size:16px;font-weight:500;text-decoration:none;text-transform:uppercase}.app__navbar-links li a:hover{color:var(--red-purple-color)}.app__navbar-links li:hover div{background:var(--red-purple-color)}@media screen and (max-width:800px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:60%;width:60%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 2px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:75%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{display:flex;margin:10px;padding:10px;transition:all .2s ease-out;width:100%}.app__navbar-menu div ul li:hover{background-color:var(--light05-gray-blue-color)}.app__navbar-menu div ul li a{color:var(--dark-gray-blue-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;width:100%}@media screen and (min-width:800px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__home{align-items:center;background:linear-gradient(135deg,var(--dark-gray-blue-color) 0,var(--light-gray-blue-color) 100%);display:flex;justify-content:center;min-height:100vh;padding:2rem}.app__home-content{max-width:800px;text-align:center}.app__home h1{-webkit-text-stroke-color:var(--black-color);color:var(--white-color);font-size:4rem;font-weight:800}.app__home h1,.app__home h2{-webkit-text-stroke-width:.3px}.app__home h2{-webkit-text-stroke-color:var(--white-color);color:var(--red-purple-color);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.app__home p{color:#ffffffe6;font-size:1.15rem;line-height:1.8;margin-bottom:2.5rem}.app__home-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.app__home-cta{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.app__home-cta.primary{background-color:var(--secondary-color);color:var(--white-color)}.app__home-cta.primary:hover{background-color:var(--red-purple-color);box-shadow:0 8px 20px #0000004d;color:var(--white-color);transform:translateY(-3px)}.app__home-cta.secondary{background-color:#0000;border:2px solid var(--white-color);color:var(--white-color)}.app__home-cta.secondary:hover{background-color:var(--white-color);border:2px solid var(--red-purple-color);color:var(--red-purple-color);transform:translateY(-3px)}.app__home-cta:active{transform:translateY(1px)}@media screen and (max-width:768px){.app__home h1{font-size:2.5rem}.app__home h2{font-size:1.4rem}.app__home p{font-size:1rem}.app__home-buttons{align-items:center;flex-direction:column}.app__home-cta{max-width:300px;width:100%}}.about{background-color:var(--light-blue-color);color:var(--black-color);padding:80px 0}.about .about-content{margin:0 auto;max-width:1200px;padding:0 20px}.about h2{color:var(--black-color);font-size:2.5em;margin-bottom:30px;text-align:center;text-decoration:underline}.about .about-grid{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:2fr 1fr}@media(max-width:768px){.about .about-grid{grid-template-columns:1fr}}.about .about-text p{font-size:1.1em;line-height:1.6;margin-bottom:20px}.about .about-text ul{margin-bottom:20px;padding-left:20px}.about .about-text ul li{font-size:1.1em;line-height:1.6;margin-bottom:10px}.about .about-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.about .about-stats .stat-item{background-color:var(--light-gray-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px;text-align:center;transition:transform .3s ease}.about .about-stats .stat-item:hover{transform:translateY(-5px)}.about .about-stats .stat-item .stat-number{color:#007bff;display:block;font-size:2.5em;font-weight:700;margin-bottom:5px}.about .about-stats .stat-item .stat-label{color:#666;font-size:1em}@media(max-width:768px){.about .about-stats{margin-top:30px}}.skills{background:#fff;padding:80px 0}.skills .skills-content{margin:0 auto;max-width:1200px;padding:0 20px}.skills h2{color:#333;font-size:2.5em;margin-bottom:20px;text-align:center;text-decoration:underline}.skills .skills-description{color:#666;font-size:1.1em;margin:0 auto 40px;max-width:600px;text-align:center}.skills .skills-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.skills .skill-item{background:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px;transition:transform .3s ease}.skills .skill-item:hover{transform:translateY(-5px)}.skills .skill-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.skills .skill-info h3{color:#333;font-size:1.2em;margin:0}.skills .skill-info .skill-percentage{color:var(--secondary-color);font-weight:700}.skills .skill-bar{background:#e0e0e0;border-radius:5px;height:10px;overflow:hidden}.skills .skill-bar .skill-level{background:linear-gradient(90deg,var(--secondary-color),var(--light-gray-blue-color));height:100%;transition:width 1s ease-in-out}.skills .additional-skills{margin-top:50px;text-align:center}.skills .additional-skills h3{color:#333;font-size:1.8em;margin-bottom:25px}.skills .additional-skills .skills-tags{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:0 auto;max-width:900px}.skills .additional-skills .skills-tags .skill-tag{background:var(--secondary-color);border-radius:25px;color:#fff;font-size:.95em;font-weight:500;padding:10px 20px;transition:transform .2s ease,background-color .2s ease}.skills .additional-skills .skills-tags .skill-tag:hover{background:var(--primary-color);transform:translateY(-3px)}@media(max-width:768px){.skills{padding:60px 0}.skills .skills-grid{grid-template-columns:1fr}.skills .additional-skills .skills-tags .skill-tag{font-size:.9em;padding:8px 16px}}.portfolio{background-color:#f8f9fa;margin:0 auto;max-width:1400px;padding:80px 20px}.portfolio h2{color:var(--primary-color);font-size:2.5em;margin-bottom:15px;text-align:center;text-decoration:underline}.portfolio .portfolio-subtitle{color:#666;font-size:1.1em;margin:0 auto 50px;max-width:600px;text-align:center}.portfolio .projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.portfolio .project-card{background-color:#fff;border-radius:12px;border-top:4px solid var(--secondary-color);box-shadow:0 4px 6px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.portfolio .project-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.portfolio .project-card .project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.portfolio .project-card .project-header h3{color:var(--primary-color);flex:1 1;font-size:1.6em;margin-right:15px}.portfolio .project-card .project-header .engine-icon{color:var(--secondary-color);font-size:2em;opacity:.7;transition:opacity .3s ease}.portfolio .project-card .project-header:hover .engine-icon{opacity:1}.portfolio .project-card p{color:#555;font-size:.98em;line-height:1.7;margin-bottom:20px}.portfolio .project-card .technologies{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.portfolio .project-card .technologies .tech-tag{background-color:var(--light-gray-blue-color);border-radius:20px;color:#fff;font-size:.85em;font-weight:500;padding:6px 14px;transition:background-color .2s ease}.portfolio .project-card .technologies .tech-tag:hover{background-color:var(--secondary-color)}.portfolio .project-card .project-links{border-top:1px solid #e0e0e0;display:flex;gap:15px;padding-top:15px}.portfolio .project-card .project-links a{align-items:center;background-color:#f5f5f5;border-radius:6px;color:var(--primary-color);display:flex;font-size:.95em;font-weight:600;gap:8px;padding:8px 15px;text-decoration:none;transition:color .3s ease,transform .2s ease}.portfolio .project-card .project-links a:hover{background-color:#e8e8e8;color:var(--secondary-color);transform:translateX(3px)}.portfolio .project-card .project-links a svg{font-size:1.2em}@media(max-width:768px){.portfolio{padding:60px 15px}.portfolio .projects-grid{grid-template-columns:1fr}.portfolio .project-card .project-links{flex-direction:column}.portfolio .project-card .project-links a{justify-content:center}}.experience{background-color:#e5f3fc;padding:80px 20px}.experience .experience-content{margin:0 auto;max-width:1200px;padding:0 20px}.experience .experience-title{color:var(--primary-color);font-size:2.5em;font-weight:700;margin-bottom:10px;text-align:center;text-decoration:underline}.experience .experience-subtitle{color:#666;font-size:1.1em;margin:0 auto 50px;max-width:600px;text-align:center}.experience .experience-section{margin-bottom:60px}.experience .experience-section .section-header{align-items:center;display:flex;margin-bottom:30px}.experience .experience-section .section-header .section-icon{color:var(--secondary-color);font-size:2em;margin-right:15px}.experience .experience-section .section-header h3{color:var(--gray-blue-color);font-size:1.8em}.experience .experience-section .timeline{padding-left:50px;position:relative}.experience .experience-section .timeline:before{background:var(--secondary-color);bottom:0;content:"";left:20px;position:absolute;top:0;width:2px}.experience .experience-section .timeline .timeline-item{align-items:flex-start;display:flex;margin-bottom:30px;position:relative}.experience .experience-section .timeline .timeline-item:before{background:var(--secondary-color);border:3px solid #f8f9fa;border-radius:50%;content:"";height:12px;left:-38px;position:absolute;width:12px}.experience .experience-section .timeline .timeline-item .timeline-year{color:var(--secondary-color);font-size:1.1em;font-weight:700;min-width:100px}.experience .experience-section .timeline .timeline-item .timeline-content{flex:1 1;margin-left:30px}.experience .experience-section .timeline .timeline-item .timeline-content h4{color:var(--primary-color);font-size:1.3em}.experience .experience-section .timeline .timeline-item .timeline-content p{color:#666;line-height:1.6}.experience .experience-section .achievements-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.experience .experience-section .achievements-grid .achievement-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:25px;transition:transform .3s ease}.experience .experience-section .achievements-grid .achievement-card:hover{transform:translateY(-5px)}.experience .experience-section .achievements-grid .achievement-card .achievement-year{color:var(--secondary-color);font-size:1.1em;font-weight:700;margin-bottom:10px}.experience .experience-section .achievements-grid .achievement-card h4{color:var(--primary-color);font-size:1.2em;margin-bottom:10px}.experience .experience-section .achievements-grid .achievement-card p{color:#666;font-size:.95em;line-height:1.5}@media(max-width:768px){.experience{padding:60px 15px}.experience h2{font-size:2em}.experience .experience-section .timeline{padding-left:30px}.experience .experience-section .timeline .timeline-item{flex-direction:column}.experience .experience-section .timeline .timeline-item .timeline-year{margin-bottom:10px}.experience .experience-section .achievements-grid{grid-template-columns:1fr}}.app__footer{background-color:var(--dark-gray-blue-color);color:var(--white-color);padding:3rem 2rem 1rem}.app__footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.app__footer-logo{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem}.app__footer-logo img{height:auto;margin-right:1rem;width:50px}.app__footer-logo h3{font-size:1.2rem;margin-right:1rem}.app__footer-links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.app__footer-links a{color:var(--white-color);margin:0 .5rem .5rem;text-decoration:none;transition:color .3s ease}.app__footer-links a:hover{color:var(--secondary-color)}.app__footer-social{display:flex;gap:1rem}.app__footer-social a{color:var(--white-color);font-size:1.5rem;transition:color .3s ease}.app__footer-social a:hover{color:var(--secondary-color)}.app__footer-copyright{border-top:1px solid var(--gray-blue-color);color:var(--white-color);font-size:.9rem;padding-top:1rem;text-align:center}@media screen and (max-width:768px){.app__footer-content{align-items:center;flex-direction:column;text-align:center}.app__footer-links,.app__footer-social{margin-top:1rem}.app__footer-links{justify-content:center}}
/*# sourceMappingURL=main.1cd78e57.css.map*/