#landing{display:flex;flex-direction:row;align-items:center;justify-content:space-around;height:calc(100vh - 100px)}#hello{font-size:30px;padding-top:100px}#hello span{color:var(--blue);position:relative;display:inline-block;padding-left:2px;padding-right:8px;padding-bottom:2px}#fsd,#hello span{background-color:var(--yellow);animation:changeBackground 1s}#fsd{font-size:45px;padding-left:10px}.pc-screen{position:relative}.stack-wrapper{position:absolute;top:5%;left:3%;width:610px;height:280px;pointer-events:none}.stack-animation{position:relative;width:610px;height:280px;z-index:2}.rectangle{position:relative;z-index:3;height:45px;border-radius:5px;margin-bottom:1px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);top:-23px;transform:translateY(-1000px) rotate(20deg)}#rec-6{background-color:#32c1db;z-index:100;top:-5px;width:50px;left:278px;animation:move-6 1.5s ease 2.5s forwards}@keyframes move-6{0%{transform:translateY(-500px) rotate(20deg)}to{transform:translateY(0) rotate(0deg)}}#rec-5{background-color:var(--blue);width:161px;left:225px;animation:move-5 1.5s ease 2s forwards}@keyframes move-5{0%{transform:translateY(-500px) rotate(-20deg)}to{transform:translateY(0) rotate(0deg)}}#rec-4{background-color:#ffeea7;width:287px;left:168px;animation:move-4 1.5s ease 1.5s forwards}@keyframes move-4{0%{transform:translateY(-500px) rotate(30deg)}to{transform:translateY(0) rotate(0deg)}}#rec-3{background-color:#32c1db;width:248px;left:186px;animation:move-3 1.5s ease 1s forwards}@keyframes move-3{0%{transform:translateY(-500px) rotate(-10deg)}to{transform:translateY(0) rotate(0deg)}}#rec-2{background-color:var(--blue);width:216px;left:202px;animation:move-2 1.5s ease .3s forwards}@keyframes move-2{0%{transform:translateY(-500px) rotate(15deg)}to{transform:translateY(0) rotate(0deg)}}#rec-1{background-color:#ffde59;width:287px;left:168px;animation:move-1 1.5s ease forwards}@keyframes move-1{0%{transform:translateY(-500px) rotate(-30deg)}to{transform:translateY(0) rotate(0deg)}}.stack-bottom{position:relative;z-index:2;top:-23px;left:145px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);width:330px;height:28px;background:#959595;border-radius:5px}#landing-mobile{width:280px}.mobile-screen{margin-bottom:20px;position:relative}#hello-mobile{margin-bottom:20px;font-size:30px}#hello-mobile span{color:var(--blue);position:relative;padding-left:2px;padding-right:8px;padding-bottom:2px;background-color:var(--yellow);animation:changeBackground 1s}@keyframes changeBackground{0%{background-color:white}to{background-color:var(--yellow)}}.stack-wrapper-mobile{width:160px;height:280px;position:absolute;top:5%;left:6.9%}.stack-animation-mobile{width:160px;height:280px;position:relative;z-index:2}.stack-animation-mobile .rectangle{position:relative;z-index:3;height:38px;border-radius:5px;margin-bottom:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);top:10px;transform:translateY(-1000px) rotate(20deg)}.stack-animation-mobile #rec-6{background-color:#32c1db;z-index:100;top:20px;width:50px;left:55px;animation:move-6 1.5s ease 2.5s forwards}.stack-animation-mobile #rec-5{width:80px;left:40px}.stack-animation-mobile #rec-4{width:140px;left:10px}.stack-animation-mobile #rec-3{width:120px;left:20px}.stack-animation-mobile #rec-2{width:100px;left:30px}.stack-animation-mobile #rec-1{width:140px;left:10px}.stack-animation-mobile .stack-bottom{position:relative;z-index:2;top:10px;left:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);width:160px;height:20px;background:#959595;border-radius:5px}#projects-mobile #header{color:white;font-size:40px;padding-top:10px}#projects-runner{padding-bottom:20px}.project-mobile-card{background-color:white;border-radius:5px;overflow:hidden;margin-top:20px;margin-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,.35)}#card-skills-mobile,#proj-mobile-card-descript,#proj-mobile-card-title{padding-left:10px;padding-right:10px}#proj-mobile-card-title{font-size:25px}#card-skills-mobile{gap:5px}#card-skills-mobile .used-skill-icon{font-size:30px}.card-buttons-mobile{max-width:100%;display:flex;flex-direction:row;padding:20px 10px;align-items:center;gap:5px}#card-button-mobile-button{background-color:var(--grayfont);border-radius:20px;height:40px;width:90px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;color:white;border:none;font-size:15px;transition:.3s ease;box-shadow:0 3px 8px rgba(0,0,0,.24)}#card-button-mobile-button:active{box-shadow:var(--yellow) 0 0 0 3px;transform:scale(.9)}#card-button-mobile-icon{font-size:25px}.homepage-mobile-popup-backround,.homepage-mobile-popup-wrapper{position:fixed;z-index:1000;width:100vw;height:100vh;overflow:hidden;inset:0}.homepage-mobile-popup-backround{background-color:black;opacity:90%}.homepage-mobile-popup-inner{position:fixed;z-index:1001;opacity:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.homepage-mobile-popup-nav{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100vw;margin-top:20px}.popup-icon{color:white;font-size:35px;cursor:pointer;transition:.3s ease}.popup-icon:hover{transform:scale(1.2)}.img-popup{box-shadow:0 5px 15px rgba(0,0,0,.35)}.popup-img-descript{color:white;text-align:center;margin-top:10px;font-size:20px}#mobile-vid{width:100vw!important}#about-mobile #header{color:var(--blue);font-size:40px;padding-top:20px;padding-bottom:10px}#about-mobile #about-text{padding-bottom:30px}#skills-mobile{display:flex;flex-direction:column}#skills-mobile #header{color:white;font-size:40px;margin-top:20px;text-align:left}#skills-txt-mobile{color:white;font-size:25px;margin-bottom:10px;text-align:left}#skills-txt-mobile span{position:relative;animation:revealBackground 1.5s ease forwards;background-color:var(--yellow);padding-left:5px;padding-right:5px;font-weight:bolder}#skills-bottom{display:flex;flex-direction:column;margin-bottom:20px}#skills-bottom .icon-row{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;padding:0;box-sizing:border-box;margin-bottom:0}#skills-bottom .icon-set{font-size:15px}#skills-bottom .icon{font-size:30px}#contact-mobile{width:280px}#contact-mobile #header{font-size:38px;color:var(--blue);padding-top:20px;padding-bottom:20px}#contact-info-mobile{display:flex;flex-direction:column}#contact-info-top{flex-direction:row;gap:10px}#contact-info-top,#contact-info-top a{display:flex;justify-content:center;align-items:center}#contact-info-top a{background-color:var(--grayfont);border-radius:60px;width:50px;height:60px;box-shadow:var(--yellow) 0 0 0 3px}#contact-mobile #contact-info-top .contact-icon{font-size:40px;color:white;margin:0}#contact-mobile #contact-info-top #contact-sec{margin-bottom:20px;transition:.3s ease}#contact-mobile .contact-icon{font-size:25px;margin-right:10px}#contact-mobile span{font-size:20px}#contact-mobile #contact-sec:active:after{width:100%}#contact-mobile #contact-info-top #contact-sec:active:after{width:0}#contact-mobile #contact-info-top #contact-sec:active{transform:scale(.9)}#contact-mobile #thanks{margin:0;font-size:38px}.loader{width:-moz-fit-content;width:fit-content;font-weight:700;font-family:monospace;font-size:30px;background:linear-gradient(90deg,var(--blue) 50%,#fff 0) 100%/200% 100%;animation:l21 2s linear infinite}.loader:before{content:"Loading...";color:white;padding:10px;background:inherit;background-image:linear-gradient(90deg,#fff 50%,var(--blue) 0);-webkit-background-clip:text;background-clip:text}@keyframes l21{to{background-position:0}}