.products{
    position: relative;
    min-height: 410px;
  margin-top: 200px;
  padding:50px 50px; 

}
.products_backlay{
width: 100%;
top: 0%;
position: absolute;
height: 410px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%, 0 20%);
  background-color: var(--blue);
z-index: 0;
right: 0;
}
.products_filter {
    z-index: 1;
    display: flex;
    position: relative;
    color: white;
    align-items: center;
}
.products_filter  h5{
 font-size: 24px;
 font-weight: 700;
 font-family: IRYekanbold;   
 cursor: pointer;
 position: relative;
min-width: 270px;
}
.products_filter  h5 .popup{
     z-index: 290;
    display: none;
    flex-direction: column;
  
}
.products_filter  h5 .popup ul{
    list-style: none;
    margin: 0%;
    background-color: white;
    color: black;
    padding: 0%;
}
.products_filter  h5 .popup ul .active{
    background-color:#F0EFFF ;
}
.products_filter  h5 .popup ul li {
    font-size: 12px;
    font-weight: 300;
     display: flex;
    align-items: center;
    justify-content: center;
height: 40px;
}
 
.products_filter  h5 svg{
    margin: 0 10px;
}
.filter_nav{
    margin: 0 10px;
    width: 90%;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%, 0 20px);
height: 60px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}
.filter_nav ul{
    display: flex;
    margin: 0%;
    padding: 0%;
    list-style: none;
}
.filter_nav ul li{
    margin: 0 20px;
color: #515151ad;
font-size: 12px;
font-weight:200;
cursor: pointer;
transition: .4s;

 }
.filter_nav ul .active{
transform: scale(1.1);
color: black;
}
.filter_nav ul li:hover{
transform: scale(1.1);
color: black;
}
.filter_nav p{
    color: var(--blue);
    margin: 0%;
}
.products_frame{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
margin-top: 90px;
display:none;
animation-name: fade;
animation-duration: 1s;
animation-fill-mode: forwards;
opacity: 0;
z-index: 1;
position: relative;
}
@keyframes fade {
    from{opacity: 0;}
    to{opacity: 1;}
    
}
.products .active{
    display: flex;
}
.newproduct_slide{
position: relative;
z-index: 1;
overflow: visible;
clip-path: none;
padding: 0%;
margin-top: 20px;
background-color: unset;
 
}
 .product_shadow{
    width: 100%;
    height: 85%;
box-shadow: 0px 31px 50px 0px #0000002d;
position: absolute;
background-color: unset;
    top: 5%;
 }
.newproduct_slide:hover{
    clip-path: none;
}
 
 .newproduct_slide a{
    width: 100%;
    height: 253px;
    clip-path: polygon(12.5% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 15%);
 position: relative;
 display: flex;
 background-color: white;
 padding: 20px;
 }
 .newproduct_slide a img{
    height: 100%;
    width: 100%;
 }
 .newproduct_slide_title{
    padding: 20px;
    z-index: 1;
    position: relative;
    background-color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 87% 100%, 0% 100%, 0% 0%);

 }
.popup ul{
    display: none;
}
 @media (max-width: 1400px) {
    .newproduct_slide{
        width: 30% !important;
        min-width: 30%;
    }
 }
 @media (max-width: 1200px) {
    .newproduct_slide{
        width: 32% !important;
  min-width: 370px;
  
    }
.filter_nav{
    display: none;
}
.popup{
 margin-top: 30px;
top: 0;
background-color: white;
}
.popup ul{
    display: block;
}
 }
 @media (max-width: 996px) {
     .newproduct_slide{
        width: 49% !important;
  min-width:0px;
    }
 }
 @media (max-width: 768px) {
     .newproduct_slide{
    width: 100% !important;
     }
 .products_backlay{
      clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%, 0 20%);
 }
 }
 @media (max-width: 576px) {
    .products_backlay{
        clip-path: none;
  
    }
 .products{
    margin-top: 100px;
 }
 }