@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&family=Raleway:wght@500;700&display=swap);.footer{background-color:#121212;margin-top:15vh;padding-bottom:30px;width:100%}.footer-content{margin:0 auto;padding:0 50px;width:55%}.footer-divider{background:linear-gradient(90deg,#12121200 0,indigo 50%,#12121200);height:2px;margin-bottom:60px;width:100%}.footer-main{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:50px}.footer-section h3{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-bottom:20px}.footer-section p{color:#e0e0e0;font-size:.95rem;font-weight:300;line-height:1.6;margin-bottom:15px}.footer-email{color:#a78bfa;display:inline-block;font-weight:400;transition:all .3s ease}.footer-email:hover{color:#7b01d2;transform:translateX(5px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#e0e0e0;display:inline-block;font-size:.95rem;font-weight:300;transition:all .3s ease}.footer-links a:hover{color:#a78bfa;transform:translateX(5px)}.footer-socials{display:flex;gap:10px;margin-top:15px}.footer-socials a{align-items:center;background-color:#1e1d1d;border:1px solid #3c3c3c;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-socials a:hover{background-color:#4a0080;border-color:#7b01d2;box-shadow:0 5px 15px #4b008266;transform:translateY(-3px)}.footer-socials img{height:20px;object-fit:contain;width:20px}.footer-bottom{border-top:1px solid #3c3c3c;padding-top:30px;text-align:center}.footer-bottom p{color:#e0e0e0;font-size:.9rem;font-weight:300;margin:8px 0}.heart{animation:heartbeat 1.5s ease-in-out infinite;color:#a78bfa}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1200px){.footer-content{width:65%}}@media (max-width:992px){.footer-main{gap:30px;grid-template-columns:repeat(2,1fr)}.footer-section:first-child{grid-column:1/-1}}@media (max-width:800px){.footer-content{width:80%}}@media (max-width:600px){.footer-content{padding:0 20px;width:90%}.footer-main{gap:35px;grid-template-columns:1fr}.footer-section:first-child{grid-column:1}.footer-section h3{font-size:1.1rem}.footer-links a,.footer-section p{font-size:.9rem}.footer-bottom p{font-size:.85rem}}@media (max-width:500px){.footer-content{width:100%}.footer-socials{justify-content:center}}@media (max-width:480px){.footer-section h3{font-size:1rem}.footer-links a,.footer-section p{font-size:.85rem}}.project-card{background-color:#1e1d1d;border:1px solid #3c3c3c;border-radius:10px;box-shadow:inset 0 0 10px #1e1d1d;cursor:pointer;margin:50px 0;max-width:900px;overflow:hidden;transition:all .5s ease;width:100%}.project-card:hover{border-color:#4b008280;box-shadow:0 8px 25px #4b008233;transform:translateY(-5px)}.project-image-container{background-color:#000;height:300px;overflow:hidden;position:relative;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.project-overlay{background:linear-gradient(180deg,#12121200 0,#1212124d 50%,#121212cc);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.project-content{padding:30px}.project-title{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:20px}.project-section{margin-bottom:25px}.section-label{font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.project-description{color:#e0e0e0;font-size:1rem;font-weight:300;line-height:1.6}.project-tools{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tool-tag{background-color:#1212121a;border:1px solid #3c3c3c;border-radius:5px;color:#e0e0e0;cursor:default;display:inline-block;font-size:.85rem;font-weight:400;padding:6px 14px;transition:all .3s ease}.tool-tag:hover{background-color:#14141433;box-shadow:0 3px 10px #4b008233;transform:translateY(-2px)}.project-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:30px}.btn-basic,.btn-primary{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;min-width:150px;padding:12px 30px;transition:all .3s ease}.btn-basic{background-color:#1e1d1d;border:1px solid #3c3c3c;color:#e0e0e0}.btn-basic:hover{background-color:#232323;box-shadow:0 5px 15px #0000004d;transform:translateY(-3px)}.btn-primary{background-color:#4a0080;color:#fff}.btn-primary:hover{background-color:#7b01d2;box-shadow:0 5px 20px #4b008299;transform:translateY(-3px)}@media (max-width:768px){.project-card{max-width:100%}.project-image-container{height:220px}.project-content{padding:25px}.project-title{font-size:1.5rem}.project-description,.project-learnings{font-size:.9rem}.section-label,.tool-tag{font-size:.8rem}.tool-tag{padding:5px 12px}}@media (max-width:480px){.project-content{padding:20px}.project-title{font-size:1.3rem}.project-buttons{flex-direction:column}.btn-basic,.btn-primary{width:100%}.project-image-container{height:180px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#121212;color:#e0e0e0;font-family:Inter,sans-serif;font-weight:400;overflow-x:hidden}h1,h2,h3,h4{color:#fff;font-weight:700;letter-spacing:.5px}h1{font-size:2.4rem}h2{font-size:1.8rem}p,span{font-size:1rem;font-weight:300}a{color:#a78bfa;text-decoration:none;transition:all .3s ease}a:hover{opacity:.8}.app{align-items:center;background-color:#121212;display:flex;flex-direction:column;min-height:100dvh;padding-bottom:30px;width:100%}section{transition:all .4s ease;width:55%}.container{padding:0 50px}.contour,.contour2{background:linear-gradient(180deg,#12121200 0,indigo 50%,#12121200);bottom:30vh;height:400px;position:fixed;transition:opacity .4s ease;width:2px}.contour{left:22.5%}.contour2{right:22.5%}.profile{margin-top:15vh;position:relative}.gradient{background:linear-gradient(180deg,#4a0080 0,indigo 30%,#121212);border-radius:15px 15px 0 0;height:200px;transition:box-shadow .3s ease;width:100%;z-index:0}.hider{background-color:#121212;height:50px;width:100%}.profile-info{display:flex;height:150px;margin:120px 10% 0;position:absolute;width:100%;z-index:1}.pfp-container,.pfp-container img{height:150px;width:150px}.pfp-container img{border:4px solid #121212;border-radius:50%;object-fit:cover;object-position:10% center;transition:transform .3s ease}.pfp-container img:hover{transform:scale(1.05)}.location.icon{height:1rem;object-fit:cover;width:1rem}.meta{flex-direction:column;height:150px;padding-left:2vw}.aboutme .button-container,.meta{display:flex;justify-content:center}.aboutme .button-container{flex-wrap:wrap;gap:10px;margin-left:10%;margin-top:50px;width:80%}.aboutme .button-container button{border-radius:5px;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 30px;transition:all .3s ease;width:200px}button.basic{background-color:#1e1d1d;border:1px solid #3c3c3c;color:#e0e0e0}button.basic:hover{background-color:#232323;box-shadow:0 5px 15px #0000004d;transform:translateY(-3px)}button.primary{background-color:#4a0080;border:none;color:#fff}button.primary:hover{background-color:#7b01d2;box-shadow:0 5px 20px #4b008299;transform:translateY(-3px)}.experience{margin-top:10vh}.exp-wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:30px;width:100%}.exp-box{align-items:center;background-color:#1e1d1d;border:1px solid #3c3c3c;border-radius:7px;box-shadow:inset 0 0 10px #1e1d1d;display:flex;flex-direction:column;height:10vw;justify-content:space-evenly;min-height:120px;min-width:120px;transition:all .3s ease;width:10vw}.exp-box:hover{background-color:#232323;box-shadow:0 5px 20px #4b00824d;transform:translateY(-5px)}.exp-box p:first-child{font-weight:600;width:90%}.exp-box p:nth-child(2){-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;background-clip:text;font-size:52px;font-weight:800}.exp-box *{padding:0 5px;text-align:center;width:100%}.skills{margin-top:10vh}.skills-container ul{list-style:none;margin-left:5%}.skills-container li{margin-top:20px}.skills-container li h3{margin:10px 0}.skills-container ul li>div{display:flex;flex-wrap:wrap;gap:10px}.skill-item{align-items:center;background-color:#1e1d1d;border:1px solid #3c3c3c;border-radius:5px;box-shadow:inset 0 0 10px #1e1d1d;cursor:default;display:flex;height:2rem;justify-content:center;padding:3px 12px;transition:all .3s ease}.skill-item:hover{background-color:#232323;box-shadow:0 3px 10px #4b008233;transform:translateY(-2px)}.skill-item img{height:1.5rem;margin-right:10px;object-fit:cover;width:1.5rem}.projects{margin-top:10vh}.socials{align-items:center;bottom:0;display:flex;flex-direction:column;left:12%;position:fixed;width:50px;z-index:100}.socials .line{background-color:#fff;border-radius:1px 1px 0 0;height:200px;width:3px}.logo-wrapper{height:40px;margin:0 0 20px;position:relative;width:40px}.logo-wrapper span{background-color:#fff;border-radius:3px;color:#000;font-size:.85rem;left:150%;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;white-space:nowrap}.logo-wrapper:hover span{opacity:1}.socials img{cursor:pointer;height:40px;object-fit:cover;transition:transform .3s ease;width:40px}.socials img:hover{transform:scale(1.1)}.email-bar{align-items:center;bottom:0;display:flex;flex-direction:column;gap:1rem;position:fixed;right:13%;z-index:100}.email-bar,.email-bar a{transform:rotate(180deg)}.email-bar a{color:#e0e0e0;cursor:pointer;font-size:.9rem;letter-spacing:1px;transition:all .3s ease;writing-mode:vertical-rl}.email-bar a:hover{color:#a78bfa;transform:rotate(180deg) scale(1.05)}.email-bar .line{background-color:#fff;border-radius:1px 1px 0 0;height:100px;width:3px}@media (max-width:1200px){h1{font-size:2.2rem}h2{font-size:1.6rem}p,span{font-size:.95rem}section{width:65%}.profile-info{margin:100px 2% 0 5%}.contour{left:17.5%}.contour2{right:17.5%}.exp-box{height:12vw;width:12vw}.exp-box p:first-child{font-size:14px}.exp-box p:nth-child(2){font-size:36px}}@media (max-width:1000px){.profile-info{align-items:center;flex-direction:column;margin:120px 0 0}.pfp-container{margin-bottom:30px}.meta{padding:0 20px;text-align:center}.aboutme{margin-top:25vh}.email-bar,.socials{display:none}.opt-links{display:flex!important}}@media (max-width:992px){h1{font-size:2rem}h2{font-size:1.5rem}p,span{font-size:.9rem}}@media (max-width:800px){section{width:80%}.contour{left:10%}.contour2{right:10%}.exp-box{height:15vw;width:15vw}.exp-box p:first-child{font-size:12px}.exp-box p:nth-child(2){font-size:32px}}@media (max-width:768px){h1{font-size:1.8rem}h2{font-size:1.3rem}p,span{font-size:.85rem}}@media (max-width:600px){section{width:90%}.aboutme{margin-top:20vh}.contour{left:5%}.contour2{right:5%}.exp-wrapper{flex-wrap:wrap;justify-content:space-evenly}.exp-box{height:30vw;width:30vw}.exp-box p:first-child{font-size:15px}.exp-box p:nth-child(2){font-size:42px}.skill-item{font-size:.75rem;height:1.5rem}.skill-item img{height:1rem;width:1rem}}@media (max-width:500px){section{width:100%}.contour,.contour2{display:none}.gradient{box-shadow:0 -5px 20px #4b008299}.exp-box{height:35vw;width:35vw}.exp-box p:first-child{font-size:12px}.exp-box p:nth-child(2){font-size:36px}}@media (max-width:480px){h1{font-size:1.6rem}h2{font-size:1.2rem}p,span{font-size:.8rem}}@media (max-width:347px){.exp-box{height:30vw;width:30vw}.exp-box p:first-child{font-size:10px}.exp-box p:nth-child(2){font-size:30px}}
/*# sourceMappingURL=main.8d425720.css.map*/