*{padding:0;margin:0;box-sizing:border-box}.transition,.button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sillycat{position:absolute;top:0;width:100%;height:100svh;z-index:9999;scroll-behavior:unset;background-color:#000;display:flex;align-items:center;justify-content:center;animation-name:bg-transition;animation-duration:2.5s}.sillycat img{width:80%;height:80svh;animation-name:img-transition;animation-duration:1s}@keyframes bg-transition{0%{opacity:0}to{opacity:1}}@keyframes img-transition{0%{scale:0}to{scale:1}}.navbar{display:flex;justify-content:space-between;padding:1rem;position:absolute;top:0;width:100%}.navbar .left-part{display:flex;align-items:center;gap:1rem;text-decoration:none}.navbar .left-part .logo{object-fit:cover;object-position:center;width:3rem;height:3rem}.navbar .left-part p{font-size:25px}.navbar .right-part{display:flex;align-items:center;gap:1rem}.navbar .links{display:flex;flex-direction:row;gap:2rem;padding-left:3rem;padding-right:3rem}.navbar .links a{color:#fff;font-family:Inter;font-weight:700;text-decoration:none}.dela{font-family:Dela Gothic One,sans-serif;line-height:4rem}.transition,.hero .letter,.hero .letter2,.button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hero{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;width:100%;height:100svh;background-image:url(/bg.webp);background-repeat:no-repeat;background-size:cover}.hero h1{font-size:3rem;text-align:center}@media (max-width: 768px){.hero h1{font-size:2rem;padding:3rem}}@media (max-width: 768px){.hero h2{font-size:1rem}}.hero span{animation-duration:3s;display:inline-block;animation-iteration-count:infinite}.hero .letter:hover{scale:1.5}.hero .letter2{-webkit-user-select:none;user-select:none;cursor:pointer}.hero .letter{-webkit-user-select:none;user-select:none;cursor:pointer;animation-name:hero-letterjump-slow}.hero .letter:nth-child(1){animation-delay:1.2s}.hero .letter:nth-child(2){animation-delay:1.3s}.hero .letter:nth-child(3){animation-delay:1.4s}.hero .letter:nth-child(4){animation-delay:1.5s}.hero .letter:nth-child(5){animation-delay:1.6s}.hero .letter:nth-child(6){animation-delay:1.7s}.hero .letter:nth-child(7){animation-delay:1.8s}.hero .letter:nth-child(8){animation-delay:1.9s}@keyframes hero-letterjump-slow{0%{transform:translateY(0)}5%{transform:translateY(-1rem)}10%{transform:translateY(0)}}.dela,.sectiontitle h1{font-family:Dela Gothic One,sans-serif;line-height:4rem}.sectiontitle{background-color:rgb(var(--primary));display:flex;text-align:center;justify-content:center;color:rgb(var(--background))}.sectiontitle h1{padding:5rem 3rem;font-size:2.5rem}@media (max-width: 768px){.sectiontitle h1{font-size:2rem;padding:2rem}}.dela,.contact h2{font-family:Dela Gothic One,sans-serif;line-height:4rem}:root{color:#fff;height:100%;--primary: 168, 85, 247;--background: 22, 15, 31;--glow: 0 0px 10px rgba(var(--primary), .5), 0 0px 30px rgb(var(--primary),.5);background-color:rgb(var(--background))}.text-primary{color:rgb(var(--primary))}h1{padding:0}.bg-gradient{background-image:linear-gradient(to top,rgba(var(--background),.2),rgb(var(--primary)))}.transition,.contact .address-holder,.button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.button{background-color:rgb(var(--primary));width:max-content;padding:.8rem;border-radius:.5rem;color:rgb(var(--background));font-weight:700;text-decoration:none}.button:hover{scale:1.05}.button:active{scale:.95}.contact{display:flex;width:100%;padding:5rem;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.contact h2{font-size:2rem}@media (max-width: 768px){.contact h2{font-size:1.5rem}}.contact .address-holder{display:flex;align-items:center;gap:1rem;border-style:dashed;border-color:#0009;background-color:rgb(var(--primary));border-radius:.5rem;border-width:.3rem;width:max-content;padding:.5rem;text-decoration:none}.contact .address-holder img{width:3.5rem}@media (max-width: 768px){.contact .address-holder img{width:2rem}}.contact .address-holder:hover{scale:1.1}.contact .address-holder:active{scale:.95}.contact .address-holder p{font-size:2rem;font-weight:700;color:#0009}@media (max-width: 768px){.contact .address-holder p{font-size:1.5rem}}:root{font-family:Inter,sans-serif}.dela,.project-card h1{font-family:Dela Gothic One,sans-serif;line-height:4rem}.project-card{padding:5rem;display:flex;gap:6rem;align-items:center;justify-content:center}.project-card img{width:35%;height:max-content;object-fit:contain;background-color:rgb(var(--primary));border-style:solid;border-color:rgb(var(--primary));border-radius:.5rem;border-width:.3rem;flex-shrink:0;flex-grow:0;box-shadow:var(--glow)}@media (max-width: 1000px){.project-card img{width:70%;height:auto}}@media (max-width: 768px){.project-card img{width:100%;height:auto}}.project-card p{max-width:100%}.project-card .content{display:flex;flex-direction:column;gap:2rem}.project-card .content .tags{display:flex;gap:1rem}.project-card .content .tags p{background-color:rgb(var(--primary));padding:.2rem .8rem;border-radius:1rem;font-size:.9rem;text-align:justify;font-weight:700;color:rgb(var(--background))}@media (max-width: 1000px){.project-card{flex-wrap:wrap;gap:2rem;padding:3rem}}
