@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;background:none;font-family:Poppins,serif}a{text-decoration:none}body{overflow:scroll}body::-webkit-scrollbar{width:0px;height:0px}html{scroll-behavior:smooth}#particles{z-index:-1;height:100%;width:100%;position:absolute;min-height:100vh}#particles canvas{z-index:-1;height:100%;width:100%;position:absolute}html{scroll-behavior:smooth;height:100%}.about-section{display:flex;justify-content:center;align-items:center;padding:50px 20px;color:#e1d1d1;min-height:100vh}.about-container{display:flex;max-width:1200px;width:100%;align-items:center;justify-content:space-between;gap:30px}.about-image{position:relative;margin-left:80px;max-width:400px;overflow:hidden;transition:transform .3s ease}.about-image img{width:100%;height:auto;border-radius:10px;transition:transform .3s ease}@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}.about-image:hover img{animation:wiggle .5s ease-in-out infinite}.about-image:hover:after{position:absolute;bottom:10px;left:10px;font-size:1.5rem;color:#a78295;font-weight:700;transition:transform .3s ease;transform:translateY(10px)}.about-content{flex:1;max-width:600px}.page-header{font-size:3rem;font-weight:700;color:#a78295;text-align:center;margin-bottom:3rem}.about-title{font-size:2.5rem;margin-bottom:20px;color:#a78295}.about-description{font-size:1.2rem;line-height:1.6;margin-bottom:20px}.skills-list{list-style-type:none;padding:0}.skills-list li{font-size:1.2rem;margin-bottom:10px}h2{margin-top:30px;font-size:1.8rem;color:#a78295}@media (max-width: 768px){.about-container{flex-direction:column;text-align:center}.about-image{margin-left:0;margin-bottom:20px}.about-image img{max-width:100%;height:auto}.about-content{max-width:100%;padding:0 20px}.page-header,.about-title{font-size:2.2rem}.skills-list li{font-size:1.1rem}h2{font-size:1.6rem}}@media (max-width: 576px){.about-section{padding:40px 15px}.page-header{font-size:1.8rem}.about-title{font-size:2rem}.about-description,.skills-list li{font-size:1rem}h2{font-size:1.4rem}}.contact{color:#e1d1d1;text-align:center;justify-content:center;margin-bottom:20px}.contact-header{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#a78295}.contact-main{padding:20px;display:flex;justify-content:center;flex-wrap:wrap}.social-icons{display:flex;gap:80px;flex-wrap:wrap;justify-content:center}.social-icon{font-size:3.1rem;color:#e1d1d1;text-decoration:none;transition:color .4s,transform .2s}.social-icon:hover{color:#a78295;transform:scale(1.1)}.social-icon:focus{outline:none}.contact-footer{font-size:15px;margin-top:15px;color:#e1d1d1}@media screen and (max-width: 768px){.social-icons{gap:20px}.contact-header{font-size:2rem}.social-icon{font-size:2.5rem}.contact-main{padding:15px}.contact-footer{font-size:14px}}.education-section{display:flex;flex-direction:column;align-items:center;padding:2rem;position:relative;color:#e1d1d1}.education-heading{font-size:2.5rem;font-weight:700;color:#a78295;margin-bottom:3rem;text-align:center}.education-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;flex-direction:row-reverse;margin-left:auto;margin-right:auto}.education-image{flex:1;display:flex;justify-content:center;transition:transform .3s ease;overflow:hidden;max-width:100%}.vector-art{max-width:58%;height:auto;transition:transform .3s ease,animation .3s ease}.education-image:hover .vector-art{animation:wiggle .5s ease-in-out infinite}@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(3deg)}50%{transform:rotate(0)}75%{transform:rotate(-3deg)}to{transform:rotate(0)}}.education-cards{margin-right:50px;flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.education-card{color:#e1d1d1;background:#351d2cd9;box-shadow:0 12px 30px #0000004d;border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s ease,opacity .3s ease;opacity:.9}.education-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0006;opacity:1}.education-card h3{font-size:1.5rem;font-weight:700;color:#a78295;margin-bottom:.5rem}.education-card h4{font-size:1.2rem;margin-bottom:.5rem;color:#e1d1d1}.education-card p{font-size:1rem;line-height:1.5;color:#e1d1d1}.top-card{margin-top:0}.bottom-card{margin-bottom:0}@media (max-width: 768px){.education-heading{font-size:2.2rem;margin-bottom:2rem}.education-container{flex-direction:column;gap:2rem;margin-left:0;margin-right:0}.education-image{max-width:100%;margin-bottom:2rem}.education-cards{margin-right:0;width:100%;padding:0 10px}.education-card{padding:1rem}.education-card h3{font-size:1.2rem}.education-card h4{font-size:1rem}.education-card p{font-size:.9rem}}@media (max-width: 576px){.education-heading{font-size:1.8rem}.education-container{gap:1rem}.education-card{padding:.8rem}.education-card h3{font-size:1rem}.education-card h4{font-size:.9rem}.education-card p{font-size:.8rem}}.footer{width:100%;position:relative;bottom:0;padding:20px 0;margin-top:20px;text-align:center;color:#e1d1d1}.footer-footer{font-size:1rem;margin-top:15px;color:#a78295}@media screen and (max-width: 768px){.footer-footer{font-size:14px}}.home-section{display:flex;justify-content:flex-start;align-items:center;text-align:left;min-height:100vh;padding:.5rem;color:#efe1d1}.home-container{max-width:800px;width:100%;margin-top:45px;margin-left:10%}.home-heading{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#efe1d1;text-align:left}.home-name{font-size:3rem;color:#a78295;font-weight:800}.home-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#efe1d1;text-align:left}.home-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#efe1d1;text-align:left}.home-icons{display:flex;justify-content:flex-start;gap:1.5rem;margin-bottom:2rem}.home-icon{font-size:1.5rem;color:#a78295;transition:color .3s ease,transform .3s ease,box-shadow .3s ease}.home-icon:hover{color:#3f2e3e;transform:scale(1.2);box-shadow:0 4px 8px #0003}.home-buttons .btn{padding:.8rem 2rem;font-size:1rem;border:none;border-radius:25px;text-decoration:none;cursor:pointer;background-color:#a78295;color:#331d2c;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.btn-primary:hover{background-color:#3f2e3e;color:#efe1d1;transform:translateY(-3px);box-shadow:0 6px 12px #0003}@media (max-width: 768px){.home-section{padding:5rem 2rem}.home-container{margin-left:10%}.home-heading{font-size:2rem}.home-name{font-size:2.5rem}.home-subtitle{font-size:1.5rem}.home-description{font-size:1rem}.home-icons{gap:1rem}.home-icon{font-size:1.2rem}.home-buttons .btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 576px){.home-section{padding:3rem 1rem}.home-container{margin-left:10%}.home-heading{font-size:1.8rem}.home-name{font-size:2rem}.home-subtitle{font-size:1.2rem}.home-description{font-size:.9rem;line-height:1.4}.home-icons{gap:.8rem}.home-icon{font-size:1rem}.home-buttons .btn{padding:.5rem 1rem;font-size:.8rem}}.header{position:fixed;height:80px;margin-top:10px;margin-left:10px;border-radius:20px;top:0;left:0;width:98.6%;padding:5px 10%;display:flex;justify-content:space-between;align-items:center;z-index:100;transition:background .3s ease-in-out,top .3s ease}.logo{font-size:60px;color:#e1d1d1;font-weight:700;transition:transform .3s ease-in-out}.logo:hover{transform:scale(1.1)}.navbar{display:flex;align-items:center;justify-content:space-between}.navbar a{position:relative;font-size:18px;color:#e1d1d1;font-weight:650;margin-left:40px;text-decoration:none;padding:5px 0;transition:color .3s ease,transform .3s ease}.navbar a:hover{color:#a78295;transform:scale(1.1)}.logo-image{height:40px;width:auto;transition:transform .3s ease-in-out}.logo-image:hover{transform:rotate(10deg)}.header.scrolled{background:#3f2e3e}.header.shrunk{padding:2px 10%}.header.scrolled .logo{font-size:60px}.menu-icon{display:none;font-size:2rem;color:#e1d1d1;cursor:pointer}.navbar.active{display:flex;flex-direction:column;gap:15px;background-color:#3f2e3e;padding:10px;position:absolute;top:70px;right:20px;width:200px;border-radius:8px}.navbar a{font-size:1.2rem;margin-left:0}@media screen and (max-width: 768px){.navbar{display:none}.menu-icon{display:block}.navbar.active{display:flex;flex-direction:column;gap:15px;position:absolute;top:70px;right:20px;width:200px;background-color:#3f2e3e;padding:10px;border-radius:8px}}@media screen and (min-width: 769px){.navbar{display:flex;justify-content:space-between}.navbar a{margin-left:40px}}.projects-container{text-align:center;padding:50px 20px;color:#e1d1d1}.projects-heading{font-size:3rem;font-weight:700;color:#a78295;margin-bottom:30px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;justify-items:center;padding:0 20px}.project-card{width:320px;height:auto;background:#351d2cd9;box-shadow:0 12px 30px #0000004d;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:flex-start;padding:15px;margin:20px;position:relative}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0006}.image-container{position:relative;width:100%;height:160px;overflow:hidden;border-radius:8px}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-container:hover .project-image{transform:scale(1.05)}.image-slider-buttons{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:all}.slider-button{background:transparent;color:#fff;border:none;padding:12px;font-size:30px;font-weight:700;cursor:pointer;transition:transform .3s}.slider-button:hover{transform:scale(1.2);color:#a78295}.project-name{font-size:1.1rem;margin:15px 20px;color:#e1d1d1}.project-description{font-size:.85rem;color:#e1d1d1;margin:10px 20px;text-align:justify;flex-grow:1}.live-button{position:relative;bottom:15px;left:35%;margin-top:20px;padding:8px 16px;background:#a78295;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;font-size:.95rem;transition:background .3s,transform .3s}.live-button:hover{background:#8c6d7f;transform:scale(1.05)}@media (max-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.project-card{width:100%;padding:10px}.project-name{font-size:1rem}.project-description{font-size:.9rem}.live-button{font-size:.85rem;left:50%;transform:translate(-50%)}}.skills-section{padding:3rem 2rem;text-align:center;color:#e1d1d1}.section-title{font-size:2.5rem;font-weight:700;color:#a78295;margin-bottom:2rem}.skills-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-content:center;align-items:center;margin:0 auto;max-width:1000px}.skill-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:1.5rem;box-shadow:0 4px 10px #0000004d;transition:transform .3s,box-shadow .3s,background .3s;width:150px;height:150px}.skill-card:hover{transform:translateY(-10px);box-shadow:0 6px 15px #00000080;background:#fff3;border:1px solid rgba(255,255,255,.4)}.skill-icon{font-size:3.5rem;color:#a78295;margin-bottom:.5rem}.skill-name{font-size:1rem;font-weight:500;color:#e1d1d1;text-transform:uppercase;margin:0;text-align:center}@media (max-width: 768px){.skills-section{padding:2rem 1rem}.section-title{font-size:2.2rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.skill-card{width:120px;height:120px}.skill-icon{font-size:3rem}.skill-name{font-size:.9rem}}@media (max-width: 576px){.skills-section{padding:1.5rem .5rem}.section-title{font-size:1.8rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.skill-card{width:100px;height:100px}.skill-icon{font-size:2.5rem}.skill-name{font-size:.8rem}}.loader-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#331d2c;z-index:9999;transition:opacity 1s ease-out}.loader-container.fade-out{opacity:0;pointer-events:none}.dots{display:flex;justify-content:space-between;width:60px}.dot{width:10px;height:10px;border-radius:50%;background-color:#a78295;animation:swing 1.5s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}.dot:nth-child(4){animation-delay:.6s}@keyframes swing{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
