header{background-color:#0000;color:#fff;padding:10px;text-align:center;position:fixed;width:100vw;z-index:2;display:inline-flex;justify-content:space-between}.landing-page{background-size:cover;background-position:center;color:#fff;text-align:center;padding:0;position:relative;height:100vh;width:100vw}.video-background{object-fit:cover;position:absolute;height:100vh;width:100vw;text-align:center;z-index:-1}.overlay{background:linear-gradient(180deg,#0009,#0000 10%,#00000080 40%,#000);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.gradient-text{background-image:linear-gradient(45deg,var(--tertiary-color),var(--primary-color));background-size:100%;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.overlay h1{font-size:4rem;width:75%}.hero-section{text-align:center;margin-bottom:3rem}.hero-section h2{margin-bottom:1rem;color:#fff}.hero-section p{color:#fff}.cta-button{padding:1em 2em;border:none;border-radius:5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;color:var(--primary-color);transition:all 1s;font-size:15px;position:relative;overflow:hidden;outline:2px solid var(--dark-primary-color);margin:1rem}.cta-button:hover{color:var(--dark-primary-color);transform:scale(1.1);outline:2px solid var(--primary-color);box-shadow:4px 5px 17px -4px var(--dark-primary-color);text-decoration:none}.cta-button:before{content:"";position:absolute;left:-50px;top:0;width:0;height:100%;background-color:var(--primary-color);transform:skew(45deg);z-index:-1;transition:width 1s}.cta-button:hover:before{width:250%}.products h1{color:var(--primary-color);text-align:center;width:100%;margin:0;padding:0}.products{width:100vw;margin:0;background-color:#000;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.product-list{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:2rem;flex-direction:row}.product-list>*{flex:0 0 45%}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden;text-align:center;max-width:25dvw;transition:transform .3s ease;padding:5px}.product-card:hover{transform:scale(1.05)}.product-card img{width:100%;height:auto;border-bottom:1px solid #e9ecef;border-radius:12px}.product-card h2{font-size:1.5em;margin:15px 0 10px;color:#343a40}.product-card p{font-size:1.2em;color:#6c757d;margin:0 0 15px}.product-card button{background-color:var(--dark-primary-color);color:#fff;border:none;border-radius:12px;padding:10px 20px;font-size:1em;cursor:pointer;transition:background-color .3s ease}.product-card button:hover{background-color:var(--primary-color)}@media (max-width: 768px){.product-card{width:100%;max-width:500px}}@media (max-width: 480px){.product-card{width:100%;max-width:300px}}.features-section{display:flex;justify-content:space-around;width:100%;max-width:1200px}.feature-card{background:radial-gradient(circle at 50% 50%,#698291,#3e4d56);padding:1.5rem;margin:1rem;border-radius:20px;border:1px solid var(--tertiary-color);box-shadow:0 4px 6px #0000001a;text-align:center;width:30%}.feature-card h3{font-size:1.5rem;color:#fff}.feature-card p{color:#fff}.footer{background:radial-gradient(circle at 50% 50%,#546773,#3e4d56);color:var(--primary-color);text-align:center;padding:5rem;width:100dvw;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer h2{font-size:6rem}.footer p{font-size:1.15rem}.footer h3{font-size:2rem}.footer ul{list-style:none;display:flex;justify-content:center;align-items:stretch;gap:1.25rem}.footer a{color:var(--tertiary-color)}.footer a:hover{color:var(--dark-secondary)}@media (max-width: 768px){.menu-button{display:block}.nav{display:none;position:absolute;top:100%;right:0;width:30%;background:radial-gradient(circle at 50% 50%,#546773,#3e4d56);flex-direction:column;align-items:center;border-radius:20px;border:1px solid var(--tertiary-color)}.nav.open{display:flex}.nav a{margin:.15rem 0;width:100%;text-align:center;padding:1rem 0}.nav.open a:hover{cursor:pointer;color:#fff}}:root{--primary-color: hsl(97, 40%, 80%);--dark-primary-color: hsl(97, 40%, 50%);--secondary-color: hsl(203, 16%, 29%);--dark-secondary: hsl(203, 16%, 19%);--tertiary-color: hsl(24, 73%, 81%);--main-font: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--main-font);scroll-behavior:smooth}.about-container{display:flex;flex-direction:column;align-items:center;background-color:#f2f2f2;width:100dvw;height:auto}header{background:linear-gradient(180deg,#000000b3,#0009 10%,#00000080 40%,#0000004d 90%,#0000);color:#fff;text-align:center;position:fixed;width:100vw;z-index:2;display:inline-flex;justify-content:space-between}.title{font-size:clamp(1vw,3vw,1rem);color:var(--tertiary-color)}.title:hover{color:var(--tertiary-color)}.menu-button{display:none;font-size:1.5rem;background:none;color:var(--tertiary-color);cursor:pointer}.nav{display:flex;gap:1rem;width:50%;margin-left:auto;justify-content:flex-end}.nav a{color:var(--tertiary-color);border:1px solid var(--tertiary-color);border-radius:30px;margin:0 1rem;padding:7px;text-decoration:none;font-size:1rem}.nav a:hover{color:#fff;border-color:#fff}.nav-item:hover{text-decoration:none}.about-section{width:100%;max-width:55%;margin:2rem;padding:30px;border-radius:15px;box-shadow:0 10px 20px #0000001a;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.about-section:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.section-1{margin-left:10%;margin-top:5rem}.section-2{margin-right:10%}.section-3{margin-left:20%}.about-section h2{font-size:2rem;color:var(--secondary-color);margin-bottom:15px}.about-section p{font-size:1.1rem;color:#555;line-height:1.6}.gallery-container{width:100%;max-width:100dvw;height:auto;display:flex;justify-content:center;align-items:stretch;gap:1.25rem;transition:all .4s;overflow:hidden;margin:5rem 0}.gallery-card{display:flex;height:100%;transition:all .4s;cursor:pointer;width:25vw;border-radius:100px}.gallery-card:nth-child(odd){translate:0 -20px}.gallery-card:nth-child(2n){translate:0 20px}.gallery-container:hover>.gallery-card:not(:hover){filter:grayscale(100%)}@media (max-width: 768px){.about-section{width:100%;margin:1rem;max-width:75%}.section-1,.section-2,.section-3,.section-4{margin:1rem;height:75dvh;overflow:scroll}.section-1{margin-top:5rem}.menu-button{display:block}.nav{display:none;position:absolute;top:100%;right:0;width:30%;background:radial-gradient(circle at 50% 50%,#546773,#3e4d56);flex-direction:column;align-items:center;border-radius:20px;border:1px solid var(--tertiary-color)}.nav.open{display:flex}.nav a{margin:.15rem 0;width:100%;text-align:center;padding:1rem 0}.nav.open a:hover{cursor:pointer;color:#fff}.gallery-card,.gallery-card:hover{width:40dvw}}.shop-container{padding:50px 20px;padding-top:5rem;background-color:#f4f4f9;width:100dvw}.shop-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:40px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:30px}.product-card{background-color:#fff;border-radius:15px;box-shadow:0 10px 20px #0000001a;padding:20px;transition:transform .3s ease,box-shadow .3s ease;text-align:center}@media (max-width: 768px){.shop-container{padding:30px 10px;padding-top:5rem}.shop-title{font-size:2rem;margin-bottom:30px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
