*{box-sizing:border-box;margin:0;padding:0}body.light-theme{--primary: #1a1a1a;--secondary: #3f3e3e;--accent-one: #6baf64;--accent-two: #519462;--accent-three: #1d5e4c;--background: #f5f5f5}body.dark-theme{--primary: #f5f5f5;--secondary: #e4e0e0;--accent-one: #d56b46;--accent-two: #97575e;--accent-three: #553449;--background: #f5f5f5}@font-face{font-family:Karla;src:url(/assets/Karla-Regular-BhO738z3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Karla;src:url(/assets/Karla-Bold-ewPH8_bs.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Karla;src:url(/assets/Karla-Light-CS5VNTV4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Karla;src:url(/assets/Karla-Italic-2SutEHjP.ttf) format("truetype");font-weight:400;font-style:normal}h1,h2,h3,p,a,li,button{font-family:Karla,sans-serif}h1{font-weight:700;color:var(--primary)}h2{font-weight:700;font-size:22px;color:var(--primary)}h3{font-size:20px;color:var(--primary)}p{font-weight:400;font-size:16px}@media (min-width: 768px){h1{font-weight:700;font-size:32px;color:var(--primary)}h2{font-weight:700;font-size:26px;color:var(--primary)}h3{font-size:28px;color:var(--primary)}p{font-weight:400;font-size:22px}}.mainPage{width:100%;min-height:auto}.main__image{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:auto}.hamburger__icon{position:relative;z-index:1100}.hamburger__menu{position:fixed;top:0;right:0;width:100vw;height:50vh;background-color:var(--primary);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;gap:2rem;box-shadow:2px 0 10px #0000004d;border-radius:0 0 4% 4%;z-index:1000;transition:transform .3s ease-in-out}.hamburger__menu a{display:flex;justify-content:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--primary)}.hamburger__menu .language-switcher{margin-top:2rem}.dark-theme .hamburger__menu{background-color:var(--accent-one)}.dark-theme .hamburger__menu a{color:var(--primary)}.light-theme .hamburger__menu{background-color:var(--accent-one)}.light-theme .hamburger__menu a{color:var(--primary)}@media (min-width: 550px) and (max-width: 768px){.hamburger__icon{font-size:5rem}}.language__switcher{display:flex;gap:.5rem}.language__switcher button{background-color:transparent;border:2px solid var(--primary);color:var(--primary);padding:.4rem .8rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:6px;transition:all .2s ease-in-out}.language__switcher button:hover{background-color:var(--accent-two)}@media (max-width: 768px){.language__switcher{justify-content:center;gap:1rem}.language__switcher button{font-size:1.2rem;font-weight:700;padding:.6rem 1rem;background-color:var(--accent-two)}}.theme-toggle-wrapper{width:4rem;height:2rem;background-color:var(--accent);border-radius:15px;border:2px solid var(--secondary);display:flex;align-items:center;padding:.2rem;cursor:pointer;transition:background-color .3s;position:relative}.theme-toggle-button{width:1.6rem;height:1.6rem;border-radius:50%;border:none;background-color:var(--accent);display:flex;align-items:center;justify-content:center;position:absolute;left:.2rem;transition:left .3s ease-in-out;font-size:22px}.theme-toggle-wrapper.dark .theme-toggle-button{left:calc(100% - 1.8rem)}.theme-toggle-wrapper.dark,.theme-toggle-wrapper.light{background-color:var(--accent)}@media (min-width: 768px){.theme-toggle-wrapper{width:6rem;height:2.5rem;background-color:var(--accent);border-radius:15px}.theme-toggle-button{width:2rem;height:2rem;border-radius:50%;font-size:28px}.theme-toggle-wrapper.dark .theme-toggle-button{left:calc(100% - 2.2rem)}}@media (min-width: 1080px){.theme-toggle-wrapper{width:8rem;height:3rem;background-color:var(--accent);border:3px solid var(--secondary);border-radius:30px}.theme-toggle-button{width:3rem;height:3rem;border-radius:50%;font-size:40px}.theme-toggle-wrapper.dark .theme-toggle-button{left:calc(100% - 3.2rem)}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem}.navbar__left{flex:1;display:flex;justify-content:flex-start}.navbar__right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.navbar__links{padding:2rem;display:none;color:var(--primary);font-family:Karla,sans-serif;font-size:22px}.navbar__links a{margin:0 1rem;text-decoration:none;color:var(--primary);font-weight:700}html{scroll-behavior:smooth}.navbar__language{display:none}@media (min-width: 768px){.navbar{display:flex;justify-content:space-between;align-items:center;padding:3rem 7em}.navbar__left{flex:1;display:flex;justify-content:flex-start}.navbar__right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.navbar__links{display:flex;font-size:2rem}.navbar__links a:hover{transform:translateY(-3px)}.navbar__language{display:flex;align-items:center;gap:.5rem}}.about{padding:2rem 1rem;max-width:900px;margin:0 auto;line-height:1.6}.about__content{background:color-mix(in srgb,var(--background) 60%,transparent);padding:2rem;border-radius:12px;max-width:800px;box-shadow:0 4px 12px #0000001a}.about__imgcontainer{display:flex;flex-direction:row;justify-content:center;text-align:center}.profile__img{width:100%;max-width:100px;height:auto}.about__title{color:#1a1a1a}.about__text{font-size:1rem;margin-bottom:1rem}.highlight{font-weight:700}.about__link{color:var(--accent-three);font-weight:600;text-decoration:underline;transition:color .2s ease,transform .2s ease}.about__link:hover{color:var(--accent-two);transform:scale(1.05)}.about__stack{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;text-align:center;color:#1a1a1a}.about__button{margin-top:1.3rem;display:block;margin-left:auto;margin-right:auto;padding:.5rem;font-size:.9rem;background-color:var(--accent-three);color:#f5f5f5;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.about__button:hover{background-color:var(--accent-two);transform:translateY(-3px) scale(1.05)}.about__list{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:1.5rem}.about__list li{background:var(--accent-three);color:#fff;padding:.6rem 1.2rem;border-radius:999px;font-size:.85rem;font-weight:500;transition:transform .2s ease,background .2s ease;cursor:default}.about__list li svg{margin-right:.4rem;vertical-align:middle}@media (max-width: 500px){.about__list{display:block;text-align:center}.about__list li{background:none;color:#1a1a1a;padding:.2rem 0;font-size:1rem;font-weight:1000;border-radius:0}.about__list li svg{color:var(--accent-two)}}@media (min-width: 768px){.about{padding:3rem 2rem}.profile__img{width:100%;max-width:200px;height:auto}.about__content{padding:3rem}.about__title{font-size:2rem}.about__text{font-size:1.5rem;margin-bottom:1.2rem}.about__button{font-size:1.2rem;padding:.8rem}.about__stack{font-size:2rem}.about__list{margin-bottom:3rem}.about__list li{font-size:1.1rem;padding:1rem 1.2rem}}@media (min-width: 1080px){.about{margin:2rem auto;max-width:1200px}.profile__img{width:100%;max-width:250px;height:auto}.about__content{max-width:1000px;padding:4rem;margin:0 auto}.about__stack{margin-top:3rem}.about__button{font-size:1.2rem;padding:.8rem;margin-top:3rem}.about__list{margin-bottom:5rem}}.projectcard__container{display:grid;gap:1rem;padding:1rem}.projectcard{background:color-mix(in srgb,var(--background) 60%,transparent);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 8px #0000001a;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;text-align:center;overflow:hidden}.projectcard__title{font-size:1.2rem;margin-bottom:.5rem;color:#1a1a1a}.projectcard__description{flex-grow:1}.projectcard__image-wrapper{width:100%;border-radius:.5rem;overflow:hidden}.projectcard__image{width:100%;height:auto;display:block;border-radius:.5rem;margin-bottom:1.5rem}.projectcard__link{display:inline-block;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;margin:.5rem;background-color:var(--accent-three);color:#f5f5f5;font-weight:500;transition:background .2s ease,transform .2s ease}.projectcard__link:hover{background-color:var(--accent-two);transform:translateY(-3px) scale(1.05)}.readmore-btn{background:none;border:none;color:#1a1a1a;cursor:pointer;font-weight:500;margin:.5rem;padding:0}.readmore-btn:hover{text-decoration:underline}@media (min-width: 1080px){.projectcard__container{grid-template-columns:repeat(2,minmax(500px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;justify-items:center}.projectcard__container>.projectcard:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;max-width:500px}.projectcard{min-height:400px;padding:2rem}.projectcard__title{font-size:26px}.projectcard__description{margin-bottom:1rem}.projectcard__image{height:300px;margin-bottom:3.5rem}.projectcard__link{padding:.8rem 1.4rem;font-size:1.2rem}}@media (min-width: 768px){.projectcard__container{grid-template-columns:repeat(2,minmax(500px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.projectcard{min-height:400px;padding:2rem}.projectcard__title{font-size:26px}.projectcard__image{height:300px;margin-bottom:3.5rem}.projectcard__link{padding:.8rem 1.4rem;font-size:1.2rem}}@media (max-width: 1079px){.projectcard__container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.projectcard{flex:0 0 80%;scroll-snap-align:start;margin-right:1rem}}.projects{padding-left:1rem;padding-right:1rem;max-width:900px;margin:0 auto;line-height:1.6}.projects__title{padding:.3rem;margin:0 auto;text-align:center;color:#1a1a1a}@media (min-width: 1080px){.projects{max-width:1200px}.projects__title{font-size:3rem}}.footer{font-family:Karla,sans-serif;color:#f5f5f5;text-align:center;padding:1.5rem 0 2rem}@media (min-width: 768px){.footer{font-weight:700;font-size:20px;padding:5rem 0 3rem}}.hero{display:flex;flex-direction:column;align-items:center;margin:.3rem}.hero__heading{font-size:26px}.hero__about{margin:1rem}.hero__text{color:var(--primary);font-size:18px;text-align:center}.hero__links{margin-top:1rem}.hero__link{margin-left:.5rem;color:var(--primary);font-weight:700}@media (min-width: 768px){.hero__heading{font-size:36px}.hero__about{font-size:32px}.hero__link{margin-left:1rem;color:var(--primary);font-weight:700;font-size:18px}.hamburger{display:none}}@media (min-width: 1080px){.hero__heading{font-size:3.5rem}.hero__text{font-size:26px}}.contact__container{padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;align-items:center;margin-top:1.5rem}.contact__section{text-align:center;padding:1rem;margin:1rem;background:color-mix(in srgb,var(--background) 60%,transparent);border-radius:1rem;width:100%;max-width:500px;margin:2rem auto;box-shadow:0 4px 10px #0000001a}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.contact__section h2{color:#1a1a1a;margin-bottom:1rem}.contact__form{display:flex;flex-direction:column;gap:1rem;font-family:Karla,sans-serif}.contact__form input,.contact__form textarea{padding:.8rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}.contact__form textarea{min-height:100px;resize:vertical}.contact__form button{display:block;margin:0 auto;flex-direction:column;align-items:center;background:var(--accent-three);color:#fff;border:none;padding:.8rem;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:background .2s;width:8rem}.contact__form button:hover{transform:translateY(-3px);background-color:var(--accent-two)}.status{margin-top:.5rem;font-weight:700}.contact__buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.contact__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:1rem;text-decoration:none;color:#fff;background-color:#0077b5;border-radius:.5rem;transition:transform .2s,background-color .2s;width:8rem;text-align:center;background-color:var(--accent-three)}.contact__button:hover{background-color:var(--accent-two);transform:translateY(-3px)}@media (min-width: 768px){.contact__section{text-align:center;display:flex;flex-direction:column;align-items:center;min-width:600px;padding:2rem 3rem;gap:2rem;position:relative}.contactform__title{font-size:1.8rem}.contact__form{width:60%;margin-right:1rem}.contact__form input,.contact__form textarea{padding:1.2rem;font-size:1.1rem}.contact__form button{width:10rem;font-size:1.1rem;padding:1rem;margin-top:1rem}.contact__buttons{flex-direction:column;justify-content:center;align-items:center;right:1rem;gap:1rem;margin-top:0;position:absolute;top:50%;transform:translateY(-50%)}.contact__button{width:100%;max-width:200px;font-size:1rem}}@media (min-width: 1024px){.contact__section{min-width:1000px;margin:3rem auto;gap:3rem;position:relative}.contactform__title{font-size:32px}.contact__form{width:65%;margin-right:2rem}.contact__form button{width:12rem;font-size:1.3rem}.contact__buttons{position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.contact__button{width:100%;max-width:200px;font-size:1.2rem}}
