@font-face {
    font-family: 'Bahij_TheSansArabicBold';
    src: url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.eot');
    src: url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.eot') format('embedded-opentype'),
    url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.woff2') format('woff2'),
    url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.woff') format('woff'),
    url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.ttf') format('truetype'),
    url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.svg#BukraAlt_Bold') format('svg');
}

@font-face {
    font-family: 'Bahij_TheSansArabicPlain';
    src: url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.eot');
    src: url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.eot') format('embedded-opentype'),
    url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff2') format('woff2'),
    url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff') format('woff'),
    url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.ttf') format('truetype'),
    url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.svg#BukraAlt_Bold') format('svg');
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.list-inline-item {
    margin-right: 5px !important;
}

.warp {
    overflow: hidden;
}

body {
    font-family: 'Bahij_TheSansArabicPlain';

    color: #000;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Bahij_TheSansArabicBold';
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img {
    max-width: 100%;
}

.owl-carousel {
    direction: ltr;
}


/******************************/
header {
    transition: all .3s linear;
}

.top-head {
}

/* Start Nav Bar */
nav {
    background: #fff;
    margin-bottom: 30px;
}

.menu > li {
    display: inline-block;
}

.menu > li > a {
    display: block;
    color: #000;
    position: relative;
    padding: 10px 35px;
    border-radius: 30px
}

.menu > li > a i {
    margin-left: 2px;
}

.menu > li > a:hover,
.menu > li > a.active {
    color: #fff;
    background:#edca00;
}

.menu > .sub-menu-holder {
    position: relative;
    transition: all .3s;
    padding-right: 15px;
}

.menu .sub-menu > li:not(:last-child) {
    border-bottom: 5px solid #f6f5f1;
}

.menu-toggle {
    display: none;
}

.content-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(66, 67, 93, .6);
    z-index: 5;
    transition: all .3s linear;
}

.content-overlay.open {
    width: 100%
}

.sub-menu-holder .sub-menu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    color: #f6f5f1;
}

.menu .sub-menu > li {
    position: relative;
}

/* Start Media */


@media (min-width: 991px) {
    .menu {
        display: flex;
    }

    .menu > .sub-menu-holder:hover > .sub-menu {
        display: block;
        transition: all .5s;
    }

    .menu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        background-color: #fff;
        display: none;
        box-shadow: 0 11px 21px 0 rgba(0, 0, 0, 0.3);
        transition: all .3s;
    }

    .menu .sub-menu > li > a:hover {
        background-color: #0095da;
        color: #fff;
    }

    .menu .sub-menu > li > a {
        display: block;
        text-align: center;
        padding: 6px 0;
        color: #0095da;
        transition: all .1s;
    }

    .sub-menu .sub-menu-holder .sub-menu-toggle {
        position: absolute;
        top: 15px;
        right: 10px;
    }

}

@media (max-width: 991px) {

     .menu-toggle {
        display: block;
        font-size: 25px;
        margin: 0 !important;
        padding: 10px 0;
        color: #000;
        cursor: pointer;
    }

    .menu {
        z-index: 777;
        position: fixed;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        width: 280px;
        background-color: #052899;
        padding: 10px;
        transition: all .3s;
        left: 0;
        transform: translateX(-280px);
    }

    .menu::-webkit-scrollbar {
        width: 0;
    }

    .menu.open {
        transform: translateX(0);
    }

    .menu > li {
        display: block;
        padding: 0 !important;
        border-bottom: 2px solid #ebebeb;
        margin-left: 0;
        text-align: center;
    }

    .menu li a {
        padding: 10px 0;
        color: #fff;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu li a {
        color: #000;
    }

    .menu > li.sub-menu-holder a {
        width: calc(100% - 36px);
        display: inline-block;
    }

    .menu > li.sub-menu-holder i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #000;
    }

    .sub-menu-holder .sub-menu-toggle {
        top: 10px;
    }
}


/******************************/
.stick{
    background: #fff;
    position: fixed;
    padding: 5px 0;
    border-bottom: 2px solid #f0f3f2;
    width: 100%;
    z-index: 99999999;
}
.logo img{
    width: 130px;
    transition: all .3s linear;
}
.stick .logo img{
    width: 110px;
}
/******************************/
.banner{
    position: relative;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}
.banner-img{
width: 100%;
    height: 600px;
}
.banner-logo img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
/******************************/
.about{

    padding: 75px 0;
}
.about-mobile-img {
    position: relative;
    transform-style: preserve-3d;
}

.dd {
    transform: perspective(600px) rotateY(-30deg) rotatex(30deg) scale(0.9, 0.9);
    position: relative;
    top: 0;
    right: 0;
}

.ee {
    transform: perspective(600px) rotateY(-30deg) rotatex(30deg) scale(0.9, 0.9);
    position: absolute;
    top: 46px;
    right: 44px;
    width: 162px;
    height: 271px;
    z-index: 2;
    border: 1px solid;
}
.sec-tit{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.about-des{
    font-size: 18px;
    color: #000;
}
/******************************/
.screen {
    padding: 75px 0;
    background-image: linear-gradient(to right top, #edca00, #f3d142, #f8d865, #fbdf85, #fee6a3, #e8dca1, #d4d2a0, #c2c79f, #95a983, #688c6c, #3c6f58, #005246);;
    box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
}
.screenCarousel-container{
    position: relative;
}
.frem {
    position: absolute;
    width: 297px;
    height: 530px;
    z-index: 99;
    left: 50%;;
    transform: translateX(-50%);
    top:0;
    pointer-events: none;
}

.screenCarousel .owl-item img {
    transition: all 1s linear;
	   height: 530px !important;
}

.screenCarousel .owl-item.center img {
    border-radius: 50px;
    width: 297px !important;
 
    padding: 10px 5px;
    margin: auto;

}
.screenCarousel .owl-item.center{
    transform: scale(1, 1);
    opacity: 1;
    box-shadow:none;
}
.screenCarousel .owl-item{
    box-shadow: 0 0 10px 2px rgba(150, 150, 150, 0.76);
    transform: scale(0.9, 0.8);
    transform-origin: center;
    opacity: 0.8;
}
.screenCarousel .center + .owl-item{
    transform: scale(1, 0.9);
    z-index: 1;
}
.screenCarousel  .owl-item.active + .owl-item.active:not(.center) {
    transform: scale(0.9, 0.9);
    z-index: 2;
}
.screenCarousel  .owl-item.center + .owl-item.active + .owl-item.active{
    transform: scale(0.9, 0.8);
    z-index: 1;
}
/******************************/
.download{
    background:  url(../images/bg-download.jpg) center center no-repeat fixed;
    background-size: cover !important;
    position: relative;
    padding: 126px 0;
    background-attachment: fixed !important;
    background-position: center center !important;
}
.download:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(204, 233, 247, 0.67);
}

.download-btn {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    background-image: linear-gradient(to right top, #edca00, #f3d142, #f8d865, #fbdf85, #fee6a3, #e8dca1, #d4d2a0, #c2c79f, #95a983, #688c6c, #3c6f58, #005246);
    position: relative;
    padding: 12px 40px 12px 80px;
    border-radius: 28px;
}
.download-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.download-btn i.fab {
    font-size: 30px;
    background-image: linear-gradient(to right top, #edca00, #f3d142, #f8d865, #fbdf85, #fee6a3, #e8dca1, #d4d2a0, #c2c79f, #95a983, #688c6c, #3c6f58, #005246);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    transition: all .4s ease;
}
.download-btn span.inner {
    position: relative;
    display: block;
    text-align: left;
}
.download-btn span.avail,
.download-btn span.store-name {
    display: block;
    background-image: linear-gradient(to right top, #edca00, #f3d142, #f8d865, #fbdf85, #fee6a3, #e8dca1, #d4d2a0, #c2c79f, #95a983, #688c6c, #3c6f58, #005246);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 1em;
    transition: all .4s ease;
}
.download-btn span.avail {
    font-size: 12.5px;
}
.download-btn span.store-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}
.download-btn.active,
.download-btn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(212, 50, 151, 0.27);
    box-shadow: 0 15px 30px rgba(212, 50, 151, 0.27);
}
.download-btn.active:before,
.download-btn:hover:before {
    opacity: 0;
}
.download-btn.active i.fab,
.download-btn.active span.avail,
.download-btn.active span.store-name,
.download-btn:hover i.fab,
.download-btn:hover span.avail,
.download-btn:hover span.store-name {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/******************************/
footer{
    background: #edca00;
    color: #fff;
    padding: 40px 0;
}
footer a{
    color: #fff;
}
.content{
	padding:70px 0;

}
.contact-info-list a{
    color:#000;
	margin:15px;
}

.contact-info-list a i{
      color:#edca00;
	  margin-left:10px;
}
/******************************/

@media (max-width: 992px) {

}

@media all and (max-width: 768px) {

}


@media (min-width: 768px) {

}



