*,:after,:before{box-sizing:border-box;margin:0;padding:0}ul{list-style-type:none}a{text-decoration:none}:root{--black:hsla(0,0%,7%,.9);--red:#ee022b;--lightred:rgba(255,0,0,.7);--white:#fff;--grey:#727273;--lightgrey:#f1f1f1;--margin-side:160px;--transition-duration:0.5s}html{font-family:Raleway,sans-serif;scroll-behavior:smooth}section h2{font-size:2rem;margin:30px 0 15px;text-align:center}h3,section h2{text-transform:uppercase}iframe{border:0;border-radius:18px;height:500px;width:100%}p{font-family:Maven Pro,"sans-serif"}a{color:#fff}.container{display:flex;flex-wrap:wrap;justify-content:space-between;margin:50px auto;width:80%}#check{display:none}#menu-burger:target{left:-100%}#form-contact-status{border-radius:10px;display:none;margin:1rem auto;padding:25px 50px;transition:all .5s ease-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.error,.success{transition:.5s ease}.error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.check-button{background-color:hsla(0,0%,7%,.4);cursor:pointer;display:none;font-size:45px;position:absolute;right:20px;top:10px;width:50px}.check-button,.red-button{text-align:center;z-index:1}.red-button{background-color:var(--red);border-radius:18px;color:var(--white);display:inline-block;font-size:.8rem;font-weight:700;height:2.8rem;line-height:2.8rem;position:relative;text-transform:uppercase;width:10rem}.red-button:after,.white-button:after{background-color:var(--lightred);border-radius:18px;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(0);transition:transform .3s ease-out;width:100%;z-index:-1}.red-button:hover{color:var(--red)}.red-button:hover:after{transform:scale(1)}.red-button:hover:after,.white-button{background-color:var(--white);color:var(--red)}.white-button{border:2px solid var(--red);border-radius:18px;display:block;font-size:.8rem;font-weight:700;height:2.8rem;line-height:2.8rem;margin-top:2rem;position:relative;text-align:center;text-transform:uppercase;width:10rem}.white-button:hover,.white-button:hover:after{background-color:var(--red);color:var(--white)}.white-button:hover:after{transform:scale(1)}.header-topbar{align-items:center;background-color:var(--black);color:var(--white);display:flex;justify-content:space-between;padding:15px var(--margin-side);position:fixed;width:100%;z-index:2}.header-topbar h1{flex:1 0 auto;font-size:1.5rem;letter-spacing:.2rem}.header-topbar h1:first-letter{color:var(--red);font-size:3rem}.header-topbar-menu ul{align-items:center;display:flex;justify-content:space-between}.header-topbar-menu{display:flex;justify-content:flex-end;width:100%}.header-topbar-menu li{font-size:.8rem;font-weight:600;margin-left:1.5rem;text-transform:uppercase}.header-topbar-menu a{border-radius:18px;color:var(--white);display:inline-block;height:40px;letter-spacing:.1rem;line-height:2.8rem;text-align:center;width:125px}.header-topbar-menu a:hover{background-color:var(--lightred)}.header-banner{background:url(images/8fd0e05c688b8c8e95f6.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:10vh var(--margin-side)}.header-banner h2:before{color:var(--white);content:"The one and only\A";font-size:.8rem;font-weight:900;white-space:pre}.header-banner h2{color:var(--white);font-family:Raleway,Montserrat,sans-serif;font-size:5.6rem}.header-banner h2,.header-banner-price{font-weight:bolder;margin-top:15px;text-transform:uppercase;transform:translateX(-100%)}.header-banner-price{color:var(--grey);font-family:Maven Pro,sans-serif;font-size:3rem}.header-banner .header-banner-description{color:var(--white);font-size:1rem;margin:15px 0 30px;min-width:320px;transform:translateX(300%);width:50%}.about-us{flex-wrap:wrap;justify-content:space-evenly}.about-us .about-us-item{flex-basis:35%;margin-bottom:3rem}.about-us .about-us-item img{height:500px}.about-us h3{font-size:2.5rem;margin-bottom:1rem}.about-us p{font-size:1.3rem;margin:1rem 0;width:400px}.products,.recommanded{text-align:center}.products{flex-wrap:wrap}.product{background-color:var(--white);border:1px solid var(--lightgrey);cursor:pointer;flex:1 0 30%;margin:1rem 5px;padding-bottom:1rem;transition:transform .3s ease-in-out}.product:hover{transform:scale(1.1)}.product p{margin:20px 80px}.product .price{color:var(--red);font-size:1.8rem;font-weight:bolder}.contact-us .contact{flex-basis:50%}.form-contact{display:flex;flex-wrap:wrap;font-family:Maven Pro,sans-serif;font-size:1.2rem;justify-content:space-between;padding:25px 50px}.form-group label{display:block}.form-group label:after{content:"*"}.form-group:first-child,.form-group:nth-child(2){width:45%}.form-group:nth-child(3),.form-group:nth-child(4),.form-group:nth-child(5){width:100%}.form-group .form-control{border:2px solid var(--red);border-radius:18px;margin:10px 40px 5px 0;width:100%}.form-group input{height:35px;outline:none;padding:10px}textarea{height:100px;outline:none;padding:10px}input[type=submit]{background-color:var(--red);border:none;border-radius:18px;color:#fff;cursor:pointer;font-weight:700;height:50px;text-transform:uppercase;width:100%}input[type=submit]:hover{background-color:var(--lightred)}.contact-us .contact h3{font-size:1.5rem;margin:20px 0;text-align:center}.footer{background-color:var(--black);color:var(--white);font-family:Maven Pro;padding:50px 0;text-align:center}.footer p:first-of-type{font-size:small;padding-top:1rem}.whatsapp-button{bottom:1rem;cursor:pointer;position:fixed;right:1rem;transition-duration:var(--transition-duration)}.whatsapp-button:hover{transform:rotate(1turn)}@media screen and (max-width:1200px){:root{--margin-side:30px}html{font-size:15px}.product{flex-basis:49%}}@media screen and (max-width:1024px){html{font-size:14px}iframe{border:0;height:500px;width:100%}.container{width:90%}.header-topbar h1 span{display:none}.header-topbar-menu li{margin-left:.1rem}.header-topbar-menu a{width:100px}.about-us .about-us-item img{height:405px}}@media screen and (max-width:825px){.contact-us .container{flex-direction:column}.about-us .about-us-item{flex:1 0 100%;margin-bottom:1rem}.about-us p{margin:.5rem 0;width:100%}.about-us .about-us-item img{display:none}}@media screen and (max-width:725px){:root{--margin-side:20px}html{font-size:13px}.header-topbar{background-color:transparent}.header-topbar h1{display:none}.header-topbar li{background-color:transparent;display:block;margin:1.5rem 0;width:100%}.header-topbar-menu{background-color:var(--black);display:block;height:100vh;margin:1rem 0;padding-top:3rem;position:fixed;right:-100%;text-align:center;top:-12px;transition-duration:.5s;width:50%;z-index:1}.header-topbar-menu ul{display:unset}:checked~.header-topbar-menu{right:0}.header-topbar-menu a{border-radius:0;display:block;font-size:1.3rem;margin:0;width:100%}.header-topbar-menu a:hover{background-color:transparent;color:var(--red)}.check-button{display:block}.header-banner{padding:1vh var(--margin-side)}.header-banner-description{width:300px}.product{flex-basis:100%}.red-button,.white-button{font-size:1rem}.red-button:first-child{background-color:transparent}.contact .form-contact{padding:0}}@media screen and (max-width:420px){.header-banner h2{font-size:4.6rem}.contact .form-contact{padding:0}}@media only screen and (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.header-banner{height:100vh}.header-banner h2{font-size:2.5rem}}@-webkit-keyframes slide{to{transform:translateX(0)}}@keyframes slide{to{transform:translateX(0)}}.slide{-webkit-animation:slide .8s ease-in-out forwards;animation:slide .8s ease-in-out forwards}
/*# sourceMappingURL=main.30ac351e.css.map*/