@import"https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap";@keyframes popOut{0%{transform:scale(1);opacity:.8}to{transform:scale(1.02) translateY(2px);opacity:1}}@keyframes popIn{0%{transform:scale(1.02) translateY(2px);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes popIn2{0%{transform:scale(1.02) translateY(2px);opacity:1}to{transform:scale(1);opacity:1}}.app-container{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff}body,html{margin:0;padding:0;font-family:Poppins,sans-serif;width:100%}:root{--primary-color: #F0A04B;--secondary-color: #FFE8CD;--text-color: #5A5A5A;--pastel-red: #FF4545;--pastel-blue: #60B5FF;--pastel-green: #A0C878;scroll-behavior:smooth}.btn{border:none;text-decoration:none!important;border-radius:50px;transition:.3s;font-weight:700;padding:10px 20px;margin:auto 5px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:10px}.btn.sm{font-size:.8rem}.btn.md{font-size:.9rem}.btn.lg{font-size:1rem;font-weight:700;height:50px}.btn.xlg{font-size:1.5rem;font-weight:700;height:50px;width:100%}.btn.round{border-radius:50%;padding:0;width:50px;height:50px}.btn.round svg{width:80%}.btn svg{width:24px}.btn.borderless{background-color:#fff!important}.btn.primary{background-color:var(--secondary-color);color:var(--primary-color)}.btn.primary.solid{background-color:var(--primary-color);color:#fff}.navbar{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;align-self:center}.navbar .nav-logo{margin-left:28px;font-family:Source Code Pro,monospace}.navbar .nav-links{padding:20px;border-radius:50px;list-style:none;display:flex;margin-right:20px}.navbar .nav-links li{margin:0 10px}.navbar .nav-links li a{text-decoration:none;font-weight:700}.navbar .nav-links li a:hover{color:var(--primary-color);transition:color .3s ease-in-out}.hero{transition:all .5s ease-in-out;height:95vh;width:100%;border-radius:0 0 100px 100px;align-self:center;display:flex;align-items:center;justify-content:center;background:var(--secondary-color);background-size:cover}.hero .hero-content{text-align:center;color:var(--text-color);width:50%;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero .hero-content img{width:30%;height:30%;border-radius:50%;margin-bottom:20px;animation:popOut .5s ease-in-out forwards}.hero .hero-content .hero-title{font-size:2.5rem;color:var(--primary-color);font-family:"DM Serif Text",serif;font-weight:700;margin:0}.hero .hero-content p{font-size:1rem;color:var(--text-color)}.hero .hero-content p strong{color:var(--primary-color)}.hero .hero-content .cta-btns{display:flex;gap:5px}.hero .hero-content .cta-btns a{height:30px!important}.skills{width:100%;padding:10px 0;background-color:#fff;white-space:nowrap;-webkit-overflow-scrolling:touch;overflow:hidden}.skills ul{display:inline-flex;list-style:none;padding:0;margin:0}.skills ul li{text-align:center;padding:10px 20px;font-size:1.2rem;font-weight:700}.services{width:100%;padding:50px 0;background-color:var(--secondary-color);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.services h1{font-size:2rem;color:var(--primary-color);margin-bottom:50px}.services .service-list{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:80%}.services .service-list .service-item{display:flex;flex-direction:column;align-items:center}.services .service-list .service-item img{height:120px}.services .service-list .service-item h3{font-size:1.1rem;color:var(--text-color)}.education{width:100%;padding:50px 0;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.education h1{font-size:2rem;color:var(--text-color);margin-bottom:50px}.education .education-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.education .education-item{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.education .education-item-content{display:flex;flex-direction:column;justify-content:center;align-items:start;width:100%}.education .education-item-content span{font-size:.9rem;color:var(--text-color);width:80%}.education .education-item-content b{font-size:1.4rem;color:#000;width:80%}.education .education-item-content p{margin:0;font-size:1rem;width:80%}.education .education-item:nth-child(odd) .education-item-content{align-items:end;text-align:end}.experience{width:100%;padding:50px 0;background-color:var(--secondary-color);display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;min-height:60vh}.experience h1{font-size:2rem;color:var(--primary-color);margin-bottom:50px}.experience .experience-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.experience .experience-card{display:flex;flex-direction:column;padding:20px;width:80%;background-color:#fff;box-shadow:0 4px 8px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px}.experience .experience-card *{margin:0}.experience .experience-card span{font-size:.9rem;color:var(--text-color);align-self:end}.experience .experience-card h2{font-size:1.4rem;color:#000;font-weight:600}.experience .experience-card h3{font-size:1rem;color:var(--primary-color);margin-bottom:10px;font-weight:500}.experience .experience-card p{font-size:.9rem;color:var(--text-color);margin-bottom:10px}.experience .experience-card ul{color:var(--text-color);font-size:.9rem}.projects{width:100%;padding:50px 0;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;min-height:60vh}.projects h1{font-size:2rem;color:var(--text-color);margin-bottom:50px}.projects .project-list{display:grid;grid-template-columns:450px 450px;gap:30px}.projects .project-card{height:550px;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:#fff;box-shadow:0 4px 8px #0000001a}.projects .project-card .project-card-content{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:20px}.projects .project-card .project-card-content h2{font-size:1.8rem;margin:0 0 10px;color:#fff;font-weight:800;padding-top:10px;line-height:1.3}.projects .project-card .project-card-content p{margin:0;font-size:14px;font-weight:300}.projects .project-card .project-card-content ul{font-size:.8rem;display:inline-flex;list-style:none;padding:0;gap:5px}.projects .project-card .project-card-content ul li{padding:3px 10px;border-radius:25px;background-color:#fff;font-weight:700;color:inherit}.projects .project-card img{height:250px}.footer{width:100%;padding:20px 0;background-color:var(--text-color);display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;border-radius:100px 100px 0 0}.footer .footer-content{width:60%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.footer h2{font-size:2rem;color:#fff}.footer h3{font-size:1.8rem;color:var(--secondary-color);margin:0}.footer .footer-email-section{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.footer .footer-email-section img{height:28px}.footer .footer-email-section span{font-size:1.2rem;color:#fff;font-weight:700}.footer .footer-socials{align-self:center;display:inline-flex;gap:10px;margin:20px;padding:0}.footer .footer-socials li{list-style:none}.footer .footer-socials li a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;padding:10px;background-color:#eeeeee20;display:flex;align-items:center;justify-content:center}.footer .footer-socials li a img{height:28px;width:28px}.footer .footer-socials li a:hover{background-color:#eeeeee50;transition:background-color .3s ease-in-out}.bottom-navigation{display:none;width:90%;align-self:center;height:75px;align-items:center;justify-content:space-around;position:fixed;bottom:20px;border-radius:50px;opacity:1;background-color:#00000050;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bottom-navigation a{text-decoration:none;color:#fff;outline:none}.bottom-navigation a:focus{outline:none}.bottom-navigation a svg{width:24px;filter:drop-shadow(1px 1px 10px rgba(238,238,238,.4))}@media (max-width: 1024px){.navbar .nav-logo{margin-left:20px}.navbar .nav-links{margin-right:15px}.navbar .nav-links li{margin:0 8px}.navbar .nav-links li a{font-size:.95rem}.hero{border-radius:0 0 100px 100px}.hero .hero-content{width:70%}.hero .hero-content img{width:50%;height:50%}.hero .hero-content .hero-title{font-size:2rem}.hero .hero-content p{font-size:.95rem}.skills ul li{font-size:1rem;padding:8px 12px}.services .service-list{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}.services .service-list .service-item{display:flex;margin:0 auto}.services .service-list .service-item img{width:60%;height:auto}.education .education-list{width:100%;gap:25px}.education .education-item-content b{font-size:1.2rem}.education .education-item-content p{font-size:.95rem}.experience .experience-list{max-width:85%}.experience .experience-card{padding:20px}.experience .experience-card h2{font-size:1.3rem}.experience .experience-card h3{font-size:1rem}.projects .project-list{width:90%;grid-template-columns:1fr 1fr;gap:25px}.projects .project-card{min-height:480px}.projects .project-card .project-card-content h2{font-size:1.5rem}.projects .project-card .project-card-content p{font-size:.85rem}.projects .project-card img{max-height:200px}.footer .footer-content{width:85%}.footer h2{font-size:1.7rem}.footer h3{font-size:1.4rem}.footer .footer-email-section span{font-size:1rem}}@media (max-width: 768px){.navbar{height:70px;padding:0 15px}.navbar .nav-logo{margin-left:15px;font-size:1.3rem}.navbar .nav-links{padding:10px;margin-right:10px}.navbar .nav-links li{margin:0 5px}.navbar .nav-links li a{font-size:.9rem}.hero{border-radius:0 0 75px 75px}.education h1{font-size:1.8rem}.education .education-list{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.education .education-list .space{display:none}.education .education-item{margin:0 auto;width:80%;text-align:center}.education-item:nth-child(4) .education-item-content{align-items:start;text-align:start}.experience h1{font-size:1.8rem}.experience .experience-list{max-width:100%;gap:25px}.projects h1{font-size:1.8rem}.projects .project-list{grid-template-columns:1fr;width:80%;gap:25px}.projects .project-card{min-height:50vh;height:auto}.projects .project-card img{max-height:300px}.projects .project-card .project-card-content h2{font-size:1.4rem}.footer{border-radius:60px 60px 0 0;padding-top:40px}.footer .footer-content{width:90%}.footer h2{font-size:1.6rem}.footer h3{font-size:1.3rem;margin-bottom:20px}.footer .footer-email-section img{height:22px}.footer .footer-email-section span{font-size:.95rem}.footer .footer-socials{gap:12px;margin-bottom:25px}.footer .footer-socials li a{padding:10px}.footer .footer-socials li a img{height:20px;width:20px}.footer .footer-copyright{font-size:.8rem}}@media (max-width: 480px){.navbar{display:none}.bottom-navigation{display:flex;transition:all .3s ease-in-out;animation:popIn2 .3s ease-out forwards}.hero{border-radius:0 0 50px 50px}.hero .hero-content{width:100%}.hero .hero-content img{width:200px;height:200px}.hero .hero-content .hero-title{font-size:5vw;width:fit-content}.hero .hero-content p{font-size:3vw;width:80%}.skills{padding:10px 0}.skills ul li{font-size:.8rem;padding:6px 8px}.services h1{font-size:1.6rem;margin-bottom:25px}.services .service-list{grid-template-columns:1fr;gap:30px}.services .service-list .service-item{width:80%;min-width:unset}.services .service-list .service-item img{height:100px;width:auto}.services .service-list .service-item h3{font-size:.95rem}.education h1,.experience h1{font-size:1.6rem}.experience .experience-list{max-width:100%;gap:20px}.experience .experience-card{padding:15px;border-radius:25px}.experience .experience-card h2{font-size:1rem}.experience .experience-card h3,.experience .experience-card p,.experience .experience-card ul{font-size:.8rem}.experience .experience-card ul{padding-left:15px}.experience .experience-card span{font-size:.8rem}.projects h1{font-size:1.4rem}.projects .project-list{width:100%;gap:20px;display:flex;flex-direction:column;align-items:center}.projects .project-card{border-radius:20px;width:90%}.projects .project-card .project-card-content{padding:15px}.projects .project-card .project-card-content h2{font-size:1.3rem}.projects .project-card .project-card-content p{font-size:.8rem}.projects .project-card .project-card-content ul li{font-size:.7rem;padding:4px 8px}.projects .project-card img{height:auto;max-width:90%}.footer{width:100vw;border-radius:40px 40px 0 0}.footer .footer-content{width:95%}.footer h2{font-size:1.4rem}.footer h3{font-size:1.2rem;margin-bottom:15px}.footer .footer-email-section{margin-bottom:20px}.footer .footer-email-section img{height:20px}.footer .footer-email-section span{font-size:.9rem}.footer .footer-socials{gap:10px;margin-bottom:20px}.footer .footer-socials li a{padding:8px}.footer .footer-socials li a img{height:18px;width:18px}.footer .footer-copyright{font-size:.75rem;margin-top:15px}}
