@font-face {
    font-family: 'Century-Gothic';
    src: url(../fonts/Century-Gothic.ttf);
}


body{
    font-family: 'Almarai', sans-serif;
    font-size: 1em;
    direction: rtl;
    text-align: right
}

/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #e7e8e9 url(/img/loader.png) center no-repeat;
    background-size: contain;
}*/


.navbar{
    float: right;
}

h1, h2, h3, h4, h5, h6 ,
.skills .content h3,
.pricing h4{
    font-family: 'Almarai', sans-serif;
}

.leave-it-to-us h3{

    text-align: left
}

.pricing p{
    text-align: right
}

#header .logo,
.contact-text2{
    float: left;
}

#about .text {
    font-size: 1.7em;
}

#accordion button{
    text-align: right
}

.lang{
    float: left;
    margin: 1em 0 0;
}

@media (max-width: 1366px){
    #home .img {
        margin-top: 17em !important;
    }
}


@media (max-width: 1280px){
    #about .text{
        font-size: 1.2em;
    }
    #home .img {
        margin-top: 13em !important;
    }
}

@media (max-width: 1200px){
    #home h1 {
        text-align: right;
    }
    #home h2 {
        text-align: right;
    }
    .team .member p{
        line-height: 16px;
    }
    .lang {
        margin: -3em 0 0px 1em;
    }
    .lang a {
        line-height: 21px;
    }
}

@media (max-width: 1024px){
    

    #home2 .img {
        margin-top: 10em !important;
    }
}


@media (max-width: 768px){
    .navbar a, .navbar a:focus {
        padding: 10px 7px;
        font-size: 1.2em;
    }
}
