@import"https://fonts.googleapis.com/css2?family=Madimi+One&family=Mitr&display=swap";:root{--background-color: linear-gradient( to bottom, rgb(255, 255, 255) 30%, rgb(66, 150, 229) 100% );--foreground-color: rgb(43, 44, 49);--primary-color: #5368b3;--secondary-color: #c3a6d8;--accent-color: #bd76c3;--font-title: "Madimi One", sans-serif;--font-body: "Mitr", sans-serif;--text-color-navbar: #2c5282;--text-hover-color: #bd76c3;--header-color: rgba(255, 255, 255, .93);--border-color: rgba(0, 11, 114, .26)}h1{font-family:var(--font-title);color:#ecf5ff;font-size:3.5rem;margin-bottom:0}h2{font-family:var(--font-title);color:#2c5282;text-align:center;position:relative;z-index:1;font-size:1.6rem}p{color:var(--foreground-color);font-size:1rem;line-height:1.3}body{background-color:var(--background-color);color:var(--foreground-color);font-family:var(--font-body);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8em;width:100%;margin:0;padding:0;overflow-x:hidden}html,body{background:var(--background-color);overflow-x:hidden}.content-wrapper{position:relative;overflow:hidden;text-align:center;width:100vw;margin-top:0}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--header-color);padding:1rem 0;display:flex;justify-content:center;border-bottom:1px solid var(--border-color);z-index:1000}.nav{width:70%;max-width:100vw;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.name{font-family:var(--font-title);color:var(--text-color-navbar);font-weight:500}.nav-links{display:flex;gap:2.5rem}.nav a{font-family:var(--font-title);color:var(--text-color-navbar);text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--text-hover-color)}.hero{width:100vw;height:85vh;background-image:url(/Portfolio/assets/sky-BN9kY4st.jpg);background-size:cover;background-position:top;background-repeat:no-repeat;display:flex;align-items:flex-start;justify-content:flex-start;padding-right:0;padding-left:8rem;padding-top:calc(8rem + 64px);position:relative;margin:0;left:0;overflow:hidden}.hero-content{position:relative;z-index:2;text-align:left;color:#fff;padding:0 2rem;max-width:600px;margin:0}.hero-content p{font-size:1.3rem;max-width:100%;margin:0}.hero-skills{flex:1;margin-left:2rem}.wave{position:absolute;bottom:0;left:0;width:100%;overflow:hidden}.wave svg{position:relative;display:block;width:100%}.cv-button{background-color:var(--secondary-color);color:#fff;border:none;padding:10px 30px;font-size:20px;cursor:pointer;border-radius:10px;transition:background-color .3s ease;margin-top:10px}.cv-button:hover{background-color:var(--accent-color)}.skills-section{display:flex;flex-direction:column;align-items:center}.skills-section h2{margin-bottom:2rem;text-align:center;color:#dcecff}.skill-groups{width:30%;display:flex;justify-content:center;flex-direction:column;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.group-button{padding:.75rem 1.5rem;border:2px solid #2c5282;border-radius:25px;background:transparent;color:#d9eaff;font-size:1rem;cursor:pointer;transition:all .3s ease}.group-button:hover{background:#2c5382ad}.group-button.active{background:#2c5282;color:#fff}.skills-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.skills-modal{background-color:#fff;border-radius:8px;width:80%;max-width:800px;max-height:90vh;overflow-y:auto;overflow-x:auto;box-shadow:0 4px 20px #00000026;animation:slideIn .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background-color:#2c5282;color:#fff;border-radius:8px 8px 0 0}.modal-header h2{margin:0;color:#fff}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background-color .3s}.close-button:hover{background-color:#fff3}.skill-section h3{color:#2c5282;padding-left:1rem;display:flex;flex-direction:column;align-items:flex-start;margin-top:1.5rem;margin-bottom:1rem}.skill-grid{padding-left:2rem;display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.skill-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .3s ease}.skill-item:hover{transform:translateY(-5px)}.skill-item img{width:45px;height:45px;object-fit:contain;padding:.5rem}.skill-item span{font-size:1rem;color:#2d3748;font-weight:500}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.experience-list,.education-list{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.experience-item,.education-item{background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;width:100%;max-width:600px;box-shadow:0 2px 18px var(--border-color);text-align:left;transition:transform .3s ease}.experience-item:hover,.education-item:hover{transform:translateY(-5px)}.experience-item h3,.education-item h3{font-size:1.25rem;color:var(--primary-color);margin:0 0 .5rem}.experience-item h3 span,.education-item h3 span{color:var(--accent-color);font-weight:500}.duration{font-size:1rem;color:var(--secondary-color);font-weight:500;margin-bottom:.5rem}.contact-section{padding:5rem 2rem;background-color:#d1e7fd}.contact-container{max-width:1200px;margin:0 auto;display:flex;gap:3rem}.contact-info{flex:1}.contact-info h2{font-size:2rem;color:#2c5282;margin-bottom:1rem}.contact-info p{color:#4a5568;margin-bottom:2rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;border-radius:50%;background-color:#2c52821a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:20px;height:20px;color:#2c5282}.contact-method h3{font-size:1.1rem;color:#2d3748;margin:0 0 .25rem}.contact-method p{margin:0;color:#4a5568}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-link{width:40px;height:40px;border-radius:50%;background-color:#2c5282;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.social-link:hover{transform:translateY(-3px);background-color:#1a365d}.social-link svg{width:20px;height:20px}.contact-form-container{flex:1}.contact-form{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:500}.form-group input,.form-group textarea{width:93%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2c5282;box-shadow:0 0 0 3px #2c52821a}.submit-button{display:block;width:100%;padding:.75rem 1.5rem;background-color:#2c5282;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#1a365d}.submit-button.submitting{background-color:#4a5568;cursor:not-allowed}.status-message{margin-top:1rem;padding:.75rem 1rem;border-radius:4px;text-align:center;animation:fadeIn .3s ease}.status-message.success{background-color:#c6f6d5;color:#276749}.status-message.error{background-color:#fed7d7;color:#c53030}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer-content{display:flex;justify-content:center;align-items:center}.footer-content p{font-family:var(--font-body);font-size:.8rem;color:var(--text-color-navbar)}@media screen and (max-width: 1080px){.nav{padding:0 1rem}.nav-links{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:var(--header-color);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:left .3s ease;z-index:999}.nav-links.open{left:0}.menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:1000}.menu-icon span{width:100%;height:3px;background-color:var(--text-color-navbar);transition:all .3s ease}.menu-icon.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{flex-direction:column;align-items:flex-start;height:100vh;padding-left:4rem}.hero-content{flex-direction:column;text-align:justify;padding:0 1rem;margin:0;max-width:100%;width:80%}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-skills{width:80%;max-width:600px;margin:0 1rem}.skill-groups{width:100%;max-width:400px;margin:0 auto}.skills-modal{width:95%}.skill-section h3{font-size:1rem!important}.modal-header h2{font-size:1rem}.skill-item img{width:35px!important;height:35px!important}.skill-item span{font-size:.5rem}.content-wrapper{width:100%}.experience-list,.education-list{gap:1rem;margin:0 5rem}.experience-item p,.education-item p{font-size:.8rem}.experience-item h3,.education-item h3{font-size:1.1rem;flex-direction:column}.experience-item h3 span,.education-item h3 span{font-size:1rem;margin-top:.25rem}.duration{font-size:.9rem}.projects-section{margin-top:4rem!important}.filter-buttons{flex-direction:column;margin:0 auto;width:40%}.timeline-line{display:none}.project-wrapper{margin:0 4rem}.project-card{width:100%!important}.third-project-overlay{margin:0 7rem;width:55%!important}.contact-container{flex-direction:column;width:70%}}.projects-section{margin:8rem 0}.filter-buttons{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem}.filter-buttons button{background:#e4eaff;border:2px solid #2c5282;padding:.5rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:1rem;color:#2c5282;transition:all .3s ease}.filter-buttons button.active{background:#2c5282;color:#fff}.filter-buttons button:hover{background:#d1c4e9}.timeline-container{display:flex;max-width:1000px;margin:0 auto;position:relative;z-index:2}.timeline-line{width:80px;position:relative;margin-right:2rem}.timeline-line:before{content:"";position:absolute;top:15px;bottom:15px;left:50%;width:3px;background:#b39ddb;transform:translate(-50%)}.timeline-point{width:100%;height:500px;position:relative;display:flex;justify-content:center;align-items:center}.point-inner{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #b39ddb;box-shadow:0 0 0 5px #b39ddb4d,0 0 15px #b39ddb80;position:relative;z-index:2}.projects-list{flex:1;display:flex;flex-direction:column;gap:3.5rem}.project-card{position:relative;width:80%}.project-shape{background:#fff;border-radius:30px;padding:1.5rem;box-shadow:0 10px 25px #7e57c226,0 5px 10px #a690db1a,inset 0 -4px 8px #ffffffb3,inset 0 4px 8px #ffffffe6;position:relative;z-index:1}.project-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;align-items:center;z-index:2}.project-content h3{font-family:var(--font-title);font-size:1.4rem;color:var(--primary-color);margin:0 0 .8rem;text-align:center}.project-content p{font-family:var(--font-body);font-size:.9rem;color:var(--foreground-color);margin-bottom:1rem;line-height:1.4;text-align:justify}.project-image-container{width:100%;height:200px;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;position:relative}.project-image{width:100%;height:100%;object-fit:cover}.image-dots{position:absolute;bottom:10px;left:50%;display:flex;gap:8px}.image-dot{width:8px;height:8px;background:#fff9;border-radius:50%;display:inline-block}.image-dot:first-child{background:#fff}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#7e57c21a;color:#7e57c2;font-size:.8rem;padding:.3rem .8rem;border-radius:15px;font-weight:500}.project-actions{display:flex;gap:1rem;width:100%}.project-link,.learn-more-btn{padding:.6rem 1.2rem;border-radius:20px;font-weight:600;font-size:.9rem;text-decoration:none;cursor:pointer;text-align:center;transition:all .2s ease}.project-link{background:#7e57c2;color:#fff;border:none;flex:1}.project-link:hover{background:#6a4caf;transform:translateY(-2px)}.learn-more-btn{background:#fff;color:#7e57c2;border:2px solid #7e57c2;flex:1}.learn-more-btn:hover{background:#7e57c21a;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:85vh;overflow-y:auto;position:relative}.close-modal{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;color:#666}.modal-content h3{font-family:var(--font-title);font-size:2rem;color:var(--primary-color);margin:0 0 1.5rem}.modal-image-section{margin-bottom:2rem}.modal-image-container{width:100%;height:300px;border-radius:12px;overflow:hidden;margin-bottom:1rem}.modal-image{width:100%;height:100%;object-fit:cover}.image-navigation{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.image-nav-btn{background:#7e57c21a;color:#7e57c2;border:none;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem}.image-nav-btn:hover{background:#7e57c233}.image-indicators{display:flex;justify-content:center;gap:8px}.indicator{width:10px;height:10px;background:#7e57c233;border-radius:50%;cursor:pointer}.indicator.active{background:#7e57c2}.modal-details{margin-top:1.5rem}.modal-details p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#4a4a4a}.modal-link{display:inline-block;width:auto;padding:.8rem 2rem}@media (max-width: 768px){.timeline-container{flex-direction:column}.timeline-line{width:100%;height:80px;margin-right:0;margin-bottom:1rem}.timeline-line:before{top:50%;bottom:auto;left:15px;right:15px;width:auto;height:3px;transform:translateY(-50%)}.timeline-point{width:250px;height:100%;flex-direction:column}.project-actions{flex-direction:column}}.third-project-container{position:relative}.third-project-container{position:relative;height:200px;overflow:hidden}.project-wrapper.blurred{filter:blur(5px);transition:filter .3s;height:100%}.third-project-overlay{position:absolute;bottom:0;left:0;width:80%;height:50%;background:linear-gradient(to bottom,transparent 30%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.95) 100%);display:flex;justify-content:center;align-items:flex-end;padding-bottom:20px;pointer-events:auto}.see-more-btn{padding:.75rem 1.5rem;background-color:#2c5282;color:#fff;border:none;cursor:pointer;font-size:1rem;border-radius:5px;box-shadow:0 4px 8px #0003;z-index:10;transition:background-color .3s,transform .2s;pointer-events:auto}.see-more-btn:hover{background-color:#0056b3;transform:scale(1.05)}.see-more-btn:active{transform:scale(.98)}.project-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;display:flex;justify-content:center;align-items:center}.project-modal{background-color:#fff;border-radius:4px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;padding:24px 40px;position:relative;box-shadow:0 2px 10px #0003}.close-btn{position:absolute;top:12px;right:12px;width:30px;height:30px;background:none;border:none;font-size:24px;cursor:pointer;color:#555}.project-images{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.project-images img{width:100%;border-radius:3px}.project-detailed-info{margin:20px 0;text-align:justify}.project-detailed-info h3,p{font-family:var(--font-body);color:var(--foreground-color)}
