*{box-sizing:border-box;margin:0;padding:0}body,html{height:auto;min-height:100vh;overflow-x:hidden}section{box-sizing:border-box;padding:50px 20px}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word;line-height:1.5;margin:0}.navbar{align-items:center;background-color:#111;display:flex;justify-content:space-between;padding:15px 10px;position:fixed;top:0;width:100%;z-index:1000}.sc-logo{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ffc107,#ff5722);-webkit-background-clip:text;cursor:pointer;font-size:1.2rem;font-weight:700}.nav-links{display:flex;gap:20px;list-style:none;margin:0;padding:0}.nav-links li a{color:#ffc107;font-size:1rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#fff}.menu-icon{cursor:pointer;display:none;flex-direction:column;gap:5px}.menu-line{background-color:#ffc107;height:3px;width:25px}@media (max-width:768px){.nav-links{background-color:#111;border-radius:5px;display:none;flex-direction:column;gap:10px;padding:10px;position:absolute;right:10px;top:60px}.menu-icon,.nav-links.open{display:flex}}.home-container{align-items:center;background-color:#121212;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.greeting{color:#ffc107;font-size:2.5rem;margin-bottom:10px}.wave{animation:wave-animation 2s infinite;display:inline-block;transform-origin:70% 80%}@keyframes wave-animation{0%{transform:rotate(0deg)}25%{transform:rotate(15deg)}50%{transform:rotate(0deg)}}.name{color:#ffc107;font-size:2.8rem;font-weight:700;line-height:1;margin-bottom:15px}.name,.typewriter{white-space:nowrap}.typewriter{color:#a9f0d1;font-size:1.5rem;font-weight:500;margin-top:10px;overflow:hidden;text-overflow:ellipsis}.cursor{animation:blink .7s step-end infinite}@keyframes blink{0%{border-color:#0000}to{border-color:#a9f0d1}}@media (max-width:768px){.greeting{font-size:2rem}.name{font-size:2.4rem}.typewriter{font-size:1.2rem}.home-container{padding:15px}}@media (max-width:480px){.greeting{font-size:1.8rem}.name{font-size:2rem}.typewriter{font-size:1rem}.home-container{padding:10px}}.about-section{background-color:#121212;color:#fff;font-size:inherit;max-width:100%;padding:2rem}.about-section h2{word-wrap:break-word;color:#ffc107;font-size:2.5rem!important;line-height:1.2;overflow-wrap:break-word;white-space:normal}.about-intro,.about-section h2{margin-bottom:1.5rem;text-align:center}.about-intro{color:#eaeaea}.intro-box{background-color:#1a1a1a;border-radius:10px;color:#ffc107;padding:1.5rem}.intro-box,.skills{margin-bottom:1.5rem}.skills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.skill-tag{background-color:#ffc107;border-radius:5px;color:#121212;font-size:1rem;font-weight:700;margin:.5rem;padding:6px 12px}.timeline-container{min-height:0!important;min-height:auto!important}.timeline-item.placeholder{height:75px;visibility:hidden}.timeline-container.education{min-height:0!important;min-height:auto!important}.category-section{display:block}.journey-tabs{align-items:center;display:flex;justify-content:center;margin-bottom:20px;min-height:60px}.journey-tabs button{align-items:center;background-color:#ffc107;border:none;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:10px;padding:10px 20px;transition:transform .2s ease}.journey-tabs button.active{box-shadow:0 4px 10px #0000004d;transform:scale(1.1)}.journey-tabs button:hover{transform:scale(1.05)}.journey-tabs button svg{font-size:1.5rem}.timeline-container{background-color:#1a1a1a;border-radius:10px;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;padding:1.5rem}.timeline-item{align-items:center;display:flex;flex-direction:column;text-align:center}.timeline-item .circle{background-color:#ffc107;border-radius:50%;height:15px;margin-bottom:10px;width:15px}.timeline-item .content h4{color:#ffc107;font-size:1.2rem;margin-bottom:.5rem}.timeline-item span{color:#eaeaea;font-size:.9rem}.category-section{display:none}.category-section.active{display:block}.category-section.hidden{display:none}.social-links{display:flex;gap:15px;justify-content:center;margin-top:10px}.social-icon{font-size:1.8rem;transition:transform .2s ease,color .2s ease}.social-icon.youtube{color:red}.social-icon.github{color:#fff}.social-icon.linkedin{color:#0077b5}.social-icon:hover{transform:scale(1.2)}@media (max-width:768px){.about-section{padding:1rem}.about-section h2{word-wrap:break-word;color:#ffc107;font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;overflow-wrap:break-word;text-align:center;white-space:normal}.skills{gap:5px}.skill-tag{font-size:.9rem;padding:5px 10px}.journey-tabs{gap:10px}.journey-tabs button{font-size:1rem;height:auto;max-width:150px;padding:8px 12px}.journey-tabs button svg{font-size:1.5rem}.timeline-container{gap:1rem;padding:1rem}.timeline-item .content h4{font-size:1.1rem}.timeline-item span{font-size:.8rem}}@media (max-width:480px){.about-section h2{word-wrap:break-word;color:#ffc107;font-size:2.5rem;line-height:1.5;margin-bottom:1.5rem;overflow-wrap:break-word;text-align:center;white-space:normal}.skills{flex-direction:column;gap:5px}.skill-tag{font-size:.8rem;padding:4px 8px}.journey-tabs{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.journey-tabs,.journey-tabs button{align-items:center;justify-content:center}.journey-tabs button{background-color:#ffc107;border:none;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:8px;height:50px;text-align:center;transition:transform .2s ease;width:130px}.journey-tabs button:hover{transform:scale(1.05)}.journey-tabs button svg{font-size:1.2rem}.journey-tabs button:nth-child(3){grid-column:1/span 2;justify-self:center}.timeline-container{padding:.8rem}.timeline-item .content h4{font-size:1rem}.timeline-item span{font-size:.7rem}}.skills-title{color:#ffc107;font-size:2.5rem;margin-bottom:40px;text-align:center}.skills-container{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(1000px,1fr));padding:20px;width:100%}.skills-category{background:#1e1e2f;border-left:5px solid;border-radius:10px;box-shadow:0 4px 15px #0003;padding:20px;transition:transform .3s ease}.category-header{align-items:center;display:flex;gap:10px;margin-bottom:20px}.category-icon{color:inherit;font-size:2rem}.category-title{color:#ffc107;font-size:1.8rem;margin-bottom:10px;text-align:center}.skills-list{display:flex;flex-direction:column;gap:15px}.skill-item{gap:15px;justify-content:space-between}.skill-item,.skill-label{align-items:center;display:flex}.skill-label{color:#ddd;flex:1 1;font-weight:700;gap:10px}.progress-bar-container{background:#333;border-radius:10px;box-shadow:inset 0 0 5px #00000080;flex:3 1;height:10px;overflow:hidden}.progress-bar{border-radius:10px;height:100%}.skill-percentage{color:#ddd;flex:1 1;font-weight:700;text-align:right}.skill-item:hover .progress-bar{transform:scale(1.02);transition:transform .3s ease}@media (max-width:768px){.skills-container{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px;width:100%}.skills-category{border-left-width:3px;padding:15px}.category-title{font-size:1.5rem}.skill-item{align-items:center;flex-direction:row;gap:10px;justify-content:space-between}.skill-label{font-size:.9rem}.progress-bar-container{height:8px}.skill-percentage{color:#ffc107;margin-left:10px;text-align:left}}#portfolio{background:#0b1120;color:#f8f9fa;padding:30px 10px}h2{color:#ffc107;font-size:1.8rem;margin-bottom:15px;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.category-button{background-color:#112240;border:2px solid #ffc107;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 18px;transition:transform .2s,background-color .3s}.category-button:hover{background-color:#ffc107;color:#121212}.category-button.active{background-color:#ffae00;color:#fff;transform:scale(1.1)}.project-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr}.project-card{width:100%}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.tag{background:#ffc107;border-radius:6px;color:#121212;font-size:.9rem;font-weight:700;padding:6px 10px;transition:transform .2s,background-color .3s}.tag:hover{background:#ffdd57;transform:scale(1.1)}.filter-buttons{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.filter-buttons button{background-color:#ffc107;border:none;border-radius:25px;color:#121212;cursor:pointer;font-size:1rem;padding:10px 20px;transition:transform .2s ease-in-out,background-color .3s ease-in-out}.filter-buttons button:hover{background-color:#ffdd57;transform:scale(1.05)}.filter-buttons button.active{background-color:#ffae00;color:#fff}.project-card{align-items:flex-start;background:#112240;border-radius:10px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:row;gap:20px;padding:20px;transition:transform .2s,box-shadow .2s}.project-card:hover{box-shadow:0 8px 16px #ffc1074d;transform:translateY(-8px)}.project-thumbnail img{border-radius:10px;height:150px;object-fit:cover;width:200px}.project-content{flex:1 1}@media (max-width:768px){.project-card{align-items:center;flex-direction:column;text-align:center}.project-thumbnail{margin-bottom:10px}.project-content{padding:0 10px;width:100%}}@media (max-width:480px){h2{font-size:1.4rem}.category-button{font-size:.8rem;padding:8px 12px}.project-card{font-size:.9rem;padding:15px}.tag{font-size:.7rem;padding:4px 8px}}.resume-section{background:linear-gradient(135deg,#1e1e2f,#252542);color:#ffc107;min-height:100vh;padding:2rem 1rem;text-align:center}.resume-section h2{font-size:2.5rem;margin-bottom:1rem}.resume-section p{color:#fff;font-size:1.2rem;margin-bottom:2rem}.resume-category{margin:2rem 0;text-align:left}.resume-category h3{align-items:center;color:#ffc107;display:flex;font-size:1.8rem;gap:.5rem;margin-bottom:1rem}.resume-card{background:#1e1e2f;border:2px solid #ffc107;border-radius:8px;margin-bottom:1rem;padding:1rem}.resume-card h4{font-size:1.5rem;margin-bottom:.5rem}.resume-card span{color:#ccc;font-size:1rem}.resume-card p{color:#fff;font-size:1rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.skills-grid span{background:#252542;border-radius:5px;color:#ffc107;font-size:1rem;padding:.5rem 1rem;transition:all .3s}.skills-grid span:hover{background:#ffc107;color:#252542;transform:scale(1.1)}.download-resume{margin-top:2rem}.download-button{align-items:center;background:#ffc107;border-radius:5px;color:#252542;display:inline-flex;font-size:1.2rem;font-weight:700;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s}.download-button:hover{background:#fff;color:#252542;transform:scale(1.05)}@media (max-width:768px){.resume-section h2{font-size:2rem}.resume-section p{font-size:1rem}.resume-card{padding:.8rem}.resume-card h4{font-size:1.3rem}.resume-card p,.resume-card span{font-size:.9rem}.skills-grid span{font-size:.9rem;padding:.4rem .8rem}.download-button{font-size:1rem;padding:.6rem 1rem}}@media (max-width:480px){.resume-section h2{font-size:1.8rem}.resume-card{padding:.6rem}.resume-card h4{font-size:1.2rem}.resume-card p,.resume-card span{font-size:.8rem}.skills-grid span{font-size:.8rem;padding:.3rem .6rem}.download-button{font-size:.9rem;padding:.5rem .8rem}}.contact-section{background:linear-gradient(135deg,#1e1e2f,#252542);color:#ffc107;min-height:100vh;padding:2rem;text-align:center}.contact-section h2{font-size:2.5rem;margin-bottom:1rem}.contact-section p{color:#fff;font-size:1.2rem;margin-bottom:2rem}.contact-form{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.form-input,.form-textarea{background:#1e1e2f;border:2px solid #ffc107;border-radius:5px;color:#fff;font-size:1rem;max-width:500px;outline:none;padding:1rem;transition:.3s;width:80%}.form-input:focus,.form-textarea:focus{background:#252542;border-color:#fff}.form-textarea{height:150px;resize:none}.send-button{align-items:center;background:#ffc107;border:none;border-radius:5px;color:#252542;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s}.send-button:hover{background:#fff;color:#252542;transform:scale(1.05)}.contact-info{color:#fff;margin-top:2rem;text-align:center}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-link{align-items:center;color:#ffc107;display:flex;font-size:1.1rem;gap:.5rem;justify-content:center;text-decoration:none;transition:color .3s}.contact-link:hover{color:#fff}.contact-info p{font-size:1rem}.connect-with-me{margin-bottom:2rem}.connect-icons,.connect-with-me{align-items:center;display:flex;flex-direction:column;justify-content:center}.connect-icons{gap:.5rem}.image-video-container{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:20px 0}.image-container-left{display:flex;flex:1 1;justify-content:center}.video-image-container{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:20px 0}.video-container-right{display:flex;flex:1 1;justify-content:center}.video-image-container-left{align-items:center;display:flex;gap:20px;justify-content:flex-start;margin:20px 0}.video-image-container-left iframe{width:60%}.video-image-container-left iframe,.video-image-container-left img{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;max-width:800px}.video-image-container-left img{width:48%}.amcl-image{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;max-width:500px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.amcl-image:hover{box-shadow:0 8px 20px #000000b3;transform:scale(1.05)}.video-container-center{align-items:center;display:flex;justify-content:center;margin:20px auto}.video-container-center iframe{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;max-width:1000px;width:80%}.image-container-above{display:flex;justify-content:center;margin-bottom:20px}.image-container-above img{aspect-ratio:auto;max-width:800px;width:80%}.image-container-above img,.video-iframe{border-radius:10px;box-shadow:0 4px 10px #00000080}.video-iframe{aspect-ratio:16/9;max-width:500px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.video-iframe:hover{box-shadow:0 8px 20px #000000b3;transform:scale(1.05)}.video-image-container iframe,.video-image-container img{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;max-width:800px;width:48%}.video-container iframe{aspect-ratio:16/9;display:block;margin:0 auto;max-width:800px;transition:transform .3s ease,box-shadow .3s ease;width:60%}.video-container iframe:hover,.videos-container iframe:hover{box-shadow:0 8px 20px #000000b3;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.video-container-center iframe{transition:transform .3s ease,box-shadow .3s ease}.video-container-center iframe:hover{box-shadow:0 8px 20px #000000b3;transform:scale(1.05)}.video-container{margin-top:20px;text-align:center}.videos-container iframe:hover{box-shadow:0 8px 20px #000000b3;transform:scale(1.05)}.video-section-center{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:20px auto;text-align:center}.video-section-center iframe{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;display:block;margin:0 auto;max-width:1000px;width:80%}.videos-container{gap:10px;justify-content:space-between}.videos-container iframe{transition:transform .3s ease,box-shadow .3s ease}@media (max-width:768px){.content-header h2{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.content-header h2,.section-container .content-header h2{font-size:24px!important;text-align:center}.section-container .content-header p{font-size:18px!important;text-align:left}.content-header p{font-size:16px;line-height:1.6;text-align:left}.gallery-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.gif{margin:0 auto;width:90%}.responsive-iframe{height:auto;margin-bottom:15px;max-width:100%}.subtitle-container h3{font-size:1.2rem}.videos-container{flex-wrap:nowrap;justify-content:space-evenly}.videos-container iframe{max-width:45%;width:45%}.section-container{padding:10px}}@media (max-width:480px){.content-header h2{word-wrap:break-word;font-size:24px!important;overflow-wrap:break-word;text-align:center;white-space:normal}.content-header p{font-size:14px;line-height:1.5;text-align:match-parent}.gif-container{align-items:center;flex-direction:column;gap:15px}.gif{max-width:350px;width:100%}.video-container iframe{height:250px;width:100%}.videos-container{flex-wrap:nowrap;gap:5px;justify-content:space-evenly}.videos-container iframe{max-width:45%;width:45%}.subtitle-container h3{font-size:1rem}.section-container{padding:5px}}.gif-container{align-items:flex-start;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.gif{display:block;flex-shrink:0;max-width:600px;object-fit:cover}.section-container{align-items:center;justify-content:center;margin:0 auto}.section-container .content-header h2{font-size:34px}.gif-below-container{display:flex;justify-content:center;margin-top:20px}.gif-below{aspect-ratio:auto;border-radius:10px;box-shadow:0 4px 10px #00000080;max-width:800px;width:80%}.top-gif-container{justify-content:center;margin:20px 0;text-align:center}.top-gif{border-radius:10px;box-shadow:0 4px 10px #00000080;justify-content:center;max-width:800px;width:80%}.image-description{color:#eaeaea;font-size:18px;margin:15px 0;text-align:center}.gif-container{gap:20px;margin:20px 0}.gif{width:45%}.bottom-gif-container{margin:30px 0;text-align:center}.bottom-gif{max-width:800px;width:80%}.bottom-gif,.gif,.single-image,.top-gif{border-radius:10px;box-shadow:0 4px 10px #00000080}.gif,.single-image,.top-gif{transition:transform .3s ease,box-shadow .3s ease}.gif:hover,.single-image:hover,.top-gif:hover{transform:scale(1.05)}.gif:hover,.single-image:hover,.top-gif:hover{box-shadow:0 8px 20px #000000b3;filter:brightness(1.2)}.video-container iframe{max-width:1200px;width:80%}.videos-container iframe{max-width:600px;width:48%}.videos-container{gap:20px}@media (max-width:480px){.section-container .content-header h2{font-size:24px!important;text-align:center}.section-container .content-header p{font-size:18px!important;text-align:left}.gif-container{align-items:center;flex-direction:column;gap:15px}.gif{max-width:350px;width:100%}.video-container iframe{height:250px;width:100%}.subtitle-container h3{font-size:1rem}.section-container{padding:5px}}.section-container{margin:40px auto;max-width:1200px;text-align:left}.section-container .content-header h2{font-size:32px}.section-container .content-header p{font-size:22px}.content-header{margin-bottom:20px}.gif-container{align-items:center}.gif{height:auto;max-width:500px;width:100%!important}.content-header h2{word-wrap:break-word;color:#ffc107;font-size:32px;font-weight:700;line-height:1.9;margin-bottom:15px;overflow-wrap:break-word;text-align:center;white-space:normal}.content-header p{color:#eaeaea;font-size:20px;line-height:1.8;margin-bottom:1em;text-align:justify}.image-above-video{display:flex;justify-content:center;margin-bottom:15px}.gait-image{border-radius:10px;box-shadow:0 4px 10px #00000080;height:auto;max-width:600px;width:100%}.main-image-container{margin:20px 0;text-align:center}.image-container{display:flex;justify-content:center;margin:20px 0}.single-image{height:auto;max-width:100%}.main-image,.single-image{border-radius:10px;box-shadow:0 4px 10px #00000080}.main-image{margin:0 auto;max-width:400px;width:100%}.main-image:hover{transform:scale(1.05)}.gallery-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.gallery-image{border-radius:10px;box-shadow:0 4px 10px #00000080;max-height:250px;object-fit:cover;transition:transform .3s;width:100%}.gallery-image:hover{transform:scale(1.05)}.responsive-iframe{aspect-ratio:16/9;border:none;max-width:48%;width:100%}.gif-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.gif{border-radius:5px;box-shadow:0 4px 10px #00000080;width:48%}.gif:hover{transform:scale(1.05)}.video-container iframe{display:block;margin:20px auto;max-width:2000px!important}.video-container iframe,.videos-container iframe{aspect-ratio:16/9;border-radius:10px;box-shadow:0 4px 10px #00000080;width:100%!important}.videos-container iframe{max-width:800px}.videos-container{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-around;margin-top:20px}.subtitle-container{margin:20px 0;text-align:center}.subtitle-container h3{color:#fc0;font-size:1.3rem!important;margin-bottom:15px}@media (max-width:768px){.section-container .content-header h2{font-size:24px!important;text-align:center}.section-container .content-header p{font-size:18px!important;text-align:left}.gallery-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.gif{margin:0 auto;width:90%}.responsive-iframe{height:auto;margin-bottom:15px;max-width:100%}.subtitle-container h3{font-size:1.2rem}.videos-container{align-items:center;flex-direction:column;flex-wrap:wrap}.videos-container iframe{margin-bottom:20px;max-width:100%;width:90%}.section-container{padding:10px}}@media (max-width:480px){.content-header h2{font-size:18px;text-align:center}.content-header p{font-size:14px;line-height:1.5;text-align:match-parent}.gif-container{align-items:center;flex-direction:column;gap:15px}.gif{max-width:350px;width:100%}.video-container iframe{height:250px;width:100%}.subtitle-container h3{font-size:1rem}.section-container{padding:5px}}body{background-color:#111;margin:0;min-height:100vh;overflow-y:auto;padding:0}html{height:auto}.content-wrapper{overflow:visible}.content-wrapper,.section-container{display:flex;flex:1 1;flex-direction:column;padding:20px}.section-container{box-sizing:border-box;min-height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto}
/*# sourceMappingURL=main.da0a1718.css.map*/