body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}li,ul{list-style-type:none;margin-block-end:0;margin-block-start:0;padding-inline-start:0}body{background-color:#0a0a12;overflow-x:hidden;position:relative}.class-container{animation:fadeIn 1s ease forwards;animation-delay:2.5s;opacity:0;z-index:1}.nav-bar,.nav-bar .routes-container,.nav-bar .routes-container .title,.select-language{align-items:center;display:flex;justify-content:center}.nav-bar{animation:fadeIn 1s ease forwards;animation-delay:.5s;background-color:#0000;color:#fff;height:5rem;left:0;opacity:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:10}.nav-bar .routes-container{background-color:#0a0a12;border:1px inset #fff;border-radius:25px;flex-direction:row;font-size:large;gap:1rem;padding:.75rem 1.5rem;pointer-events:all}@media screen and (max-width:768px){.nav-bar .routes-container{font-size:medium;gap:.25rem;justify-content:space-around;padding:.5rem 0;width:80vw}}.nav-bar .routes-container .title{cursor:pointer;height:100%;transition:transform .3s ease}.nav-bar .routes-container .title:hover{text-shadow:0 0 5.5px #fff,0 0 11px #fff,0 0 22px #fff;transform:scale(1.1) translateY(-2px)}.selected-language:hover .dropdown-menu{opacity:1;pointer-events:all;transform:translateY(0)}.select-language{cursor:pointer;flex-direction:column;gap:.25rem;pointer-events:all;position:absolute;right:1rem;top:1rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.select-language{right:.5rem;top:.5rem}}.select-language .dropdown-menu{border-radius:4px;display:flex;flex-direction:column;left:0;opacity:0;pointer-events:none;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;z-index:1000}.language-flag img:hover{filter:brightness(.9)}img.flag{height:1rem;vertical-align:middle;width:1.5rem}.svg-icon{height:2rem;width:2rem}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.svg-icon{height:1.5rem;width:1.5rem}}.tooltip{background-color:#333;border-radius:.75rem;bottom:100%;color:#fff;display:none;left:50%;padding:.5rem;position:absolute;transform:translateX(-50%);z-index:2}.big-title,.contacts,.me,.me .text-container,.personal-infos,.reflect{align-items:center;display:flex;justify-content:center}.personal-infos{min-height:100vh;width:100vw}.me{animation:fadeIn 1s ease forwards;animation-delay:1s;gap:.5rem;opacity:0;position:relative;z-index:1}.me .img-container{aspect-ratio:1/1;border-radius:50%;position:relative;transition:transform .3s ease;width:7.5rem}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.me .img-container{width:5rem}}.me .img-container .pic-me{border-radius:50%;height:100%;overflow:hidden;width:100%}.me .img-container .pic-me img{border-radius:50%;height:100%;object-fit:cover;width:100%}.me .img-container .img-flag{bottom:0;position:absolute;right:0;z-index:1}.me .text-container{flex-direction:column}.me .text-container .me-flag{width:100%}.big-title-name{font-size:xx-large}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.big-title-name{font-size:large}}.big-title{animation:fadeIn 1s ease forwards;animation-delay:1.5s;font-size:6rem;font-weight:700;line-height:.9;opacity:0;text-align:center}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.big-title{font-size:xx-large}}.contacts{animation:fadeIn 1s ease forwards;animation-delay:2s;gap:1rem;margin-top:1.5rem;opacity:0}.contacts a{cursor:pointer;position:relative}.contacts a:hover .tooltip{display:block}.reflect{aspect-ratio:1/1;border:1px inset #fff;border-radius:50%;overflow:hidden;position:relative;transition:transform .3s ease;width:4rem}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.reflect{width:3rem}}.reflect:after{background:linear-gradient(90deg,#fff0,#fff6 50%,#fff0);content:"";height:100%;left:-100%;opacity:0;position:absolute;top:0;transform:skewX(-20deg);transition:all 1s cubic-bezier(.23,1,.32,1);width:40%}.reflect:hover{transform:scale(1.05)}.reflect:hover:after{left:120%;opacity:1}.tech-stack .dev-stack-container{align-items:center;display:flex;justify-content:center}.tech-stack{border-radius:1rem;margin:5rem 0;padding:1rem;width:50vw}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.tech-stack{width:90vw}}.tech-stack .title{font-size:x-large}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.tech-stack .title{font-size:xx-large}}.tech-stack .smaller-title{font-size:large;margin:.5rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.tech-stack .smaller-title{font-size:x-large}}.tech-stack .dev-stack-container{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.tech-stack .dev-stack-container{font-size:large}}.tech-container{align-items:center;display:flex;gap:.25rem;justify-content:center}.project{aspect-ratio:2/3;background-color:#0a0a12;border:1px inset #fff;border-radius:15px;transition:transform .3s ease;width:20rem;z-index:2}.project:hover{transform:translateY(-5px)}.project .image-container{border-radius:15px 15px 0 0;height:45%;overflow:hidden;position:relative}.project .image-container .project-type-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;position:absolute;right:.5rem;top:.5rem;z-index:10}.project .image-container img{height:100%;object-fit:cover;width:100%}.project .infos{display:flex;flex-direction:column;height:55%;padding:0 .5rem}.project .infos .first-line{display:flex;font-size:medium;font-weight:700;height:20%}.project .infos .first-line .name{align-items:center;display:flex;flex:1 1;margin-left:.5rem;text-align:left}.project .infos .first-line .discover{align-items:center;display:flex;flex:1 1;justify-content:flex-end;margin-right:.5rem;text-align:end;text-decoration:underline}.project .infos .first-line .discover a{align-items:center;display:flex}.project .infos .first-line .discover:hover svg{transform:translateX(10px)}.project .infos .first-line .discover svg{transition:transform .3s ease-in-out}.project .infos .description{background-color:#000;color:#d3d3d3;height:35%;padding:.5rem}.project .infos .stack{background-color:#000;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.25rem;padding:.5rem}.project .infos .stack *{background-color:#f5f5f5;border-radius:.25rem;color:#000;height:auto;padding:.25rem}.project .infos .icons-link{align-self:end;display:flex;gap:.25rem;margin:0 .25rem .25rem 0;width:fit-content}.project .infos .icons-link:hover .icon-container{filter:brightness(.5)}.project .infos .icons-link .icon-container{position:relative}.project .infos .icons-link .icon-container:hover{cursor:pointer;filter:brightness(1)}.project .infos .icons-link .icon-container:hover .tooltip{display:block}.projects-container{align-items:center;display:flex;flex-direction:column;width:100%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.projects-container{width:90vw}}.projects-container .title{font-size:x-large;width:50vw}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.projects-container .title{font-size:xx-large;width:90vw}}.projects-container .projects-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 0;row-gap:2rem}.experiences .content .nothing{align-items:center;display:flex;justify-content:center}.experiences{padding:2.5rem 0;width:50vw}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.experiences{width:90vw}}.experiences .title{font-size:x-large}.experiences .titles-container{display:flex;margin-top:1rem}.experiences .titles-container .title{border-radius:.25rem;cursor:pointer;flex:1 1;text-align:center;transition:background-color .5s ease}.experiences .content{border:1px inset #fff;border-radius:.25rem;display:flex;flex-direction:column;height:auto;margin-top:1rem;min-height:5rem;row-gap:.5rem}.experiences .content .nothing{height:100%;width:100%}.experience{display:flex;padding:.5rem .25rem;width:100%}.experience .left-side-img{align-items:center;display:flex;justify-content:center;width:10%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.experience .left-side-img{width:20%}}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.experience .left-side-img{width:30%}}.experience .left-side-img img{aspect-ratio:1/1;border-radius:50%;width:75%}.experience .text{color:#d3d3d3;flex:1 1;font-size:small}.experience .text *{padding:.125rem .25rem}.experience .text .title{color:#fff;font-size:medium}.experience .text .description,.experience .text .second-title{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;white-space:normal;word-break:break-word}.second-title{color:#d3d3d3;margin-bottom:1rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.second-title{font-size:large}}.contact-form{color:#d3d3d3;display:flex;flex-direction:column;margin:2rem auto;max-width:100%;padding:0 2.5rem}.form-input,.form-textarea{background-color:#0000;border:1px solid #ccc;border-radius:4px;color:#d3d3d3;font-size:16px;margin-bottom:15px;padding:10px}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.form-input,.form-textarea{font-size:x-large}}.form-textarea{height:10rem}.form-button{background-color:#fff;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:16px;padding:10px}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.form-button{font-size:x-large}}.form-button:hover{filter:brightness(.9)}.form-button:disabled{background-color:#ccc;cursor:not-allowed}.contact-container{padding:2.5rem 0;width:50vw}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.contact-container{width:90vw}}.contact-container .title{font-size:x-large}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.contact-container .title{font-size:xx-large}}.footer{align-items:center;border:1px inset #fff;border-radius:.5rem;color:#fff;display:flex;height:10rem;justify-content:space-between;margin:2.5rem 0;width:50vw}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.footer{width:90vw}}.footer .links{color:#d3d3d3;display:flex;gap:1.5rem;margin-left:1.5rem}@media only screen and (max-device-width:728px),only screen and (max-width:728px){.footer .links{font-size:small}}.footer .links ul{margin-block-end:0;margin-block-start:0;padding-inline-start:0}.footer .links ul li:hover{cursor:pointer;text-decoration:underline}.footer .my-name{display:flex;flex-direction:column;justify-content:end;margin-right:1.5rem}.footer .my-name div{font-size:xx-large;line-height:.9;width:auto}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.footer .my-name div{font-size:x-large}}.glow-background{align-items:center;background-color:#0a0a12;color:#fff;display:flex;flex-direction:column;justify-content:center;width:100%}.glow-background .light{animation:fadeIn 1s ease forwards,move 2s ease infinite;border-radius:50%;opacity:0;pointer-events:none;position:fixed;z-index:0}.glow-background .light-1{animation-delay:.5s;background-color:#59127a;filter:blur(12.5rem);height:18.75rem;left:15%;top:20%;width:18.75rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.glow-background .light-1{background-color:blue;width:12.5rem}}.glow-background .light-2{animation-delay:1s;background-color:#baf7f799;filter:blur(11.25rem);height:15.625rem;left:80%;top:70%;width:15.625rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.glow-background .light-2{background-color:green;width:11rem}}.glow-background .light-3{animation-delay:1.5s;background-color:#d673c1;filter:blur(9.375rem);height:9.375rem;left:50%;top:50%;width:9.375rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.glow-background .light-3{background-color:#fff;width:10rem}}.glow-background .light-4{animation-delay:2s;background-color:#cca8f080;filter:blur(10rem);height:12.5rem;left:30%;top:60%;width:12.5rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.glow-background .light-4{background-color:red;width:8rem}}.page-not-found{align-items:center;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}h1{font-size:6rem;margin:0}p{font-size:1.5rem;margin:20px 0}.home-link{color:#007bff;font-size:1.2rem;text-decoration:none}.home-link:hover{text-decoration:underline}.project-page,.project-page .container{align-items:center;display:flex;justify-content:center}.project-page{background-color:#0a0a12;color:#fff;flex-direction:column;overflow:hidden;position:relative;width:100%}.project-page .container{display:flex;flex-direction:column;gap:5rem;height:100vh;width:100%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container{gap:2.5rem}}.project-page .container .title{font-size:x-large;width:80%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .title{width:90%}}.project-page .container .title .in-progress{color:#d3d3d3;font-size:small}.project-page .container .content{display:flex;height:50%;width:80%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content{width:100vw}}.project-page .container .content .features-list{border:1px inset #fff;border-radius:.25rem 0 0 .25rem;display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;width:25%}.project-page .container .content .features-list li{word-wrap:break-word;animation:fadeInLeft .5s ease forwards;animation-delay:var(--delay);cursor:pointer;display:flex;filter:brightness(.5);gap:.25rem;max-width:100%;opacity:0;overflow-wrap:break-word;padding:.75rem 1rem;white-space:normal;width:auto;word-break:break-word}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .features-list li{font-size:small}}.project-page .container .content .features-list li:hover{filter:brightness(1)}.project-page .container .content .details{border:1px inset #fff;border-radius:.25rem .25rem 0;display:flex;padding:.5rem 1rem;width:75%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details{display:flex;flex-direction:column;overflow-y:auto}}.project-page .container .content .details .description{animation:fadeIn .5s ease forwards;animation-delay:0;opacity:0;width:70%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .description{width:100%}}.project-page .container .content .details .description li,.project-page .container .content .details .description p,.project-page .container .content .details .description td,.project-page .container .content .details .description th{word-wrap:break-word;font-size:medium;max-width:100%;overflow-wrap:break-word;white-space:normal;word-break:break-word}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .description li,.project-page .container .content .details .description p,.project-page .container .content .details .description td,.project-page .container .content .details .description th{font-size:small}}.project-page .container .content .details .description code,.project-page .container .content .details .description pre{max-width:100%;white-space:pre-wrap}.project-page .container .content .details .images-container{height:90%;margin:auto 0;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:30%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container{height:50vh;overflow-x:auto;overflow-y:visible;overflow-y:initial;padding:.25rem;width:100%}}.project-page .container .content .details .images-container .images-content{align-items:center;animation:fadeIn .5s ease forwards;animation-delay:0;display:flex;flex-direction:column;gap:1.5rem;height:100%;opacity:0;padding:.5rem 0;position:relative}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content{flex-direction:row;font-size:small;gap:1rem;justify-content:flex-start;padding:.25rem;width:100%}}.project-page .container .content .details .images-container .images-content .image-viewer{align-items:center;animation:fadeIn .3s ease;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.project-page .container .content .details .images-container .images-content .image-viewer .zoom-overlay{background-color:#000000e6;height:100%;left:0;position:absolute;top:0;width:100%}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content{align-items:center;animation:zoomIn .3s ease;display:flex;flex-direction:column;gap:1rem;max-height:90vh;max-width:90vw;position:relative;width:100%;z-index:1001}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content{gap:.5rem;max-height:95vh;max-width:95vw}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .close-button{align-items:center;background:#fff3;border:2px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:700;height:2.5rem;justify-content:center;line-height:1;padding:0;position:absolute;right:0;top:-2.5rem;transition:all .3s ease;width:2.5rem;z-index:1002}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .close-button:hover{background:#ffffff4d;border-color:#fffc;transform:rotate(90deg)}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .close-button{font-size:1.5rem;height:2rem;top:-3rem;width:2rem}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .zoomed-image{border:2px solid #ffffff4d;border-radius:.5rem;box-shadow:0 20px 60px #000c;cursor:default;max-height:calc(80vh - 120px);max-width:100%;object-fit:contain;pointer-events:auto}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .zoomed-image{border-radius:.25rem;max-height:calc(70vh - 80px)}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .image-caption{word-wrap:break-word;background:#0009;border-radius:.5rem;color:#fff;font-size:1rem;max-width:100%;padding:.5rem 1rem;text-align:center}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .image-caption{font-size:.875rem;padding:.25rem .5rem}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button{align-items:center;background:#0000;border:2px solid #0000;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;font-weight:700;height:3rem;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:3rem;z-index:1002}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button:hover{transform:translateY(-50%) scale(1.3)}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button.nav-button-prev{left:-4rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button.nav-button-prev{font-size:2rem;height:2.5rem;left:.5rem;width:2.5rem}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button.nav-button-next{right:-4rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .nav-button.nav-button-next{font-size:2rem;height:2.5rem;right:.5rem;width:2.5rem}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container{align-items:center;background:#0006;border-radius:.5rem;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.75rem;justify-content:center;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:.5rem;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin;width:100%}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container::-webkit-scrollbar{height:6px}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container::-webkit-scrollbar-track{background:#0000}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container{gap:.5rem;justify-content:flex-start;padding:.25rem}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container .thumbnail{border:2px solid #ffffff4d;border-radius:.5rem;cursor:pointer;display:block;flex-shrink:0;height:80px;opacity:.6;overflow:hidden;transition:all .3s ease;width:80px}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container .thumbnail{border-radius:.25rem;height:50px;width:50px}}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container .thumbnail:hover{border-color:#fff9;opacity:1;transform:scale(1.1)}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container .thumbnail.active{border-color:#ffffffe6;box-shadow:0 0 10px #ffffff80;opacity:1}.project-page .container .content .details .images-container .images-content .image-viewer .viewer-content .thumbnails-container .thumbnail img{display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.project-page .container .content .details .images-container .images-content div{align-items:center;display:flex;flex-direction:column;gap:.5rem;max-width:100%;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content div{flex-shrink:0;max-width:250px;min-width:200px}}.project-page .container .content .details .images-container .images-content div img{border:1px inset #ffffff4d;border-radius:1rem;box-shadow:0 4px 8px #0000004d;cursor:zoom-in;height:auto;max-height:400px;max-width:100%;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;width:100%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content div img{border-radius:.75rem;max-height:200px}}.project-page .container .content .details .images-container .images-content div img:hover{border-color:#fff9;box-shadow:0 8px 16px #00000080}.project-page .container .content .details .images-container .images-content div span{word-wrap:break-word;color:#fffc;font-size:.875rem;overflow-wrap:break-word;padding:.25rem .5rem;text-align:center;width:100%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .content .details .images-container .images-content div span{font-size:.75rem}}.project-page .container .other-projects{background-color:0;display:flex;flex-direction:column;height:5rem;justify-content:center;width:80%}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.project-page .container .other-projects{width:90%}}.project-page .container .other-projects .title{font-size:x-large;width:100%}.project-page .container .other-projects .other-projects-container{align-items:center;display:flex;gap:2rem;margin-left:1rem;margin-top:1rem}.project-page .container .other-projects .other-projects-container .proj-name{cursor:pointer}.project-page .container .other-projects .other-projects-container .proj-name:hover{text-shadow:0 0 5.5px #fff,0 0 11px #fff,0 0 22px #fff}.nothing-to-show{word-wrap:break-word;font-size:medium;max-width:100%;overflow-wrap:break-word;text-align:center;white-space:normal;word-break:break-word}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.nothing-to-show{font-size:small}}.light{border-radius:50%;pointer-events:none;position:absolute;z-index:0}.light-1{background-color:#59127a;filter:blur(12.5rem);height:18.75rem;left:10%;top:10%;width:18.75rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.light-1{background-color:blue;width:12.5rem}}.light-2{background-color:#baf7f799;filter:blur(11.25rem);height:15.625rem;left:70%;top:80%;width:15.625rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.light-2{background-color:green;width:11rem}}.light-3{background-color:#d673c1;filter:blur(9.375rem);height:9.375rem;left:90%;top:10%;width:9.375rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.light-3{background-color:#fff;width:10rem}}.light-4{background-color:#cca8f080;filter:blur(10rem);height:12.5rem;left:30%;top:60%;width:12.5rem}@media only screen and (max-device-width:1024px),only screen and (max-width:1024px){.light-4{background-color:red;width:8rem}}
/*# sourceMappingURL=main.2ee2c5ff.css.map*/