@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=DM+Sans:wght@400;500;700&display=swap);.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.nav-logo{color:#434e78;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700}.nav-links{display:flex;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;gap:2.5rem}.nav-link{color:#434e78;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:#e97f4a;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-toggle{background:none;border:none;cursor:pointer;padding:0}.mobile-menu{background:#fefcf7;border-bottom:1px solid #434e781a;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;gap:1.5rem;left:0;padding:2rem;position:absolute;right:0;top:100%}.mobile-menu a{color:#434e78;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.mobile-menu a:hover{color:#e97f4a}.hero-section{align-items:center;background:#fefcf7;display:flex;min-height:100vh;overflow:hidden;padding:0 5%;position:relative}.hero-blob{border-radius:50%;filter:blur(60px);position:absolute;z-index:0}.hero-blob-1{background:radial-gradient(circle,#f7e39633 0,#0000 70%);height:400px;right:10%;top:15%;width:400px}.hero-blob-2{animation-delay:3s;background:radial-gradient(circle,#607b8f26 0,#0000 70%);bottom:20%;height:350px;left:5%;width:350px}.hero-content{position:relative;width:100%;z-index:1}.hero-layout{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.hero-text{max-width:600px}.hero-image-container{align-items:center;display:flex;justify-content:center;position:relative}.hero-image-wrapper{height:500px;max-width:100%;position:relative;width:400px}.hero-profile-image{border-radius:20px;box-shadow:0 20px 60px #434e7833;height:100%;object-fit:cover;object-position:center top;position:relative;transition:transform .3s ease;width:100%;z-index:2}.hero-profile-image:hover{transform:translateY(-5px)}.hero-image-border{border:3px solid #e97f4a;border-radius:20px;bottom:-20px;left:20px;position:absolute;right:-20px;top:20px;transition:all .3s ease;z-index:1}.hero-image-wrapper:hover .hero-image-border{bottom:-15px;left:15px;right:-15px;top:15px}.hero-image-wrapper:before{background:radial-gradient(circle,#f7e3964d 0,#0000 70%);height:200px;right:-30px;top:-30px;width:200px}.hero-image-wrapper:after,.hero-image-wrapper:before{border-radius:50%;content:"";filter:blur(40px);position:absolute;z-index:0}.hero-image-wrapper:after{background:radial-gradient(circle,#607b8f40 0,#0000 70%);bottom:-40px;height:180px;left:-40px;width:180px}.hero-subtitle{color:#607b8f;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.hero-title{color:#434e78;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description{color:#607b8f;font-family:DM Sans,sans-serif;font-size:1.2rem;line-height:1.8;margin-bottom:3rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.btn{border-radius:50px;display:inline-block;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#434e78;box-shadow:0 4px 15px #434e784d;color:#fefcf7}.btn-primary:hover{background:#e97f4a;box-shadow:0 6px 20px #e97f4a66;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #434e78;color:#434e78}.btn-secondary:hover{background:#434e78;color:#fefcf7}.scroll-indicator{align-items:center;bottom:2rem;color:#607b8f;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-indicator span{font-family:DM Sans,sans-serif;font-size:.85rem;letter-spacing:1px}@media (max-width:768px){.hero-blob-1,.hero-blob-2{height:250px;width:250px}.hero-layout{gap:3rem;grid-template-columns:1fr}.hero-text{order:2}.hero-image-container{order:1}.hero-image-wrapper{height:380px;width:300px}.hero-image-border{bottom:-15px;left:15px;right:-15px;top:15px}.hero-buttons{flex-direction:column}.btn{text-align:center;width:100%}}@media (max-width:480px){.hero-image-wrapper{height:350px;width:280px}.hero-image-wrapper:after,.hero-image-wrapper:before{height:120px;width:120px}}.about-section{background:linear-gradient(180deg,#fefcf7,#f8f6f0);min-height:100vh;padding:8rem 5%}.about-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.section-label{color:#e97f4a;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.section-title{color:#434e78;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:2rem}.about-description{color:#607b8f;font-family:DM Sans,sans-serif;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about-description p{margin-bottom:1.5rem}.expertise-card{background:#fefcf7;border:1px solid #434e780d;border-radius:20px;box-shadow:0 20px 60px #434e781a;padding:3rem}.expertise-card h3{color:#434e78;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.expertise-list{display:flex;flex-direction:column;gap:1.5rem}.expertise-item{align-items:flex-start;display:flex;gap:1rem}.expertise-icon{flex-shrink:0;font-size:2rem}.expertise-content{flex:1 1}.expertise-title{color:#434e78;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.25rem}.expertise-desc{color:#607b8f;font-family:DM Sans,sans-serif;font-size:.95rem}@media (max-width:768px){.about-grid{gap:3rem;grid-template-columns:1fr}.expertise-card{padding:2rem}}.projects-section{background:#fefcf7;min-height:100vh;padding:8rem 5%}.section-header{margin-bottom:5rem;text-align:center}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-card{background:#fefcf7;border:1px solid #434e780d;border-radius:20px;box-shadow:0 10px 40px #434e7814;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover{box-shadow:0 20px 60px #434e7826;transform:translateY(-8px)}.project-header{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.project-pattern{background:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff0d 0,#ffffff0d 20px);bottom:0;left:0;position:absolute;right:0;top:0}.project-content{padding:2rem}.project-category{color:#e97f4a;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.project-title{color:#434e78;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.project-description{color:#607b8f;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#434e780d;border-radius:20px;color:#434e78;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;padding:.4rem 1rem}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.skills-section{background:linear-gradient(180deg,#f8f6f0,#fefcf7);min-height:100vh;padding:8rem 5%}.skills-container{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1000px}.skill-item{width:100%}.skill-header{display:flex;font-family:DM Sans,sans-serif;justify-content:space-between;margin-bottom:1rem}.skill-name{color:#434e78;font-size:1.1rem;font-weight:600}.skill-percentage{color:#607b8f;font-weight:500}.skill-bar-container{background:#434e7814;border-radius:10px;height:12px;overflow:hidden}.skill-bar{background:linear-gradient(90deg,#434e78,#607b8f 50%,#e97f4a);border-radius:10px;box-shadow:0 2px 10px #e97f4a4d;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.skill-name{font-size:1rem}.skill-percentage{font-size:.9rem}}.contact-section{background:#434e78;color:#fefcf7;min-height:100vh;overflow:hidden;padding:8rem 5%;position:relative}.contact-blob{background:radial-gradient(circle,#f7e3961a 0,#0000 70%);border-radius:50%;filter:blur(80px);height:500px;position:absolute;right:-10%;top:10%;width:500px}.contact-content{max-width:800px;position:relative;text-align:center;z-index:1}.contact-description{color:#fefcf7cc;font-family:DM Sans,sans-serif;font-size:1.2rem;line-height:1.8;margin-bottom:4rem}.contact-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:4rem}.contact-card{align-items:center;background:#fefcf70d;border:1px solid #fefcf71a;border-radius:15px;color:#fefcf7;display:flex;flex-direction:column;gap:.5rem;min-width:200px;padding:1.5rem;text-decoration:none;transition:all .3s ease}.contact-card:hover{background:#e97f4a33;border-color:#e97f4a;transform:translateY(-5px)}.contact-label{color:#f7e396;font-size:.85rem}.contact-label,.contact-value{font-family:DM Sans,sans-serif}.contact-value{font-size:.95rem;font-weight:500}.contact-button{background:#e97f4a;border-radius:50px;box-shadow:0 4px 20px #e97f4a66;color:#fefcf7;display:inline-block;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.contact-button:hover{background:#f7e396;box-shadow:0 6px 25px #f7e39680;color:#434e78;transform:translateY(-3px)}@media (max-width:768px){.contact-links{align-items:center;flex-direction:column}.contact-card{max-width:300px;width:100%}.contact-blob{height:300px;width:300px}}.footer{background:#2a3452;color:#fefcf7b3;font-family:DM Sans,sans-serif;padding:3rem 5%;text-align:center}.footer p{font-size:.95rem;margin:0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;overflow-x:hidden}.fade-in{animation:fadeIn 1s ease-out forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.slide-up{animation:slideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.floating{animation:floating 6s ease-in-out infinite}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-indicator{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#434e78,#607b8f 50%,#e97f4a);-webkit-background-clip:text;background-clip:text}.container{margin:0 auto;max-width:1400px;padding:0 5%}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.show-mobile{display:none!important}}
/*# sourceMappingURL=main.9cb7f014.css.map*/