#root{width:100%;height:100%;margin:0 auto;text-align:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.content{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:50px 25px;max-width:1800px;margin:auto;min-height:100vh - 175px;min-height:calc(100vh - 485px)}.text{max-width:500px;padding:1rem 2rem;box-shadow:0 2px 4px #00000030;border-radius:15px 15px 0 0;width:78%}.imageSlide{position:relative;width:90vw;max-width:600px;min-width:300px;height:400px;display:flex;justify-content:center;align-items:center;margin:0;background-color:#0000;box-shadow:0 2px 4px #00000030;border-radius:15px 15px 0 0}.imageSlide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;border-radius:15px}.leftButton,.rightButton{position:absolute;top:50%;transform:translateY(-50%);background:#00000040;color:#fff;border:none;padding:8px 12px;font-size:1.5rem;cursor:pointer;z-index:10}.leftButton:hover,.rightButton:hover{background:#000000bf;border:none}.leftButton{left:10px}.rightButton{right:10px}.technologies{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem;width:90%}.technologies img{width:clamp(100px,10vw,150px);height:clamp(100px,10vw,150px);object-fit:contain;transition:box-shadow .3s ease;border-radius:8px}.technologies img:hover{filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}.techContainer{display:flex;justify-content:center;align-items:center;flex-direction:column}.experience{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--card-color);box-shadow:0 4px 12px #0000001a;border-radius:12px;overflow:hidden;margin:1.5rem 0;transition:transform .2s ease}.experience:hover{transform:translateY(-4px)}.experience img{width:200px;height:auto;object-fit:cover;border-right:1px solid #ddd;flex-shrink:0;border-radius:10px}.experience-text{padding:1rem;flex:1;max-width:600px}.experience-link{margin:0;line-height:1.6;color:var(--text)}.experience-link:visited{color:var(--text)}h3{margin-bottom:.5rem;font-size:1.5rem}@media (max-width: 768px){.experience{flex-direction:column}.experience img{width:100%;height:auto;border-right:none;border-bottom:1px solid #ddd}}.project{width:90%;max-width:1200px;background-color:var(--card-color);display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:12px;box-shadow:0 4px 8px #0000001a;position:relative}.projectHeader{width:100%;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:1rem}.projectHeader h2{margin:0 auto;text-align:center;font-size:2rem}.projectHeader .link{position:absolute;right:0;top:0;padding:.5rem}@media (max-width: 450px){.projectHeader h2{font-size:1.5rem}.projectHeader .link{position:relative;right:0;top:0;padding:.5rem}}.projectContainer{display:flex;flex-direction:row;flex-wrap:wrap;gap:50px;justify-content:center;align-items:flex-start;width:100%}.text{display:flex;justify-content:center;align-items:center;max-width:500px;padding:1rem;line-height:1.5;font-size:1rem;border-radius:10px;flex:1}.projectHeader img{width:clamp(45px,10vw,50px);height:clamp(45px,10vw,50px);object-fit:contain;transition:box-shadow .3s ease;border-radius:8px}.projectHeader img:hover{filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}.project .imageSlide{max-height:300px;max-width:45%}.navBar{top:0;height:75px;width:100%;position:relative;background-color:var(--navbar);color:var(--text);display:flex;justify-content:space-around;align-items:center;box-shadow:0 2px 4px #00000020}.dropdown{position:relative;display:flex;flex-direction:column;background-color:var(--navbar);z-index:100;border-radius:0 0 10px 10px}.burger-container{position:relative}.navBarButton{font-size:1.5rem;background-color:#0000;color:var(--text);padding:8px 20px;border-radius:15px;transition:.4s;z-index:1000}.navBarButton:visited{color:var(--text)}.navBarButton:hover{background-color:var(--hover-color, var(--navbar))}.slider-toggle{position:relative;display:inline-block;width:60px;height:32px}.slider-toggle input{opacity:0;width:0;height:0}.slider{background-color:var(--border-color);position:absolute;top:0;left:0;right:0;bottom:0;border-radius:34px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;padding:0 4px;justify-content:flex-start;font-size:1.2rem}.slider-toggle input:checked+.slider{background-color:var(--hover-blue);justify-content:flex-end}.icon{height:24px;width:24px;display:flex;align-items:center;justify-content:center}:root{--bg-color: #dfdfe0;--text: #252535;--navbar: #dee6e6;--button-bg: #d6dadf;--border-color: #d0d0d0;--card-color: #d8e0e0;--hover-red: #ff8e8e;--hover-green: #90ee90;--hover-blue: #7fb3ff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text);background-color:var(--bg-color)}.dark{--bg-color: #242424;--text: #e8eaed;--navbar: #2c2c2e;--button-bg: #3a3b3c;--border-color: #3f3f44;--card-color: #353637;--hover-red: #ef6b6b;--hover-green: #6bcb77;--hover-blue: #4d96ff}a{font-weight:500;text-decoration:inherit}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg);cursor:pointer;transition:border-color .25s}.footer{z-index:1000;width:100%;bottom:0;height:100px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px;background-color:var(--navbar)}.footer img{width:clamp(50px,10vw,75px);height:clamp(50px,10vw,75px);object-fit:contain;transition:box-shadow .3s ease;border-radius:8px}.footer img:hover{filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}
