@import"./styles/reset.css";@import"./styles/variables.css";@import"./styles/animations.css";@import"./styles/lib.css";:root{scroll-behavior:smooth}body{position:relative;min-height:100dvh;background:radial-gradient(transparent 80%,hsl(from var(--clr-light, white) h s l / .2));>*{display:flow-root;position:relative}>.loader{margin:4rem auto}}body>header{h1{padding:1rem;width:fit-content;@media(width>40rem){padding:1rem 4rem}}}body>main{margin:1rem auto;>*{margin:2rem auto;width:min(80rem,calc(100% - 1rem))}}body>footer{margin-top:2rem;.top{margin:1rem 2rem 0}}img{border-radius:.4rem}.link.cta{display:flex;padding:1rem;justify-content:center;align-items:center;gap:1rem;font-size:1.4rem;text-align:center;border-radius:1rem;img{margin:0}}.grid.contact{@media(width>40rem){grid-template-columns:repeat(2,1fr)}}#lang{overflow:hidden;>div{padding:.4rem;flex-wrap:nowrap;button{padding:.4rem 1rem;border-radius:.4rem}p{justify-content:space-between;flex-basis:70%}p img{margin:0}}>ul{display:flow-root;height:0;transition:all .2s;&.selecting{height:24rem}li{cursor:pointer;padding:.4rem 1rem;justify-content:space-between;border:.1rem solid var(--clr-light, white);border-radius:.4rem;@media(hover){&:hover{border:.1rem solid var(--clr-dark, black);box-shadow:inset 0 0 .2rem .1rem var(--clr-light, white)}}img{margin:0}}}}#nav-page{padding:.6rem;background-color:hsl(from var(--clr-light, white) h s l / .2);.link{padding:.6rem 1.2rem;font-size:1.4rem;border-radius:.4rem}}@keyframes heroanim{to{padding-top:0}}#hero{padding-top:10rem;overflow-x:hidden;animation:heroanim .6s 1 forwards linear;>.flex{margin-block:2rem;@media(width>40rem){flex-wrap:nowrap}img{min-width:20rem;@media(width>40rem){order:2}}article{>p{margin:1rem auto;padding-inline:2rem;transition:all .6s;font-size:1.2rem;font-weight:700;translate:30%;opacity:0}>p.visible{translate:0%;opacity:1}div{transition:all .6s;translate:-30%;opacity:0}div:nth-of-type(2) p:nth-of-type(3){margin-top:1rem}div:nth-of-type(2) p:nth-of-type(3),div:nth-of-type(2) p:nth-of-type(4){text-align:center;font-weight:700;@media(width>40rem){font-size:1.2rem}}div.visible{translate:0%;opacity:1}}}}#serenite{overflow-x:hidden;.grid.services{@media(width>40rem){grid-template-columns:repeat(2,1fr)}>article{padding:.4rem;background:linear-gradient(315deg,hsl(from var(--clr-light, white) h s l / .2),transparent,hsl(from var(--clr-light, white) h s l / .2));border-radius:.4rem;transition:all .6s;opacity:0;ul{margin-block:1rem}ul li{text-indent:2rem}.link{display:block;padding:.6rem;text-align:center;background-color:hsl(from var(--clr-light, white) h s l / .2);border-radius:1rem}}>article:nth-of-type(odd){translate:-30%}>article:nth-of-type(2n){translate:30%}>article.visible{translate:0%;opacity:1}}}
