:root{--primary: #64b5f6;--secondary: #f8f9fa;--dark: #212529;--light: #ffffff;--navbar-bg: #000000;--text-color: #212529;--footer-bg: #212529;--footer-text: #ffffff;--primary-rgb:100, 181, 246}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;background:var(--secondary);color:var(--text-color);line-height:1.6}#view-workbutton{margin-right:4px}.navbar{padding:1rem 2rem;background-color:var(--navbar-bg)!important;transition:all .3s ease;--color-used:rgba(var(--primary-rgb),.1);box-shadow:0 2px 10px var(--color-used)}.navbar a{display:inline-block}.hover-lift:hover{transform:translateY(-5px);transition:all .3s ease}.hover-icon{display:inline-block;transition:transform .3s ease}.hover-icon:hover{transform:translateY(-5px)}.navbar-brand{font-weight:700;font-size:1.8rem;color:var(--primary)!important}.nav-link{font-weight:500;margin-left:1.5rem;position:relative}.nav-link:after{content:"";position:absolute;width:0;height:2px;background:var(--primary);bottom:-4px;left:0;transition:width .3s}.nav-link:hover:after{width:100%}.custom-cursor{pointer-events:none;position:fixed;width:40px;height:40px;border:2px solid var(--primary);border-radius:50%;transform:translate(-50%,-50%);z-index:9999;transition:all .1s ease;display:none}.custom-cursor.hover{transform:translate(-50%,-50%) scale(1.5);border-color:#ff7e5f}@media (min-width: 992px){.custom-cursor{display:block}}.hero{height:100vh;display:flex;align-items:center;position:relative;background:var(--secondary);color:var(--text-color);text-align:left;padding:0 40px}.bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.shape{position:absolute;border-radius:50%;opacity:.3}.shape-1{width:300px;height:300px;background:var(--primary);top:-100px;right:-150px}.shape-2{width:200px;height:200px;background:var(--primary);bottom:-80px;left:-80px}.hero-content{z-index:2}.hero-image img{height:27rem;width:23rem;margin-top:2rem;filter:drop-shadow(5px 15px 10px rgba(var(--primary-rgb),.3)) drop-shadow(5px -15px 10px rgba(var(--primary-rgb),.5));border-radius:20px}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;color:var(--primary)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem}.section{padding:80px 0;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;height:4px;width:60px;background:var(--primary);bottom:-10px;left:0}.section-icon{width:5rem;height:5rem;display:inline-block;margin-bottom:1rem;margin-right:1rem}.about-text p{margin-bottom:2rem;line-height:1.5;font-size:18px}.skills{display:flex;flex-wrap:wrap;justify-content:center}.skill-item{background:var(--light);border-radius:10px;padding:1.5rem;margin:1rem;width:250px;box-shadow:0 5px 15px rgba(var(--primary-rgb),.1);transition:all .3s ease}.skill-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(var(--primary-rgb),.2)}.skill-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.project-card{border-radius:15px;overflow:hidden;margin-bottom:2rem;--color-used:rgba(var(--primary-rgb),.1);box-shadow:0 5px 15px var(--color-used);transition:all .3s ease;position:relative;background:var(--light)}.project-card:hover{--color-used:rgba(var(--primary-rgb),.5);box-shadow:0 15px 30px var(--color-used)}.project-img{height:200px;width:100%}.project-img img{width:100%;height:100%;object-fit:contain;object-position:center}.project-content{padding:1.5rem}.project-tag{display:inline-block;background:#64b5f61a;color:var(--primary);font-size:.8rem;padding:.25rem .75rem;border-radius:50px;margin-right:.5rem;margin-bottom:.5rem}.timeline{position:relative;max-width:700px;margin:0 auto}.timeline:after{content:"";position:absolute;width:3px;background:var(--primary);top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{padding:10px 40px;position:relative;width:50%;box-sizing:border-box}.timeline-item:nth-child(odd){left:0}.timeline-item:nth-child(2n){left:50%}.timeline-item:after{content:"";position:absolute;width:20px;height:20px;background:var(--light);border:3px solid var(--primary);top:15px;border-radius:50%;z-index:1}.timeline-item:nth-child(2n):after{left:-10px}.timeline-item:nth-child(odd):after{right:-10px}.timeline-content{padding:1.5rem;background:var(--light);border-radius:10px;box-shadow:0 5px 15px rgba(var(--primary-rgb),.2)}.contact-form{background:var(--light);padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px rgba(var(--primary-rgb),.2)}.form-control{border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;border:1px solid #e0e0e0}.form-control:focus{box-shadow:none;border-color:var(--primary)}footer{background:var(--footer-bg);color:var(--footer-text);padding:4rem 0 2rem}#resumeicon{width:3rem;height:3rem}.social-icons a{font-size:3rem;margin-right:.3rem}#footerright{font-size:1.5rem;margin-top:5px}.footer-text{margin-top:2rem}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#copyright:hover{animation:rotate 2s linear infinite;cursor:pointer}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-up.active{opacity:1;transform:translateY(0)}@media (max-width: 991px){.hero-title{font-size:2.5rem}.navbar{padding:.75rem 1.5rem}.timeline-item{width:100%;padding-left:70px;padding-right:25px}.timeline-item:nth-child(2n){left:0}.timeline-item:nth-child(2n):after{left:21px}.timeline-item:nth-child(odd):after{right:auto}.timeline:after{left:31px}}@media (max-width: 600px){.hero-content{font-size:1rem!important;padding-top:30px;height:70vh}.hero-image{height:50vh;margin-top:100px;margin-bottom:60px}.navbar{padding:.5rem 1rem}.navbar-brand{font-size:1.4rem}.nav-link{font-size:.9rem;margin-left:0;padding:8px 10px;text-align:center}.hero{padding:20px 15px;height:auto;text-align:center}.hero .row{flex-direction:column-reverse}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-content{margin-top:0}.btn{width:100%;margin:5px 0;padding:10px;font-size:.95rem}.shape-1,.shape-2{display:none}.section{padding:40px 15px}.section-title{font-size:1.8rem}.section-title:after{width:40px}.about-text p{font-size:.9rem;text-align:center}.skill-item{width:100%;margin:.5rem 0;padding:1rem}.skill-icon{font-size:2rem}.project-card{margin-bottom:1.5rem}.project-img{height:180px}.project-content{padding:1rem}.project-tag{font-size:.7rem;padding:.2rem .6rem}.project-content h3{font-size:1.2rem}.project-content p{font-size:.85rem}.timeline{padding-left:20px}.timeline:after{right:10px}.timeline-item{padding:10px 0 10px 40px;width:100%}.timeline-item:nth-child(odd):after,.timeline-item:nth-child(2n):after{left:3.5px;right:auto}.timeline-content{padding:1rem}.timeline-content h4{font-size:1.1rem}.timeline-content h5{font-size:.9rem}.timeline-content p{font-size:.8rem}.contact-form{padding:1.5rem}.form-control{font-size:.9rem;padding:.6rem .8rem;margin-bottom:1rem}footer{padding:2rem 15px;text-align:center}.social-icons a{font-size:1.5rem;margin:0 8px}.footer-text{font-size:.8rem;margin-top:1rem}.col-md-6,.col-lg-6,.col-lg-4{flex:0 0 100%;max-width:100%}.row{margin-left:0;margin-right:0}}
