@font-face {
    font-family: "muna";
    src: url('../font/Muna.ttf');
    src: url('../font/Muna.ttf') format('truetype');
    src: url('../font/Muna2.ttc');
}

@font-face {
    font-family: "B Arabic Style";
    src: url('../font/BArabics.ttf');
    src: url('../font/BArabics.ttf') format('truetype');
}

body {
    background: url(../images/final-bg.png) no-repeat left center fixed;
    background-size: cover;
    font-family: "Muna";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
img {
    width: 150px !important;
}

p {
    color: white;
    font-size: 22px;
}
.text{
    text-align:center!important
}
.margin-25px{
    margin: 28px 0 0;
}
.store-image{
    width: 220px !important;
}
@media (max-width: 666px) {
    .text{
        text-align:right!important;
        float: right;
    }
    img {
        width: 120px !important;
    }
    .store-image{
        width: 200px !important;
    }
    body {
        background: url(../images/mobile-bg.png) no-repeat top left fixed;
        font-family: "Muna";
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover, auto;
        height: auto;
        -webkit-appearance: none;
    }
    p {
        color: white;
        font-size: 18px;
    }
}

