.homepage .hero{display:flex;position:relative;height:100dvh;min-height:600px;z-index:1;color:var(--clr-white)}.homepage .hero-text:after{content:"";display:block;height:clamp(4.688rem,2.244vw + 4.183rem,6.875rem);width:2px;background-color:currentColor;margin-top:8px}.homepage .hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.homepage .hero-image img{width:100%;height:100%}.homepage .hero-image:before,.homepage .hero-image:after{content:"";position:absolute;left:0;right:0}.homepage .hero-image:before{top:0;bottom:80%;background:linear-gradient(0deg,transparent,#4A4A4A);mix-blend-mode:multiply}.homepage .hero-image:after{bottom:0;top:50%;background:linear-gradient(180deg,transparent,var(--clr-primary));opacity:.6;mix-blend-mode:multiply}.homepage .hero-title{font-size:clamp(2.5rem,.513vw + 2.385rem,3rem);line-height:1.25;font-weight:400;letter-spacing:.48px}.homepage .hero #scrollForMore{animation:scrollForMore 1s ease infinite}@keyframes scrollForMore{0%,to{opacity:0}75%{opacity:1}}@media (max-width: 991px){.homepage .hero-text{padding-inline:25px}.homepage .hero-title{margin-top:32px}}.homepage .products_section{color:var(--clr-primary);overflow-x:clip}.homepage .products_section .section-top{margin-bottom:65px}.homepage .products_section .brands-marquee{display:flex;align-items:center;justify-content:space-around;gap:var(--marquee-gap)}.homepage .products_section .brands-marquee .marquee-container{display:flex;align-items:center;justify-content:space-around;gap:var(--marquee-gap);flex-shrink:0;min-width:100%;animation:marquee 30s linear infinite;will-change:transform;height:100%}.homepage .products_section .brands-marquee .marquee-container svg,.homepage .products_section .brands-marquee .marquee-container img{height:100%;width:auto}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--marquee-gap)))}}.homepage .products_section .product-image{background:var(--product-background)}.homepage .products_section .product-name{--0-2: clamp(0rem, .128vw - .029rem, .125rem);font-size:calc(14px + var(--0-2));line-height:calc(22px + var(--0-2));font-weight:400;letter-spacing:normal}.homepage .products_section .main-btn{margin-top:24px}@media (min-width: 992px){.homepage .products_section .brands-marquee{height:70px;--marquee-gap: 80px}.homepage .products_section .products-swiper .swiper-wrapper{display:grid;gap:40px 8px}}@media (min-width: 992px) and (min-width: 1200px){.homepage .products_section .products-swiper .swiper-wrapper{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 992px) and (max-width: 1199px){.homepage .products_section .products-swiper .swiper-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 991px){.homepage .products_section .brands-marquee{height:55px;--marquee-gap: 50px}.homepage .products_section .products-swiper .swiper-slide{max-width:fit-content}.homepage .products_section .product{max-width:300px}.homepage .products_section .product-image img{aspect-ratio:308/404}}
