@import"https://fonts.googleapis.com/css2?family=Mada:wght@200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}a{all:unset}a:hover{cursor:pointer}:root{--white: #333333;--black: #f9f0ec;--accent: #FF5D18;--source: "Source Sans 3", sans-serif;--mada: "Mada", sans-serif;--bg-gradient: linear-gradient(315deg, #cccccc 0%, #F4F4F4 100%)}[data-theme=dark]{--black: #333333;--white: #f9f0ec;--bg-gradient: linear-gradient(315deg, #0b0b0b 0%, #525252 100%)}body{height:900vh;height:900dvh;font-family:var(--source);background:var(--bg-gradient);color:var(--white)}h1,h2,h3{font-family:var(--mada);font-weight:800}h1{font-size:2.5rem}h4{font-family:var(--mada);text-transform:uppercase;margin-bottom:.5rem}.content-section{opacity:0;position:fixed;transition:.4s ease-out;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center;margin-inline:20%}.profilePic{align-self:center;justify-self:center;border-radius:5px;width:250px;background:linear-gradient(180deg,#3330 50%,#141414) 50px 0px}.about{display:flex;justify-content:center;flex-direction:column;max-width:500px}.about-skills{display:flex;justify-content:center;flex-direction:column}.about-wrapper{display:flex;flex-wrap:wrap}.dot{color:var(--accent)}nav{z-index:100;position:fixed;display:flex;justify-content:space-between;width:100%;padding-inline:20%;margin-top:1rem;height:3rem;align-items:center}nav ul{position:absolute;right:23%;display:flex;gap:1rem;list-style:none;font-weight:500;font-size:1.2rem;animation:fadeIn .3s}.link:hover{cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translate(25px)}to{opacity:1}}@keyframes fadeInMobile{0%{opacity:0;transform:translateY(-10px)}to{opacity:1}}.logo{opacity:0;font-family:var(--mada);font-weight:900;font-size:3rem;transition:1s;-webkit-user-select:none;user-select:none}.logo.false{opacity:1}.scroll{position:fixed}footer{position:fixed;bottom:0;display:flex;width:100%;margin-bottom:1rem;justify-content:space-between;padding-inline:20%;gap:15px}.job{font-size:1.75rem}.projects{display:flex;align-items:center;flex-direction:column;gap:2rem;-webkit-user-select:none;user-select:none}.projects h2{align-self:flex-start}.project-cards{flex-wrap:wrap}.project-card{width:250px;display:flex;flex-direction:column;background-color:var(--black);border-radius:.25rem;padding:1rem}.project-card p{max-height:50px;overflow:hidden;transition:.5s}.project-card p:hover{cursor:pointer}.project-card p.expanded{max-height:300px}.project-card button{align-self:center}.project-card .expander{all:unset;align-self:center;margin-block:.5rem;color:var(--accent);transition:.2s}.project-card button.expanded{transform:rotate(180deg)}.project-cards{display:flex;gap:1rem}.scrollbar{position:fixed;right:20%;top:50%;z-index:99;height:fit-content;transform:translateY(-50%);display:flex;flex-direction:column;width:.3vh;gap:3rem;align-items:center;justify-content:space-between}.circle:after{all:unset;content:"";position:absolute;background-color:var(--white);width:1vh;height:1vh;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;transition:.6s}.circle.active:after{background-color:var(--accent)}.circle{all:unset;position:relative;width:3vh;height:3vh;border-radius:100%}.circle:first-child{margin-top:-1vh}.circle:last-child{margin-bottom:-1vh}.circle:hover{cursor:pointer}.circle:hover:after{outline:1px solid var(--white)}::-webkit-scrollbar{display:none;width:0px}body{-ms-overflow-style:none;scrollbar-width:none}.menu-wrapper{all:unset;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;position:relative;z-index:100001}.menu-wrapper:hover{cursor:pointer}.menu-circle{width:5px;height:5px;border-radius:100%;background-color:var(--accent);transition:.3s}.menu-wrapper.true .menu-circle:nth-child(2n){opacity:0}.menu-wrapper.false:hover .menu-circle:nth-child(2n){transform:translate(5px)}.menu-wrapper:after{content:"";position:absolute;width:calc(100% + 5px);height:2px;background-color:var(--accent);top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);z-index:-1;opacity:0;transition:.3s}.menu-wrapper:before{content:"";position:absolute;width:calc(100% + 5px);height:2px;background-color:var(--accent);top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);z-index:-1;opacity:0;transition:.3s}.menu-wrapper.true:after,.menu-wrapper.true:before{opacity:1;transition:.3s}.about p,.about-skills p{margin-block:.5rem}@media screen and (max-width: 767px){@media screen and (min-resolution: 192dpi){html,body{height:100%;overflow:hidden}body{overscroll-behavior:contain}.content-section{overflow-y:auto;-webkit-overflow-scrolling:touch;animation:fadeInMobile .5s}}.project-images{display:grid;grid-template-columns:1fr 1fr;max-height:70vh;max-height:70dvh}.project-images>*{max-height:35vh;max-height:35dvh}.description{margin-bottom:0;min-height:unset;transform:unset;height:fit-content;padding-bottom:.5rem}.description p{font-size:.7rem;margin-bottom:0}.content-section{margin-inline:5%}nav{padding-inline:2%}footer{padding-inline:2%}.scrollbar{right:2%}nav ul{display:grid;grid-template-columns:1fr 1fr;width:100vw;width:100dvw;height:35vh;top:-1rem;left:0;background-color:var(--black);padding:1rem;border-radius:5px;animation:fadeInMobile .3s;z-index:1000;place-items:center}.link:first-child{grid-column:1/3}.link{display:flex;justify-content:center;align-items:center;width:100%;height:100%}}.link{cursor:pointer;transition:color .3s ease}.link:hover{color:var(--accent)}.link:hover .dot{color:var(--white)}.background-texture{width:100vw;width:100dvw;height:100vh;position:fixed;background-image:url(/assets/grunge-wall-texture-BURou_M1-FGjiGWVE.webp);background-position:center;background-size:cover;z-index:-1;opacity:.08;mix-blend-mode:overlay}.linkedin-link{position:relative}a:hover svg,.expander:hover{filter:drop-shadow(0px 0px 2px var(--accent));cursor:pointer}svg{transition:filter .2s}.gitlablink svg{transform:scale(1.3)}.gitlablink{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:center;font-weight:800}.contact-btn{all:unset;text-align:center;width:35ch;border:2px solid var(--accent);padding:.5rem 1rem;border-radius:10px;text-transform:uppercase;font-weight:800;transition:.2s;margin-top:1rem}.contact-btn:hover{cursor:pointer;background-color:var(--accent)}p.collapsed{position:relative}p.collapsed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background:linear-gradient(to top,var(--black),rgba(0,0,0,0))}.skills{all:unset;font-weight:800;margin-top:2rem;width:fit-content;border:2px solid var(--accent);padding:.5rem 1rem;border-radius:10px;text-transform:uppercase;transition:.2s}.project-btn{all:unset;font-weight:800;width:fit-content;border:2px solid var(--accent);padding:.5rem 1rem;border-radius:10px;text-transform:uppercase;transition:.2s}.project-btn:hover,.skills:hover{cursor:pointer;background-color:var(--accent)}.skill-list{display:flex;gap:1rem;margin-top:1rem}.skill-list h3{font-weight:700;text-transform:uppercase}.personal-skills{margin-top:1rem}.about-wrapper.false *,.about-wrapper.true *{animation:fadeInAbout .9s ease}.contact p{margin-block:2rem;display:flex;flex-direction:column}@keyframes fadeInAbout{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 1250px){.about-wrapper{justify-content:center;align-items:center}@media screen and (max-height: 720px){.skills{margin-top:.5rem}.profilePic{height:250px;object-fit:contain}}@media screen and (max-height: 600px){.profilePic{display:none}}}@media screen and (max-width: 450px){.profilePic{height:65vw;object-fit:contain}}@media screen and (max-width: 860px){.project-cards{display:flex;flex-wrap:nowrap;overflow-x:scroll}}@media screen and (max-height:666px){.logo{visibility:hidden}}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--black);transition:.4s;border-radius:34px;border:2px solid var(--accent)}.slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--black);transition:.4s;box-shadow:inset 10px 0 0 1px var(--white);border-radius:50%}input:checked+.slider:before{transform:translate(22px);background-color:var(--white);box-shadow:unset}.icon{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;transition:opacity .4s ease}.icon.sun{left:8px}.icon.moon{right:8px}.icon.hidden{opacity:0}input:checked+.slider .sun{opacity:0}input:checked+.slider .moon{opacity:1}input:not(:checked)+.slider .moon{opacity:0}input:not(:checked)+.slider .sun{opacity:1}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.theme-light{--brand-primary: rgb(47, 112, 193);--brand-secondary: rgb(116, 97, 195);--brand-alternative: rgb(19, 120, 134);--background-site: rgb(249, 249, 249);--background-code: rgb(244, 244, 244);--text-body: rgb(54, 49, 61);--text-comment: rgb(99, 94, 105);--text-high-contrast: rgb(49, 49, 49);--text-medium-contrast: rgb(255, 136, 0);--text-low-contrast: rgb(116, 109, 118);--detail-high-contrast: rgb(192, 192, 192);--detail-medium-contrast: rgb(234, 234, 234);--detail-low-contrast: rgb(240, 240, 242);--admonition-note: rgb(46, 109, 188);--admonition-warning: rgb(255, 196, 9);--admonition-danger: rgb(220, 38, 38);--brand-primary-rgb-value: 47, 112, 193;--brand-secondary-rgb-value: 116, 97, 195;--brand-alternative-rgb-value: 19, 120, 134;--background-site-rgb-value: 249, 249, 249;--background-code-rgb-value: 244, 244, 244;--text-body-rgb-value: 54, 49, 61;--text-comment-rgb-value: 99, 94, 105;--text-high-contrast-rgb-value: 49, 49, 49;--text-medium-contrast-rgb-value: 99, 94, 105;--text-low-contrast-rgb-value: 116, 109, 118;--detail-high-contrast-rgb-value: 192, 192, 192;--detail-medium-contrast-rgb-value: 234, 234, 234;--detail-low-contrast-rgb-value: 240, 240, 242;--admonition-note-rgb-value: 46, 109, 188;--admonition-warning-rgb-value: 255, 196, 9;--admonition-danger-rgb-value: 220, 38, 38}.theme-dark{--brand-primary: rgb(138, 180, 248);--brand-secondary: rgb(193, 168, 226);--brand-alternative: rgb(136, 186, 191);--background-site: rgb(0, 0, 0);--background-code: rgb(12, 12, 12);--text-body: rgb(222, 222, 222);--text-comment: rgb(170, 170, 170);--text-high-contrast: rgb(230, 230, 230);--text-medium-contrast: rgb(202, 202, 202);--text-low-contrast: rgb(170, 170, 170);--detail-high-contrast: rgb(101, 101, 101);--detail-medium-contrast: rgb(25, 25, 25);--detail-low-contrast: rgb(21, 21, 21);--admonition-note: rgb(138, 180, 248);--admonition-warning: rgb(253, 186, 116);--admonition-danger: rgb(220, 38, 38);--brand-primary-rgb-value: 138, 180, 248;--brand-secondary-rgb-value: 193, 168, 226;--brand-alternative-rgb-value: 136, 186, 191;--background-site-rgb-value: 0, 0, 0;--background-code-rgb-value: 12, 12, 12;--text-body-rgb-value: 222, 222, 222;--text-comment-rgb-value: 170, 170, 170;--text-high-contrast-rgb-value: 230, 230, 230;--text-medium-contrast-rgb-value: 202, 202, 202;--text-low-contrast-rgb-value: 170, 170, 170;--detail-high-contrast-rgb-value: 101, 101, 101;--detail-medium-contrast-rgb-value: 25, 25, 25;--detail-low-contrast-rgb-value: 21, 21, 21;--admonition-note-rgb-value: 138, 180, 248;--admonition-warning-rgb-value: 253, 186, 116;--admonition-danger-rgb-value: 220, 38, 38}.embla{max-width:50vw;position:relative;margin:auto;--slide-height: 19rem;--slide-spacing: 1.4rem;--slide-size: 38%}.embla__viewport{overflow:hidden;transition:.3s}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:1.8rem}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem rgba(var(--accent),.5);width:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__button{position:absolute;bottom:50%;opacity:.7;color:var(--white)}.embla__button--next{right:1%}.embla__button--prev{left:1%}@media screen and (max-width: 1280px){.embla{--slide-spacing: 1rem;--slide-size: 50%}}@media screen and (max-width: 767px){.embla{--slide-spacing: 1rem;--slide-size: 100%;max-width:90vw}}
