@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);.about-me-section{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e,#ff7e5f,#0fc);color:#fff;padding:4rem 2rem 4rem 50px}.about-me-container{display:flex;flex-wrap:wrap;max-width:1000px;align-items:center;justify-content:space-between;grid-gap:2rem;gap:2rem;margin:auto auto 70px}.about-left{flex:1 1 500px;text-align:left}.about-left p{font-family:"Montserrat",sans-serif;font-weight:300;font-size:16px;color:#00f9c1;line-height:1.6;margin-top:25px;margin-bottom:20px}.about-left h2{margin-top:80px;font-size:1.5rem;color:#fcd34d;margin-bottom:2rem}.icon-links{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.icon-circle{width:55px;height:55px;background:#1f1f2e;color:#00f9c1;font-size:1.5rem;box-shadow:0 0 10px #00f9c1;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;margin-top:10px}.icon-circle:hover{transform:scale(1.1);box-shadow:0 0 20px #00f9c1}.about-right{flex:1 1 300px;display:flex;justify-content:center;align-items:center}.profile-image{width:250px;height:250px;border-radius:50%;object-fit:cover;box-shadow:0 0 20px #00f9c1}.education-section{width:100%;padding:60px 20px;background-size:400% 400%;animation:bgShift 15s ease infinite;color:#fff;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;align-items:center;text-align:center}@keyframes bgShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.education-paragraph{max-width:700px;font-size:1.2rem;color:#86efac;line-height:1.6;margin:0 auto;padding:0 10px}.experience-section{width:100%;padding:60px 20px;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e,#ff7e5f,#0fc);color:#fff;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.experience-list{display:flex;flex-direction:column;grid-gap:25px;gap:25px;align-items:center}.experience-card{background:hsla(0,0%,100%,.06);border:1px solid #22c55e;box-shadow:0 0 15px rgba(255,124,64,.4),0 0 15px rgba(34,197,94,.4);border-radius:18px;padding:25px;width:90%;max-width:750px;display:flex;grid-gap:20px;gap:20px;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{transform:translateY(-5px);box-shadow:0 0 30px rgba(255,124,64,.7),0 0 30px rgba(34,197,94,.7)}.icon-circle{font-size:1.8rem;background:linear-gradient(45deg,#f97316,#22c55e);color:#fff;padding:12px;border-radius:50%;height:50px;width:50px;display:flex;align-items:center;justify-content:center}.role{font-size:1.3rem;color:#fcd34d;margin:0}.company{font-size:1.1rem;color:#a5f3fc;margin:4px 0}.details{font-size:.95rem;color:#86efac}.view-more-btn{padding:12px 24px;background:linear-gradient(45deg,#f97316,#22c55e);color:#fff;font-size:1rem;border:none;border-radius:30px;cursor:pointer;box-shadow:0 0 10px rgba(255,124,64,.4);transition:all .3s ease}.view-more-btn:hover{box-shadow:0 0 20px rgba(255,124,64,.7);transform:scale(1.05)}.skills-section{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e,#ff7e5f,#0fc);padding:70px 20px;color:#fff;font-family:"Poppins",sans-serif;overflow:hidden}.skills-title{font-size:3rem;color:#c084fc;margin-bottom:30px;text-align:center;text-shadow:0 0 10px #ff7e5f,0 0 15px #0fc}.marquee{overflow:hidden;white-space:nowrap;box-sizing:border-box}.skills-list{display:inline-flex;animation:marquee 20s linear infinite;list-style:none;padding:0;margin:0;grid-gap:3rem;gap:3rem}.skill-item{background:rgba(255,126,95,.15);padding:20px 40px;border-radius:35px;font-weight:700;font-size:1.6rem;color:#0fc;white-space:nowrap;box-shadow:0 0 15px #0fc;-webkit-user-select:none;user-select:none;transition:transform .3s ease}.skill-item:hover{transform:scale(1.1);box-shadow:0 0 25px #ff7e5f,0 0 25px #0fc}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.projects-section{width:100%;padding:60px 20px;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e,#ff7e5f,#0fc);color:#fff;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;min-height:100vh}.section-title{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#c084fc;text-shadow:0 0 10px #ff7e5f,0 0 15px #0fc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.project-card{background:hsla(0,0%,100%,.1);border:1px solid #22c55e;border-radius:15px;padding:20px 25px;box-shadow:0 0 15px rgba(255,124,64,.3),0 0 15px rgba(34,197,94,.3);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 0 30px rgba(255,124,64,.7),0 0 30px rgba(34,197,94,.7)}.project-card h3{font-size:1.4rem;margin-bottom:.8rem;color:#fcd34d}.project-card p{font-size:1rem;color:#86efac;line-height:1.4}.project-link{color:#ff7e5f;text-decoration:none;font-weight:700;font-size:1.1rem;border-bottom:2px solid #ff7e5f;padding-bottom:2px;transition:color .3s ease,border-color .3s ease;display:inline-block;margin-top:8px}.project-link:hover{color:#0fc;border-color:#0fc;text-decoration:none}
/*# sourceMappingURL=main.871a4f5c.chunk.css.map */