@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;700;800;900;1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
* {
    font-family: 'Cairo', sans-serif !important;
font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

.bg-header img{
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: absolute;
}

.bg-header .overlay {
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100vh;
}

.content h4 {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 20px;
    /* text-align: right; */
}

.logos .google {
    width: auto;
    height: 80px;
}

.logos .apple {
    width: auto;
    height: 54px;
    margin-top: 13px;
}

.fit-logo {
    position: relative;
}

.beta {
    position: absolute;
    bottom: -8px;
    right: 29px;
    background: white;
    border-radius: 100px;
    color: #1b211f;
    padding: 0px 13px;
    font-size: 12px;
}

.stay-tuned {
    margin-left: 7px;
    margin-bottom: 0px;
    font-size: 12px;
    position: relative;
    bottom: 10px;
}