@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--primary-color: #ffffff;--font-family: "Poppins", serif}body{margin:0;padding:0;min-height:100vh;background:radial-gradient(ellipse at bottom,#0d1d31,#0c0d13);overflow:hidden;overflow-y:auto;font-family:var(--font-family)}#root{width:100%;min-height:100vh;position:relative}*{font-family:var(--font-family)}#root{width:100%;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.stars{position:fixed;top:0;left:0;width:100%;height:100%;transform:rotate(-45deg);z-index:0}.star{--star-color: #ffffff;--star-tail-length: 6em;--star-tail-height: 2px;--star-width: calc(var(--star-tail-length) / 6);--fall-duration: 9s;--tail-fade-duration: var(--fall-duration);position:absolute;top:var(--top-offset);left:0;width:var(--star-tail-length);height:var(--star-tail-height);background:linear-gradient(45deg,white,transparent);border-radius:50%;filter:drop-shadow(0 0 6px white);transform:translate3d(104em,0,0);animation:fall var(--fall-duration) var(--fall-delay) linear infinite,tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite}.star:before,.star:after{content:"";position:absolute;top:0;left:calc(var(--star-width) / -2);width:var(--star-width);height:100%;background:linear-gradient(45deg,transparent,white,transparent);border-radius:inherit;animation:blink 2s linear infinite}.star:before{transform:rotate(45deg)}.star:after{transform:rotate(-45deg)}@keyframes blink{50%{opacity:.6}}@keyframes fall{to{transform:translate3d(-30em,0,0)}}@keyframes tail-fade{0%,50%{width:var(--star-tail-length);opacity:1}70%,80%{width:0;opacity:.4}to{width:0;opacity:0}}.button-container{position:fixed;top:20px;right:20px;z-index:100}#checkbox{display:none}.switch{position:relative;width:fit-content;padding:10px 20px;background-color:#2e2e2e;border-radius:50px;z-index:1;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:.9em;font-weight:600;transition:all .3s}.switch svg path{fill:#fff}#checkbox:checked+.switch{background-color:#ae00ff;box-shadow:0 0 40px #ffffffa1}.menu-container{position:absolute;left:70px;top:20px;z-index:100;transform:translateY(-92vh)}.menu-list{transform:skewY(-15deg);margin:0;padding:0;width:50px}.menu-item{position:relative;list-style:none;width:100px;background-color:#2e2e2e;padding:8px;transition:.5s;z-index:var(--i)}.menu-link:active{transform:scale(.95)}.menu-item:hover{background-color:#ae00ff;transform:translate(-20px)}.menu-item:before{content:"";position:absolute;top:0;left:-40px;width:40px;height:100%;background-color:#2e3133;transform-origin:right;transform:skewY(45deg);transition:.5s}.menu-item:hover:before{background-color:#ae00ff}.menu-item:after{content:"";position:absolute;top:-40px;left:0;width:100%;height:40px;background-color:#35383e;transform-origin:bottom;transform:skew(45deg);transition:.5s}.menu-item:hover:after{background-color:#ae00ff}.menu-link{text-decoration:none;color:#d9d9d9;display:block;text-transform:uppercase;letter-spacing:.05em;font-size:.8em;cursor:pointer;transition:color .3s ease}@keyframes smoothScroll{0%{transform:translateY(-5px)}to{transform:translateY(0)}}.menu-item:hover .menu-link{color:#ddd}@media screen and (max-width: 768px){.menu-container{left:70px;top:10px}}.content{position:absolute;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1;transform:translateY(-100vh);flex-direction:column}.profession{font-family:Poppins,serif;font-size:clamp(1.5rem,3vw,2.5rem);color:#fff;text-align:center;margin-top:0;opacity:0;animation:fadeIn 1s ease-in forwards;animation-delay:3s}.name{font-family:Poppins-extrabold,serif;font-size:clamp(5rem,8vw,5rem);color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5);letter-spacing:.1em;padding:0 20px;text-align:center;border-right:4px solid #ffffff;white-space:nowrap;overflow:hidden;animation:typing 3.5s steps(30,end),blink-caret .75s step-end infinite;width:fit-content;max-width:90vw}@keyframes typing{0%{width:0}to{width:60%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#ae00ff}}@media screen and (max-width: 1200px){.name{font-size:clamp(2.5rem,6vw,4rem);letter-spacing:.15em}}@media screen and (max-width: 768px){.name{font-size:clamp(2rem,5vw,3rem);letter-spacing:.1em}}@media screen and (max-width: 480px){.name{font-size:clamp(1.5rem,4vw,2.5rem);letter-spacing:.08em}}@media screen and (max-width: 768px){.profession{font-size:clamp(1rem,2.5vw,1.5rem)}}@media screen and (max-width: 480px){.profession{font-size:clamp(.8rem,2vw,1.2rem)}}.profile-container{padding:2rem;margin:2rem 0;margin-top:100vh;animation:fadeIn 1s ease-in;opacity:0;transform:translateY(100px);transition:all 1s ease}.profile-container.show{opacity:1;transform:translateY(0)}.profile-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.profile-text{width:80%;min-height:300px;position:relative;padding:1.8rem;overflow:visible;box-shadow:5px 10px 25px 15px #00000040;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff0d;border-radius:15px}.profile-image{display:flex;justify-content:center;align-items:center;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.profile-image img{max-width:80%;height:auto;border-radius:15px;box-shadow:0 4px 15px #0003;transition:transform .3s ease}.card-details{width:90%;border-radius:20px;background:transparent;position:relative;padding:1.4rem;border:2px solid #c3c6ce;transition:.5s ease-out;overflow:visible}.card-details:hover{border-color:#ae00ff;box-shadow:0 2px 15px #ae00ff}.text-title{font-size:2em;font-weight:700;color:#fff;padding:.5rem 1rem;border-radius:10px;transition:.3s ease;margin-bottom:2rem;width:fit-content;display:inline-block;text-align:center;position:relative}.text-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.text-body{color:#fff}.card-button{transform:translate(-50%,125%);width:50%;border-radius:1rem;border:none;background-color:#ae00ff;color:#fff;font-size:1rem;padding:.5rem 1rem;position:absolute;left:50%;bottom:0;opacity:0;transition:.3s ease-out;cursor:pointer}.profile-text:hover{border-color:#008bf8}.profile-text:hover .card-button{transform:translate(-50%,50%);opacity:1}@media (max-width: 768px){.profile-content{grid-template-columns:1fr}}.skills-title{font-size:2rem;color:#fff;margin-bottom:2rem;position:relative;display:inline-block}.skills-container{background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.category-group{width:100%;margin-bottom:2rem;text-align:left}.category-title{font-size:1.5rem;color:#fff;margin-bottom:.1rem;position:relative;display:inline-block}.category-title:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;border-radius:2px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-top:1.5rem}.skills-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.skills-section{padding:4rem 2rem;text-align:center;max-width:1400px;margin:0 auto;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.skills-section.show{opacity:1;transform:translateY(0)}.skill-category{margin-bottom:4rem;background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out}.skills-section.show .skill-category{animation:fadeIn .5s ease-in forwards;animation-delay:calc(.2s * var(--i))}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skill-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out;opacity:0;transform:translateY(20px)}.skills-section.show .skill-item{opacity:1;transform:translateY(0)}.skills-section.show .category-group:nth-child(1) .skill-item{transition-delay:.4s}.skills-section.show .category-group:nth-child(2) .skill-item{transition-delay:.6s}.skills-section.show .category-group:nth-child(3) .skill-item{transition-delay:.8s}.skills-section.show .category-group:nth-child(4) .skill-item{transition-delay:1s}.skill-item:hover{transform:translateY(-5px)}.skill-icon{width:48px;height:48px}.skill-name{color:#fff;font-size:1rem;font-weight:500}@media (max-width: 768px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.projects-section{padding:4rem 2rem;text-align:center;margin:0 auto;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.projects-section.show{opacity:1;transform:translateY(0)}.projects-container{margin-bottom:4rem;background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px}.projects-section.show .projects-container{animation:fadeIn .5s ease-in forwards;animation-delay:.2s}.projects-title{grid-column:1/-1;font-size:2rem;color:#fff;margin-bottom:2rem;position:relative;display:inline-block}.projects-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.tech-tags{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem;margin-top:auto;padding:.5rem}.tech-tag{font-size:clamp(.6rem,1.2vw,.8rem);padding:.3rem .6rem;background-color:#ae00ff;border-radius:4px}.card{display:flex;flex-direction:column;align-items:center;position:relative;height:clamp(250px,40vw,300px);width:100%;padding:0;overflow:hidden;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:translateY(20px);transition:all .3s ease-in-out}.projects-section.show .card{opacity:1;transform:translateY(0)}.projects-section.show .card:nth-child(1){transition-delay:.4s}.projects-section.show .card:nth-child(2){transition-delay:.5s}.projects-section.show .card:nth-child(3){transition-delay:.6s}.projects-section.show .card:nth-child(4){transition-delay:.7s}.projects-section.show .card:nth-child(5){transition-delay:.8s}.projects-section.show .card:nth-child(6){transition-delay:.9s}.projects-section.show .card:nth-child(7){transition-delay:1s}.card:hover{transform:translateY(-5px)}.card:hover .project-img{filter:blur(5px) brightness(.3);transform:scale(1.05)}.card:hover .textBox{opacity:1;filter:none}.project-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:.3s ease}.textBox{opacity:0;position:relative;z-index:2;color:#fff;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:clamp(.5rem,2vw,1rem)}.text.head{font-size:clamp(1rem,2vw,1.5rem)}.category{font-size:clamp(.8rem,1.5vw,1rem)}.tech-tag:hover{background:#ae00ff4d;transform:translateY(-2px)}.github-link{margin-bottom:clamp(.3rem,.8vw,.8rem)}.github-link img{width:30px;height:30px;filter:invert(1)}@media (max-width: 768px){.projects-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:1rem}.card{height:220px}.tech-tags{gap:.2rem;padding:.3rem}}@media (max-width: 480px){.card{height:200px}.text.head{font-size:1rem}.category{font-size:.8rem}.tech-tag{font-size:.6rem;padding:.2rem .4rem}}.contact-section{padding:4rem 2rem;text-align:center;max-width:1400px;margin:0 auto;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.contact-section.show{opacity:1;transform:translateY(0)}.contact-container.show{animation:none}.contact-container{margin-bottom:4rem;background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-in}.contact-title{font-size:2rem;color:#fff;margin-bottom:2rem;position:relative;display:inline-block}.contact-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.contact-content{max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{color:#fff;font-size:1rem}.form-group input,.form-group textarea{padding:.8rem;border-radius:8px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group textarea{min-height:150px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ae00ff;box-shadow:0 0 10px #ae00ff4d}.submit-btn{margin-top:1rem;padding:1rem 2rem;border:none;border-radius:8px;background:#ae00ff;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #ae00ff66}@media (max-width: 768px){.contact-container{padding:1.5rem}.contact-title{font-size:1.5rem}}.social-title{font-size:2rem;color:#fff;margin-bottom:2rem;position:relative;display:inline-block}.social-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.social-section{padding:4rem 2rem;text-align:center;max-width:1400px;margin:0 auto;color:#fff}.social-container{background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-in}.social-icons{display:flex;justify-content:center;gap:4rem;margin-top:2rem}.social-icon{position:relative;height:150px;width:80px;display:flex;align-items:flex-end;color:#fff}.icon-holder{display:flex;align-items:center;justify-content:center;height:80px;width:80px;background-color:#ffffff1a;border-radius:10px;transition:.3s;outline:rgba(255,255,255,.1) 2px solid;outline-offset:2px}.light-holder{position:absolute;height:150px;width:80px;display:flex;flex-direction:column;align-items:center}.dot{position:absolute;top:0;width:8px;height:8px;background-color:#ae00ff;border-radius:50%;z-index:2}.light{position:absolute;top:0;width:150px;height:150px;clip-path:polygon(50% 0%,25% 100%,75% 100%);background:transparent}.social-icon:hover .icon-holder{color:#fcfcfc;outline:rgb(174,0,255) 2px solid;outline-offset:2px;transform:translateY(-5px)}.social-icon:hover .light{background:linear-gradient(180deg,#fff,#ae00ff00 75%,#ae00ff00)}.social-icon.github:hover .icon-holder{color:#24292e;outline:#24292e 2px solid}.social-icon.github:hover .light{background:linear-gradient(180deg,#24292e,#24292e00 75%,#24292e00)}.social-icon.github .dot{background-color:#fff}.social-icon.linkedin:hover .icon-holder{color:#0077b5;outline:#0077b5 2px solid}.social-icon.linkedin:hover .light{background:linear-gradient(180deg,#0077b5,#0077b500 75%,#0077b500)}.social-icon.linkedin .dot{background-color:#fff}.social-icon.whatsapp:hover .icon-holder{color:#25d366;outline:#25d366 2px solid}.social-icon.whatsapp:hover .light{background:linear-gradient(180deg,#25d366,#25d36600 75%,#25d36600)}.social-icon.whatsapp .dot{background-color:#fff}.social-icon.email:hover .icon-holder{color:#ea4335;outline:#ea4335 2px solid}.social-icon.email:hover .light{background:linear-gradient(180deg,#ea4335,#ea433500 75%,#ea433500)}.social-icon.email .dot{background-color:#fff}@media (max-width: 768px){.social-icons{gap:2rem;flex-wrap:wrap;justify-content:center}.social-icon{height:120px;width:70px}.icon-holder{height:60px;width:60px}.light-holder{height:120px;width:70px}.light{width:120px;height:120px}}@media (max-width: 480px){.social-container{padding:1rem}.social-icons{gap:1.5rem}.social-icon{height:100px;width:60px}.icon-holder{height:50px;width:50px}.light-holder{height:100px;width:60px}.light{width:100px;height:100px}}.hobby-icon{font-size:5rem;margin-bottom:1rem;transition:.3s ease}.hobby-card:hover .hobby-icon{filter:blur(5px) brightness(.3);transform:scale(1.05)}.hobby-card:hover .hobby-image{filter:blur(5px) brightness(.3);transform:scale(1.05)}.hobbies-section{padding:4rem 2rem;text-align:center;max-width:1400px;margin:0 auto;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.hobbies-section.show{opacity:1;transform:translateY(0)}.hobbies-title{font-size:2rem;color:#fff;margin-bottom:2rem;position:relative;display:inline-block}.hobbies-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ae00ff;border-radius:2px}.hobbies-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem;background:#ffffff0d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:translateY(20px);transition:all .5s ease-in-out}.hobbies-section.show .hobbies-container{opacity:1;transform:translateY(0);transition-delay:.3s}.hobby-card{position:relative;height:clamp(250px,40vw,300px);width:100%;padding:0;overflow:hidden;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(20px);transition:all .3s ease-in-out}.hobbies-section.show .hobby-card{opacity:1;transform:translateY(0)}.hobbies-section.show .hobby-card:nth-child(1){transition-delay:.4s}.hobbies-section.show .hobby-card:nth-child(2){transition-delay:.6s}.hobbies-section.show .hobby-card:nth-child(3){transition-delay:.8s}.hobby-card:hover{transform:translateY(-5px)}.hobby-image{width:100%;height:100%;object-fit:cover;position:absolute;transition:.3s ease}.hobby-card:hover .hobby-image{transform:scale(1.05)}.hobby-textBox{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(.5rem,2vw,1rem);color:#fff;transition:.3s ease}.hobby-card:hover .hobby-textBox{opacity:1;background:#000000b3}.hobby-name{font-size:clamp(1.5rem,2vw,2rem);margin-bottom:1rem}.hobby-description{font-size:clamp(1rem,1.5vw,1.2rem);text-align:center}
