@font-face {
    font-family: Assaf;
    src: url(../font/AssafFont.ttf);
}
*{padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Assaf;
direction: rtl;
}
body{background-color: black;}
.download{background-color: #9E0057;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;}
.download-inner{text-align: center;}

.content-download{
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
}
.text-download{color: white;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 1rem;}
.applecation {
    display: grid;
}
.applecation a{padding-right: 1rem;}
.img-app-store{height: 5rem;}
.img-play-store{height: 5rem;}
.device{
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: black;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    padding: 4rem;
    border-bottom-width: 1px;
    border-color: black;
}

.content-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2rem;
}

ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
ul li{list-style: none;}
ul li a{text-decoration: none;
color:white}


@media (max-width: 768px) {
footer{padding: 0.5rem;}
.content-footer{gap: 1.2rem;}
  }