
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Kufi Arabic', sans-serif;
    
    }
body {
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
    background-image: url(back.png);
    background-size:cover;
    background-repeat: none;
    background-position: center;
    -webkit-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    
}
/*

animation: animat 10s infinite;
@keyframes animat{
    25%{
    background:url(back2.jpg);
    background-size:cover;
    background-repeat: none;
    background-position: center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
    50%{
    background:url(back.jpg);
    background-size:cover;
    background-repeat: none;
    background-position: center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
    75%{
    background:url(back2.jpg);
    background-size:cover;
    background-repeat: none;
    background-position: center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
    100%{
    background:url(back.jpg);
    background-size:cover;
    background-repeat: none;
    background-position: center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }

}

*/

.food{
    display: flex;
    right:10px;
    top: 10px;
    position: absolute;
   
}
.food button {
    width:25px;
    height:25px;
    top:0;
    position:relative;
    border:none;
    border-radius:50px;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    color:#137d1a;
    background-color:#003333;
    transition:0.1s;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    
}
.food i{
    color:#fff;
}
.food button::after{
    content: '';
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(53,172,67,1)17.8%, rgba(246,211,96,1)100.2%);
    filter: blur(15px);
    z-index: -1;
    position: absolute;
    right: 0;
    top:0;
    
}

.food button:active{
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient(circle farthest-corner at 10% 20%, rgba(53,172,67,1)17.8%, rgba(246,211,96,1)100.2%);
    transition:0.5s;
}
.logo{
    width:100%;
    justify-content: center;
    position:absolute;
    text-align: center;
    display:flex;
    
}

.lin-log{
    width:55px;
    height:55px;
    border-radius:15px;
    color: #fff;
    top:30px;
    position:relative;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    overflow: hidden;
    border: solid 1px #003333;
}

.lin-log img{
    width:55px;
    height:55px;    
    cursor: pointer;
    border-radius:15px;
    
}


.header{
    position: absolute;
    top:12%;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    color:#fff;
    background:#003333;
    border-radius:7px;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
}
.header:after {
content: ' ';
border: 10px solid transparent;
border-top-color: #003333;
position: absolute;
top: 99%;
left:44%;
    
}
.header h1{
    font-size:16px;
    margin: 2px 10px;
}

.container{
    justify-content: center;
    text-align: center;
    position: absolute;
    width:100%;
    top:20%;
    
}
.product-list{
    width:320px;
    height:130px;
    background: #ccc;
    direction: rtl;
    padding: 0;
    margin: 5px;
    position: relative;
    border-radius: 7px;
    display: inline-block;
     justify-content: center;
    align-items: center;
    border: solid 1px #003333;
    -webkit-box-shadow: 0px 0px 10px 0px #003333;
    -moz-box-shadow: 0px 0px 10px 0px #003333;
    box-shadow: 0px 0px 7px 0px #003333;
}

.pho{
    width:100px;
    height:100px;
    background: #ddd;
    margin: 5px;
    overflow: hidden;
    position: absolute;
    right:0;
    top:10%;
    border-radius: 2px;
}

.pho img{
    width:90px;
    height:90px;
    margin: 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px #fff;
    -moz-box-shadow: 0px 0px 10px 0px #fff;
    box-shadow: 0px 0px 10px 0px #fff;
}
.details{
    margin: 5px;
    padding: 0;
    background: #eee;
    width:205px;
    height:120px;
    border-radius: 2px;
    position: absolute;
    float: left;
    left:0;
    
}
.details h2{
    color:#000;
    font-size: 15px;
    margin-right: 10px;
   position: absolute; 
    font-style: italic;
}
.details h4{
    color:#000;
    font-size: 12px;
    margin-right: 10px;
   position: absolute; 
}

.details p{
     color:darkgoldenrod ;
    font-size: 10px;
    font-family:cursive;
    margin-right: 10px;
    position: absolute;
    text-align: right;
    top:26%;
    font-weight: bold;
}
.details p2{
     color:darkgoldenrod ;
    font-size: 10px;
    font-family:cursive;
    margin-right: 10px;
    position: absolute;
    text-align: right;
    right:0;
    top:65%;
    font-weight: bold;
}
.details p3{
     color:darkgoldenrod ;
    font-size: 11px;
    font-family:cursive;
    margin-right: 10px;
    position: absolute;
    text-align: right;
    right:0;
    top:55%;
    font-weight: bold;
}



.details h3{
     color:darkgray;
    font-size: 12px;
    font-family:'Noto Kufi Arabic' ;
    margin-right: 10px;
    position: absolute; 
    bottom: 0;
    border-radius: 5px;
}
.details span{
    color:#000;
    margin-left:3px;
    font-size: 11px;
    font-family:'Noto Kufi Arabic';

}
del{
    color:red;
    font-style: italic;
}


.cod{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(96,0,142,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
   
    
}
.cod2{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(17,148,32,0.7);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}
.cod3{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(255,150,0,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}
.cod4{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(9,3,245,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}
.cod5{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(120,13,3,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}
.cod6{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(56,196,181,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}
.cod7{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(228,50,37,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}

.cod8{
    width:40px;
    height:11px;
    margin-top: 5px;
    margin-left: 5px;
    top:0;
    left:0;
    color:#fff;
    background-color: rgba(12,50,13,0.9);
    position:absolute;
     font-family: serif;
    font-size:8px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    font-weight: bold;
}


.footer {
    margin: 0;
    padding: 0;
    width:45px;
    height:45px;
    position: fixed;
    justify-content: center;
    bottom:30px;
    left:10px;
    z-index: 1;
    
}

.footer a{
    text-decoration: none;
    justify-content: center;
    text-align: center;
    font-size: 45px;
    
}

.footer i{
    background: #fff;
    color:green;
    width:100%;
    height:100%;
    border-radius:50%;
     -webkit-box-shadow: 0px 0px 10px 0px forestgreen;
    -moz-box-shadow: 0px 0px 10px 0px forestgreen;
    box-shadow: 0px 0px 10px 0px forestgreen;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 12px 0px rgba(255,20,0,0,0.8);
}
.footer:hover i{
    width:100%;
    height:100%;
    color:#fff;
    background: green;
    border-radius:50%;
}





/*
.soon{
    width:905;
    height:80px;
    background-color:black;
    justify-content: center;
    align-items: center;
    margin: 10px;
    position: relative;
    top: 200px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    
}
.soon p{
    color:#fff;
    position: absolute;
    margin: 20px;
    
    

}


*/







.up i{
    color:white;
    background-color:#003333;
    border: none;
    border-radius:50px;
    }
.up i:hover{
    color:white;
    background-color:#003333;
    border-radius:50%;
    }
.up{
    position:fixed;
    cursor:pointer;
    bottom:34px;
    right:-35px;
    color:white;
    font-weight: bold;
    font-size:15px;
    background-color:#003333;;
    border-radius:50px;
    padding:5px;
    transition: .2s;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);

    }
.up.show{
    right: 10px;
    }





