.welcome{width:100%;display:flex;flex-direction:column;place-items:center;place-content:center;height:100vh;padding:0 4rem}.welcome h1{font-size:2.5rem;font-weight:700;padding-bottom:1rem}.welcome .description{text-align:center;line-height:1.8;font-size:1.2rem;font-weight:100;padding-bottom:1rem}.welcome .images{position:relative;display:flex;gap:1rem;justify-content:space-between}.welcome .images img{border:2px solid var(--photo);box-shadow:0 4px 8px 3px rgba(0,0,0,.25);width:150px;height:120px;object-fit:cover;opacity:calc(1 - var(--scroll)/50)}.welcome .images img:first-of-type{transform:rotate(calc(4deg + var(--scroll) * 2deg));translate:calc(var(--scroll)*-5%) 0}.welcome .images img:nth-of-type(2){transform:rotate(calc(-15deg + var(--scroll) * 1deg));translate:0 calc(var(--scroll)*-2%)}.welcome .images img:nth-of-type(3){transform:rotate(calc(-4deg + var(--scroll) * -1.5deg));translate:calc(var(--scroll)*-3%) 0}.welcome .images img:nth-of-type(4){transform:rotate(calc(-8deg + var(--scroll) * 1deg));translate:calc(var(--scroll)*3%) 0}.welcome .images img:nth-of-type(5){transform:rotate(calc(25deg + var(--scroll) * 1deg));translate:calc(var(--scroll)*5%) 0}@media screen and (max-width:500px){.welcome .images{display:none}}.layout-grid{display:grid;grid-template-columns:1fr 1fr;width:100%}.layout-grid .content--col{width:100%;padding:2rem}.layout-grid .content--col section{display:flex;flex-direction:column;place-content:center;height:100vh;padding:0 3rem}.layout-grid .content--col section h1{font-size:2rem;padding-bottom:.5rem}.layout-grid .content--col section p{line-height:1.8}.layout-grid .image--col{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center}.layout-grid .image--col img{width:270px;object-fit:contain;border:8px solid var(--device);border-radius:1.2rem}@media screen and (max-width:500px){.layout-grid{display:block}.layout-grid .content--col section{height:auto;padding:2rem 0}.layout-grid .image--col{display:none}}.appearance{--duration:10s;width:100vw;background-color:var(--appearance-bg);display:flex;gap:1rem;flex-direction:column;place-items:center;padding:3rem}.appearance h1{font-size:2.2rem}.appearance .image--container{border:8px solid var(--device);border-radius:1.2rem;position:relative;width:250px;height:500px;overflow:hidden}.appearance .image--container .image--wrapper{position:absolute;width:100%;height:100%}.appearance .image--container .image--wrapper img{width:100%;height:100%;object-fit:fill}.appearance #topImage{animation:animateSliderImage infinite var(--duration) alternate-reverse;-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%);z-index:2}.appearance .image--slide{position:absolute;animation:animateSlider infinite var(--duration) alternate-reverse;left:0;height:100%;width:4px;background-color:var(--border)}.appearance .image--slide .mover{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 0 7px rgba(0,0,0,.35);position:absolute;top:50%;margin-left:-15px;transform:translateY(-50%);color:var(--border);font-size:.6rem;font-weight:700;display:flex;place-items:center;place-content:center}@keyframes animateSlider{0%,10%{left:0}45%,55%{left:50%}90%,to{left:100%}}@keyframes animateSliderImage{0%,10%{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%)}45%,55%{-webkit-clip-path:polygon(0 0,50% 0,50% 100%,0 100%);clip-path:polygon(0 0,50% 0,50% 100%,0 100%)}90%,to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}