@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);.hero-section{padding-bottom:0;padding-top:2rem}.hero-container,.hero-section{align-items:center;display:flex}.hero-container{gap:4rem;justify-content:space-between}.hero-content{flex:1 1}.hero-content h1{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.greeting{color:var(--color-text);font-size:1.5rem}.name{color:var(--color-primary);font-size:3.5rem;font-weight:700}.title{animation:shimmer 6s linear infinite;background:linear-gradient(45deg,#c81964,#c81964);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:#0000;font-size:1.5rem;margin-bottom:1rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.description{color:var(--color-text);max-width:600px}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.hero-image:before{animation:rotate 6s linear infinite;background:linear-gradient(45deg,#c81964,#c81964);border-radius:50%;content:"";filter:blur(20px);height:277px;opacity:.5;position:absolute;width:277px}.hero-image img{background:var(--color-background);border-radius:50%;height:270px;object-fit:cover;position:relative;width:270px;z-index:1}@keyframes rotate{0%{background-position:0 0}to{background-position:200% 0}}@media (max-width:768px){.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-content h1{align-items:center}.description{margin:0 auto}}.contact-section{padding-top:0;text-align:center}.contact-section h2{font-size:2.5rem;margin-bottom:1rem}.section-description{color:var(--color-text);font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.separator{background-color:#fff;filter:blur(1px);height:2px;margin:0 auto .5rem;max-width:400px;width:100%}.contact-links{display:flex;flex-direction:row;gap:2rem;justify-content:center;margin:0 auto}.contact-link{border-radius:.5rem;color:var(--color-text);padding:.8rem;text-decoration:none;transition:all .3s ease}.contact-link:hover{color:var(--color-primary);transform:translateY(-2px)}.icon{height:1.5rem;width:1.5rem}@media (max-width:768px){.contact-links{padding:0 1.5rem}}:root{--color-background:#ebebeb;--color-primary:#1f6feb;--color-secondary:#c81964;--color-text:#212121;--color-accent:#03dac6;--color-border:#333;--color-hover:#1f6feb33;--border-radius-large:1.25rem;--font-heading:"Poppins",sans-serif;--font-body:"Poppins",sans-serif;--title-glow:#1f6feb26;--title-gradient:linear-gradient(45deg,#c81964,#c81964);--subtitle-gradient:linear-gradient(45deg,#c81964,#c81964)}body{background:#ebebeb;background:var(--color-background);color:#212121;color:var(--color-text);font-family:Poppins,sans-serif;font-family:var(--font-body);line-height:1.6;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-family:var(--font-heading);font-weight:600;line-height:1.2}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.building-message{margin-bottom:6rem;margin-top:6rem;text-align:center}section{box-sizing:border-box;min-height:10vh;padding:40px 1rem;scroll-margin-top:80px;width:100%}.main-content{z-index:1}.main-content,h2{position:relative}h2{background:linear-gradient(45deg,#c81964,#c81964);background:var(--title-gradient);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;margin-bottom:3rem;padding-top:1rem}h2:before{background:#1f6feb26;background:var(--title-glow);border-radius:90%;content:"";filter:blur(15px);height:130%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:140%;z-index:-1}h3{background:linear-gradient(45deg,#c81964,#c81964);background:var(--subtitle-gradient);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block}.intro-text{font-size:1.2rem;margin-bottom:0;margin-top:.5rem}.intro-text,.subtitle-text{color:#212121;color:var(--color-text);font-weight:300}.subtitle-text{font-size:2.5rem;margin-bottom:3rem}.Projects-subtitle-text{font-size:1.5rem}.Projects-description-text,.Projects-subtitle-text{color:#212121;color:var(--color-text);font-weight:300;margin-bottom:1rem}.Projects-description-text{font-size:1rem}@media (max-width:768px){.item-in-view,.project-item.in-view{border-color:#1f6feb33;border-color:var(--color-hover);box-shadow:0 0 20px #c8196480;transform:translateY(-10px)}.item-in-view{animation:subtle-pulse 2s infinite}}@keyframes subtle-pulse{0%{box-shadow:0 0 20px #c8196480}70%{box-shadow:0 0 30px #c81964b3}to{box-shadow:0 0 20px #c8196480}}
/*# sourceMappingURL=main.c522039d.css.map*/