@import url("https://fonts.googleapis.com/css2?family=Oxygen+Mono&family=Oxygen:wght@300;400;700&display=swap");body{font-family:Oxygen Mono,monospace;color:#fff;background:#1B1818;box-shadow:inset 0 4px 200px -25px rgba(85,0,0,.25);margin:0;padding:0}.main-container,body{overflow-x:hidden;display:flex;align-items:center;justify-content:center}.main-container{flex-direction:column}header{width:100vw;height:auto;position:relative;margin:0 0 65px}header .header-banner{height:auto;min-height:150px;object-fit:cover;width:100%;z-index:1;filter:blur(2.5px)}header .logo{z-index:2;width:12%;min-width:90px;height:auto;position:absolute;left:50%;transform:translate(-50%);bottom:15%;border:3.5px solid white;border-radius:50%}.left,h2{margin-left:35px}h2{font-family:Oxygen,sans-serif;font-weight:700;font-size:2.5em;margin-top:50px}p{font-size:1.3em;font-weight:100;margin-top:10px;padding-left:35px;padding-right:15px}.skills{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;gap:30px;margin-bottom:50px}.skills-container{border-radius:20px;border:4px solid var(--border-color);background:rgba(51,51,51,.8);box-shadow:0 4px 100px 5px rgba(232,115,100,.25);width:90vw;max-width:90vw;padding:40px 5px;flex-wrap:wrap;gap:40px 45px}.skill-container,.skills-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.skill-container{gap:20px}.skill-box{background:#8C8C8C;border-radius:25px;width:260px;max-width:95%;height:150px;display:flex;flex-direction:column;align-items:flex-start;padding-left:20px;padding-top:20px;padding-right:10px;gap:20px}.skill-box h3{font-family:Oxygen,sans-serif;font-size:1.7em;font-weight:700;margin:0}.skill-box p{font-size:1.1em;font-weight:100;margin:0;padding:0}.line{display:none}.line img{transform:translateY(50%)}.banner{width:100vw;height:auto;margin-top:50px;margin-bottom:50px}.banner .webm{width:100%;height:100%;padding:0;object-fit:cover;margin:0;animation:fadeIn 1s ease-in-out infinite;border-top:4px solid var(--border-color);border-bottom:4px solid var(--border-color)}.projects{flex-direction:column;justify-content:center;margin-top:20px;gap:30px;margin-bottom:60px;position:relative}.project,.projects{display:flex;align-items:center}.project{flex-direction:row}.projects-container{display:flex;flex-direction:column;align-items:center;width:100vw;justify-content:center}.projects-box{border-radius:20px;border:3px solid var(--border-color);background:rgba(51,51,51,.8);width:80vw;height:400px;padding-right:30px;overflow-y:auto}.arrow,.projects-box{transition:transform .3s ease-in-out}.arrow{cursor:pointer}.arrow:hover{transform:scale(1.25)}.controls{margin-top:30px;gap:20px}.controls,.project-selector{display:flex;flex-direction:row;align-items:center;justify-content:center;width:auto}.project-selector{height:100%;flex-wrap:wrap;gap:15px}.project-button{width:20px;height:20px;border-radius:50%;padding:0;border:2px solid #d9d9d9;background:transparent;cursor:pointer;transition:transform .3s ease-in-out}.project-button:hover{transform:scale(1.25)}.project-button:disabled{background:#D9D9D9}.project-text{height:100%;padding-left:10px}.project-image{width:220px;height:auto;border-radius:25px;float:right;margin-bottom:10px;margin-left:10px}.project-box{display:block;width:95%;height:auto;padding-left:30px;padding-top:40px}.project-text h3{font-family:Oxygen,sans-serif;font-size:2.2em;font-weight:700;margin:0}.project-text p{font-size:1.1em;font-weight:100;margin:35px 0 0;padding:0}.socials-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw}.socials-container h2{margin-left:0;margin-bottom:60px}.socials{flex-wrap:wrap;width:100%;height:auto;gap:10%;padding-left:10px;padding-right:10px}.link,.socials{display:flex;flex-direction:row;align-items:center;justify-content:center}.link{text-decoration:none;color:#fff;cursor:pointer;transition:transform .3s ease-in-out}.link:hover{transform:scale(1.1)}.link img{width:52px;height:50px;margin:10px}.link p{padding:0;margin:0}footer{width:100%;height:auto;margin-top:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;background:rgba(205,27,0,.59);box-shadow:0 -10px 20px 10px rgba(205,27,0,.59);padding-left:20px;padding-top:35px;padding-bottom:5px}footer p{font-size:1.1em;font-weight:100;margin:0}.outRight{animation:moveAndFadeOutLeft .6s ease-in-out;animation-fill-mode:forwards}.inRight,.outRight{will-change:transform,opacity,visibility;-webkit-backface-visibility:hidden;backface-visibility:hidden}.inRight{animation:moveAndFadeInLeft .6s ease-in-out;animation-fill-mode:forwards}.outLeft{animation:moveAndFadeOutRight .6s ease-in-out;animation-fill-mode:forwards}.inLeft,.outLeft{will-change:transform,opacity,visibility;-webkit-backface-visibility:hidden;backface-visibility:hidden}.inLeft{animation:moveAndFadeInRight .6s ease-in-out;animation-fill-mode:forwards}.absolute{position:absolute}.invisible{visibility:hidden}.spinner{width:70px;height:70px;border-color:#3d5af1 transparent;border-style:solid;border-width:8px;border-radius:50%;animation:spin-anim 1.2s linear infinite;margin-top:10%}.loading{color:#000;font-size:1.2rem;margin-bottom:10%}@media screen and (max-width:1075px){header{margin-bottom:40px}.skill-box{width:230px;height:120px}.skill-box h3{font-size:1.5em}.skill-box p{font-size:1em}.banner{margin-top:40px;margin-bottom:20px}.project-image{width:200px}}@media screen and (max-width:970px){.skill-box{width:210px;height:100px;gap:13px}.skill-box h3{font-size:1.3em}.skill-box p{font-size:.9em}}@media screen and (max-width:900px){header{margin-bottom:20px}.skills{margin-top:35px}.skills h2{margin-top:0}.skills-container{gap:32px 30px}.banner{margin-top:20px;margin-bottom:0}}@media screen and (max-width:855px){.skills-container{gap:28px 20px}}@media screen and (max-width:844px){h2{font-size:2.2em;margin-top:30px;margin-left:0}p{font-size:1.2em}.skills{gap:15px}.skill-box{width:190px;height:90px;gap:10px}.skill-box h3{font-size:1.15em}.skill-box p{font-size:.85em}.projects{gap:0;margin-bottom:40px}.projects-box{width:90vw;height:350px;padding-right:15px}.project-box{padding-left:20px;padding-top:30px}.projects-box h3{font-size:1.9em}.project-image{width:180px}}@media screen and (max-width:800px){.skills-container{gap:25px 15px}h2{font-size:2em}.p{font-size:1.1em}.skills{gap:10px}.skill-box{width:170px;height:80px;gap:7px}}@media screen and (max-width:785px){.project-image{width:160px}}@media screen and (max-width:737px){.controls{gap:10px;width:75%}.project-button{width:17px;height:17px}.project-text h3{font-size:2em}.project-text p{font-size:1em}.socials-container h2{margin-bottom:40px}}@media screen and (max-width:637px){.link img{width:47px;height:45px}}@media screen and (max-width:600px){h2{font-size:1.9em}p{font-size:1.1em}.projects-box{width:95vw}.project-box{padding-left:10px;padding-top:25px}.project-text p{margin-top:25px}}@media screen and (max-width:575px){h2{font-size:1.8em}p{font-size:1em}.arrow{width:40px;height:40px}.socials-container h2{margin-bottom:30px;margin-top:15px}.socials{gap:5%}}@media screen and (max-width:540px){.left{margin-left:25px}p{padding-left:25px}}@media screen and (max-width:500px){.project-image{width:140px}.projects-box{padding-right:0}.socials{gap:3%;justify-content:space-around}.link{margin-top:10px}}@media screen and (max-width:475px){h2{font-size:1.7em}p{font-size:.95em;padding-left:20px}.left{margin-left:20px}.arrow{width:35px;height:35px}.project-button{width:16px;height:16px}.link img{width:40px;height:38px}}@media screen and (max-width:461px){.skills-container{justify-content:space-between;padding-top:20px;padding-bottom:20px}.skill-box{margin-left:10px;width:66%}.skill-container{width:100%;gap:0}.line{display:flex;width:33%}.line:nth-child(2n){justify-content:flex-start}.line:nth-child(odd){justify-content:flex-end}.line:nth-child(2n) img{margin-left:5px}.arrow{width:30px;height:30px}.project-selector{max-width:55%;gap:10px}.project-text h3{font-size:1.8em}.project-text p{font-size:.9em}}@media screen and (max-width:381px){.left{margin-left:17px}h2{font-size:1.6em}p{font-size:.9em;padding-left:17px;padding-right:10px}.project-text p{margin-top:20px}}@media screen and (max-width:350px){.line img{width:60%}.skill-box{height:70px;padding-top:10px;padding-left:13px}.skill-box h3{font-size:1em}.skill-box p{font-size:.7em}.project-image{width:120px}.project-box{padding-left:0}}@media screen and (max-width:320px){.left{margin-left:15px}h2{font-size:1.5em}p{font-size:.8em;padding-left:15px}.project-image{width:100px}.project-text h3{font-size:1.6em}.project-text p{font-size:.8em}.projects-box{height:300px}}@media screen and (max-width:300px){.socials-container h2{margin-bottom:10px}.socials{gap:2%}.link img{width:35px;height:33px}}@media screen and (max-width:275px){.skill-box{height:65px}.skill-box h3{font-size:.9em}.skill-box p{font-size:.6em}}@media screen and (max-width:270px){.project-image{width:90px}.project-text h3{font-size:1.5em}.project-text p{font-size:.75em}}@media screen and (max-width:250px){.left{margin-left:10px}h2{font-size:1.4em}p{font-size:.75em;padding-left:10px}.skill-box{height:61px}.skill-box h3{font-size:.75em}.skill-box p{font-size:.45em}}@keyframes moveAndFadeOutLeft{0%{transform:translateX(0);display:block;opacity:1}to{transform:translateX(-150%);display:block;opacity:0}}@keyframes moveAndFadeInLeft{0%{transform:translateX(150%);display:block;opacity:0}to{transform:translateX(0);display:block;opacity:1}}@keyframes moveAndFadeOutRight{0%{transform:translateX(0);display:block;opacity:1}to{transform:translateX(150%);display:block;opacity:0}}@keyframes moveAndFadeInRight{0%{transform:translateX(-150%);display:block;opacity:0}to{transform:translateX(0);display:block;opacity:1}}@keyframes spin-anim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes appear{0%{visibility:visible;opacity:0}to{visibility:visible;opacity:1}}:root{--border-color:#E2351E;--border-thickness:3px;--border-radius:20px}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-width:100vw}.down-headline{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.3rem}.down-subheadline{font-size:1.2rem;font-weight:200;color:#fff;margin-bottom:2rem}.video-container{position:relative;width:72%;padding-top:37%;border:var(--border-thickness) solid var(--border-color);border-radius:var(--border-radius);overflow:hidden}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}