@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Poppins",sans-serif;font-weight:400;color:#30364b;background:url("../images/cloudBackground.jpg") no-repeat center center fixed;background-size:cover;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4{font-family:"Poppins",sans-serif;font-weight:700;letter-spacing:-0.5px;color:#30364b}p{font-weight:400;line-height:1.7;margin-bottom:1rem}a{color:#007bff;text-decoration:none;transition:color .3s ease}a:hover{color:#0056b3}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #007bff;outline-offset:2px}.btn{font-weight:600;letter-spacing:.5px;display:inline-block;background:#30364b;color:#fff;padding:12px 24px;border:none;border-radius:5px;text-decoration:none;cursor:pointer;transition:background .3s ease,transform .2s ease;font-size:1rem}.btn:hover{background-color:#0056b3;transform:translateY(-2px)}.container{width:min(90%,1200px);margin:0 auto;padding:0 15px}.header{position:fixed;width:100%;top:0;left:0;z-index:1000;background:rgba(255, 255, 255, 0.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 5px rgba(0, 0, 0, 0.1)}.header-container{width:min(90%,1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{max-width:50px;height:50px;display:block}.logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.nav ul{list-style:none;display:flex;gap:25px}.nav a{text-decoration:none;color:#30364b;font-weight:500;transition:color .3s ease,border-bottom-color .3s ease;padding-bottom:5px;border-bottom:2px solid transparent}.nav a:hover,.nav a.active-link{color:#007bff;border-bottom-color:#007bff}.menu-icon{display:none;font-size:1.8rem;cursor:pointer;color:#30364b}.hero{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding-top:70px;position:relative}.hero-content{position:relative;z-index:1;color:#30364b;padding:20px}.profile-container{width:180px;height:180px;margin:30px auto 5px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 5px 15px rgba(0, 0, 0, 0.1)}.profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-content h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:.75rem;font-weight:800}.hero-content p{font-size:clamp(1rem,3vw,1.5rem);margin-bottom:1.5rem;font-weight:500;color:#000}.hero-social{margin-top:1.5rem;display:flex;justify-content:center;gap:25px}.hero-social a{font-size:1.8rem;color:#30364b;transition:transform .3s ease,color .3s ease}.hero-social a:hover{transform:scale(1.2);color:#0077b5}section{padding:80px 0;min-height:auto}section:nth-of-type(even){background:rgba(245, 247, 250, 0.75)}section:nth-of-type(odd){background:rgba(255, 255, 255, 0.75)}section#hero{background:rgba(255, 255, 255, 0.75)}section h2{margin-top:0;margin-bottom:50px;font-size:clamp(2rem,5vw,3rem);text-align:center;font-weight:800}.about .container p{max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:400;color:#000;text-align:center}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;list-style:none;padding:0;max-width:900px;margin:0 auto}.skills-grid li{background:#30364b;padding:8px 18px;border-radius:20px;font-size:clamp(.9rem,2vw,1rem);color:#fff;font-weight:500;transition:transform .2s ease,background-color .2s ease}.skills-grid li:hover{transform:translateY(-3px);background-color:#007bff}.experience-list{display:flex;flex-direction:column;gap:40px;max-width:900px;margin:0 auto;position:relative}.experience-list::before{content:"";position:absolute;left:49px;top:0;bottom:0;width:2px;background-color:#e0e0e0;z-index:0}.experience-item{display:flex;flex-direction:row;align-items:flex-start;gap:20px;padding-bottom:20px;position:relative}.experience-item .year{font-size:1rem;font-weight:600;color:#000;background-color:#fff;padding:5px 10px;border-radius:5px;min-width:100px;text-align:center;border:1px solid #e0e0e0;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);position:relative;z-index:1}.experience-item .details{background-color:#fff;padding:20px;border-radius:8px;flex:1;box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);border:1px solid #eaeaea}.experience-item .details h3{margin:0 0 8px;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:700}.experience-item .details h4{margin:0 0 12px;font-size:clamp(.9rem,2.5vw,1rem);color:#555;font-weight:500;text-transform:uppercase}.experience-item .details p{margin:0;font-size:clamp(.95rem,2.5vw,1.05rem);color:#000;font-weight:400}.project-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);overflow:visible;margin-bottom:40px;transition:all .3s ease;border:1px solid #e0e0e0}.project-card:hover{box-shadow:0 8px 25px rgba(0, 0, 0, 0.1);transform:translateY(-5px)}.project-card-image{width:150px;height:180px;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:15px;overflow:hidden;background-color:#f0f0f0}.project-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-content{padding:25px}.project-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.project-card-header h3{font-size:clamp(1.3rem,3vw,1.6rem);font-weight:700;margin:0}.project-card-header a{color:#30364b;font-size:1.6rem;text-decoration:none;transition:transform .2s ease,color .2s ease}.project-card-header a:hover{transform:scale(1.15);color:#007bff}.project-card-description{font-size:clamp(.9rem,2.5vw,1rem);color:#4a5568;line-height:1.6;margin-bottom:18px;font-weight:400}.project-card-tags{display:flex;flex-wrap:wrap;gap:8px}.project-card-tags span{background-color:#e7f3ff;color:#007bff;padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:500;text-transform:uppercase}.contact form{display:flex;flex-direction:column;gap:18px;max-width:700px;margin:30px auto 0}.contact input,.contact textarea{width:100%;padding:12px 15px;border:1px solid #ccc;border-radius:7px;font-size:1rem;font-family:"Poppins",sans-serif;font-weight:400}.contact textarea{min-height:150px;resize:vertical}.contact button{align-self:flex-start;margin-top:10px}.footer{background-color:#fff;color:#30364b;padding:30px 0;text-align:center}.footer-content{width:min(90%,1200px);margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px 30px}.footer-item{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500}.footer-item p{margin-bottom:0}.footer-item i{font-size:1.1rem;color:#30364b}.footer-divider{height:25px;border-left:1px solid #30364b}.footer p#copyright{width:100%;margin-top:30px;font-size:.85rem;color:#adb5bd}@media(max-width: 768px){.nav ul{display:none;flex-direction:column;position:absolute;top:70px;left:0;width:100%;background:rgba(255, 255, 255, 0.95);box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);padding:10px 0}.nav ul.active{display:flex}.nav ul li{text-align:center;width:100%}.nav a{display:block;padding:10px;border-bottom:none}.nav a:hover,.nav a.active-link{background-color:#f0f0f0;border-bottom-color:transparent}.menu-icon{display:block}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.btn{padding:10px 20px;font-size:1rem}.hero-social a{font-size:1.5rem}section h2{font-size:2rem;margin-bottom:30px}.about .container p{font-size:1rem}.skills-grid li{font-size:.9rem;padding:8px 12px}.experience-list::before{left:15px}.experience-item{flex-direction:column;align-items:flex-start;gap:10px}.experience-item .year{min-width:auto;align-self:flex-start;margin-bottom:5px;font-size:.85rem;padding:4px 8px}.experience-item .details{padding:15px}.experience-item .details h3{font-size:1.2rem}.experience-item .details h4{font-size:.9rem}.experience-item .details p{font-size:.9rem}.project-card-content{padding:20px}.project-card-header h3{font-size:1.4rem}.project-card-description{font-size:.9rem}.project-card-tags span{font-size:.75rem;padding:5px 10px}.contact form{max-width:90%}.contact input,.contact textarea{font-size:1rem;padding:10px}.footer-content{flex-direction:column;gap:15px}.footer-divider{display:none}}@media(min-width: 769px){.project-card{display:flex;flex-direction:row;align-items:stretch;min-height:280px}.project-card-image{flex-grow:0;flex-shrink:0;flex-basis:40%;min-height:280px;margin:0 20px 0 0}.project-card-image img{height:100%}.project-card-content{flex-grow:1;flex-shrink:1;flex-basis:auto;display:flex;flex-direction:column;justify-content:space-between;padding:25px}}/*# sourceMappingURL=style.css.map */
