@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;
}
.menu-logo img{
    max-height: 80px;
}
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        list-style: none;
        position: relative;
        margin-bottom: 0;
    }

    .nav-list > li {
        display: flex;
        align-items: center;
        position: relative;
    }

    .menu-has-sub {}

    .menu-has-sub ~ .drop-menu-icon {
        color: #379eff;
    }


    .nav-list li:hover,
    .nav-list li.active {
        color: #000;
    }

    .nav-list li a {
        color: #000;
        position: relative;
        padding: 25px 0
    }

    .sub-list {
        list-style: none;
        position: absolute;
        top: 100%;
        z-index: 4;
        background-color: #fff;
        padding: 20px;
        min-width: 230px;
        transform-style: preserve-3d;
        transform: rotateX(-60deg);
        transform-origin: center top;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .sub-list li {
        position: relative;
    }

    .sub-list li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        margin-bottom: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #cacaca;
    }

    .sub-list li a:hover {
        color: #379eff;
        border-bottom: 1px solid #ddd;
    }

    .nav-list li:hover > .sub-list {
        visibility: visible;
        transform: rotateY(0deg);
        opacity: 1;
    }

    .nav-btn,
    .mobile-nav-list {
        display: none;
    }

    /**/
    .nav-list > li {
        margin-right: 30px;
    }
    .menu-has-sub ~ .drop-menu-icon{
        margin-right: 5px;
    }

    .sub-list {
        right: 0;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .nav-btn {
        display: inline-block;
        color: #16a596;
        background-color: #fff;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        line-height: 46px;
        text-align: center;
    }

    .mobile-nav-list {
       
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 5;
        height: 100%;
        width: 300px;
        background-color: #f2f2f2;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        padding: 15px;
        overflow-y: scroll;
        transition: all .5s linear;
    }
    .mobile-list {
         list-style: none;
    }
    .mobile-nav-list li {
        font-size: 16px;
        padding: 10px 15px;
        position: relative;
    }

    .mobile-nav-list li a {
        color: #000;
        display: block;
        width: 100%;
    }

    .mobile-nav-list li a.menu-has-sub {
        display: inline-block;
        width: calc(100% - 35px);
    }

    .mobile-nav-list li a:hover,
    .mobile-nav-list li.active a {
        color: #379eff;
    }

    .mobile-nav-list li .drop-menu-icon {
        color: #fff;
        background-color: #379eff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }
    .mobile-nav-list li .drop-menu-icon  i:before{
        transition: all .3s linear;
    }
    .mobile-nav-list li .drop-menu-icon.open i:before{
        content: '\f068';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }

    .sub-list.open {}

    .sub-list a {
        display: block;
        position: relative;
    }

    .trans-none {
        transform: none !important;
    }
    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    /**/
    .mobile-nav-list {
        right: 0;
        transform: translateX(100%);
    }

    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }
}


/******************************/
.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;
}
.padding-top{
    padding-top:79px;
}
/******************************/
.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,.vision{
    padding: 75px 0;
}

.sec-tit{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.about-des{
    font-size: 18px;
    color: #000;
}
.vision{
  background-color: #ff7d5c;
    color: #fff;
}
/******************************/
.screen {
    padding: 75px 0;

    background-image: -webkit-gradient(linear, left bottom, right top, from(#38438b), color-stop(#944b94), color-stop(#d75a88), color-stop(#ff7e71), color-stop(#ffb25f), to(#ffeb68));
    background-image: -webkit-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
    background-image: -o-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
    background-image: linear-gradient(to right top, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);

    box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
}
.screenCarousel-container{
    position: relative;
}
.frem {
    position: absolute;
    width: 297px;
    height: 529px;
    z-index: 99;
    left: 50%;;
    transform: translateX(-50%);
    top:0;
    pointer-events: none;
}

.screenCarousel .owl-item img {
    transition: all 1s linear;
       height: 530px;
    /*object-fit: scale-down;*/
     /*box-shadow: 0 0 10px 2px rgba(150, 150, 150, 0.76);*/
}

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

}
/*.screenCarousel .owl-item.center{*/
/*    transform: scale(1, 1);*/
/*    opacity: 1;*/
/*    box-shadow:none;*/
/*}*/
/*.screenCarousel .owl-item{*/
   
/*    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(61, 30, 130, 0.67);
}

.download-btn {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    background-image: linear-gradient(to right top, #f3433a, #e91861, #ce0d84, #a02ca1, #5a40b1);
    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, #f3433a, #e91861, #ce0d84, #a02ca1, #5a40b1);
    -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, #f3433a, #e91861, #ce0d84, #a02ca1, #5a40b1);
    -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: #F24239;
    color: #fff;
    padding: 40px 0;
}
footer a{
    color: #fff;
}
.content{
	padding:50px 0;
}
.contact-info-list a{
    color:#000;
	margin:15px;
}

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

@media (max-width: 992px) {

}

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

}


@media (min-width: 768px) {

}

.about-video iframe{
    width: 100%;
    height: 250px;
}

.parents{
    padding: 75px 0;
}
.parentItem img{
    max-height:150px;
    object-fit: scale-down;
}
.social-media {
    padding:25px 0;
}
.social-media a{
width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    margin: 0 5px;
    color: #000;
    
}