.product-container_adv{
    display: flex;
   max-width: 1440px;
   width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 67px;
   
}
.product-title_adv{
    display: flex;
align-items: center;
gap: 15px;
}
.product-title_adv > h2{
    color:  #1F1717;
font-family: IRANYekanWebFn;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 31.042px; 
}
.item-f{
    width: 207px;
    height: 197px;
    background: linear-gradient(180deg, #CE5A67 -29.9%, #EE9478 39.56%);
    position: relative;
}
.item-f a{
    position: relative;
    color: white;

}
.item-f h2{
    font-size: 14px;
    position: relative;
    text-align: center;
    border-radius: 11.133px;
background: rgba(28, 40, 54, 0.50);
backdrop-filter: blur(4.638888835906982px);
width: 192.05px;
height: 36.183px;
display: grid;
justify-content: center;
align-items: center;
bottom: 44px;
  left: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 2px solid rgb(255, 255, 255);

}
    .item-f img {
        width: auto !important;
    }
.product-tbl_adv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 75px;
    justify-content: space-evenly;
    align-items: flex-end;
    align-self: stretch;
    gap: 22px;
    margin-top: 50px;
    min-height: 200px;
}

.itm-f_1{
    border-radius:  20.762px 69.205px 13.917px 11.133px;

}
.itm-f_1 > a{
    top:-37px;
    
}
    .itm-f_1 img{
        width:182px !important;
        height:235px;
    }
    .itm-f_2 {
        border-radius: 69.205px 20.762px 13.917px 11.133px;
    }
.itm-f_2 > a{
    top:-51px;
    right: -4px;
}
        .itm-f_2 img {
            width: 202px !important;
            height: 248px;
        }
.itm-f_3{
      border-radius:  20.762px 69.205px 13.917px 11.133px;
}
.itm-f_3 > a{
    top:-35px;
}
    .itm-f_3 img {
        width: 262px !important;
        height: 232px;
    }
.itm-f_4{
    border-radius: 69.205px 20.762px 13.917px 11.133px;
}
.itm-f_4 > a{
    top:-44px;
}
    .itm-f_4 img {
        width: 183px !important;
        height: 242px;
    }
.itm-f_5{
    border-radius: 69.205px 20.762px 13.917px 11.133px;
}
.itm-f_5 > a{
    top:-37px;
}
    .itm-f_5 img {
        width: 236px !important;
        height: 235px;
    }
.last_product-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .last_product-list h2 {
        width: 100%;
        text-align: center;
        color: aliceblue;
        line-height: 64px;
        padding-top: 18px;
        background: linear-gradient(0deg, rgba(249, 157, 182, 1) 0%, rgba(252, 245, 237, 1) 100%);
        color: #5b5959;
    }
.product-container_footer{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 96%;
    min-height: 64px;
    background-color: whitesmoke;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    bottom: -19px;
}
.product-container_footer > div{
    display: flex;
  align-items: center;
  gap: 15px;
}
.info-first {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-height: 122px;
    padding: 5px 51px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(249, 157, 182, 1) 0%, rgba(252, 245, 237, 1) 100%);
    color: #5b5959;
}
.info-first_phone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap:12px
}
.info-first_sol {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #5b5959;
    font-weight: bold;
}

.info-first_phone-tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #5b5959;
    font-weight: bold;
}
    .info-first_phone-tel a, .info-first_phone-tel a:visited {
        color: #5b5959;
    }
.info-first_contact {
    display: flex;
    width: 142px;
    height: 52px;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    color: #5b5959;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}
.article-news{
   
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
   
}
.article-news_title{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.article-news_title  > a , .article-news_title > div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 150px;
}
.article-news_content{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.article-news_item{
    width: clamp(200px, 100%, 400px);
    border: 1px solid var(--Gray-Gray-40, #BDBDBD);
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; 
    direction: rtl;
    padding: 10px;
}
.article-news_item-content > div{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}
.article-news_item-content > div >span:first-child{
    color: var(--4, #CE5A67);
}
.article-news_item-content > div >span:last-child{
    border-radius: 5px;
border: 1px solid var(--Gray-Gray-40, #BDBDBD);
background:  #FFF;
padding: 12px;

}
@media  (max-width: 600px) {
    .product-tbl_adv{
gap:120px;
    }
    /* .product-container_footer > div > h3{
        opacity: 0;
        pointer-events: none;
    } */
    /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip:hover .tooltiptext,.tooltip:focus-within .tooltiptext {
    visibility: visible;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  .info-first{
    justify-content: center;
    gap: 25px;;
  }

}