html{scroll-behavior:smooth;cursor:url(../images/cursor.cur),auto}.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:5rem 2rem 4rem;max-width:1200px;margin:0 auto}.hero-text{flex:1;padding-right:4rem}.hero-image{flex:1;max-width:600px}.hero-title{font-size:4rem;line-height:1.2;margin-bottom:2rem;background:linear-gradient(45deg,#fff,#7d93ff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.typing{animation:fadeInOut 4s infinite}.about{padding:4rem 2rem;max-width:1200px;margin:0 auto;min-height:70vh}.about-content{display:flex;gap:3rem;align-items:center}.about-text{flex:2;font-size:1.2rem;background-color:rgb(26 11 58 / 90%)}.about-image{flex:1;text-align:center}.about-image img{max-width:100%;height:auto}.skills-list{list-style:none;padding:0}.skills-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.skills-list li::before{content:"▹";position:absolute;left:0;color:#7d93ff}@keyframes fadeInOut{0%,100%{opacity:0}50%{opacity:1}}.float{animation:floatUpDown 3s infinite alternate}@keyframes floatUpDown{0%{transform:translateY(0)}100%{transform:translateY(20px)}}.rotate{animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fade-in-left{opacity:0;transform:translateX(-30px);animation:fadeInLeft 1.5s ease-out forwards}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}#particles-js{position:fixed;width:100%;height:100%;top:0;left:0;z-index:-1;background:#190c37;will-change:transform}.content-wrapper{position:relative;z-index:2;background:rgb(28 3 87 / .1);min-height:100vh;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.projects-section{padding:0rem 2rem;max-width:1200px;margin:0 auto;min-height:70vh}.projects-section__title{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px}.projects-container{display:grid;gap:20px;margin-top:20px;padding:4rem 11rem}.project-card{display:flex;border:1px solid #2a0877;background-color:#150734e3;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.project-card:hover{border:1px solid #2a0877;background-color:#1d0d40}.project-card__image-container{flex:1;position:relative}.project-card__image{width:100%;height:100%;object-fit:contain;position:relative}.project-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);color:#fff;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity 0.3s ease}.project-card__image-container:hover .project-card__overlay{opacity:1}.project-card__details{flex:2;padding:20px}.project-card__title{font-size:26px;font-weight:700;margin-bottom:10px}.project-card__description{font-size:16px;color:#adadad;margin-bottom:20px}.project-card__tech-stack{display:flex;flex-wrap:wrap;gap:10px}.tech-stack__tag{background-color:#181342;padding:8px 12px;border-radius:20px;font-size:10px;color:#14e0c1;border:1px solid #3e1991}.tech-stack__tag:hover{background-color:#373073}@media (max-width:1024px){.projects-container{padding:2rem}}@media (max-width:768px){.hero-section{flex-direction:column;padding-top:6rem}.hero-section svg{width:100%!important}.hero-text{padding-right:0;margin-bottom:3rem;text-align:center}.hero-title{font-size:2.5rem}.main-nav{padding:.5rem;text-align:center}.main-nav a{margin:0 .5rem;padding:.5rem;font-size:.9rem}.about-content{flex-direction:column;text-align:center}.skills-list{text-align:left}.about-image img{width:80%}.projects-container{padding:1rem}.projects-section__title{font-size:28px}.project-card{flex-direction:column}.project-card__details{padding:15px}.project-card__title{font-size:22px}.project-card__description{font-size:14px}.tech-stack__tag{font-size:9px;padding:6px 10px}h2#about-heading{text-align:center!important}}@media (max-width:480px){.projects-container{padding:.5rem}.projects-section__title{font-size:24px}.project-card__details{padding:10px}.project-card__title{font-size:20px}.project-card__description{font-size:12px}.tech-stack__tag{font-size:8px;padding:5px 8px}}.contact-section{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.contact-container{background:#150734;padding:40px;border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);max-width:500px;width:100%;text-align:center}.contact-container h2{font-size:2.5rem;margin-bottom:10px;color:#ffeded}.contact-container p{font-size:1.1rem;color:#a77622;margin-bottom:30px}.form-group{margin-bottom:20px;text-align:left}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;color:#333;transition:border-color 0.3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-group textarea{resize:vertical}.submit-btn{background:#ff6900;color:#fff;padding:12px 30px;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background 0.3s ease}.submit-btn:hover{background:#b35000}#status{margin-top:20px;font-size:1rem;color:#28a745}.side-menu{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;background:linear-gradient(135deg,#21095599,#19024a5e);border-radius:37px;padding:20px 10px;box-shadow:0 4px 10px rgb(0 0 0 / .2);width:25px}.menu-item{color:#fff;text-decoration:none;margin:20px 0;font-size:16px;font-weight:700;text-align:center;transition:all 0.3s;display:flex;justify-content:center;align-items:center}.menu-item span{display:inline-block;writing-mode:vertical-rl}.menu-item:hover,.menu-item.active{color:#d57900;font-size:30px;font-weight:700;transition:font-size 0.3s ease}.social-icons{display:flex;gap:20px;justify-content:center;align-items:center;margin-top:20px}.social-icon{display:inline-block;width:40px;height:40px;background:linear-gradient(135deg,#ff6801,#1a0b3a);border-radius:50%;padding:10px;box-shadow:0 4px 8px rgb(0 0 0 / .2);transition:transform 0.3s ease,box-shadow 0.3s ease}.social-icon:hover{transform:scale(1.2) rotate(10deg);box-shadow:0 6px 12px rgb(0 0 0 / .3)}.icon{width:100%;height:100%;fill:#fff;transition:fill 0.3s ease}.social-icon:hover .icon{fill:#ffe3ec}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .9);justify-content:center;align-items:center;z-index:1000}.lightbox__content{position:relative;width:90%;max-width:800px}.lightbox__carousel{width:100%;max-height:80vh;overflow:hidden}.lightbox__carousel img{width:100%;max-height:80vh;object-fit:contain;display:block;margin:auto}.lightbox__close{position:absolute;top:10px;right:20px;font-size:30px;color:#fff;cursor:pointer;z-index:1001}.lightbox__close:hover{color:red}.custom-prev,.custom-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .5);border:none;padding:10px;cursor:pointer;border-radius:50%;z-index:1002;transition:background 0.3s ease}.custom-prev{left:10px}.custom-next{right:10px}.custom-prev:hover,.custom-next:hover{background:rgb(255 255 255 / .3)}.custom-prev svg,.custom-next svg{width:40px;height:40px}.custom-prev:hover svg,.custom-next:hover svg{stroke:#fc0}.slide-container{position:relative;display:flex;justify-content:center;align-items:center;height:100%}.image-loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.go-to-icon{width:24px;height:24px;cursor:pointer;transition:transform 0.2s}.go-to-icon:hover{transform:scale(1.1)}