.products-top-section{color:var(--color-light);position:relative;z-index:8}.products-top-section .bg-img-left,.products-top-section .bg-img-right{width:500px;position:absolute;top:-100px;z-index:-1}.products-top-section .bg-img-right{right:0}.products-top-section .bg-img-left{left:0}.products-top-section .sub-text{text-transform:uppercase;font-weight:500}.products-top-section .main-text{font-size:40px;line-height:1.2;font-weight:700;color:var(--color-light)}.products-top-section .top-image{width:700px;max-width:100%}@media(max-width:768px){.products-top-section .main-text{font-size:24px}}.products-details{position:relative;background-image:url(/page-bg.png);background-repeat:no-repeat;background-size:cover;background-position:50%;height:auto}.products-details .bg-img-left,.products-details .bg-img-left-2,.products-details .bg-img-left-3,.products-details .bg-img-right,.products-details .bg-img-right-2,.products-details .bg-img-right-3{width:500px;position:absolute;top:0}.products-details .bg-img-right{right:0}.products-details .bg-img-left{left:0}.products-details .bg-img-right-2{right:0;top:30%}.products-details .bg-img-left-2{left:0;top:30%}.products-details .bg-img-right-3{right:0;top:60%}.products-details .bg-img-left-3{left:0;top:60%}.products-details .heading{position:relative;padding-bottom:20px}.products-details .heading:before{content:"";position:absolute;bottom:0;left:45%;height:4px;width:50px;margin:auto;background:linear-gradient(225deg,hsl(15,100%,51%),hsl(302,100%,38%));border-radius:2px}.products-details .product-card{position:relative;border-radius:12px;padding:25px;z-index:0;color:var(--color-light);text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;max-height:400px;background:rgba(74,74,74,.292);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.products-details .product-card:before{content:"";position:absolute;inset:0;padding:1px;border-radius:12px;background:linear-gradient(225deg,hsl(15,100%,51%),hsl(302,100%,38%));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.products-details .product-card .name{font-weight:600}.products-details .product-card .card-btn{display:flex;align-items:center;cursor:pointer}.products-details .product-card .card-btn .text{margin-right:5px;transition:all .3s ease;font-weight:500}.products-details .product-card .card-btn .icon{transition:transform .3s ease;display:flex;align-items:center}.products-details .product-card .card-btn:hover .icon{transform:translateX(5px)}.products-details .product-card .card-btn:hover .text{font-weight:700}.products-details .product-card .p-img-wrapper{position:absolute;top:-35px;height:74px;width:74px;border-radius:50%;padding:2px;background:linear-gradient(225deg,hsl(15,100%,51%),hsl(302,100%,38%))}.products-details .product-card .p-img-wrapper .p-img{height:70px;width:70px;border-radius:50%;object-fit:cover;background:#fff;display:block}.products-details .product-card .name{font-size:20px;margin-top:45px}