*{
     font-family: 'Noto Kufi Arabic', sans-serif;
}
body{
    display:flex;
    justify-content: center;
    align-items: center;
    background: #100720;
   
}



.logo{
    width:100%;
    height:90px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    
}
.logo img{
    margin: 20px;
    width:100px;
    height:100px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px #fff;
    -moz-box-shadow: 0px 0px 10px 0px #fff;
    box-shadow: 0px 0px 7px 0px #fff;

}
.details-but{
     width:100%;
    margin:10px;
    position: relative;
    top:150px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.food{
    justify-content: center;
    align-items: center;
    

}

.food button {
    width:165px;
    height:67px;
    padding: 3px;
    margin: 10px;
    position:relative;
    border:none;
    border-radius:1rem;
    cursor:pointer;
    font-size:14px;
    color:#fff;
    background: #100720;
    transition:0.1s;
    justify-content: center;
    align-items: center;

    
}
.food button::after{
    content: '';
    width:100%;
    height:100%;
    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;
    left: 0;
    top:0;
     justify-content: center;
    align-items: center;

}

.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;
     justify-content: center;
    align-items: center;

}
.food button i{
    color:orange;
    margin-right: 5px;
}
.food button:active i{
    color:#fff;
    margin-right: 5px;
}
.details-shop{
    width:85%;
    height:105px;
    margin:10px;
    background-color: rgba(255,255,255,0.1);
    border-radius:5px;
    top:47%;
    position:absolute;
   
   
    
}
.details-shop h3{
    color:darkgrey;
    margin: 5px;
    font-size: 10px;
    justify-content: center;
    text-align: right;
    font-weight: lighter;
    direction: rtl;
}
.details-shop h3 a{
    color:greenyellow;
    text-decoration: none;
}

.details-shop i{
    color:#fff;
    font-size: 15px;
    margin: 0 5px;
    
}

iframe{
     position:absolute;
    top:70%;
    width:90%;
    height:150px;
    margin:5px;
    cursor: pointer;
    box-shadow:5px 5px 30px rgb(0,0,0,0.6);
    border-radius:7px;
    overflow: hidden;
    
}














