    @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Inter Tight', sans-serif;
font-family: 'Noto Kufi Arabic', sans-serif;
*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Inter Tight', sans-serif;
}

.custom-link {
            color: white;
            text-decoration: underline;
        }
.hidden{
    display: none !important;
}
:selection{
    background-color: black;
    color: white;
}
::selection{
    background-color: black;
    color: white;
}
header{
    background-color: #161616;
    height: 80px;
}
.header_container{
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.logo{
    margin-right: 40px;
}
.logo img{
    display: block;
    height: 60px;
    border-radius: 10px;
}
.nav{
    flex: 1;
}
.nav li{
    display: inline-block;
}
.nav li a{
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 15px;
}
.nav li a:hover{
    color: rgb(255, 0, 0);
}
.top_down_button{
    position: relative;
}
.top_down_button button{
    background: #a61f36;
    height: 50px;
    font-size: 18px;
    font-family: 'Inter Tight', sans-serif;
    padding: 0 30px; 
    border: none;
    border-radius: 4px;   
    cursor: pointer;
    transition: ease .4s all;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.top_down_button button:hover{
    background: #ffffff;
    color: #a61f36;
}
.top_down_button button i{
    margin-left: 5px;
}
.top_down_devices{
    position: absolute;
    width: 100%;
    top: calc(100% + 25px);
    left: 0;
    background-color: #161616;
    border-radius: 4px;
    padding: 10px;
    top: 90%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: ease .4s all;
    display: none;
}
.top_down_devices_pc{
    display: block;
}
.top_down_devices a{
    margin: 30px 0;
    display: block;
    transition: ease .4s all;
}
.top_down_devices a img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.top_down_devices a:hover{
    transform: scale(1.1);
}

.top_down_button:hover > .top_down_devices{
    top: calc(100% + 20px);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.main_section{
    position: relative;
}
.container{
    margin: 0 auto;
    padding: 60px 30px;
    width: 100%;
    max-width: 1200px;
}
.main_down_container{
    text-align: center;
}
.main_down_brand img{
    display: block;
    width: 60px;
    margin: 0 auto;
}
.main_title{
    font-weight: 900;
    color: #161616;
    font-size: 50px;
    letter-spacing: 0.1rem;
    margin: 15px 0;
}
.main_paragraph{
    font-size: 20px;
}
.main_devices{
    margin: 30px 0;
    display: flex;
    justify-content: center;
    display: none;
}
.main_devices_pc{
    display: flex;
}
.main_devices a{
    margin: 0 5px;
}
.main_devices a img{
    display: block;
    transition: ease .4s all;
}
.main_devices a img:hover{
    transform: scale(1.1);
}
.phone_video{
    height: 410px;
    width: 852px;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.phone_image{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}
.phone_video_player{
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    display: block;
    width: 878px;
    height: 498px;
    z-index: -1;
}
.left_bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    display: block;
}
.middle_download{
    height: 80px;
    background: #a61f36;
    padding: 0 30px;
    color: #ffffff;
}
.middle_download_container{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}
.middle_download_text{
    font-size: 20px;
    text-transform: uppercase;
    flex: 1;
}
.middle_download_devices{
    display: flex;
}
.middle_download_devices a{
    margin-left: 25px;
}
.middle_download_devices a img{
    display: block;
}
footer{
    height: 80px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
}
@media screen and (max-width:1200px){
    .main_devices{
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 600px;
        flex-wrap: wrap;
        margin: 30px auto;
        padding: 0 15px;
    }
    .main_devices a{
        margin: 5px 0;
        width: 33.333333%;
        padding: 10px;
    }
    .main_devices a img{
        width: 100%;
    }
}
@media screen and (max-width:1000px){
    .header_container{
        padding: 0 15px;
    }
    .logo {
        margin-right: 30px;
    }
    body.arabic .logo {
        margin-right: 0;
        margin-left: 30px;
    }
    .container{
        padding: 60px 15px;
    }
    .middle_download{
        padding: 0 15px;
    }
}

@media screen and (max-width:900px){
    .logo {
        margin-right: 0;
    }
    body.arabic .logo {
        margin-left: 0;
    }
    .nav li{
        display: none;
    }
    .left_bar{
        display: none;
    }

    .phone_video {
        height: 287px;
        width: 596.4px;
    }
    .phone_video_player {
        width: 614.6px;
        height: 348.6px;
    }
}

@media screen and (max-width:800px){
    .main_title {
        font-size: 40px;
    }
    .main_paragraph {
        font-size: 17px;
    }
}

@media screen and (max-width:700px){
    .top_down_button button{
        padding: 0 20px;
    }
    .container {
        padding: 30px 15px;
    }
    .main_title {
        font-size: 30px;
    }
    .main_paragraph {
        font-size: 16px;
    }
    .phone_video {
        height: 200.9px;
        width: 417.48px;
    }
    .phone_video_player {
        width: 430.22px;
        height: 244.02px;
    }

}

@media screen and (max-width:600px){
    .middle_download{
        height: auto;
    }
    .middle_download_container{
        flex-direction: column;
        padding: 30px 15px;
    }
    .middle_download_text{
        display: none;
    }
    .middle_download_devices a{
        margin: 0;
        padding: 0 5px;
    }

    .main_devices{
        padding: 0;
    }
    .main_devices a{
        margin: 0;
        width: 50%;
        padding: 5px;
    }
}

@media screen and (max-width:500px){
    .logo img {
        height: 60px;
    }
    .top_down_button button {
        padding: 0 12px;
        font-size: 14px;
        height: 40px;
        font-weight: 500;
    }
    .phone_video {
        height: 140.63px;
        width: 292.236px;
    }
    .phone_video_player {
        width: 301.154px;
        height: 170.814px;
    }
    .middle_download_devices{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .middle_download_devices a{
        margin: 5px 0;
    }

    .top_down_button:hover > .top_down_devices {
        top: calc(100% + 30px);
        padding: 10px;
    }
    .top_down_devices a{
        margin: 10px 0;
    }
    .top_down_devices a img {
        width: 100%;
    }
    
}

@media screen and (max-width:350px){
    .top_down_button button {
        font-size: 12px;
    }
}