.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px;gap:20px;text-align:center}.nav-menu{display:flex;list-style:none;align-items:center;gap:60px;font-size:20px}.nav-connect{padding:10px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);text-align:center;font-size:16px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.nav-mob-close,.nav-mob-open{display:none}@media (max-width:768px){.navbar{margin:20px 50px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:30px;left:290px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:350px;height:100%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}@media (max-width:1300px){.nav-connect{padding:10px 20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:30px}.hero-img-wrapper{position:relative;margin-top:30px;width:300px;height:300px}.hero-img-wrapper img{border-radius:50%;height:300px;width:300px;position:relative;z-index:1;box-shadow:0 0 0 4px #b415ff40}.hero-img-glow{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;background:radial-gradient(circle,rgba(180,21,255,.35) 0%,rgba(223,137,8,.2) 60%,transparent 80%);filter:blur(18px);z-index:0;animation:pulseGlow 3.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.hero h1{text-align:center;width:70%;font-size:70px;font-weight:600}.hero h1 span{background:linear-gradient(270deg,#b415ff 10%,#df8908);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}#animatedtext{margin-top:0}.hero p{width:50%;text-align:center;font-size:24px;line-height:40px}.hero-action{display:flex;align-items:center;gap:25px;font-size:24px;font-weight:500;margin-bottom:30px}.hero-connect{padding:25px;border-radius:50px;background:linear-gradient(270deg,#b415ff 10%,#df8908);text-align:center;cursor:pointer;border:2px solid black;z-index:1;transition:border-color .2s ease}.hero-resume{padding:25px 75px;border-radius:50px;border:2px solid #fff;text-align:center;cursor:pointer;transition:border-color .2s ease}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}.anchorlink{text-decoration:none;color:inherit}.hero-resume-link{color:inherit;text-decoration:none}.hero-scroll-hint{display:flex;justify-content:center;margin-bottom:40px}.scroll-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#b415ff,#df8908);box-shadow:0 0 12px #b415ffb3}@media (max-width: 768px){.hero-img-wrapper{width:200px;height:200px;margin-bottom:10px}.hero-img-wrapper img{width:200px;height:200px}.hero h1{margin-top:30px;width:90%;font-size:50px}.hero p{width:60%;font-size:18px;line-height:32px;margin:10px 0}.hero-action{gap:16px;font-size:18px;font-weight:500;margin-bottom:30px}.hero-connect{padding:20px 30px;border-radius:40px}.hero-resume{padding:20px 50px;border-radius:40px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.about-title{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title-underline{height:4px;width:80px;border-radius:2px;background:linear-gradient(270deg,#b415ff 10%,#df8908);animation:expandLine .8s ease-out .5s both}.about-sections{display:flex;gap:80px}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s}.about-skill p{min-width:150px;font-size:24px;font-weight:500}.about-skill hr{outline:none;border:none;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%)}.about-skill:hover{transform:scale(1.1);transition:.5s}.about-left{display:flex;align-items:center;justify-content:center}.about-left img{border-radius:10px}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(264deg,#df8908 50.41%,#b415ff 90.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:22px;font-weight:500}@media (max-width: 768px){.about{gap:80px;margin:50px}.about-title h1{font-size:50px;padding:0}.about-sections{flex-direction:column;text-align:center}.about-left{display:none}.about-para{font-size:18px;line-height:32px}.about-skill{gap:20px;align-items:center}.about-skill p{font-size:20px}.about-skill hr{height:6px}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:34px;font-weight:700}.about-achievement p{text-align:center;font-size:16px}}.experiences{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:80px;margin:80px 170px}.experiences-title{display:flex;flex-direction:column;align-items:center;gap:12px}.experiences-title h1{font-size:80px;font-weight:600}.experiences-title-underline{height:4px;width:80px;border-radius:2px;background:linear-gradient(270deg,#b415ff 10%,#df8908);animation:expandLine .8s ease-out .5s both}.experiences hr{height:inherit;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);width:10px;border-radius:20px;margin-right:20px}.experiences-container-line{height:fit-content}.experiences-container{display:flex;flex-direction:row}.experiences-container-content{padding-top:20px;width:700px}.experiences-format{margin-bottom:50px;display:flex;flex-direction:column;border:2px solid white;padding:20px;border-radius:20px;background:#000;transition:border-color .4s,background-image .4s}.experiences-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);cursor:pointer}@media (max-width: 768px){.experiences-title h1{font-size:50px;text-align:center}.experiences-container-content{width:550px}.experiences hr{width:5px;height:1120px}}@media (max-width: 565px){.experiences-container-content{width:400px}.experiences hr{height:1380px}}@media (max-width: 350px){.experiences-container-content{width:300px}.experiences hr{display:none}}.projects{display:flex;flex-direction:column;align-items:center;gap:20px}.projects-title{display:flex;flex-direction:column;align-items:center;gap:12px}.projects-title h1{font-size:80px;font-weight:600}.projects-title-underline{height:4px;width:80px;border-radius:2px;background:linear-gradient(270deg,#b415ff 10%,#df8908);animation:expandLine .8s ease-out .5s both}.scroll-hint{font-size:14px;opacity:.45;letter-spacing:.5px;margin:0}.project-contents{display:flex;flex-direction:row;width:80%;gap:25px;margin:auto auto 40px;overflow-x:scroll;padding:25px;border-radius:10px;scrollbar-width:thin;scrollbar-color:#B415FF transparent;cursor:none;-webkit-user-select:none;user-select:none}.project-contents:hover{cursor:ew-resize}::-webkit-scrollbar{height:5px;width:4px;border-radius:50px}::-webkit-scrollbar-thumb{background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);border-radius:10px}.project-box{text-align:center;flex-shrink:0}.project-img-wrapper{position:relative;display:inline-block;border-radius:50px;overflow:hidden}.project-img{height:300px;width:400px;border-radius:50px;object-fit:contain;border:2px solid rgba(255,255,255,.15);display:block;transition:transform .4s ease,border-color .3s ease}.project-img-wrapper:hover .project-img{border-color:#f0f;transform:scale(1.04)}.project-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#b415ffbf,#df8908a6);display:flex;align-items:center;justify-content:center;border-radius:50px;opacity:0;transition:opacity .35s ease}.project-img-wrapper:hover .project-img-overlay{opacity:1}.project-img-overlay span{color:#fff;font-size:20px;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.project-name{margin-top:14px;font-size:22px;font-weight:500}.project-link{text-decoration:none;color:inherit}@media (max-width: 768px){.projects-title h1{font-size:50px}.project-img{height:150px;width:200px;border-radius:30px}.project-img-wrapper,.project-img-overlay{border-radius:30px}.project-name{font-size:18px}}.contact{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:80px;margin:80px 170px}.contact-title{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.contact-title h1{font-size:80px;font-weight:600}.contact-title-underline{height:4px;width:80px;border-radius:2px;background:linear-gradient(270deg,#b415ff 10%,#df8908);animation:expandLine .8s ease-out .5s both}@keyframes expandLine{0%{width:0;opacity:0}to{width:80px;opacity:1}}.contact-section{display:flex;gap:150px}.contact-left{display:flex;flex-direction:column;gap:30px}.contact-left h1{font-size:80px;font-weight:700;background:linear-gradient(270deg,#b415ff 10%,#df8908);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:#d8d8d8;font-size:20px;line-height:35px}.contact-details{display:flex;flex-direction:column;gap:30px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:20px}.contact-detail a{display:flex;align-items:center;gap:20px;text-decoration:none;color:inherit}.contact-right{display:flex;flex-direction:column;align-items:start;gap:30px}.contact-right label{color:#d8d8d8;font-size:22px;font-weight:500}.contact-right input{border:none;width:700px;height:78px;padding-left:20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px}.contact-right textarea{width:650px;border:none;padding:25px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px;resize:none}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(270deg,#b415ff 10%,#df8908);font-size:22px;padding:20px 60px;margin-bottom:50px;cursor:pointer}@media (max-width: 1200px){.contact-title h1{font-size:50px;text-align:center}.contact-section{flex-direction:column;justify-content:center;align-items:center}.contact-submit{display:flex;justify-content:center}.contact-left{align-items:center;text-align:center}.contact-left h1{font-size:50px}.contact-right{align-items:center;text-align:center}.contact-right input{width:400px}.contact-right textarea{width:500px}}@media (max-width: 550px){.contact-right input{width:300px;height:50px}.contact-right textarea{width:350px}}@media (max-width: 460px){.contact-right input{width:200px}.contact-right textarea{width:250px}}.contact-submit.sending{opacity:.7;cursor:not-allowed}.contact-submit.success{background:linear-gradient(270deg,#00c853,#00897b)}.contact-submit.error{background:linear-gradient(270deg,#e53935,#b71c1c)}.contact-feedback{font-size:16px;margin-top:-10px}.contact-feedback.success{color:#69f0ae}.contact-feedback.error{color:#ff5252}.toast{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:14px;min-width:300px;max-width:380px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.toast-success{background:#0a1e0feb;border-color:#69f0ae40}.toast-error{background:#1e0a0aeb;border-color:#ff525240}.toast-icon{font-size:22px;font-weight:700;flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-success .toast-icon{color:#69f0ae;background:#69f0ae26}.toast-error .toast-icon{color:#ff5252;background:#ff525226}.toast-text{display:flex;flex-direction:column;gap:3px;flex:1}.toast-title{font-size:16px;font-weight:600;color:#fff;margin:0}.toast-sub{font-size:13px;color:#aaa;margin:0}.toast-close{background:none;border:none;color:#888;font-size:20px;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .2s}.toast-close:hover{color:#fff}.toast-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;transform-origin:left;border-radius:0 0 14px 14px}.toast-success .toast-progress{background:linear-gradient(90deg,#69f0ae,#00c853)}.toast-error .toast-progress{background:linear-gradient(90deg,#ff5252,#b71c1c)}.footer{display:flex;flex-direction:column;font-size:20px}.footer-top{display:flex;justify-content:space-around;align-items:center;margin-bottom:20px}.footer-bottom{display:flex;justify-content:space-between;justify-content:space-around;margin:30px}.footer-bottom-right{display:flex;justify-content:space-around;justify-content:space-between;gap:20px;margin-bottom:30px}.footer-top-left img{margin-left:42%}@media (max-width:786px){.footer-bottom{flex-direction:column;text-align:center;gap:20px}.footer-bottom-right{flex-direction:column;text-align:center}.footer-top{text-align:center}.footer-top-left img{margin-left:0%}}*{margin:0;padding:0}body{height:100vh;background:#000;color:#fff;font-family:outfit}
