@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
        
@font-face {
    font-family: 'GE_SS_Two_Medium';
    src: local('Ã¢??'), url('../fonts/GE_SS_Two_Medium.otf') format('truetype');
}
@font-face {
    font-family: 'GE_SS_Two_Medium';
    src: local('Ã¢??'), url('../fonts/_n/GE_SS_TWO_MEDIUM.otf') format('truetype');
}
@font-face {
    font-family: 'GE_SS_Two_Light';
    src: local('Ã¢??'), url('../fonts/GE_SS_Two_Light.otf') format('truetype');
}

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --gradient-start: #D59C00;
    --gradient-end: #a28023;
}
body {
    /* font-family: "IBM Plex Sans Arabic", sans-serif; */
    font-family: "GE_SS_Two_Medium", sans-serif;
    overflow-x: hidden;
    background: #fff;
}
a {
    color: #0070cc;
}
a:hover {
    color: #0070cc;
}
@media (min-width: 768px) {

    .col-md-8,
    .col-md-4 {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {

    .col-md-8,
    .col-md-4 {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 600px;
    }
}

.header {
    background: #F8F9FD;
    height: 92px;
    padding: 0;

    width: 100%;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    z-index: 999;

    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
}

.header .navbar-brand{
    padding: 5px 15px !important;
}
.header .navbar-brand img {
    max-width: 240px;
}

.mainnav {

    border-top: 1px #E8EBEE solid;
}

.header_top {
    background: #555;
    border-bottom: 1px #555 solid;
    min-height: 35px;
    font-size: 11px;
}

.header_top .container {
    font-family: DroidSansArabic;
    color: #fff;
    font-size: 13px;
}

.header_top .pull-left {
    width: calc(100% - 240px);
    padding: 3px 0;
    margin-top: 5px;
}

.header_top .pull-right {
    width: 240px;
}

.header_top .lang {
    font-size: 11px;
    color: #fff;
}

.header_top .lang img {
    height: 11px;
    margin-top: -4px;
}

.header_top .pull-right i {
    font-size: 18px;
    width: 30px;

    color: #fff;
    background-color: none;

    margin: 0;
    padding: 10px 6px 6px 6px;
    border-right: 1px #736b6b solid;
}

.header_top .pull-right i:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.header_top .pull-right i.fa-youtube {
    border-left: 1px #736b6b solid;
}

.header_top .pull-right i.fa-facebook {
    padding: 9px 0px 6px 8px;
}


.header_top .pull-right i.fa-facebook:hover {
    background-color: #3B5999;
}

.header_top .pull-right i.fa-twitter:hover {
    background-color: #55ACEE;
}

.header_top .pull-right i.fa-youtube:hover {
    background-color: #DB4A39;
}
.header_top .pull-right i.fa-google:hover {
    background-color: #C73828;
}
.navbar-header {
    margin: 10px 0 0 0;
}



.header_bg {
    position: relative;
}
.header_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .header_bg::before {
        background-position: right center !important;
        transform: rotate(180deg) scaleX(1);
    }
}

div.smaller {
    margin-top: -1px;
    position: fixed;
    height: 51px;
    /* box-shadow: 0 0 32px rgba(0, 0, 0, .15); */
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background: #fff !important;
}

div.smaller .navbar-nav {
    margin-top: 0;
}

div.smaller .navbar-brand {
    margin-top: 1px;
    padding-top: 0;
}

div.smaller .navbar-brand img {
    height: 44px;
    margin: -3px 0 0 0;
}

div.smaller .navbar-header {
    margin-top: 21px;
}

div.smaller .navbar-toggle {
    margin-top: -13px;
}

/*menu*/
@media (min-width: 767px) {

    div.smaller .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 16px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .navbar-nav {
        float: left;
        margin-top: 28px;
    }

    .navbar-nav>li {
        margin: 0 2px 0 0;
        position: relative;
        text-align: right;
    }

    .navbar-nav li a {
        margin: 0;
        background: none;
        border: none;
        padding: 6px 18px;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        border-radius: 0;

        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .navbar-nav>li.active {
        border-radius: 0
    }

    .navbar-nav>li.active>a {
        background: #EEEEEE;
        color: #AB0000;
    }

    .navbar-nav>li>a:hover {
        background: #fff;
    }



    .navbar-nav>li>a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-weight: 600;
        font-size: 13px;
    }

    .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #EEEEEE;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>li>a:active {
        color: #AB0000;
    }

    .navbar-nav>li>a:hover:before,
    .navbar-nav>li>a:focus:before,
    .navbar-nav>li>a:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }





    .navbar-nav .dropdown:hover>a {
        background-color: #0082CB;
        color: #fff;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }


    /* Dropdown Menu */
    .dropdown-menu {
        background-color: #0082CB;
        min-width: 200px;
        padding: 0;
        border: none;
        border-radius: 0 0 4px 4px;
        z-index: 5000;
    }

    .dropdown-menu>li {
        border-top: 1px #0082CB solid;
        padding: 0;
    }

    .dropdown-menu>li:first-child {
        border-top: none;
    }

    .dropdown-menu>li:last-child {
        border-radius: 0 0 4px 4px;
    }


    .dropdown-menu>li>a,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        padding: 0;
        margin: 0;
        color: #fff;
        padding: 8px 10px;
        font-weight: normal;
        font-size: 12px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .dropdown-menu>li>a:hover {
        background: #555;
        padding-right: 20px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }











    .dropdown-menu>li:last-child>a:hover {
        border-radius: 0 0 4px 4px;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #fff;
        color: #811231;
        border-color: #428bca;
    }

    /* End Dropdown Menu */
}

@media (max-width: 767px) {

    .navbar-brand {
        padding: 0;
    }

    .header .navbar-brand img {
        max-width: 190px;
    }

    .header {
        /* height: 100px; */
    }

    .navbar-toggle {
        background: #333;
        margin: 24px 0 0 30px;
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 5000;
        width: 100%;
        margin: 30px 0 0 0;
        background: #333;
        padding: 6px;
    }

    div.smaller .navbar-collapse {
        margin-top: 8px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav li {
        border-top: 1px #5B5B5B solid;
    }

    .navbar-nav li:first-child {
        border-top: none;
    }

    .navbar-nav li a {
        padding: 6px 10px 6px 10px;
        font-size: 12px;
        font-family: DroidSansArabic;
        color: #fff;
    }

    .navbar-nav li a:hover {
        background: #fff;
        color: #333;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 34px 5px 25px;
    }
}
/*end menu*/






h1 {
    margin: 0 0 16px 0;
    padding: 0;
}
h2 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #0070cc;
    font-family: DroidSansArabic;
}

.slide {
    border: 1px #dddddd solid;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: auto;
}

.carousel-control {
    font-size: 40px;
}

section {
    padding: 40px 0 40px 0;
}

section h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
    font-size: 30px;
    font-weight: normal;
    font-family: inherit;
}

section h2:after {
    content: '';
    display: block;
    max-width: 2em;
    height: 4px;
    margin: 16px auto 0 auto;
    background: #AB0000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    border-radius: 4px;
}

section .sInfo {
    margin: 0 0 40px 0;
    text-align: center;
}


.welcome {
    background: #f5f5f5 url(../img/world-map.png);
}

.intorudction {
    background: #fff;
}

.features {
    background: #EDEDED url(../img/overlay-pattern.png);
    padding-bottom: 100px;
}

.getapp {
    background: #EDEDED url(../img/overlay-pattern.png);
    padding-bottom: 30px;
}
@media (min-width: 767px) {
    .intorudction .text {
        margin-top: 120px;
    }


    .welcome .text {
        margin-top: 120px;
    }

    .welcome .name {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .intorudction .text {
        margin-top: none;
        padding: 0 10px;
    }

    .welcome .text {
        margin-top: none;
        padding: 0 10px;
        margin: 60px 0;
    }

    .welcome .name {
        font-size: 60px;
    }
}

.btn-primary {
    font-family: DroidSansArabic;
    font-family: 12px;
    background: #FFCB04;
    border: 1px #c9a20d solid;
}

.btn-primary:hover {
    background: #414A52;
    border: 1px #292f34 solid;
}

.downloadApp {

    border-top: 1px #000 solid;
    background: #333;
    color: #fff;
    font-family: 'Al-Jazeera-Arabic-Bold';

    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px 10px;

    text-align: center;
}

.downloadApp img {

    height: 34px;
}


.about {

    padding-top: 60px;
    padding-bottom: 80px;
}

.about h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 24px;
}

.about p {
    font-size: 16px;
    line-height: 28px;
}
.about img.img-responsive {
    border-radius: 10px;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
    box-shadow: 0 25px 60px -2px rgba(0, 0, 0, 0.4);
}
.about img.img-responsive:hover {
    transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
    .about img.img-responsive {
        margin: 30px auto;
        max-width: 90%;
    }
}

.cd-hero__content h3{
    color: #5F5C5B;
    font-size: 34px;
}
.cd-hero__content h4{
    color: #454545;
    font-size: 54px;
}

.service h4{
    font-size: 29px;
}
.service h4:after {
    content: '';
    display: block;
    max-width: 2em;
    height: 3px;
    margin: 10px 0 30px 0;
    background: #0082CB;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}
.service p{
    font-size: 18px;
    color: #3f3737;
}




.whatsapp {
    z-index: 5000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
}
.whatsapp:before,
.whatsapp:after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgb(42, 197, 112);
    opacity: 0;
    animation: animationWave cubic-bezier(0,.54,.53,1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
}
.whatsapp:before {
    animation-delay:0.5s;
}
.whatsapp:after {
    animation-delay:0.3s;
}
.whatsapp .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    background-color: rgb(42, 197, 112);;
    color: #fff;
    text-align: center;
    z-index: 2;
}
@keyframes animationWave{
    0% {
        opacity: 0.4;
        transform:  scale(1);
    }
    100% {
      transform:  scale(2);
      opacity: 0;
    }
}



.caroufredsel_wrapper{
    overflow: visible !important;
    min-height: 50px !important;
}
.success_slider{
	position: relative;
}
.success_slider .items{
	overflow: hidden;
    margin-top: 70px;
    margin-bottom: 50px;
}
.success_slider .items ul {
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
	display: block;
	z-index: 1;
}
.success_slider .items li {
	display: block;
    float: left;
    margin: 0 25px;
}
.success_slider .items li img{
	height:50px;
    filter: grayscale(0%);
    max-width: 100% !important;
    /* filter: grayscale(80%); */
}
.success_slider .items li img:hover{
    filter: grayscale(100%);
}
.success_slider .btn-next{
    color: #AB0000;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    bottom: 40%;
    width: 40px;
    z-index: 300;
    position: absolute;
}










.social_media{
    text-align: center;
    margin-top: -26px;
    margin-bottom: 40px;
}

.social_media a:hover{
    text-decoration: none;
}

.social_media i{
	font-size: 16px;
    width: 26px;
    height: 26px;
    padding-top: 3px;
    border-radius: 100%;
    color: #fff;
    background-color: #b2b2b2;
    border: 1px solid #b2b2b2;
    margin-right: 4px;
}
.social_media i, .social_media i:hover{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}




@media (max-width: 990px) {
    .cd-hero{
        display: none;
    }
    .service {
        margin-top: 10px !important;
    }
}










.hero-section {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    padding: 100px 0 130px;
    margin-bottom: -100px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L50 50 L100 0 L100 100 L0 100' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");
    animation: bg-animation 20s linear infinite;
    opacity: 0.3;
}

@keyframes bg-animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-title {
    color: white;
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-title h1 {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-title p {
    font-size: 1.2em;
    opacity: 0.9;
}

.services-container {
    position: relative;
    padding: 20px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.service-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.service-card:hover::before {
    opacity: 0.1;
}

.service-content {
    position: relative;
    z-index: 2;
}

.service-icon {
    font-size: 4em;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(10deg);
}

.service-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.8em;
    position: relative;
    padding-bottom: 15px;
    text-align: right;
}

.service-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    transition: width 0.3s ease;
}

.service-card:hover .service-title::after {
    width: 100px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin: 15px 0;
    /* padding-right: 30px; */
    position: relative;
    font-size: 1.1em;
    color: #555;
    transition: transform 0.3s ease;
}

/* .service-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
} */

.service-list li:hover {
    transform: translateX(-10px);
    color: var(--primary-color);
}

.service-list li:hover::before {
    opacity: 1;
}

.service-list i{
    color:#a28023;font-size: 18px;padding-left:6px;vertical-align: middle;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 120px;
    }
    
    .hero-title h1 {
        font-size: 2em;
    }
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    animation: float 6s infinite;
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(20px, -20px) rotate(180deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

.ad {
    bottom: 10px;
    justify-content: center;
    left: 50%;
    position: fixed;
    transform: translate(-50%);
    width: 100%;
    z-index: 101;
    max-width: 900px;
    margin: 0 auto;
    
}
.ad div{
    color: #fff;
    background-color: #8c5ef3;
    background-image: url(../img/footerBg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(12, 13, 13, .25);
    display: flex;
    justify-content: center;
    line-height: 1.5rem;
    padding: 10px 0;
    text-align: center;

    align-items: center;
    gap: 10px;
    margin: 0 10px;
}
.ad a{
    padding: 3px 4px;
    border: 2px #fff solid;
    color: #fff;
    border-radius: 4px;
}
.ad span, .ad a {
    display: inline;
    vertical-align: middle;
}

.ad a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}
.ad a:focus{
    text-decoration: none;
}
.btnProfile{
    margin-top: 20px;
}
.btnProfile a {
    background: #f3f2f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}




.language-switcher {
    position: absolute;
    top: 15px;
    z-index: 1000;
}

.lang-btn {
    background-color: #AB0000;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.lang-btn:hover {
    background-color: #8a0000;
    color: white;
    text-decoration: none;
}

/* تنسيقات خاصة باللغة العربية (RTL) */
html[dir="rtl"] .language-switcher {
    left: 20px;
}
@media (max-width: 767px) {
    .language-switcher {
        top: 10px;
    }
    
    html[dir="ltr"] .language-switcher {
        right: 10px;
    }
    
    html[dir="rtl"] .language-switcher {
        left: 10px;
    }
}