@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap);*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}a:link,a:visited{color:inherit}a:visited{background-color:transparent;text-decoration:none}a:focus,a:hover{color:#a57b09;color:var(--color-hover)}:root{--color-background-dark-mode:#000;--color-background-light-mode:#ffebcc;--color-primary-dark-mode:#ffebcd;--color-primary-light-mode:#291c1c;--color-accent-light-mode:#dde2a2;--color-accent-dark-mode:#000;--color-shadow-light-mode:#bcc08a;--color-shadow-dark-mode:#d09c0b;--color-hover:#a57b09}html{scroll-behavior:smooth}body{-webkit-text-size-adjust:100%;font-family:Poppins,sans-serif}.dark-mode .active{background-color:#000;background-color:var(--color-accent-dark-mode);border-radius:2rem;box-shadow:.1rem .1rem .5rem .1rem #d09c0b;box-shadow:.1rem .1rem .5rem .1rem var(--color-shadow-dark-mode);transition:all .5s ease-out}.light-mode .active{background-color:#dde2a2;background-color:var(--color-accent-light-mode);border-radius:2rem;box-shadow:.3rem .3rem .5rem .3rem #bcc08a;box-shadow:.3rem .3rem .5rem .3rem var(--color-shadow-light-mode);transition:all 1s ease-out}.dark-mode{color:#ffebcd;color:var(--color-primary-dark-mode)}.light-mode{background-color:#ffebcc;background-color:var(--color-background-light-mode);color:#291c1c;color:var(--color-primary-light-mode)}.light-mode .box-shadow{background-color:#dde2a2;background-color:var(--color-accent-light-mode);border-radius:3rem;box-shadow:.4rem .2rem .9rem .5rem #bcc08a;box-shadow:.4rem .2rem .9rem .5rem var(--color-shadow-light-mode)}.dark-mode .box-shadow{background-color:#000;background-color:var(--color-accent-dark-mode);border-radius:3rem;box-shadow:0 .2rem .2rem .1rem #d09c0b;box-shadow:0 .2rem .2rem .1rem var(--color-shadow-dark-mode)}.section{margin:0 auto;max-width:1450px;padding-top:5rem}.dark-mode{background-color:#000;background-color:var(--color-background-dark-mode)}.section-title{font-size:2rem;font-weight:200;letter-spacing:1rem;margin:1rem auto;text-align:center;text-transform:uppercase}@media screen and (max-width:980px){.section{height:auto}.section-title{font-size:1.5rem;font-weight:200;letter-spacing:.5rem;text-transform:uppercase}}.contacts{justify-content:space-between;width:15rem}.contacts,.hero-section{align-items:center;display:flex}.hero-section{justify-content:center}.about-title-container{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;margin:1rem;text-align:center}.hero-greeting-title{font-size:2rem;letter-spacing:1.5rem}.hero-greeting-title,.hero-title{font-weight:200;text-transform:uppercase}.hero-title{font-size:1rem;letter-spacing:.3rem;margin:3rem auto}.hero-image-container{align-items:flex-end;display:flex;height:35rem;justify-content:center;margin:2rem;width:25rem}.hero-image{border-radius:3rem;max-height:30rem}.download-CV{align-items:center;display:flex;justify-content:space-evenly;margin-top:2rem;padding:1.5rem 3rem;width:18rem}@media screen and (max-width:1150px){.hero-image-container{margin:2rem;max-height:25rem}.hero-image{max-height:25rem}}@media screen and (max-width:800px){.hero-section{display:flex;flex-direction:column}.hero-image{max-height:32rem;object-fit:contain}.about-title-container{padding-top:4rem}}@media screen and (max-width:480px){.hero-greeting-title{font-size:1.2rem;font-weight:200;letter-spacing:1rem;text-transform:uppercase}.hero-section{display:flex;flex-direction:column}.hero-image{max-height:25rem;object-fit:contain}.about-title-container{padding-top:4rem}}.projects-section{grid-column-gap:1rem;grid-row-gap:2rem;-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr;padding:2rem;row-gap:2rem}.project-card{margin:auto;max-height:35rem;max-width:37rem;text-align:center}.project-card-image-container{border-top-left-radius:3rem;border-top-right-radius:3rem;max-height:30rem;max-width:37rem;overflow:hidden;position:relative}.project-card-image{object-fit:cover;width:100%}.project-overlay{align-items:center;background-color:hsla(65,52%,76%,.9);border-top-left-radius:3rem;border-top-right-radius:3rem;display:flex;flex-direction:column;height:100%;left:0;padding:4rem;position:absolute;top:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;width:100%}.dark-mode .project-overlay{background-color:rgba(0,0,0,.9)}.project-title{letter-spacing:.4rem;margin-bottom:2rem;text-transform:uppercase}.project-description,.project-title{font-weight:300}.alert{color:red;font-size:1.5rem;font-weight:500}.project-card-image-container:hover .project-overlay{-webkit-transform:translateY(0);transform:translateY(0)}.project-card-interface{align-items:center;display:flex;justify-content:space-evenly}.project-card-interface .project-card-button:not(:last-child){border-right:.01rem solid rgba(0,0,0,.4)}.dark-mode .project-card-interface .project-card-button:not(:last-child){border-right:.01rem solid hsla(65,52%,76%,.7)}.project-card-button{align-items:center;display:flex;height:3rem;justify-content:center;width:100%}@media screen and (max-width:980px){.projects-section{align-items:center;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width:480px){.project-card{max-height:25rem}.project-card-image-container{max-height:20rem}.project-overlay{padding:1rem}.project-title{margin-bottom:1rem;text-transform:uppercase}.project-description{font-size:.8rem}}.footer{border-top:.01rem solid #000;display:flex;height:6rem;justify-content:space-evenly;padding-left:10rem;padding-right:10rem}.dark-mode .footer{border-top:.01rem solid #fff}.footer-left-side{margin:auto auto auto 0}.header-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,235,205,.7);border-bottom:.01rem solid var(--color-background-dark-mode);display:flex;height:5rem;justify-content:space-evenly;position:fixed;width:100%;z-index:10}.navbar-list-container{align-items:center;display:flex;justify-content:space-between;letter-spacing:.5rem;text-transform:uppercase}.navbar-list-container-mobile-view{background-color:var(--color-background-light-mode);height:60rem;left:0;letter-spacing:.5rem;position:absolute;text-align:center;text-transform:uppercase;top:100%;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s;width:100vw}.dark-mode .navbar-list-container-mobile-view{background-color:var(--color-background-dark-mode)}.navbar-list-container-mobile-view .link{display:inline-block;margin-top:3rem}.burger-menu-button{display:none}.dark-mode .header-container{background-color:rgba(0,0,0,.7);border-bottom:.01rem solid var(--color-background-light-mode)}.link{padding:.5rem 2rem}.link,.mode-control-button{cursor:pointer}.burger-menu-button,.mode-control-button{background-color:inherit;color:inherit}.mode-control-button:focus,.mode-control-button:hover{color:var(--color-hover)}.dark-mode .mode-control-button{color:var(--color-primary-dark-mode)}.dark-mode .mode-control-button:focus,.dark-mode .mode-control-button:hover{color:var(--color-hover)}@media screen and (max-width:1000px){.link{padding:.5rem 1rem}}@media screen and (max-width:870px){.navbar-list-container{display:none}.burger-menu-button{display:block;margin:0 3rem}.header-container{justify-content:space-between;padding:0 1rem}}.experience-section{margin:0 auto}.tools-grid-area{grid-row-gap:1rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:0 auto;row-gap:1rem}.tool-card{margin:1rem;padding:2rem 3rem;text-align:center}.tool-image{margin:auto;max-height:10rem;object-fit:cover}@media screen and (max-width:1150px){.tool-card{max-height:14rem;max-width:14rem}.tool-image{max-height:7rem;max-width:7rem}}@media screen and (max-width:980px){.tools-grid-area{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:725px){.tools-grid-area{grid-template-columns:1fr 1fr}}@media screen and (max-width:480px){.tool-card{max-height:10rem;max-width:10rem}.tool-image{max-height:4rem;max-width:4rem}.tool-card{margin:.8rem;padding:2rem 3rem;text-align:center}.tools-grid-area{row-gap:0}}.experience-section{align-items:center;display:flex;flex-direction:column;justify-content:center}.experience-card{display:flex;height:16rem;margin:3rem auto;max-width:60rem}.card-image-container{margin:auto auto auto 2rem}.card-description-container{display:flex;flex-direction:column;justify-content:space-evenly;margin:2rem}.card-image{display:block;height:10rem;object-fit:cover;width:15rem}.card-title{letter-spacing:.4rem;margin:0 1rem;text-transform:uppercase}.card-description,.card-title{font-weight:300}@media screen and (max-width:980px){.experience-card{max-width:40rem}.card-description-container{margin:1rem}.card-image{display:block;height:10rem;object-fit:cover;width:15rem}.card-title{font-size:1rem;letter-spacing:.3rem;margin:1rem 2rem}.card-description{margin:1rem}}@media screen and (max-width:660px){.experience-card{display:flex;flex-direction:column;height:32rem;margin:2rem auto;max-width:27rem}.card-image-container{margin:2rem auto auto}.card-image{height:12rem;margin-top:2rem;width:18rem}}@media screen and (max-width:480px){.experience-card{display:flex;flex-direction:column;height:27rem;margin:2rem auto;max-width:22rem}.card-image{height:8rem;width:15rem}.card-title{font-size:.9rem;letter-spacing:.2}.card-description{font-size:.8rem;margin:0 1rem}}
/*# sourceMappingURL=main.11b6c0e9.css.map*/