.welcome{align-items:center;gap:.5rem;margin-bottom:2rem;margin-left:10vw;font-size:2rem;font-weight:700;display:flex}.hero-section{width:100%;margin-bottom:2rem;position:relative}.hero-section .hero-image{border-radius:1rem;width:90vw;max-width:1400px;height:60vh;min-height:400px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.hero-section .hero-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.hero-overlay{color:#fff;background:linear-gradient(90deg,#000000b3 0%,#0000004d 100%);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:0 10%;display:flex;position:absolute;top:0;left:0}.hero-title{text-shadow:0 2px 4px #0000004d;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.8s fadeInUp}.hero-subtitle{opacity:.9;text-shadow:0 1px 3px #0000004d;max-width:500px;margin-bottom:2rem;font-size:1.5rem;animation:.8s .2s both fadeInUp}.hero-cta{background-color:var(--navcolor);color:#fff;border-radius:50px;align-items:center;gap:.5rem;max-width:-webkit-fit-content;max-width:fit-content;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;animation:.8s .4s both fadeInUp;display:inline-flex;box-shadow:0 5px 15px #0003}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.features-section{max-width:1400px;margin:0 auto 4rem;padding:0 20px}.features-grid{background:#fff;border-radius:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2.5rem;display:grid;box-shadow:0 10px 40px #0000000d}.feature-card{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.feature-icon{width:60px;height:60px;color:var(--navcolor);background:#0d0d4d0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.feature-card h4{color:var(--navcolor);margin:0;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--text-muted,#666);margin:0;font-size:.9rem;line-height:1.5}.hero-image{border-radius:1rem;width:80vw;margin:2rem auto;overflow:hidden;box-shadow:0 5px 15px #0000001a}.hero-image img{width:100%;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-links{flex-direction:column;display:flex}.home-link{color:var(--buttonscolor);background-color:var(--navcolor);text-align:center;z-index:1;border-radius:.5rem;width:8rem;margin-top:2rem;padding:1rem 1.5rem;text-decoration:none;transition:background-color .7s,color .4s;position:relative;overflow:hidden}.home-link:before{content:"";z-index:-1;background-color:#fff;width:0%;height:300%;transition:width .7s,height .7s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-link:hover:before{width:300%;height:300%}.home-link:hover{color:var(--bgbuttons)}.home-top-section-links{flex-flow:wrap;justify-content:space-around;align-items:center;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.home-section-link{border-bottom:2px solid var(--navcolor);color:var(--navcolor);width:auto;text-decoration:none}.home-content{width:100%;padding:0}.home-fabric-section{margin:3rem 0}.section-header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto 1.5rem;padding:0 20px;display:flex}.home-fabric-section h3{margin:0;padding:0}.view-all{color:var(--navcolor);align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .2s;display:flex}.view-all:hover{gap:.5rem}.preloader-image-container{justify-content:center;align-items:center;display:flex}.loader-container{justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}.spinner{border:4px solid #0000001a;border-top-color:var(--navcolor);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1000px){.features-grid{grid-template-columns:repeat(2,1fr);padding:1.5rem}}@media (max-width:800px){.home-links{margin:0 2rem}.home-link{width:5rem}}@media (max-width:768px){.hero-section{margin-bottom:1.5rem}.hero-section .hero-image{width:95vw;height:40vh;min-height:300px}.hero-overlay{background:linear-gradient(90deg,#000000bf 0%,#0006 100%);padding:0 7%}.hero-title{margin-bottom:.7rem;font-size:2.2rem}.hero-subtitle{max-width:100%;margin-bottom:1.5rem;font-size:1.1rem}.hero-cta{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width:600px){.hero-section{margin-bottom:1.5rem}.hero-section .hero-image{height:30vh;min-height:200px}.hero-overlay{background:linear-gradient(90deg,#000c 0%,#00000080 100%);justify-content:center;align-items:flex-start}.hero-title{margin-bottom:.5rem;font-size:1.8rem}.hero-subtitle{margin-bottom:1.2rem;font-size:.95rem;line-height:1.4}.hero-cta{padding:.7rem 1.3rem;font-size:.85rem}}@media (max-width:470px){.hero-section{margin-bottom:1rem}.hero-section .hero-image{border-radius:.7rem;height:25vh;min-height:160px}.hero-overlay{background:linear-gradient(90deg,#000000d9 0%,#0009 100%);justify-content:center;align-items:flex-start;padding:0 5%}.hero-title{text-shadow:0 2px 4px #00000080;margin-bottom:.4rem;font-size:1.5rem}.hero-subtitle{opacity:.95;text-shadow:0 1px 3px #00000080;max-width:90%;margin-bottom:1rem;font-size:.85rem}.hero-cta{border-radius:30px;padding:.6rem 1.2rem;font-size:.8rem}.hero-image{width:90vw}.welcome{margin-right:10vw}.home-product-list{margin-left:.1rem;margin-right:.1rem}.home-product-list img,.home-product-list .preloader-image-container{width:10rem}.home-product-link-texts p{font-size:12px}.home-link{margin-top:.5rem;padding:.5rem .7rem}}@media (max-width:400px){.hero-section .hero-image{height:22vh;min-height:140px}.hero-overlay{padding:0 4%}.hero-title{margin-bottom:.3rem;font-size:1.3rem}.hero-subtitle{margin-bottom:.8rem;font-size:.8rem;line-height:1.3}.hero-cta{padding:.5rem 1rem;font-size:.75rem}.home-product-list img,.home-product-list .preloader-image-container{width:8rem}.welcome{font-size:1.5rem}.logo{width:1.5rem}.home-top-section-links{row-gap:.5rem}.home-links{margin:0}.home-section-link{margin-left:2rem}.home-link{padding:.5rem .7rem;margin-top:.5rem!important}}
