body{-webkit-font-smoothing:"Arial",sans-serif;-moz-osx-font-smoothing:"Arial",sans-serif;font-family:Arial,sans-serif;font-style:normal}body,h1,h2,h3,h4,h5,p{margin:0}:root{--primary-color:#5e3bee;--heading-color:#282938;--bg-shade:#addce632;--github-color:#e62872;--darkblue:#1c1e53;--black:#000;--white:#fff}.btn{border-radius:4px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;cursor:pointer;display:inline-block;font-family:Arial;font-size:25px;font-style:normal;font-weight:400;line-height:24px;padding:18px 38px;text-align:center;text-decoration:none;transition:background-color .5s;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-ms-transition:background-color .5s;-o-transition:background-color .5s}.btn-outline-primary{background-color:#fff;background-color:var(--white);border:1px solid #5e3bee;border:1px solid var(--primary-color);color:#5e3bee;color:var(--primary-color)}.btn-outline-primary:hover{background-color:#5e3bee;background-color:var(--primary-color);color:#fff;color:var(--white)}h1,h2,h3{font-size:50px;font-weight:600;line-height:60px}.navbar{align-items:center;background:#fff;background:var(--white);box-shadow:0 5px 80px #0000001a;display:flex;justify-content:space-between;left:0;padding:5px 60px;position:fixed;right:0;top:0;z-index:1000}.navbar--items{display:flex;flex:1 1;justify-content:center}.navbar--items>ul{align-items:center;display:flex;gap:70px;list-style:none;margin:0;padding-top:0}.navbar--items ul>li>a,.navbar--items>ul{text-decoration:none}.navbar--content{color:#1c1e53;color:var(--darkblue);cursor:pointer;font-size:25px;font-style:normal;font-weight:400;line-height:50px}.navbar--active-content{color:#5e3bee;color:var(--primary-color)}.nav__hamburger{background:none;border:none;display:none;flex-direction:column;height:1.8rem;justify-content:space-around;position:absolute;right:25px;top:25px;width:2.5rem}.hero-section{align-items:center;background-color:#addce632;background-color:var(--bg-shade);gap:32px;justify-content:space-between;padding:135px 84px}.hero-section-content{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.hero-section-content-box{margin-top:24px}.hero-description{align-self:stretch;color:#282938;color:var(--heading-color);font-size:30px;font-weight:600;line-height:70px}.hero-section-title{color:#5e3bee;color:var(--primary-color)}.hero-section-description{color:#1c1e53;color:var(--darkblue);font-size:24px;font-weight:400;line-height:36px}.skills-section{background:#fff;background:var(--white);padding:10rem 2rem}.section-container{margin:0;max-width:2500px}.skill-section-title{color:#000;color:var(--black);font-size:3.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.skill-card{background:#addce632;background:var(--bg-shade);border:1px solid #5e3bee;border:1px solid var(--primary-color);border-radius:.75rem;box-shadow:0 4px 24px -2px #000;box-shadow:0 4px 24px -2px var(--black);padding:1.5rem;transition:all .3s ease}.skill-card:hover{box-shadow:0 20px 25px -5px;transform:scale(1.05)}.skill-header{margin-bottom:1.5rem;text-align:center}.skill-icon{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem;min-height:2.5rem}.skill-icon img{display:block;height:2.5rem;object-fit:contain;width:2.5rem}.skill-title{color:#1c1e53;color:var(--darkblue);font-size:2rem;font-weight:600;margin:0}.skill-list{gap:1rem}.skill-item,.skill-list{display:flex;flex-direction:column}.skill-item{align-items:center;gap:.5rem;padding:.5rem 0}.skill-name{font-size:1.5rem;font-weight:700;text-align:center}.skill-item:hover .skill-name{color:#e62872;color:var(--github-color);transition:color .2s}.about-me-section{padding:5rem 1rem}.about-me-section-container{display:flex;flex-direction:column;gap:2rem;margin:200px 0 0;max-width:2500px}.about-me-title{margin-bottom:1.5rem;text-align:center}.about-me-description{align-items:center;display:flex;flex-direction:column;font-size:1.5rem;gap:2rem}.about-me-buttons{margin-top:3rem}.btn-resume{background-color:#fff;background-color:var(--white);border:1px solid #5e3bee;border:1px solid var(--primary-color);color:#5e3bee;color:var(--primary-color)}.btn-resume:hover{background-color:#5e3bee;background-color:var(--primary-color);color:#fff;color:var(--white)}.projects-section{padding:5rem 8rem}.projects-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}.project-card{background:#addce632;background:var(--bg-shade);border:1px solid #5e3bee;border:1px solid var(--primary-color);border-radius:.75rem;overflow:hidden}.project-card:hover{box-shadow:0 25px 50px -12px #5e3bee;box-shadow:0 25px 50px -12px var(--primary-color);transform:translateY(-8px)}.project-image{height:300px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.2)}.project-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{align-items:center;background:#a855f733;border:2px solid #5e3bee;border:2px solid var(--primary-color);border-radius:2rem;color:#fff;color:var(--white);display:flex;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.project-link:hover{background:#a955f7;transform:scale(1.5)}.project-content{padding:1.5rem}.projects-title{color:#1c1e53;color:var(--darkblue);font-size:2.5rem;font-weight:700}.project-title{font-size:3.5rem;padding:3.5rem;text-align:center}.project-description{color:#e62872;color:var(--github-color);font-size:1.2rem;line-height:2;margin:0 0 1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:1.5rem}.tech-tag{background:#a855f733;border:2px solid #5e3bee;border:2px solid var(--primary-color);border-radius:3rem;color:#5e3bee;color:var(--primary-color);font-weight:700;padding:.5rem .7rem}.contact-section{padding:5rem 1 rem}.contact-maintitle{margin-bottom:80px;margin-top:200px;text-align:center}.contact-content{grid-gap:3rem;display:grid;gap:3rem;margin:70px;max-width:1800px}.contact-information{display:flex;flex-direction:column;gap:2rem}.contact-subtitle{color:#1c1e53;color:var(--darkblue);font-size:2rem;font-weight:700;margin-left:10px}.contact-paragraph{font-size:1.7rem;line-height:1.7;margin-left:15px}.contact-item{gap:1rem;margin-top:60px}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{color:#e62872;color:var(--github-color);flex-shrink:0;height:3rem;justify-content:center;width:3rem}.contact-text{display:flex;flex-direction:column;gap:.5rem}.contact-label{font-size:1.3rem;margin:0}.contact-link{font-size:1.5rem;font-weight:500;text-decoration:none}.contact-link:hover{color:#e62872;color:var(--github-color)}.contact-value{font-size:1.5rem}.contact-form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#addce632;background:var(--bg-shade);border:1px solid #000;border-radius:.5rem;padding:1rem}.form-group{margin-bottom:1rem}.form-label{color:#5e3bee;color:var(--primary-color);display:block;font-size:1.3rem;margin-bottom:.5rem}.form-input,.form-textarea{border:2px solid #000;border-radius:.5rem;font-family:Arial;font-size:1.5rem;margin-bottom:1rem;padding:.6rem .1rem;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#a855f7;box-shadow:0 0 0 1px #a855f7;outline:none}.form-textarea{min-height:150px;resize:vertical}.submit-btn{align-items:center;background:#a855f7;border:none;border-radius:2rem;color:#000;cursor:pointer;display:flex;font-size:1.5rem;font-weight:800;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:linear-gradient(135deg,#7c3aed,#db2777);box-shadow:0 10px 25px -5px #000;box-shadow:0 10px 25px -5px var(--black);transform:translateY(-7px)}.submit-btn:active{transform:translateY(0)}.status-message{font-size:22px;font-weight:500;margin-top:12px;text-align:center}.status-message.success{color:green}.status-message.error{color:red}.footer-section{align-items:flex-start;align-items:center;align-self:stretch;background:#addce632;background:var(--bg-shade);display:flex;flex-direction:column;padding:109px 80px}.footer-list>ul{align-items:flex-start;cursor:pointer;gap:43px;white-space:nowrap}.footer-icon-social>ul,.footer-list>ul{align-items:center;display:flex;list-style:none;text-decoration:none}.footer-icon-social>ul{flex-shrink:0;gap:16px;justify-content:flex-end}.text-md{font-size:1.5rem}@media (max-width:1200px){.navbar{left:0;position:fixed;right:0}.nav__hamburger{display:flex;z-index:300}.navbar--items{background-color:#fff;display:flex;justify-content:center;left:0;position:absolute;top:-30rem;transition:all .4s;z-index:1001}.navbar--items,.navbar--items ul{align-items:center;flex-direction:column;width:100%}.navbar--items ul{margin:0;padding:2rem 0 .6rem}.navbar--items ul li{text-align:center}.navbar--items ul li a{padding:.5rem}.navbar--items.active{top:60px}.btn-outline-primary{display:none}.hero-section{display:flex;flex-direction:column-reverse;padding-bottom:70px}.hero-section-description,.hero-section-title{text-align:center}.hero-section-content,.hero-section-content-box{align-items:center}.hero-section-title{font-size:35px;line-height:40px}.hero-section-content-box{gap:10px}.hero-description{text-align:center}}@media (max-width:1800px){.hero-section-title{font-size:68px;line-height:70px}}@media (min-width:800px){.skills-grid{grid-template-columns:repeat(4,1fr)}.about-me-section{align-items:start;grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:repeat(2,1fr)}.contact-content{align-items:start;grid-template-columns:1fr 1fr}}@media (min-width:600px) and (max-width:799px){.skills-grid{gap:1.2rem;grid-template-columns:repeat(1,1fr)}.section-title{font-size:2.5rem}.skill-title{font-size:1.4rem}.skill-card{padding:1.2rem}.skill-icon img{height:2.2rem;width:2.2rem}}@media (max-width:480px){body{font-size:16px}h1,h2,h3{font-size:28px;line-height:1}.btn{font-size:16px;line-height:1;padding:12px 18px}.navbar{box-shadow:0 2px 20px #00000014;padding:8px 16px}.navbar--content{font-size:18px;line-height:32px}.navbar--items ul{gap:16px;padding:1rem 0 .5rem}.hero-section{gap:16px;padding:96px 16px 48px}.hero-description{font-size:18px;line-height:1.4}.hero-section-title{font-size:32px;line-height:1}.hero-section-description{font-size:16px;line-height:1.6;text-align:left}.skills-section{padding:3rem 1rem}.skill-section-title{font-size:1.8rem;margin-bottom:1.2rem}.skills-grid{gap:.8rem;grid-template-columns:1fr}.skill-card{padding:1rem}.skill-title{font-size:1.2rem}.skill-icon img{height:1.8rem;width:1.8rem}.skill-name{font-size:1rem}.projects-section{padding:3rem 1rem}.project-title{font-size:2rem;padding:1.5rem 0}.projects-grid{gap:1.25rem;grid-template-columns:1fr}.project-image{height:160px}.project-content{padding:1rem}.projects-title{font-size:1.4rem}.project-description{font-size:1rem;line-height:1.6}.project-technologies{gap:.6rem}.about-me-section{padding:3rem 1rem}.about-me-section-container{gap:1.2rem;margin-top:120px}.about-me-description{align-items:stretch;font-size:1rem;gap:1rem}.about-me-buttons{display:flex;justify-content:center}.contact-section{padding:3rem 1rem}.contact-maintitle{font-size:1.6rem;margin-bottom:2rem;margin-top:3rem}.contact-content{gap:1.5rem;grid-template-columns:1fr;margin:0}.contact-subtitle{font-size:1rem}.contact-paragraph{font-size:.9rem;line-height:1.4}.contact-item{margin-top:1rem}.contact-label{font-size:.8rem}.contact-link,.contact-value{font-size:.9rem}.form-label{font-size:.8rem}.form-input,.form-textarea{font-size:.9rem}.submit-btn{font-size:1rem;padding:.7rem}.status-message{font-size:.8rem}.footer-section{padding:48px 16px}.footer-icon-social>ul,.footer-list>ul{gap:12px;margin-right:35px}.text-md{font-size:1rem}}
/*# sourceMappingURL=main.911900b7.css.map*/