@import"https://fonts.googleapis.com/css?family=Poppins";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth;outline:none}:root{--bg-color: #1f242d;--second-bg-color: #323946;--text-color: #fff;--main-color: #bbff00}html{font-size:62.5%;overflow-x:hidden}body{background:var(--bg-color);color:var(--text-color)}.header{position:sticky;top:0;left:0;width:100%;background:var(--bg-color);padding:2rem 0;z-index:100}.header section{display:flex;justify-content:space-between;align-items:center}.header.sticky{border-bottom:.1rem solid rgba(0,0,0,.2)}.logo{animation:slideRight 1s ease forwards}.logo img{width:15rem;border-radius:1rem}.header-active{background:#000000e6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar a{display:inline-block;font-size:1.7rem;color:var(--text-color);text-decoration:none;font-weight:500;margin-left:4rem;transform:.3s;animation:slideTop 10s ease forwards;animation-delay:calc(.2s * var(--i))}.navbar a:hover,.navbar a.active{color:#bf0}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle .bar{width:25px;height:3px;background:var(--text-color)}.section-container{max-width:1024px;padding:0 5rem;margin:0 auto}.home{padding:2rem 0}.home-section{width:100%;display:flex;justify-content:space-between;align-items:center}.home-content{max-width:600px}.home-content h1{font-size:56px;font-weight:700;margin:-3px 0;opacity:0;animation:slideRight 1s ease forwards;animation-delay:.1s}.home-content h3{font-size:32px;font-weight:700;opacity:0;animation:slideBottom 1s ease forwards;animation-delay:.7s}.home-content h3 span{color:#bf0}.home-content h3:nth-of-type(2){margin-bottom:30px;animation:slideTop 1s ease forwards;animation-delay:.7s}.home-content p{font-size:16px;opacity:0;animation:slideLeft 1s ease forwards;animation-delay:.1s}.home-img{border:3px solid rgb(187,255,0);background-color:#fff;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;padding-right:20px;max-width:400px;max-height:400px;margin-right:-20px;opacity:0;animation:zoomIn 1s ease forwards,floatImage 4s ease-in-out infinite;animation-delay:2s,3s;box-shadow:#bf0 0 20px 30px -10px;background-size:cover}.home-img img{max-width:300px}.tools{color:#bf0;font-size:20px}.social-media a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:2px solid rgb(187,255,0);border-radius:50%;font-size:20px;color:#bf0;text-decoration:none;margin:30px 15px 30px 0;transition:.5s ease;opacity:0;animation:slideLeft 1s ease forwards;animation-delay:calc(.2s * var(--i))}.social-media a:hover{background:#bf0;color:#1f242d;box-shadow:0 0 20px #bf0}.btn{display:inline-block;padding:12px 25px;background-color:#bf0;border-radius:40px;box-shadow:0 0 10px #bf0;font-size:16px;color:#1f242d;letter-spacing:1px;text-decoration:none;font-weight:600;opacity:0;animation:slideTop 1s ease forwards;animation-delay:2s;transition:.5s ease;border:none}.btn:hover{box-shadow:none}.about{background:var(--second-bg-color);padding:2rem 0}.about-section{display:flex;justify-content:start;align-items:start;gap:6rem}.heading{font-size:4.5rem;color:var(--text-color, #fff);margin-bottom:3rem}.heading span{color:var(--main-color, #bbff00)}.about-content h2{text-align:left;line-height:1.5;margin-bottom:1rem}.about-content h2 span{color:var(--main-color)}.about-content h3{font-size:2.6rem}.about-content p{max-width:800px;font-size:1.6rem;margin:1rem 0;line-height:1.6}.about-skill h3{color:var(--main-color);margin-top:1rem;font-size:1.6rem;font-weight:600}.about-skill div{display:flex;flex-wrap:wrap;margin-top:.2rem}.about-skill span{display:inline-flex;font-size:1.6rem;background:var(--bg-color);color:var(--text-color);padding:.25rem .75rem;border-radius:.8rem;margin-top:.5rem;margin-right:1rem}.education-section{margin:1.5rem 0 2.5rem}.education-item{margin-bottom:1.2rem;padding:1rem;border-left:3px solid var(--main-color, #00abf0);background:#00abf00d;border-radius:0 8px 8px 0;transition:all .3s ease}.education-item:hover{background:#00abf01a;transform:translate(5px)}.education-item h4{color:var(--text-color, #ededed);font-size:1.1rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.education-item p{color:var(--text-color, #ededed);opacity:.9;margin:0;font-size:.95rem;font-weight:500}.certifications-section{margin:1.5rem 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.certification-item{display:flex;align-items:center;padding:.8rem 1.2rem;background:linear-gradient(135deg,#00abf01a,#00abf00d);border-radius:12px;border:1px solid rgba(0,171,240,.2);transition:all .3s ease;position:relative;overflow:hidden}.certification-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,171,240,.1),transparent);opacity:0;transition:opacity .3s ease;z-index:1}.certification-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00abf026;border-color:#00abf066}.certification-item:hover:before{opacity:1}.cert-icon{font-size:1.5rem;margin-right:.8rem;z-index:2;position:relative}.cert-name{font-weight:600;color:var(--text-color, #ededed);font-size:1rem;z-index:2;position:relative}.cert-desc{color:var(--main-color, #00abf0);font-weight:500;font-size:.9rem;z-index:2;position:relative}.about-content .heading{margin-top:2rem;margin-bottom:1rem}.about-content .heading:first-child{margin-top:0}.education-section,.certifications-section{animation:fadeInUp .6s ease-out}.portfolio-list-wrapper{display:flex;flex-direction:column;gap:2.5rem}.project-item{background:var(--bg-color);border-radius:12px;padding:2rem;border-left:4px solid var(--main-color);transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.project-item:hover{transform:translate(8px);box-shadow:0 8px 25px #bbff0026}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:2rem}.project-title{font-size:1.8rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3;flex:1}.project-link{display:inline-block;padding:.8rem 1.5rem;background:var(--main-color);color:var(--bg-color);border-radius:8px;text-decoration:none;font-size:1.4rem;font-weight:600;transition:all .3s ease;white-space:nowrap}.project-link:hover{background:#a3e600;transform:translateY(-2px);box-shadow:0 4px 12px #bbff004d}.project-description{margin-top:1rem}.project-bullets{list-style:none;padding:0;margin:0}.project-bullet{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.5rem;line-height:1.6;color:var(--text-color);opacity:.9}.project-bullet:before{content:"•";position:absolute;left:0;color:var(--main-color);font-weight:700;font-size:1.8rem;line-height:1.3}.project-bullet:last-child{margin-bottom:0}.success-message{background-color:var(--text-color);color:#000;border-radius:30px;width:250px;font-size:17px;position:absolute;left:450px;bottom:350px}.contact{padding:2rem 0}.contact h2{margin-bottom:3rem}.contact h2 span{color:var(--main-color)}.contact form{margin-bottom:3rem}.contact form .input-box{display:flex;justify-content:space-between;flex-wrap:wrap}.contact form .input-box input,.contact form textarea{width:100%;padding:1.5rem;font-size:1.6rem;color:var(--text-color);background:var(--second-bg-color);border-radius:.8rem;margin:.7rem 0}.contact form .input-box input{width:49%}.contact form textarea{resize:none}.contact form .btn{margin-top:2rem;cursor:pointer}.footer{padding:2rem 0;background:var(--second-bg-color)}.footer-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer p{font-size:1.6rem;text-align:center}.footer-iconTop a{display:inline-flex;justify-content:center;align-items:center;padding:.8rem;background:var(--main-color);border-radius:.8rem;text-decoration:none}.footer-iconTop a:hover{box-shadow:0 0 1rem var(--main-color)}.footer-iconTop a i{font-size:2.4rem;color:var(--second-bg-color)}@keyframes slideRight{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideLeft{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideTop{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideBottom{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-24px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){html{font-size:55%}}@media (max-width: 991px){.header{padding:2rem 0}.home .home-content p{max-width:500px}.footer{padding:2rem 3%}.contact{min-height:auto}}@media (max-width: 768px){.menu-toggle{display:flex}.education-item{padding:.8rem;margin-bottom:1rem}.education-item h4{font-size:1rem}.education-item p{font-size:.9rem}.certification-item{padding:.7rem 1rem;flex-direction:column;align-items:flex-start;text-align:left}.cert-icon{margin-right:0;margin-bottom:.3rem}.cert-name{font-size:.95rem}.cert-desc{font-size:.85rem;margin-top:.2rem}.project-header{flex-direction:column;align-items:stretch;gap:1.5rem}.project-title{font-size:1.6rem}.project-link{align-self:flex-start;font-size:1.3rem;padding:.7rem 1.3rem}.project-item{padding:1.5rem}.project-bullet{font-size:1.4rem;padding-left:1.8rem}.navbar{position:absolute;top:90%;right:50px;flex-direction:column;background:var(--bg-color);border:.2rem solid white;box-shadow:0 .5rem 1rem #0003;padding:1rem;border-radius:1rem;width:20rem;display:none;z-index:1000}.navbar.show{display:flex}.navbar a{font-size:2rem;margin:0;padding:1rem 0;animation:none!important;transform:none!important;transition:none!important}.section-container{padding:0 2rem}.home{flex-direction:column;height:auto}.home-content h3{font-size:2.6rem}.home-content h1{font-size:5rem}.about{flex-direction:column-reverse}.about-img img{width:17vw}.service{height:auto}.services-container{flex-wrap:wrap}.service-box{min-height:unset!important}.service h2{margin-bottom:3rem}}@media (max-width: 617px){.home-img{display:none}.home-section{width:100%;padding:0px 2rem}.about-section{width:100%;padding:0 2rem}.about .about-section{flex-direction:column;gap:1px}.contact-section{width:100%;padding:0 2rem}.about-img img{width:25vw}}@media (max-width: 450px){html{font-size:50%}.navbar{animation:none}.contact form .input-box input{width:100%}.about-content p{font-size:1.5rem}.about-img{display:none}.about-img img{width:30vw}}@media (max-width: 480px){.education-section,.certifications-section{margin:1rem 0 2rem}.education-item{padding:.6rem;border-left-width:2px}.certification-item{padding:.6rem .8rem}.project-item{padding:1.2rem;border-left-width:3px}.project-title{font-size:1.4rem}.project-bullet{font-size:1.3rem;padding-left:1.6rem}.project-link{font-size:1.2rem;padding:.6rem 1.1rem}.portfolio-list-wrapper{gap:2rem}}@media (max-width: 384px){.footer{flex-direction:column-reverse}.footer p{text-align:center;margin-top:2rem;font-size:1.6rem}}
