@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--white-primary: #1b2d24;--white-secondary: #161513;--black-primary: #fdfdf9;--black-secondary: #ffffff;--primary-gradient: linear-gradient( 90deg, #b16cea 14.06%, #ff5e69 44.79%, #ff8a56 71.88%, #ffa84b 100% );--primary-gradient-hover: linear-gradient( 90deg, #c086f0 14.06%, #fd525d 44.79%, #ff8a56 71.88%, #faba76 100% );--green-gradient: linear-gradient( 90deg, #4ade80 14.06%, #22c55e 44.79%, #16a34a 71.88%, #15803d 100% );--green-gradient-hover: linear-gradient( 90deg, #65e89a 14.06%, #34d399 44.79%, #22c55e 71.88%, #16a34a 100% );--blue-soft: #c8c8c8;--blue-accent: rgba(59, 130, 246, .15);--blue-glow: rgba(59, 130, 246, .3)}*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background-color:var(--black-secondary);color:var(--white-primary);margin:0;padding:0;overflow-x:hidden;line-height:1.6;position:relative}body.light-mode{background-color:var(--white-primary);color:var(--black-secondary)}body.light-mode a{color:var(--black-secondary)!important}body.light-mode .btn-dark{color:var(--white-primary)!important}body.light-mode .hero__title span,body.light-mode .service__title-line--2,body.light-mode .project__title-line--2,body.light-mode .about__title-line--2,body.light-mode .about__education-title,body.light-mode .about__experience-title{background:var(--green-gradient)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}body.light-mode .service__item-web-design{background:var(--green-gradient)!important}body.light-mode .service__item:hover{background:var(--green-gradient-hover)!important}body.light-mode .about__text-year{color:#22c55e!important}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:var(--blue-soft);animation:float 6s ease-in-out infinite;opacity:.6}.shape-1{width:120px;height:120px;top:10%;left:5%;animation-delay:0s;background:linear-gradient(135deg,var(--blue-soft),var(--blue-accent))}.shape-2{width:80px;height:80px;top:70%;right:10%;animation-delay:2s;background:linear-gradient(225deg,var(--blue-soft),var(--blue-accent))}.shape-3{width:100px;height:100px;top:30%;left:80%;animation-delay:4s;background:linear-gradient(45deg,var(--blue-soft),var(--blue-accent))}.shape-4{width:60px;height:60px;top:85%;left:15%;animation-delay:1s;background:linear-gradient(315deg,var(--blue-soft),var(--blue-accent))}.shape-5{width:140px;height:140px;top:5%;right:25%;animation-delay:3s;background:linear-gradient(180deg,var(--blue-soft),var(--blue-accent))}.shape-6{width:90px;height:90px;top:50%;left:10%;animation-delay:5s;background:linear-gradient(90deg,var(--blue-soft),var(--blue-accent))}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.6}25%{transform:translateY(-20px) translate(10px) rotate(90deg);opacity:.8}50%{transform:translateY(-40px) translate(-10px) rotate(180deg);opacity:1}75%{transform:translateY(-20px) translate(15px) rotate(270deg);opacity:.8}}.header{box-shadow:0 2px 4px #0000001a;min-height:100vh;display:flex;flex-direction:column;position:relative}a{color:var(--white-primary)}.container{margin:auto;max-width:1100px;padding:0 20px;width:100%}.btn{margin-right:20px;padding:12px 24px;border-radius:10px;cursor:pointer;transition:all .3s ease;display:inline-block;margin-top:20px;text-align:center;font-weight:500;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.enhanced-btn{box-shadow:0 4px 15px #0003;transform:translateY(0)}.enhanced-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.enhanced-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.enhanced-btn:hover:before{left:100%}.btn-dark{background:var(--black-primary);color:var(--white-secondary)}.btn-dark:hover{background:var(--black-secondary)}.btn-white{background:var(--white-secondary);color:var(--black-secondary)}.btn-white:hover{background:var(--white-secondary)}.d-flex{display:flex;justify-content:space-between;align-items:flex-start}.cursor-pointer{cursor:pointer}.enhanced-image img{transition:all .3s ease}.enhanced-image:hover img{transform:scale(1.05);box-shadow:0 12px 40px #0000004d}.enhanced-hamburger{transition:all .3s ease;border-radius:6px}.enhanced-hamburger:hover{background:var(--black-secondary)!important;transform:scale(1.05)}.enhanced-tech-item{transition:all .3s ease;padding:10px;border-radius:12px}.enhanced-tech-item:hover{transform:translateY(-5px);background:#ffffff0d;box-shadow:0 8px 25px #0000001a}.enhanced-service-card{transition:all .3s ease;border-radius:12px;position:relative;overflow:hidden}.enhanced-service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.05),transparent);opacity:0;transition:opacity .3s ease}.enhanced-service-card:hover:before{opacity:1}.enhanced-service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0003}.enhanced-project-card{transition:all .3s ease;border-radius:15px;overflow:hidden;position:relative}.enhanced-project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1));opacity:0;transition:opacity .3s ease}.enhanced-project-card:hover:after{opacity:1}.enhanced-project-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #00000040}.enhanced-about-card{transition:all .3s ease;border-radius:8px;padding:20px 0}.enhanced-about-card:hover{padding:25px 15px;background:#ffffff08;border-radius:12px;transform:translate(5px)}.enhanced-social-link{transition:all .3s ease;border-radius:50%;padding:5px}.enhanced-social-link:hover{transform:scale(1.2) rotate(5deg);background:#ffffff1a;box-shadow:0 5px 15px #0003}.theme-toggle__input{display:none}.theme-toggle{position:relative;display:inline-block;width:60px;height:34px}.theme-toggle__input{opacity:0;width:0;height:0}.theme-toggle__icon{position:absolute;top:50%;transform:translateY(-50%);transition:all .3s linear;font-size:1.5rem;cursor:pointer}.theme-toggle__input:checked+.theme-toggle .theme-toggle__icon{content:"☀️"}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;position:relative}.navbar__logo img{width:150px;object-fit:cover;transition:all .3s ease}.navbar__logo:hover img{transform:scale(1.05)}.navbar__menu ul{display:flex;align-items:center}.navbar__menu ul li{margin-right:20px}.navbar__menu ul li a{font-size:1rem;font-weight:500;text-transform:uppercase;transition:all .3s ease;position:relative}.navbar__menu ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--primary-gradient);transition:all .3s ease}.navbar__menu ul li a:hover:after{width:100%;left:0}.navbar__hamburger-button{display:none;background:var(--black-primary);border:none;cursor:pointer;padding:10px;z-index:1000}.navbar__hamburger-line{width:30px;height:3px;background:var(--white-primary);margin:6px 0;transition:all .3s ease}.navbar__mobile-menu{position:fixed;top:0;right:-300px;width:250px;height:100%;z-index:100;background:var(--black-primary);box-shadow:0 0 10px #0003;transition:right .3s ease-in-out}.navbar__mobile-menu.active{right:0}.navbar__mobile-menu ul{margin-top:100px;padding-right:10px;display:flex;flex-direction:column;align-items:center}.navbar__mobile-menu ul li{margin:10px 0}.navbar__mobile-menu ul li a{font-size:20px;transition:.3s}.hero{text-align:center;padding:20px 0;flex:1;display:flex;flex-direction:column;justify-content:center}.hero__image img{width:240px;object-fit:cover;border-radius:50%}.hero__title{font-size:2.5rem;font-weight:700;margin-top:20px;line-height:1.3}.hero__title span{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__content p{margin:1.5rem 0;font-size:1.1rem}.tech-stack{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:55px;margin:40px 0;padding:0 20px}.tech-item{display:flex;flex-direction:column;align-items:center}.tech-item img{width:60px;height:60px;object-fit:contain;margin-bottom:8px}.tech-item p{font-size:18px;font-weight:700}.service{padding:50px 0}.service__title{margin-bottom:1rem}.service__title-line{margin-left:25px;display:block}.service__title-line--1{margin-left:50px;font-size:2rem}.service__title-line--2{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:1.5rem}.service__content{display:flex;flex-wrap:wrap;gap:20px}.service__item{flex:1 1 calc(33.33% - 20px);display:flex;flex-wrap:wrap;justify-content:space-around;border-bottom:var(--black-primary) 2px solid;border-top:var(--black-primary) 2px solid;padding:25px;cursor:pointer}.service__item-web-design{border:none;background:var(--primary-gradient);color:var(--white-secondary);transition:all .3s ease}.service__List{width:100%}.service__item-title{margin-bottom:0rem;font-size:1.5rem}.service__item-text{line-height:1.6}.project-section{max-width:1350px;margin:0 auto;padding:80px 16px}.project-title{font-size:3rem;white-space:nowrap;font-weight:700;text-align:center;margin-bottom:64px;line-height:1.2}.project-title-main{display:inline;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.project-title-sub{font-size:2.5rem;display:inline;color:var(--white-primary)}.project-grid{display:grid;gap:32px}.project-card{background-color:#1f2937;border-radius:20px;overflow:hidden;transition:all .3s ease;position:relative}.project-card:hover{transform:scale(1.05)}.video-container{position:relative;aspect-ratio:16 / 9;background-color:#374151;overflow:hidden}.project-video{width:100%;height:100%;object-fit:cover;display:block}.fallback-image{width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .play-overlay{opacity:1}.play-button{width:64px;height:64px;background-color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.play-icon{width:0;height:0;border-left:16px solid #ffffff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:4px}.project-content{padding:24px}.project-card-title{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#fff}.project-description{color:#d1d5db;margin-bottom:16px;font-size:.875rem;line-height:1.6}.project-links{display:flex;gap:12px}.project-link{padding:8px 16px;border-radius:4px;font-size:.875rem;text-decoration:none;transition:all .3s ease;display:inline-block}.project-link-primary{background-color:#2563eb;color:#fff}.project-link-primary:hover{background-color:#1d4ed8}.project-link-secondary{border:1px solid #4b5563;color:#d1d5db;background-color:transparent}.project-link-secondary:hover{border-color:#9ca3af;color:#fff}@media (min-width: 768px){.project-grid{grid-template-columns:repeat(2,1fr)}.project-title{font-size:3.5rem;white-space:wrap}.project-title-main{font-size:2.5rem}}@media (min-width: 1024px){.project-grid{grid-template-columns:repeat(3,1fr)}.project-title{font-size:4rem}}@media (max-width: 767px){.project-section{padding:60px 16px}.project-title{font-size:2.5rem;margin-bottom:48px}.project-grid{grid-template-columns:1fr;gap:24px}.project-content{padding:20px}.project-card-title{font-size:1.125rem}.project-description{font-size:.8125rem}.project-links{flex-direction:column;gap:8px}.project-link{text-align:center;padding:10px 16px}}@media (max-width: 480px){.project-section{padding:40px 12px}.project-title{font-size:1.8rem;white-space:wrap;margin-bottom:32px}.project-title-sub{font-size:1.5rem}.project-grid{gap:16px}.project-content{padding:16px}.project-card-title{font-size:1rem;margin-bottom:8px}.project-description{font-size:.75rem;margin-bottom:12px;line-height:1.5}.project-links{gap:6px}.project-link{padding:8px 12px;font-size:.75rem}.play-button{width:48px;height:48px}.play-icon{border-left:12px solid #ffffff;border-top:6px solid transparent;border-bottom:6px solid transparent}.project-card:hover{transform:scale(1.02)}}Animation for video loading .video-container:before{content:"";position:absolute;inset:0;background-size:200% 100%;z-index:1}.project-video:not([src=""])+.video-container:before{display:none}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.project-card{cursor:pointer}.project-card:hover .project-video{transform:scale(1.05);transition:transform .3s ease}.project-link:focus{outline:2px solid #60a5fa;outline-offset:2px}.project-card:focus-within{outline:2px solid #60a5fa;outline-offset:2px}.about{padding:50px 0}.about__title{margin-bottom:2rem}.about__title-line{margin-left:25px;display:block}.about__title-line--1{font-size:2rem}.about__title-line--2{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem}.about__content{text-align:justify;word-break:normal;margin-bottom:3rem}.about__text-title{margin-left:25px;margin-bottom:1rem;font-size:1.3rem;line-height:1.4}.about__text-content{margin-left:25px;line-height:1.6}.about_me{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about__education-title{font-size:2.5rem;margin-left:25px;font-weight:700;margin-bottom:1.5rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about__experience-title{font-size:2.5rem;margin-left:-15px;font-weight:700;margin-bottom:1.5rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about__education-card,.about__experience-card{border-bottom:var(--black-primary) 1px solid;padding:20px 0}.about__education-item-title{margin-left:25px;font-size:1.3rem;margin-bottom:.5rem}.about__experience-item-title{margin-left:-14px;font-size:1.3rem;margin-bottom:.5rem}.about__education-item-text{margin-left:25px}.about__experience-item-text{margin-left:-13px}.about__text-year{margin:5px 30px 30px;white-space:nowrap;font-weight:400;color:#b16cea}.footer{padding:50px 0;text-align:center}.footer__content{padding:20px 0;display:flex;justify-content:space-between;align-items:center;border-top:var(--white-primary) 2px solid;color:var(--white-primary)}.footer__logo img{width:100px;height:100px;object-fit:cover}.footer__menu ul{display:flex;justify-content:space-around;gap:20px}.footer__social{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;width:100%;margin:2rem 0;padding:1rem}.footer__social a{display:inline-flex;align-items:center;justify-content:center}.footer__social img{width:40px;height:40px;object-fit:contain;transition:transform .2s ease}.footer__social a:hover img{transform:scale(1.1)}.footer__copywrite{margin-top:1rem}@media (max-width: 1902px){.container{max-width:1400px}.hero__title{font-size:2.2rem}.navbar__logo img{margin-left:-20px}}@media (max-width: 992px){.container{max-width:900px}.hero__title{font-size:2rem}.hero__content p{font-size:1rem}.tech-item img{width:50px;height:50px}.tech-item p{font-size:16px}.service__title-line--1,.about__title-line--1,.project__title-line--1{font-size:1.8rem}.service__title-line--2,.about__title-line--2,.project__title-line--2{font-size:1.3rem}.service__content{flex-direction:column}.service__item{flex:1 1 100%}.project__item{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.about__education-title,.about__experience-title{font-size:1.8rem}.about__education-item-title,.about__experience-item-title{font-size:1.2rem}.footer__social{gap:2rem}}@media (max-width: 768px){.container{max-width:100%;padding:0 20px}.navbar__menu{display:none}.navbar__hamburger-button{display:block}.hero__title{font-size:1.6rem}.hero__image img{width:200px}.btn{display:block;width:80%;margin-left:auto;margin-right:auto;margin-top:15px}.tech-stack{gap:20px}.tech-item img{width:40px;height:40px}.tech-item p{font-size:14px}.service__title-line--1,.about__title-line--1,.project__title-line--1{font-size:1.5rem;margin-left:20px}.service__title-line--2,.about__title-line--2,.project__title-line--2{font-size:1.2rem}.service__item{margin:-5px}.project__content{gap:15px}.project__item{flex:0 0 100%;max-width:100%}.about_me{grid-template-columns:1fr;gap:2rem}.d-flex{flex-direction:column}.about__text-year{margin-top:5px;margin-bottom:10px}.about__experience-title,.about__experience-item-title,.about__experience-item-text{margin-left:20px}.about__title{margin-top:30px}.footer__content{flex-direction:column;gap:20px}.footer__logo{margin-bottom:10px}.footer__social{gap:1.5rem}}@media (max-width: 480px){.container{padding:0 15px}.navbar__logo img{width:100px;margin-left:-20px}.hero__title{font-size:1.3rem}.hero__image img{width:160px}.hero__content p{font-size:.9rem}.btn{width:100%;padding:8px 16px;font-size:14px}.tech-stack{gap:15px}.tech-item{width:28%}.tech-item img{width:30px;height:30px}.tech-item p{font-size:12px}.service__title-line--1,.about__title-line--1,.project__title-line--1{font-size:1.3rem;margin-left:10px}.service__title-line--2,.about__title-line--2{font-size:1rem}.project__title-line--2{font-size:1.3rem}.service__item{padding:15px}.service__item-title{font-size:1.2rem}.service__item-text{font-size:.9rem}.project__item-title{font-size:1.1rem}.project__item-text{font-size:.9rem}.about{margin-left:-20px}.about__text-title{letter-spacing:normal;word-spacing:normal;white-space:normal;text-align:left;line-height:1.4;margin-bottom:1rem;font-size:1rem}.about__text-content{font-size:.9rem}.about__education-title{font-size:2rem}.about__experience-title{margin-left:25px}.about__education-item-title{font-size:1.1rem}.about__experience-item-title{font-size:1.1rem;margin-left:25px}.about__education-item-text{font-size:.9rem}.about__experience-item-text{margin-left:25px}.about__title{margin-left:20px}.footer__social{gap:1rem}.footer__social img{width:25px;height:25px}.footer__menu ul{gap:10px}.footer__menu ul li a{font-size:14px}.footer__copywrite{font-size:.8rem}.shape-5,.shape-6{display:none}}@layer utilities{.text-balance{text-wrap:balance}}@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
