body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{overflow-x:hidden}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 8px #8a2be233;display:flex;height:70px;justify-content:space-between;padding:0 30px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{animation:fadeIn 1s ease-in-out;color:#8a2be2;cursor:default;font-size:24px;font-weight:700;white-space:nowrap}.nav-links{display:flex;list-style:none}.nav-links li{margin:0 10px}.nav-links li a{border-bottom:2px solid #0000;color:#8a2be2;cursor:pointer;font-size:16px;font-weight:500;padding:8px 12px;text-decoration:none;transition:all .3s ease}.nav-links li a:hover{background-color:#8a2be2;border-radius:5px;color:#fff}.mobile-menu-icon{background:none;border:none;color:#8a2be2;cursor:pointer;display:none;font-size:28px}.nav-links-mobile{animation:fadeIn .5s ease-in-out;background-color:#fff;border-top:2px solid #8a2be2;display:flex;flex-direction:column;left:0;list-style:none;padding:10px 0;position:absolute;top:70px;width:100%}.nav-links-mobile li{margin:15px 0;text-align:center}.nav-links-mobile li a{color:#8a2be2;cursor:pointer;font-size:18px;font-weight:500;padding:8px 15px;text-decoration:none;transition:all .3s ease}.nav-links-mobile li a:hover{background-color:#8a2be2;border-radius:5px;color:#fff}@media screen and (max-width:1024px){.nav-links li{margin:0 8px}.nav-links li a{font-size:16px;padding:6px 10px}}@media screen and (max-width:768px){.nav-links{display:none}.mobile-menu-icon{display:block}.logo{font-size:20px}}@media screen and (max-width:480px){.logo{font-size:18px}.mobile-menu-icon{font-size:24px}.nav-links-mobile li a{font-size:16px;padding:6px 12px}}.home-section{background-color:#f9f9f9;justify-content:center;min-height:calc(100vh - 80px);padding:40px 20px 20px}.home-content,.home-section{align-items:center;display:flex}.home-content{animation:fadeIn 1s ease-in-out;flex-direction:row;gap:40px;justify-content:space-between;max-width:1200px;width:100%}.profile-container{animation:slideInLeft 1s ease-in-out;display:flex;flex:1 1;justify-content:center}.profile-image{border-radius:50%;box-shadow:0 4px 15px #8a2be24d;height:250px;object-fit:cover;width:250px}.text{animation:slideInRight 1.2s ease-in-out;flex:1 1}.greeting{color:#333;font-size:2.8rem;margin-bottom:15px}.greeting span{color:#8a2be2}.role{color:#666;font-size:1.5rem;margin-bottom:25px}.download-btn{align-items:center;background-color:#8a2be2;border-radius:6px;color:#fff;display:inline-flex;font-size:16px;font-weight:500;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.download-btn:hover{background-color:#6a0dad}.download-icon{margin-right:8px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.greeting{font-size:2.2rem}.role{font-size:1.3rem}.profile-image{height:200px;width:200px}}@media (max-width:768px){.home-content{flex-direction:column;text-align:center}.profile-container{margin-bottom:20px}.download-btn{justify-content:center}}@media (max-width:480px){.greeting{font-size:1.8rem}.role{font-size:1rem}.profile-image{height:150px;width:150px}}.about-section{background-color:#f5f5f5;padding:60px 20px;scroll-margin-top:100px;text-align:center}.section-title{color:#8a2be2;font-size:2.8rem;margin-bottom:60px}.timeline-container{margin:auto;max-width:900px;position:relative}.timeline-container:after{background-color:#ddd;bottom:0;content:"";left:50%;margin-left:-2px;position:absolute;top:0;width:4px}.timeline-item{animation:fadeUp .8s forwards;box-sizing:border-box;opacity:0;padding:20px 30px;position:relative;transform:translateY(20px);width:50%}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-icon{align-items:center;background-color:#8a2be2;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;top:20px;width:40px;z-index:1}.timeline-item.left .timeline-icon{right:-20px}.timeline-item.right .timeline-icon{left:-20px}.timeline-content{background-color:#fff;border-radius:10px;box-shadow:0 6px 15px #0000001a;padding:20px;position:relative}.timeline-content.highlight{border-left:5px solid #2e7d32}.timeline-content h3{color:#6a1b9a;margin-top:0}.timeline-content p{color:#333;line-height:1.6;margin:10px 0 0}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.timeline-item{left:0!important;margin-bottom:30px;text-align:left!important;width:100%}.timeline-item.left .timeline-icon,.timeline-item.right .timeline-icon{left:-20px;right:auto}.timeline-container:after{left:20px}}@media (max-width:480px){.section-title{font-size:2rem}.timeline-icon{font-size:1.2rem;height:35px;width:35px}.timeline-content{padding:15px}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.95rem}}.skills-section{background-color:#fff;padding:60px 20px;text-align:center}.skills-title{color:#8a2be2;font-size:2.4rem;margin-bottom:10px}.skills-subtitle{color:#333;font-size:1.2rem;margin-bottom:40px}.skills-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.skills-card{background-color:#f9f9f9;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin:0 auto;padding:25px;text-align:left;transition:transform .3s ease;width:300px}.skills-card:hover{transform:translateY(-5px)}.card-title{color:#8a2be2;font-size:1.5rem;margin-bottom:15px}.skills-list{list-style:none;margin-bottom:20px;padding:0}.skills-list li{border-bottom:1px solid #ddd;color:#333;font-size:1rem;padding:8px 0}@media (max-width:1024px){.skills-card{width:260px}}@media (max-width:768px){.skills-cards{align-items:center;flex-direction:column}.skills-card{display:block;margin:15px auto;max-width:400px;width:90%}}@media (max-width:480px){.skills-title{font-size:1.8rem}.skills-subtitle{font-size:1rem}.card-title{font-size:1.3rem}.skills-list li{font-size:.95rem}.skills-card{display:block;margin:10px auto;width:95%}}.projects-section{background-color:#fdfdfd;padding:60px 20px;text-align:center}.projects-title{color:#8a2be2;font-size:2.5rem;margin-bottom:20px}.projects-subtitle{color:#555;font-size:1.1rem;margin-bottom:40px}.swiper{padding:20px 0}.project-card{background-color:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:520px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 30px #0003;transform:translateY(-10px)}.project-image{height:230px;object-fit:cover;width:100%}.project-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:20px}.project-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:10px}.project-description{color:#666;font-size:.95rem;margin-bottom:10px}.project-tech{color:#444;font-size:.9rem;font-weight:500;margin-bottom:15px}.project-buttons{display:flex;gap:15px;justify-content:center;margin-top:auto}.project-btn{align-items:center;background-color:#8a2be2;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:6px;padding:10px 16px;text-decoration:none;transition:background .3s ease}.project-btn:hover{background-color:#6a1b9a}@media (max-width:768px){.project-card{height:auto}.project-image{height:200px}.project-description,.project-tech{font-size:.9rem}.project-title{font-size:1.1rem}.project-btn{font-size:.85rem;padding:8px 14px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-section{background:#f7f8fc;padding:60px 20px;text-align:center}.contact-container{background:#fff;border-radius:20px;box-shadow:0 8px 28px #0000001a;margin:auto;max-width:600px;padding:30px 25px;transition:transform .3s ease,box-shadow .3s ease}.contact-container:hover{box-shadow:0 10px 35px #00000026;transform:translateY(-4px)}.contact-container h2{color:#8a2be2;font-size:32px;font-weight:700;margin-bottom:8px}.contact-container p{color:#555;font-size:15px;margin-bottom:20px}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form textarea{background:#fafafa;border:1px solid #ddd;border-radius:10px;font-size:15px;padding:10px 14px;resize:none;transition:all .3s ease}.contact-form textarea{min-height:100px}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#8a2be2;box-shadow:0 0 5px #8a2be240;outline:none}.contact-form button{background:#8a2be2;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;letter-spacing:.5px;padding:10px;transition:.3s ease}.contact-form button:hover{background:#3a006e;transform:translateY(-2px)}@media screen and (max-width:375px){.contact-container{padding:18px 12px}.contact-form input,.contact-form textarea{font-size:14px;padding:8px 12px}}@media screen and (max-width:425px){.contact-container{padding:22px 15px}}@media screen and (max-width:768px){.contact-container{max-width:500px}.contact-container h2{font-size:26px}.contact-container p{font-size:14px}}@media screen and (min-width:1024px){.contact-container{max-width:480px}}.call-button{background-color:#8a2be2;border-radius:10px;color:#fff;display:inline-block;font-weight:700;margin-top:16px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.call-button:hover{background-color:#5a0099;transform:translateY(-2px)}.section{min-height:100vh;padding:100px 20px}*{box-sizing:border-box;font-family:Segoe UI,sans-serif;margin:0;padding:0}
/*# sourceMappingURL=main.2ac36c86.css.map*/