@font-face {
    font-family: ar;
    src: url(../fonts/ar.ttf);
}
@font-face {
    font-family: en;
    src: url(../fonts/en.ttf);
}


.gradient{
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(34,34,42,1) 0%, rgba(36,43,69,1) 100%);
}
body{
    background-color: #242b45;
    color:#506f8e; /*#5d6fb3;*/
}
.menu{
    height: 80px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items:flex-end;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;

    padding: 0px 10px;
}

.payment {
    width: 50%;
    margin: auto;
}


@media (max-width: 768px) {
    .menu{
        height: 60px !important;
    }
}
nav{
    margin-top: 10px;
    background-color: transparent !important;
    border: 0px !important;
}
nav .link{
    color: #fff !important;
    text-decoration: none;
    padding: 15px 0px !important;
    background-color:transparent !important;
    /* line-height: 30px; */
}
nav li.active .link{
    color: #f8ba26 !important;
}
nav .link:hover{
    color: #f8ba26 !important;
}
nav .link:after{
    content: '|';
    color: #85bdd9 !important;
}

.rtl nav li:nth-child(1) .link:after{
    content: '';
}
.ltr nav li:nth-last-child(1) .link:after{
    content: '';
}
.font-ar {
    font-family: ar !important;
}
.font-en {
    font-family: en !important;
}
nav .lang{
    color: #f8ba26 !important;;
    text-decoration: none;
    line-height: 30px;
    flex-grow: 2;
    text-align: center;
}
nav .lang:hover{
    color:#fff !important;
}

.content{
    display: block;
    background-color: #fff;
    padding: 14px;

    margin-bottom: 10px;
}
.header-img{
    margin: -14px;
    width: calc(100% + 28px);
}
.center{
    max-width: 968px;
    width: 100%;
    margin: 0px auto;
}

@media (max-width: 968px) {
    nav .link:after {
        content:'' !important;
    }
}

@media (min-width: 967px) {
    nav .link:after {
        padding: 0px 10px !important;
    }
}

.rtl{
    text-align: right;
    direction: rtl;
    font-family: ar;
}
.ltr{
    text-align: left;
    direction: ltr;
    font-family: en;
}

h2{
    color:#f52b4d;
    font-weight: bold;
    margin-bottom: 25px;
}
h3{
    color:#41acec;
}

.rtl .message {
    margin: 5px 9px 5px 5px;
}
.ltr .message {
    margin: 5px 5px 5px 9px;
}
.rtl .message::after {
    border-width: 8px 0px 8px 8px;
    border-color: transparent #eee;
    right: -8px;
}
.ltr .message::after {
    border-width: 8px 8px 8px 0px;
    border-color: transparent #eee;
    left: -8px;
}
.rtl .message::before {
    border-width: 8px 0px 8px 8px;
    border-color: transparent #fff;
    right: -6px;
}
.ltr .message::before {
    border-width: 8px 8px 8px 0px;
    border-color: transparent #fff;
    left: -6px;
}
.rtl .message-header span{
    float: left;
}
.ltr .message-header span{
    float: right;
}

.message{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    width: calc(100% - 14px);
    min-height: 50px;
    position: relative;
    font-size: 14px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.message::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    top:10px;
}
.message::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 2;
    top:10px;
}
.message-header{
    padding-bottom: 4px;
    padding:8px 10px;
}
.user-link{
    color: #41acec !important;
    font-weight: bold !important;
    font-size: 14px !important;
}
.message-header span{
    font-size: 10px;
    color: #bbb;
}
.message-body{
    padding:8px 10px;
}

.review-block {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 5px;
}
.review-title{
    margin: -30px auto 10px auto;
    background-color: #fff;
    color: #41acec;
    /* font-weight: bold; */
    display: block;
    width: 150px;
    text-align: center;
    font-size: 24px;
}

.gallery-item{
    margin-top:25px;
    display:block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.gallery-item:hover{
    border: 1px solid #85bdd9;
}
.gallery-image-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.gallery-image{
    position: relative;
    padding-bottom: 75%;
    background-size: cover;
    background-position-x: 50%;
}
.gallery-caption{
    text-decoration: none;
    color: #41acec;
    text-align: center;
    height: 22px;
    overflow: hidden;
    margin: 8px 5px;
}
.header-link{
    color:#f52b4d;
}
.header-link:hover{
    text-decoration: none;
    color:#f52b4d;
    opacity: 0.5;
}

.g-recaptcha>div {
    margin: auto;
    text-align: center;
}
.help-block {
    text-align: center;
    color: #f52b4d;
}
.navbar-brand{
    display: none;
}
.navbar-default .navbar-brand{
    color: #f8ba26 !important;
}
.hide-968{
    display: block !important;
}
.show-968{
    display: none !important;
}
.padding-left-968{
    padding-left: 0px;
}
@media (max-width: 968px) {
    .padding-left-968{
        padding-left: 40px;
    }
    .hide-968{
        display: none !important;
    }
    .show-968{
        display: block !important;
    }
    .navbar-brand{
        display: block;
        font-size: 14px;
        color: inherit;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.letter-img{
    width: 100%;
    max-width: 842px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 50px;
}
.letter-img img {
    width: 100%;
}
.main-hit-aria{
    position: absolute;
    width: 210px;
    height: 200px;

}
.main-hit-aria:hover::after{
    /*background-color: #fbbf1510;*/
    border: 1px solid #5b9bd3;
    border-radius: 5px;
}

.main-hit-aria::after{
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    background-color: transparent;
    border: 1px solid #5b9bd311;
    border-radius: 5px;
}

.sound-but{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    z-index: 2;
}
.sound-but:hover{
    opacity: 1;
}
.play-bg{
    background-image: url("../images/play.png");
    background-size: cover;
}
.pause-bg{
    background-image: url("../images/pause.png");
    background-size: cover;
}

.next-but{
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    opacity: 0.6;
    z-index: 2;
    background-image: url("../images/right.png");
    background-size: cover;
}
.prev-but{
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    opacity: 0.6;
    z-index: 2;
    background-image: url("../images/left.png");
    background-size: cover;
}
.prev-but:hover, .next-but:hover{
    opacity: 1;
}