@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,600,700');

/*  ==========================================================================
    Common Styles
    ========================================================================== */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Open+Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #142456;
}

h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}

h2 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: lighter;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.02em;
    font-weight: lighter;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}


/* Helper Class */

.logo-light img {
    width: 130px;
}

.logo-dark img {
    width: 130px;
}

.padding {
    padding: 80px 0;
}

.no-padding {
    padding: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .6);
}


/* Preloader Styles */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}


/* Button Style */

.btn_group {}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.fs_btn {
    background-color: #ffd93f;
    border: 1px solid #ffd93f;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}

.fs_btn:hover {
    background-color: transparent;
    color: #333;
}

.fs_btn.btn_2 {
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}

.fs_btn.btn_2:hover {
    background-color: transparent;
    color: #fff;
}

.fs_btn.btn_sm {
    line-height: 40px;
    padding: 0 15px;
}

.dl_btn {
    border: 2px solid #fff;
    display: inline-block;
    height: 60px;
    text-align: left;
    color: #fff;
    padding: 10px 25px 9px 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.dl_btn:focus,
.dl_btn:hover {
    background-color: #fff;
    color: #282828;
    transition: all 0.5s ease-in-out;
}

.dl_btn:focus,
.dl_btn:hover i {
    color: #282828;
}

.dl_btn i {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 40px;
    height: 56px;
    text-align: right;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.dl_btn .sm_txt {
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.dl_btn .big_txt {
    display: block;
    font-size: 20px;
}


/* Transition Effect */

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ==========================================================================
   Header Section
   ========================================================================== */

.header_section {
    background-color: transparent;
    /*border-bottom: 1px solid rgba(20,36,86,0.3);*/
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}

.navbar-fixed-top .logo-light,
.logo-dark {
    display: none;
}

.navbar-fixed-top .logo-dark {
    display: block;
}

.navbar-fixed-top.header_section {
    height: 60px;
    background-color: #142456;
    padding: 0;
    border-bottom: 1px solid #142456;
}

.navbar-fixed-top ul.nav>li>a {
    color: #fff;
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
    color: #ffd93f;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header_section,
.header_section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}

.navbar-header {
    padding: 5px 0 10px;
}

.navbar-header .brand {
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

.navbar-toggle {
    margin-top: -1px;
}


/* Nav Menu */

#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {}

ul.nav>li {}

ul.nav>li>a {
    color: #fafafa;
    font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    opacity: 0.9;
    z-index: 1;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li.active>a {
    background: none;
    color: #fff;
    opacity: 1;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero_section {
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 680px;
}

.hero_content {
    color: #fff;
}

.hero_content h1 {
    font-weight: 300;
    margin: 0 0 10px;
}

.hero_content p {
    font-size: 16px;
    margin: 0 0 20px;
}


/* ==========================================================================
   Feature Section
   ========================================================================== */

.feature_section {
    border-bottom: 1px solid #eaeaea;
}

.feature_lists {}

.feature_item {
    margin-bottom: 30px;
}

.feature_lists .feature_item:last-child {
    margin: 0;
    text-align: center;
}

.feature_item i {
    border: 2px solid #142456;
    height: 80px;
    width: 80px;
    color: #142456;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    /* display: block; */
    transition: all 0.5s ease-in-out;
}

.feature_item:hover i {
    background-color: #142456;
    color: #fff;
}

.feature_item h4 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: lighter;
    line-height: 17px;
}

.feature-right .feature_item {
    text-align: center;
}


/* .feature-right .feature_item i {
    float: right;
} */

.feature_item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.feature_moc {
    position: relative;
    margin-top: -180px;
    z-index: 10;
}

.feature_moc img {
    width: 100%;
}


/* ==========================================================================
   Screenshot Area
   ========================================================================== */

.screenshot_section {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}

.screen_wrap {
    width: 900px;
    margin: 0 auto;
}

.screen_wrap .swiper-container {
    padding-bottom: 60px;
}

.swiper-wrapper {
    margin-left: 0px;
}

.screen_wrap .swiper-pagination-bullets {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #999;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #142456;
    border: 2px solid #142456;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


/* ==========================================================================
   Testimonial Section
   ========================================================================== */

.testimonial_section {
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.testimonial {
    display: block;
    text-align: center;
}

.testimonial .client_thumb {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    margin: 0 0 15px;
}

.testimonial .client_thumb li {
    display: inline-block;
    width: 80px;
    text-indent: inherit;
    height: 80px;
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.testimonial .client_thumb li.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.testimonial .client_thumb li img {
    width: 100%;
}

.testimonial .testi_content {
    color: #fff;
}

.testimonial .testi_content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px;
}

.testimonial .testi_content p {
    font-size: 16px;
    margin: 0;
}

.testi_control {}

.testi_control a {
    width: 35px;
    height: 35px;
    color: #ffd93f;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    opacity: 1;
}

.testi_control a:hover,
.testi_control a:focus {
    opacity: 1;
}

.testi_control a.right_arrow {
    right: 0;
    left: auto;
}


/* ==========================================================================
   Pricing Section
   ========================================================================== */

.pricing_section {}

.pricing_tables {}

.pricing_tables li {
    padding: 15px;
}

.pricing_table {
    box-shadow: 0px 0px 2px 1px #ddd;
    transition: all 0.5s ease-in-out;
}

.pricing_table:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.pricing_table .pricing_head {
    background-color: #142456;
    display: block;
    padding: 30px 0;
}

.pricing_table .pricing_head h4 {
    margin: 0 0 7px;
    color: #fff;
}

.pricing_table .pricing_head .price {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 0 0 7px;
}

.pricing_table ul {
    display: block;
}

.pricing_table ul li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
    line-height: 50px;
}

.pricing_table .pricing_footer {}

.pricing_table .pricing_footer .fs_btn {
    display: block;
}


/* ==========================================================================
   Download Section
   ========================================================================== */

.dl_section {
    background-image: url(../img/dl-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.dl_moc {
    position: relative;
    z-index: 1;
    margin-bottom: -165px;
}

.dl_moc .dl_moc_1 {
    margin-top: 45px;
}

.dl_moc .dl_moc_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dl_content {
    padding: 110px 0;
}

.dl_content h2 {
    font-size: 36px;
    text-align: center;
}

.dl_content p {
    font-size: 16px;
    color: #f2f2f2;
    text-align: center;
}

.dl_content .btn_group {
    margin-left: -4px;
}


/* ==========================================================================
   Subscribe Section
   ========================================================================== */

.subscribe_form {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.subscribe_form .form_input {
    border: none;
    display: block;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px;
    float: left;
    width: 50%;
}

.subscribe_form .form_input:focus {
    box-shadow: none;
    outline: 1px solid #142456;
}

.subscribe_form .submit {
    background-color: #142456;
    border: 1px solid #142456;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 60px;
    display: inline-block;
    padding: 0 25px;
    /* float: left; */
    width: 30%;
    margin-top: 1rem;
}

.subscribe_form .submit:hover {
    opacity: 0.8;
}

.subscribe_form .submit:focus {
    outline: none;
    box-shadow: none;
}

#subscribe-result {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #142456;
}

#subscribe-result.subs-result {
    display: block;
}

.subscription-success,
.subscription-error {
    color: #fff;
}

.social_link {}

.social_link li {
    display: inline-block;
    margin: 0 4px;
}

.social_link li a {
    background-color: #142456;
    border: 2px solid #142456;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-left: -4px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.social_link li a:hover {
    background: none;
    color: #142456;
}
/* تنسيق الصورة داخل أيقونة TikTok */
.tiktok-icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    filter: brightness(0) invert(1); /* لجعل الأيقونة بيضاء */
    transition: filter 0.3s ease;
}

/* تأثير hover لتغيير لون الأيقونة عند المرور */
.tiktok-icon:hover img {
    filter: brightness(0) invert(0); /* تعود للونها الأصلي (أسود) */
}


/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer_section {
    display: block;
    background-color: #142456;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer_section p {
    color: #fff;
    margin: 0;
}


/* ==========================================================================
   Scroll to Top
   ========================================================================== */

#scroll-to-top {
    background-color: #ffd93f;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    border-radius: 3px;
    color: #000000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #282828;
    color: #fff;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.mt-3 {
    margin-top: 1rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-5 {
    margin-top: 3rem
}

.btn-app-store {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.btn-app-store .app img {
    height: 50px;
    /* border-radius: 100px; */
}

.btn-app-store .app {
    margin-right: 5px;
}

.btn-app-store .huawei {
    display: block;
    background: white;
    width: 160px;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.btn-app-store .huawei img {
    width: 40px;
}

.playStoreIcon {
    margin-left: 5px;
}

.img-icon {
    justify-content: center !important;
    align-items: center;
}

.margin-icon {
    margin: 5px;
}

.text {
    /* width: 70%; */
    margin-bottom: 0;
    margin-right: 0 !important;
    text-align: center;
}

.text-container {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* .no-js{
    overflow-x: hidden !important;
} */


/* .subscribe_section h2 {
    margin-left: 65px;
} */

.english {
    display: none;
}

.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

h1 span.english {
    font-size: 32px;
}

.nav .open>a {
    background-color: transparent!important;
}

.lang.dropdown-menu {
    padding: 5px!important;
}