.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;
}
 
 
.popup ul{
    display: none;
}
.home_blog_content{
    height: 260px !important;
    margin-top: 20px !important;   
    width: auto !important;
}
 @media (max-width: 1400px) {
    .newproduct_slide{
        width: 30% !important;
        min-width: 30%;
    }
 }
 @media (max-width: 1200px) {
    
.filter_nav{
    display: none;
}
.popup{
 margin-top: 30px;
top: 0;
background-color: white;
}
.popup ul{
    display: block;
}
 }
 @media (max-width: 992px) {
.home_blog_content{
width: 100%;
height: 330px;
}
.products{
    padding: 50px 20px  ;
}
 }
 @media (max-width: 768px) {
     
  
 }
 @media (max-width: 576px) {
      .products_backlay{
        clip-path: none;
  
    }
 .products{
    margin-top: 100px;
 }
 }