:root{--gold: hsl(50.22deg 98.72% 69.28%);--lightyellow: #fbea8a;--textColor: #ffffff;--background: hsl(240, 4%, 9%);--lightBackground: hsl(240, 4%, 20%)}@media (prefers-color-scheme: light){:root{--gold: #ffd840;--lightyellow: hsl(50, 100%, 50%);--textColor: #000000;--background: hsl(240, 3%, 93%);--lightBackground: hsl(0, 0%, 100%)}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}@media only screen and (max-width: 56.25em){html{font-size:56.25%}}@media only screen and (max-width: 37.5em){html{font-size:50%}}body{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:400;background:var(--lightBackground);overflow-x:hidden!important}main{position:relative;min-height:50vh;height:auto;color:var(--textColor);padding-inline:2.4rem}ul{text-decoration:none;list-style:none}button{background:none;border:none;outline:none;cursor:pointer}a{text-decoration:none}input,textarea{border:none;outline:none}h1,h2,h3{color:var(--textColor);font-weight:700;margin:0}h1{font-size:5.6rem;line-height:6.4rem;margin-bottom:1.8rem}h2{font-size:3.6rem;line-height:4.2rem}h3{font-size:2.2rem;line-height:2.4rem;margin-bottom:1.6rem}h4{font-size:1.6rem;line-height:2rem;margin-bottom:2.4rem}.footer--title{color:var(--lightyellow)}.paragraph{font-weight:500;margin:1rem 0rem}.paragraph--big{font-size:2.2rem;line-height:3.6rem;margin-bottom:3.2rem;width:95%}.hero__text>.paragraph--big{color:var(--lightyellow)}.paragraph--medium{font-size:1.8rem;line-height:3.2rem;width:65%}.paragraph--small{font-size:1.5rem;line-height:2.6rem}.container{max-width:114rem;margin:0 auto;padding:0 2.4rem}.btn{font-size:1.5rem;font-weight:700;transition:all .3s}.btn--primary{background:var(--gold);color:var(--lightBackground);text-transform:capitalize;border-radius:2.8rem;box-shadow:2px 4px 6px #00000020;padding:1rem 2.4rem}.btn--primary:hover{filter:brightness(1.1)}.btn--hamburger{height:4.2rem}.link,.btn{font-weight:700;transition:all .3s}.link--primary,.btn--text,.link--primary:hover,.btn--text:hover{color:var(--lightyellow)}.link--secondary,.link--secondary svg path{color:var(--textColor);fill:var(--textColor);font-size:1.5rem;font-weight:500;white-space:nowrap}.link--secondary:hover,.link--secondary:hover.link--secondary svg path{color:var(--gold);fill:var(--gold)}.link--medium,.btn--medium{color:var(--lightyellow);font-size:1.8rem}.btn--big{font-size:2rem;padding:1.4rem 4rem}.header{padding:5.6rem 0;background:var(--lightBackground)}.header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;column-gap:4.8rem;width:100%}.header__logo{display:flex;align-items:center;justify-content:center}.header__nav{flex:3;display:flex;column-gap:3.2rem}.header__btns{display:flex;column-gap:3.2rem}.header__mobile-btn{display:none}@media only screen and (max-width: 56.25em){.header__nav,.header__btns{display:none}.header__mobile-btn{display:inline-block}}.mobile{position:fixed;display:flex;justify-content:center;align-items:center;top:15rem;left:0;height:100vh;width:100%;z-index:999}.mobile__inner{position:absolute;top:0;left:1;padding:4rem 2.4rem;border-radius:1.2rem;background:var(--lightBackground);width:90%;border:1px solid var(--lightyellow)}.mobile__nav{display:flex;flex-direction:column;align-items:center;row-gap:3.2rem;padding:2.4rem 0}.mobile__btns{display:flex;flex-direction:column;row-gap:3.2rem;padding:.4rem 0;border-top:1px solid var(--lightyellow)}.hero{position:relative;width:100%;margin:5.6rem 0}.hero__inner{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3.2rem;height:45rem}.hero__image{display:flex;justify-content:center}.hero__text{margin:auto}.hero__image:after{content:"";position:absolute;height:400px;aspect-ratio:1/1;background-image:url(/images/LEONIA.webp);background-repeat:no-repeat;background-size:contain}@media only screen and (max-width: 56.25em){.hero{margin-bottom:10rem}.hero__inner{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(2,1fr);row-gap:3.2rem;height:65rem}.hero__text{order:2;text-align:center}.hero__image{order:1}.hero__image:after{height:300px}}@media only screen and (max-width: 37.5em){.hero{margin-bottom:12rem}.hero__inner{height:70rem}.hero__image:after{height:250px}}.features{background:var(--background);padding:10rem 0 16rem}.featuresTitle{display:flex;flex-direction:column;row-gap:1.8rem;align-items:center;text-align:center}.features-list{position:relative;display:grid;grid-template-columns:repeat(3,1fr);column-gap:3rem;margin-top:7.2rem}.features-list:before{content:"";position:absolute;width:100%;height:.8rem;background:var(--gold);top:50%;transform:translateY(-50%)}.feature-list__item{padding:0rem 3.2rem 4rem;background:var(--lightBackground);border-radius:1rem;z-index:999}.feature-list__item .feature-icon{height:80px;width:80px;border:1px solid var(--lightyellow);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--lightBackground);transform:translateY(-50%)}@media only screen and (max-width: 56.25em){.features-list{grid-template-columns:repeat(1,1fr);row-gap:9rem;margin-top:9rem}.features-list:before{content:"";position:absolute;width:.8rem;height:100%;background:var(--gold);top:0;left:50%;transform:translate(-50%)}.feature-list__item{display:flex;flex-direction:column;align-items:center;text-align:center}}.footer{padding:5.6rem 0;background:var(--background);margin-top:25px}.footer__inner{display:flex;align-items:flex-start;justify-content:space-between}.footer__nav{display:grid;grid-template-columns:repeat(3,1fr);column-gap:5.6rem}.footer__nav-section,.footer__nav-section div{display:flex;flex-direction:column;align-items:center}.footer__nav-section div{row-gap:1.2rem}.footer__social{display:flex;align-items:center;column-gap:2.4rem}.footer__social a{display:flex;gap:1.2rem}@media only screen and (max-width: 56.25em){.footer__inner{flex-direction:column;align-items:center;justify-content:center;row-gap:5.6rem}.footer__nav{grid-template-columns:repeat(1,1fr);row-gap:5.6rem;text-align:center}}.products{padding:6rem 0}.title{display:flex;flex-direction:column;row-gap:1.8rem;align-items:center;text-align:center;margin-bottom:25px}.products-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.product-list__item{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;background:var(--background);padding:10px;border-radius:1rem}.product-list__item-description{display:flex;gap:10px;align-items:center;justify-content:center}.product-list__item-description img{width:50%;height:auto;border-radius:10px}@media only screen and (max-width: 56.25em){.products-list,.product-list__item-description{flex-direction:column}.product-list__item-description img{width:100%}}
