.error{
    background:lightpink;
    color:red;
    width:400px;
    padding:5px;
    margin: 50px auto;
    text-align:center;
}
 .adv{
         padding-top:30px;
         padding-bottom:30px; 
         margin:auto;
         margin-top:20px;
         font-family:iransans_bold;
         font-size:16px;
         background: #004f88;
         text-align:center;
         border-radius:20px;
         width:100%;
         box-shadow: 1px 1px 2px 2px gray;
         color:white;
     }
     .adv a{
         color:white;
     }
     .adv-img{
         border-radius:20px;
         background:none;
         margin-top:20px;
         box-shadow: 1px 1px 2px 2px gray;
         
     }
     .row-butt{
         display:flex;
         justify-content:space-around;
           }
     .row-butt .adv{
         width:47%;
        
     }
     
     .home-paragraph{
         background:var(--co2);
         border-radius:20px;
         margin:auto;
         padding:30px;
         box-shadow: 1px 1px 2px 2px gray;
         line-height: 2;
     }
    .new-footer{
        margin-top:50px;
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        background:#eee;
        color:gray;
        text-align:center;
        font-size:10px;
        padding:10px;
    }
    .import-link{
        
        padding-bottom:50px;
    }
    .im-link-innert{
        background:gray;
        border-radius:20px;
        width:90%;
        margin:auto;
        margin-bottom:10px;
        padding:20px;
        height:100%;
    }
    
 .profile-bar{
        display:flex;
        direction:rtl;
        padding:5px;
        align-items:center;
        justify-content:left;
       
    }
    .prof_butt{
        background:gray;
        border-radius:10px;
        margin:3px;
        padding:5px;
        color:white;
    }
  
    .prof-serach-butt{
            padding:5px 10px;
           background:gray;
            color: white;
            position: relative;
            left: 5px;
            border-radius:10px 0px 0px 10px;
    }
    .prof_search_input{
            padding: 5px 10px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius:0px 10px 10px 0px;
    }
    
    .basket-full{
        position:absolute;
        background:red;
        top:-5px;
        left:-5px; 
        border-radius:50%;
        font-size:15px;
        padding:1px;
        color:white
    }
.header{
    width:100%;
    position:relative;
    box-shadow:5px 1px 3px 0px gray;
   
}
.top-rabon{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:var(--co1); 
    height:auto;
    width:100%;
    color: white;
    
}
.top-navbar{
    direction: ltr;
    width:100%
}
.slider{
    width:100%;
    height:auto;
}

.top-header{
    display:flex;
    width:100%;
    justify-content:space-between;
    background:white; 
}
   
    .logo{
        position:absolute;
        top:-30px;
        left:30px;
        background:white;
        padding:10px;
        margin-right:10px;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .list{
        list-style:none;
         color:var(--co5);
        font-family:iransans_bold;
        display:flex;
        gap:25px;
        
    }
    .home-back{
      
        height:100%;
        width:100px;
        top:0px;
        right:0px;
        text-align:center;
       
        
    }
    
    .reg-butt{
    background:#56a219;
    color:white;
    width:50%;
    margin:auto;
    margin-right:5%;
    text-align:center; 
    margin-top:10px; 
    margin-bottom:10px;
    border-radius: 10px;
    border-color:#00b5cd;
    padding:5px;
    transition: 0.3s;
    flex-grow:2;
}
.cancel-butt{
    background:#b73e2a;
    color:white;
    width:30%;
    margin:auto; 
    text-align:center; 
    margin-top:10px; 
    margin-bottom:10px;
    border-radius: 10px;
    border-color:#00b5cd;
    padding:5px;
    transition: 0.3s;
    flex-grow:1;
}
  
   
   
    @media (max-width:600px){
        .menu{
            width:100%; 
            max-height:0;
            overflow:hidden;
        }
        .navbar{
            width:50%;
        }
        .list{
            flex-direction:column;
            align-items:center;
            padding:20px;
        }
         .navbar label{
            display:inline-flex; 
            align-items:center;
            cursor:pointer;
            
        }
        .home-back{
        right:0px;
            display:none;
        }
       
    }
    
     .new-logo{
        direction:ltr;
        display:flex;
        height:70px;
        align-items:center;
        /*background:white;*/
        color:var(--co1);
    }.new-logo img{
       padding:10px;
        width:70px;
         height:auto;
    }
    .title{
        font-family: iransans_bold;
        font-size:18px;
    }
.row-insert{
    display:flex; 
    width:95%; 
    margin:10px auto;
} 
.input-insert{
    
    width:60%;
    text-align:center;
    border-radius:10px 0px 0px 10px ;
    background:#f3f3f3;
    color:#333;
    position:relative;
    padding:5px;
}
.center-insert{
    width:80%;
    text-align:center;
    background:#f3f3f3;
    color:#333;
    position:relative;
    padding:5px;
}
.lable-insert{
    width:40%;
    background:#333; 
    color:#d3d3d3 ;
    text-align:left; 
    padding:5px;
    white-space:nowrap;
    font-size:95%;
    border-radius:0px 10px  10px 0px;
}

.butt-insert{
    border-radius:10px 0px 0px 10px ;
    background:#333; 
    color:#d3d3d3 ;
    left:10px;
    padding:5px;
    cursor:pointer;
}






.kala-titr{
   
    margin-top:10px; 
    padding:5px; 
    width:100% ; 
    text-align:center;
    font-size:16px;
    font-weight: bold;
    transition: 0.3s
}
.kala-titr:hover{
   transform: scale(1.3, 1.3);
}
.hide-item{
    display:none;
}

.no-mobile{
    display:block;
   
}
.no-pc{
    display:none;
   
}

.flex-container {
  display: flex;
  height: 80px;
  align-items: baseline;
  background-color: stretch;
  justify-content: center;
}
.img-mo{
    width:400px;
    margin:auto;
   
}
.radius-box{
    background:white;
    margin:10px auto;
    border-radius:10px;
    box-shadow:2px 2px 2px  2px gray;
}

.top-raibon{
    background:gray;
    width:100%;
    height:200px; 
    position:absolute
}
.main{
    background:#fff; 
    width:100%; 
    postion:absolute;z-index:10; 
    margin:10px; border-radius:20px; 
    text-align:center; 
    box-shadow: 3px 3px 5px #000000;
}

@media (max-width: 768px) {
    p{
        font-size:12px;
    
    }
    .no-mobile{
    display:none;
    }
    .no-pc{
    display:block;
    
}


.img-mo{
    width:100%;
}
}

.side_menu{
    position:fixed; 
    background:red; 
    width:200px; 
    height:50px;
    z-index:20; 
    color:white; 
    border-radius:10px;
    margin:auto;
    right:-150px;
    transition:0.3s
}
.side_menu:hover{
    right:0px;
}




.img-box{
    position:relative; 
    width:100%;
}
.img-txt-div{
    direction:ltr;
    opacity:0.5;
    background:black; 
    position:absolute;
    bottom:10%;
    width:70%;
    height:20%;
    }
.img-text{
    color:white;
    opacity:0.9;
    padding:20px;
}

