*{box-sizing:border-box;margin:0;padding:0}html,body{box-sizing:border-box;font-family:Poppins,sans-serif;background:transparent;color:#fff;margin:0;padding:0;height:100%;scrollbar-width:thin}header{position:fixed;top:0;left:0;width:100%;z-index:999;background:linear-gradient(to right,#22692e40,#00000026);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:10px 6rem;gap:2rem}.da-logo{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #ccc}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger span{width:28px;height:3px;background:#fff;transition:.3s ease;border-radius:5px}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{position:absolute;top:75px;right:10px;width:160px;background:#0f1e17eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:5px 0;border-radius:10px;display:flex;flex-direction:column;transform:translateY(-10px);opacity:0;pointer-events:none;transition:all .28s ease}.mobile-nav.show{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-nav a{padding:14px 20px;color:#e0ffe9;font-size:.95rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1);transition:background .2s ease}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{background:#ffffff14}.mobile-nav{display:none}.nav-bar{display:flex;justify-content:center;gap:2rem;font-size:17px}.nav-bar a{color:#d5e8db;text-decoration:none;transition:.3s ease}.nav-bar a.active{color:#1cff88;font-weight:600;border-bottom:2px solid #1cff88}.nav-bar a:hover{color:#1cff88}.divider{border-bottom:1px solid #ccc;position:absolute;right:0;left:0}section{scroll-margin-top:80px}main{padding:60px 100px}.main-content{margin-top:60px;display:flex;flex-direction:column;gap:5rem}.intro-content{display:flex;align-items:center;justify-content:space-between;gap:10rem}.intro-text h1{font-size:2.8125rem;background:repeating-linear-gradient(90deg,#1f933c 10%,#fff 20%,#e0e8e2 40%,#fff 40%,#c3e0cd 50%,#14b94e 75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0}.intro-text p{font-size:20px;color:#e2e2e2;margin-top:0}.contact-list{display:flex;gap:1.5rem;margin-top:16px}.contact-icon{width:35px;height:35px}#gmail-icon{width:33px;height:33px}.profile-picture{border-radius:50%;width:300px;height:300px;border:2px solid #ccc}.about-title,.skills-title,.projects-title,.contact-title{font-size:2.5rem;background:repeating-linear-gradient(180deg,#0c8436 20%,#fff 70% 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;position:relative;display:inline-block;margin-bottom:18px}.about-title:after,.skills-title:after,.projects-title:after,.contact-title:after{content:"";position:absolute;bottom:-1px;left:0;width:80%;height:3px;background-color:#fff;border-radius:2px}.about-text p{font-size:17px;color:#e2e2e2}.about-subtitle{margin-bottom:15px}@media(max-width:700px){.header-content{padding:15px 20px}.desktop-nav{display:none}.hamburger,.mobile-nav{display:flex}main{padding:20px 25px}.main-content{margin-top:80px;gap:3rem}.intro-content{flex-direction:column;text-align:center;gap:3rem}.intro-text h1{font-size:1.9rem}.intro-text p{font-size:16px;line-height:1.6rem;color:#e6f3ea;margin-top:8px}.contact-list{justify-content:center;gap:1.3rem}.contact-icon{width:28px;height:28px}#gmail-icon{width:26px;height:26px}.profile-picture{width:250px;height:250px;border-width:1.5px}.about-title,.skills-title,.projects-title,.contact-title{font-size:1.9rem}.about-title:after,.skills-title:after,.projects-title:after,.contact-title:after{width:60%;height:2px}.about-text p,.about-subtitle{font-size:15px;line-height:1.5rem}}@media(min-width:701px)and (max-width:1200px){.header-content{padding:12px 2rem;gap:1.5rem}.nav-bar{gap:1.5rem;font-size:15px}main{padding:40px 34px}.main-content{gap:4rem;margin-top:70px}.intro-content{gap:5rem}.intro-text h1{font-size:2.2rem}.intro-text p{font-size:18px}.profile-picture{width:260px;height:260px}.about-title,.skills-title,.projects-title,.contact-title{font-size:2.2rem}.about-title:after,.skills-title:after,.projects-title:after,.contact-title:after{width:70%}.about-text p{font-size:16px;line-height:1.6rem}}.skills-marquee{width:100%;overflow:hidden;position:relative;margin-top:16px}#skills-marquee{margin-top:25px}.marquee-track{display:flex;gap:2rem;width:max-content;align-items:center;animation-play-state:running}.left-scroll{animation:scroll-left 22s linear infinite}.right-scroll{animation:scroll-right 22s linear infinite}.skills-marquee:hover .marquee-track{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.skill-marquee-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:15px 25px;background:#0a140f8c;border:1px solid rgba(29,79,52,.4);border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:140px}.skill-marquee-item img{width:40px;height:40px;object-fit:contain}.skill-marquee-item span{font-size:16px;color:#d8ffe9}@media(max-width:700px){.skills-title{font-size:1.9rem}.skills-marquee{margin-top:10px}#skills-marquee{margin-top:18px}.skill-marquee-item{padding:10px 18px;min-width:110px;border-radius:6px}.skill-marquee-item img{width:32px;height:32px}.skill-marquee-item span{font-size:14px}.marquee-track{gap:1.2rem}.left-scroll,.right-scroll{animation-duration:30s}}@media(min-width:701px)and (max-width:1200px){.skills-marquee{margin-top:14px}#skills-marquee{margin-top:22px}.marquee-track{gap:1.6rem}.left-scroll,.right-scroll{animation-duration:26s}.skill-marquee-item{padding:12px 22px;min-width:125px;border-radius:7px}.skill-marquee-item img{width:36px;height:36px}.skill-marquee-item span{font-size:15px}}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:15px;width:75%}.project-card{display:flex;flex-direction:column;height:100%;border-radius:8px;overflow:hidden;background:#0a140f8c;border:1px solid rgba(29,79,52,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .3s ease,border-color .3s ease}.project-card:hover{border-color:#1cff88}.project-image{width:100%;overflow:hidden}.project-card:hover .project-image img{transform:scale(1.08)}.project-image img{object-fit:cover;transition:transform .4s ease;width:100%}.project-content{padding:15px;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:1.4rem;font-weight:500;margin-bottom:5px}.project-description{font-size:.92rem;color:#9ecab3;margin-bottom:15px;line-height:1.45}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tech-tag{background:#0c2d1ccc;padding:5px 12px;font-size:.78rem;border-radius:20px;border:1px solid rgba(58,155,93,.7);color:#caffdf;transition:background .2s ease}.tech-tag:hover{background:#175535e6}.project-links{display:flex;justify-content:space-between;margin-top:auto;padding-top:12px}.live-link{color:#e9fff5;text-decoration:none;padding:8px 16px;font-size:.9rem;font-weight:500;border-radius:6px;background:linear-gradient(135deg,#0c8436,#13a859);border:1px solid rgba(255,255,255,.15);color:#fff;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.live-link:hover{background:linear-gradient(135deg,#13a859,#1ed46b);box-shadow:0 0 12px #13a85973}.github-link{color:#1cff88;text-decoration:none;padding:8px 16px;font-size:.9rem;font-weight:500;border-radius:6px;background:#161f18e6;border:1px solid rgba(255,255,255,.12);color:#a9ffcf;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.github-link:hover{background:#222e26;box-shadow:0 0 10px #00ff8c59}@media(max-width:700px){.projects-grid{grid-template-columns:1fr;width:100%;gap:25px;margin-top:10px}.project-card{border-radius:6px}.project-image img{width:100%;height:250px;object-fit:fill}.project-content{padding:12px}.project-title{font-size:1.1rem;margin-bottom:4px}.project-description{font-size:.85rem;line-height:1.35rem;margin-bottom:12px}.project-tech{gap:6px}.tech-tag{padding:4px 10px;font-size:.7rem;border-radius:14px}.project-links{padding-top:10px}.live-link,.github-link{font-size:.8rem;padding:7px 12px;border-radius:5px}}@media(min-width:701px)and (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr);width:90%;gap:30px;margin-top:12px}.project-card{border-radius:7px}.project-image img{height:260px;object-fit:fill}.project-content{padding:14px}.project-title{font-size:1.25rem}.project-description{font-size:.88rem;line-height:1.4rem;margin-bottom:14px}.project-tech{gap:7px}.tech-tag{padding:5px 11px;font-size:.75rem;border-radius:18px}.project-links{padding-top:10px}.live-link,.github-link{font-size:.85rem;padding:7px 14px;border-radius:6px}}.contact-flex{display:flex;justify-content:space-between;gap:10rem;margin-top:15px}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-subtitle{font-size:1.0625rem;color:#a8bfb0}.contact-form{display:flex;flex-direction:column}.contact-form label{color:#e0efe2;font-size:.95rem}.contact-form input,.contact-form textarea{padding:.9rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:.95rem;outline:none;transition:.3s ease;margin-top:.2rem;margin-bottom:2rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#3ec96a}.contact-btn{margin-top:.5rem;padding:.9rem 0;background:#0f5525;border:none;color:#fff;border-radius:8px;font-size:1rem;cursor:pointer;transition:.3s ease}.contact-btn:hover{background:#226b2e}.contact-info{display:flex;flex-direction:column;justify-content:center}.contact-info h3{font-size:1.6rem;margin-bottom:1rem;color:#e8f5e9;font-weight:600}.contact-info p{color:#a8bfb0;line-height:1.5;margin-bottom:1.2rem}.contact-details{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem}.contact-email{display:inline-flex;align-items:center;gap:.6rem}.contact-location{display:inline-flex;gap:.6rem}.contact-logo{width:20px;height:20px}.contact-location p{color:#7ef28a;margin-bottom:.8rem}.contact-details a{color:#7ef28a;text-decoration:none}.contact-socials h4{font-size:1.2rem;margin-bottom:.5rem;color:#e8f5e9;font-weight:600}.social-links{display:flex;gap:1rem}@media(max-width:700px){.contact-flex{flex-direction:column;gap:3rem;margin-top:10px}.contact-subtitle{font-size:.95rem;line-height:1.5rem}.contact-form label{font-size:.85rem}.contact-form input,.contact-form textarea{padding:.75rem;font-size:.88rem;margin-bottom:1.3rem}.contact-btn{padding:.75rem 0;font-size:.9rem}.contact-info{text-align:left}.contact-info h3{font-size:1.3rem}.contact-info p{font-size:.9rem;line-height:1.45rem}.contact-details{gap:.4rem;margin-bottom:1rem}.contact-email,.contact-location{gap:.5rem}.contact-logo{width:18px;height:18px}.contact-details a,.contact-location p{font-size:.88rem}.contact-socials h4{font-size:1.05rem;margin-bottom:.4rem}.social-links{gap:.8rem}.contact-icon{width:28px;height:28px}}@media(min-width:701px)and (max-width:1200px){.contact-flex{flex-direction:row;justify-content:space-between;gap:6rem;margin-top:12px}.contact-subtitle{font-size:1rem;line-height:1.45rem}.contact-form label{font-size:.9rem}.contact-form input,.contact-form textarea{padding:.85rem;font-size:.92rem;margin-bottom:1.5rem}.contact-btn{padding:.85rem 0;font-size:.95rem}.contact-info{text-align:left}.contact-info h3{font-size:1.45rem}.contact-info p{font-size:.95rem;line-height:1.45rem}.contact-details{gap:.5rem;margin-bottom:1.1rem}.contact-email,.contact-location{gap:.55rem}.contact-logo{width:19px;height:19px}.contact-details a,.contact-location p{font-size:.9rem}.contact-socials h4{font-size:1.1rem;margin-bottom:.45rem}.social-links{gap:.9rem}.contact-icon{width:30px;height:30px}}footer{display:flex;justify-content:space-between;align-items:baseline;padding:18px 100px;background:#0e0f0e;border-top:1px solid #2a2f2a}.footer-content{display:flex;align-items:center;gap:1rem}#da-logo.spin-logo{width:70px;height:70px;border-radius:50%;object-fit:cover;border:1px solid #ccc;animation:spin 6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animated-name{font-size:22px;font-weight:600;animation:colorShift 5s ease-in-out infinite}@keyframes colorShift{0%{color:#0c8436}25%{color:#6edc8d}50%{color:#21ff8f}75%{color:#a8bfb0}to{color:#0c8436}}.f-role{color:#a8bfb0;margin-top:-5px;font-size:.875rem}.copyright{color:#a8bfb0;font-size:15px}@media(max-width:768px){footer{flex-direction:column;align-items:center;justify-content:center;padding:25px 20px;text-align:center;gap:1.2rem}.footer-content{flex-direction:column;align-items:center;gap:.5rem}#da-logo.spin-logo{width:55px;height:55px}.animated-name{font-size:18px}.f-role{font-size:.8rem;margin-top:-2px}.copyright{font-size:13px}}@media(max-width:480px){#da-logo.spin-logo{width:45px;height:45px}.animated-name{font-size:16px}.copyright{font-size:12px}}@media(min-width:701px)and (max-width:1200px){footer{padding:18px 50px;gap:1rem}.footer-content{gap:.8rem}#da-logo.spin-logo{width:60px;height:60px}.animated-name{font-size:20px}.f-role{font-size:.85rem;margin-top:-3px}.copyright{font-size:14px}}
