:root {
    --primary-color: #F15A25;
    --secondary-color: #060659;
    --color: #E06335;
    --rgb-color: #FEEFE9;
}

/* get font */
@font-face {
    font-family: Amman_Sans_Pro;
    src: url('../fonts/fonnts.com-AmmanSansPro.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Amman_Sans_Pro_bold;
    src: url('../fonts/fonnts.com-AmmanSansPro-Bold.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Tajawal;
    src: url('../fonts/Tajawal-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}


/* ================ navbar ================ */
nav.navbar {
    border-bottom: 1px solid #808080;
    padding: 0;
    border-radius: 0 0 12px 12px;
}

nav.navbar .navbar-brand img {
    width: 57px;
    height: 66px;
}

nav.navbar .collapse ul.navbar-nav li {
    margin: 0 10px;
}

nav.navbar .collapse ul.navbar-nav li a {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    font-weight: 750;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: right;
    color: #000;
}

nav.navbar .collapse ul.navbar-nav li a.active {
    color: var(--primary-color);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* =============== header section =================== */
.header img.sub_nav {
    top: 29px;
    left: 20px;
}

.header .header__content {
    margin-top: 80px;
}

.header .header__content h1 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    font-weight: 750;
    /* font-size: 128px; */
    font-size: 110px;
    letter-spacing: 1%;
    text-align: right;
    color: var(--primary-color);
}

.header .header__content h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    font-weight: 750;
    font-size: 40px;
    /* font-size: 45px; */
    line-height: 60px;
    letter-spacing: 0%;
    text-align: right;
}

.header .header__content p {
    font-family: Amman_Sans_Pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
    letter-spacing: 5%;
    text-align: right;
}

.header .header__img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.header__img img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.header .header__row {
    background-image: url('../img/header/bg-colors.svg');
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header .hero-bg {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: auto;
}

.header .app_store {
    margin-bottom: 120px;
}

.market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #000;
    background-position: center left 0.75rem;
    background-color: #000;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 6px;
}

.market-btn .market-button-title {
    display: block;
    color: #fff;
    font-size: 1.125rem;
}

.market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: #fff;
    font-size: 0.6rem;
    text-align: end;
}

.market-btn.apple-btn {
    background-image: url('../img/header/apple_store.svg');
}

.market-btn.google-btn {
    background-image: url('../img/header/google_play.svg');
}

/* ======================== app_release ======================= */
.app_release {
    font-family: Amman_Sans_Pro, sans-serif;
}

.app_release h2 {
    /* color: var(--primary-color); */
    font-family: Amman_Sans_Pro_bold, sans-serif;
}

.app_release .app_release_box {
    background: #FAFAFA;
    /* height: 1167px; */
    /* height: 1290px; */
}

.app_release .box {
    background: var(--rgb-color);
    color: var(--primary-color);
    cursor: pointer;
    gap: 10px;
    margin: 5px 0;
    padding-top: 16px;
    padding-right: 79px;
    padding-bottom: 16px;
    padding-left: 79px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid var(--primary-color);
    font-family: Amman_Sans_Pro_bold, sans-serif;
}

.app_release .box.active {
    background-color: #F15A22;
    border-color: #F15A22;
    color: #fff;
}

.app_release .desc {
    font-size: 13px;
    line-height: 19.5px;
}

.app_release .steps {
    border-bottom: 1px solid #282828;
    font-family: Amman_Sans_Pro_bold, sans-serif;
    align-items: center;
    margin: 100px 35px;
}

.app_release .steps p {
    font-size: 20px;
    color: #0B1420;
}

.app_release .steps .number {
    font-family: Tajawal, sans-serif;
    /* font-family: Amman_Sans_Pro_bold, sans-serif; */
    font-size: 90px;
    top: -50px;
    right: -15px;
    position: absolute;
}

.app_release .steps .dash {
    font-size: 90px;
    font-family: Amman_Sans_Pro_bold, sans-serif;
}

.app_release .steps:nth-of-type(1) .number {
    color: #53ADF4;
    font-family: Amman_Sans_Pro_bold, sans-serif;
    top: -43px;
}

.app_release .steps:nth-of-type(2) .number {
    color: #E06335;
    font-family: Amman_Sans_Pro_bold, sans-serif;
    top: -42px;
}

.app_release .steps:nth-of-type(3) .number {
    color: #F6C649;
}

.app_release .steps:nth-of-type(4) .number {
    color: #FF7A9B;
}

.app_release .steps:nth-of-type(5) .number {
    color: #0AAD0A;
}

.app_release .steps:nth-of-type(3) {
    margin-bottom: 0;
}

.app_release .steps:nth-of-type(4) {
    margin-bottom: 0;
}

.app_release .steps:nth-of-type(5) {
    margin-bottom: 0;
}


.app_release .bg-arrow {
    left: 48px;
    /* filter: sepia(1); */
}

/* ======================== features ======================= */
.features {
    background-image: url('../img/features/features.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    font-family: Amman_Sans_Pro, sans-serif;
    margin: 70px 0;
    border-radius: 8px;
    position: relative;
}

.features .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.features .content {
    z-index: 1;
    position: relative;
}

.features h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    margin: 80px 0;
}

.features h4 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
}

.features h5 {
    font-size: 24px;
    font-weight: 500;
}

.features p {
    color: #D7D7D7;
}

.features .box .overlay {
    background: transparent;
}


/* ======================== blogs ======================= */
.blogs {
    font-family: Amman_Sans_Pro, sans-serif;
    background-image: url('../img/blogs/bg.svg');
}

.blogs,
.blogs a {
    color: #282828;
}

.blogs h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: var(--primary-color);
}

.blogs .article-content h5 {
    font-size: 22px;
}

.blogs .article-content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ==================== download_app ===================== */
.download_app {
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    /* height: 520px; */
    overflow: hidden;
}

.download_app :is(h2, p) {
    font-family: Amman_Sans_Pro, sans-serif;
}

.download_app .app-content {
    margin: 100px 0 240px;
    padding: 0 20px;
}

.download_app .get_app {
    bottom: 100px;
    left: -20px;
}


/* ==================== footer ===================== */
.footer {
    font-family: Amman_Sans_Pro, sans-serif;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footer p {
    font-size: 14px;
}

.footer .copyright {
    font-size: 16px;
}

.footer .links ul a {
    color: #615D5E;
    transition: all 0.3s ease-in-out;
}

.footer .links ul a:hover {
    color: #E06335;
}

.footer .footer_bottom a {
    color: #282828;
    font-size: 13px;
}

.footer .footer_bottom_text {
    font-size: 48px;
}

.footer .footer_bottom_text span {
    color: var(--primary-color);
}

.footer .app_store {
    font-family: sans-serif;
    font-weight: 500;
}

.footer .app_store p {
    font-family: Amman_Sans_Pro, sans-serif;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
}

.footer .market-btn {
    background-color: transparent;
}

.footer .market-btn .market-button-subtitle {
    color: #000;
}

.footer .market-btn .market-button-title {
    color: #000;
}

.footer .footer_bottom_app .get_app p {
    font-size: 16px;
}

.footer .footer_bottom_app .footer_bottom_text {
    font-size: 35px;
}

/* ==================== arrow-top =================== */
.arrow-top {
    position: fixed;
    bottom: 40px;
    left: 15px;
    border: 1px solid #45383d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: none;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

.arrow-top svg {
    color: #45383d;
}

.arrow-top:hover {
    animation: float 0.9s ease-in-out forwards;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* =================================== other pages =================================================== */
/* ==================== Blogs page ==================== */
.blogs-page {
    font-family: Amman_Sans_Pro, sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* .blogs-page .swiper .card__article {
    width: 315px !important;
    flex-shrink: 0;
} */

.blogs-page h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #E06335;
}

.blogs-page .types {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.blogs-page .types ul li {
    border: 1px solid #282828;
    border-radius: 100px;
    padding: 10px 17px 11px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: var(--secondary-color);
    width: 130px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogs-page .types ul li.active {
    border: 1px solid var(--primary-color);
    background-color: #E06335;
    color: #fff;
}

.blogs-page .types ul li:hover {
    background-color: #E06335;
    color: #fff;
    border: 1px solid #E06335;
}

.blogs-page .blogs_card {
    background: #FAFAFA;
}

.blogs-page .card .card-type {
    bottom: 0;
    right: 10px;
    color: #fff;
}

.blogs-page .card-content h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.blogs-page .card-content p {
    font-weight: 700;
    color: #707372;
    line-height: 24px;
    font-size: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-page .card-img .box-shadow {
    bottom: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15.4%);
}


/* =================== contact page ===================== */
.contact-page {
    font-family: Amman_Sans_Pro, sans-serif;
}

.contact-page img.logo-bg {
    left: 0;
}

.contact-page img.logo-bg:nth-of-type(2) {
    right: 0;
    bottom: 60px;
}

.contact-page h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #E06335;
}

.contact-page form input:focus {
    box-shadow: none;
    border-color: #000;
}

.contact-page form input::placeholder,
.contact-page form textarea::placeholder {
    color: #000;
}

.contact-page form .submit_btn,
.contact-page form .submit_btn:active {
    background-color: #E06335;
}

.contact-page .contact-info {
    border: 1px solid #E06335;
}

/* .contact-page .contact-info li{border-bottom: 1px solid #eee} */
.contact-page .contact-info hr {
    color: #727272;
    width: 85%;
}

.contact-page .contact-info li .arrow-icon {
    color: #E06335;
}

.contact-page .contact-info h3 {
    font-size: 28px;
    font-weight: 700;
}

.contact-page .contact-info .img-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FEEFE9;
    margin: 0 40px;
}

.contact-page .contact-info .img-box img {
    left: 52px;
    bottom: 41px;
    width: 115px;
}

.contact-page .contact-info :is(a, span) {
    font-family: sans-serif;
    color: #1B1819;
    font-weight: 400;
}



/* =================== about page ================== */
.about-page {
    font-family: Amman_Sans_Pro, sans-serif;
}

.about-page .logo-bg {
    left: 0;
}

.about-page h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #E06335;
}

.about-page h2 span {
    color: var(--secondary-color);
}

.about-page .header p {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
}

.about-page p span {
    color: #E06335;
}

.about-page .about-card {
    background: #FBFBFB;
    border: 1px solid #E06335;
    padding: 80px;
    border-radius: 12px;
}

.about-page .about-card h5 {
    font-family: Amman_Sans_Pro, sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #060659;
}

.about-page .about-card ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    text-align: right;
}

.about-page .about-card ul li span {
    color: #E06335;
}

.about-page .certificates {
    background: #F7F7F7;
}

.about-page .certificates .images_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.about-page .certificates .image {
    max-width: 500px;
    max-height: 375px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.about-page .certificates .image:nth-child(1) {
    z-index: 2;
}

.about-page .certificates .image:nth-child(2) {
    z-index: 1;
    margin-right: -185px;
}

.about-page .certificates .image:hover,
.about-page .certificates .image.active {
    transform: scale(1.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}


/* ================= questions-page ================== */
.questions-page {
    font-family: Amman_Sans_Pro, sans-serif;
    position: relative;
    overflow-x: hidden;
}

.questions-page h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #E06335;
}

.questions-page p {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: right;
}

.questions-page .logo-bg {
    left: 0;
}

.questions-page img.logo-bg:nth-of-type(2) {
    right: 0;
    bottom: 0;
}

.questions-page ul {
    padding: 0;
    list-style: none;
}

.questions-page li {
    background: #FAFBFF;
    box-shadow: 0px 1px 5px 0px #0000002b;
    padding: 20px 30px;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

.questions-page li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.questions-page li.active::before {
    background-color: var(--primary-color);
}

.questions-page li svg {
    height: 20px;
    width: 20px;
}

.questions-page li.active svg {
    color: var(--primary-color);
}

.questions-page .answer-box {
    /* width: 835px; */
    height: 625px;
    border-radius: 16px;
    padding-top: 108px;
    padding-right: 49px;
    padding-bottom: 108px;
    padding-left: 49px;
    gap: 10px;
    background-color: #FAFBFF;
    box-shadow: 0px 0px 4px 1px #00000026;
}

.questions-page .answer-box h2 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #E06335;
}



/*======================= Swiper class ================= */
.swiper {
    padding: 140px 0 44px;
    margin: -140px 0 -44px !important;
}

.swiper .card__content {
    overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

.swiper-button-prev,
.swiper-button-next {
    width: initial;
    height: initial;
    font-size: 2rem;
    color: var(--second-color);
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

.swiper-pagination-bullet {
    background-color: #CFD3D6;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.swiper-button-next .fa-angle-right,
.swiper-button-prev i {
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #979797;
    border-radius: 50%;
    padding: 9px 12px;
}

.swiper-button-next i:hover,
.swiper-button-prev i:hover {
    background-color: var(--secondary);
    color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #000 !important;
    width: 24px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    top: 0px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #E06335 !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
    cursor: pointer;
    font-size: 24px;
    right: -300%;
    top: 13px;
    margin-right: 10px;
    z-index: 10;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
    margin: 25px 0;
}




/* .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic */


/*======================= Privacy Policy Page ================= */
.privacy-policy-page {
    font-family: Amman_Sans_Pro, sans-serif;
}

.privacy-policy-page .logo-bg {
    left: 0;
}

.privacy-policy-page div.card {
    border-color: var(--primary-color) !important;
}

/*======================= blogs-show Page ================= */

.blogs-show-page {
    font-family: Amman_Sans_Pro, sans-serif;
}

.blogs-show-page span,
h3 {
    color: var(--primary-color);
}

.blogs-show-page p,
li {
    line-height: 2;
}

.blogs-show-page .category_header,
h1 {
    font-family: Amman_Sans_Pro_bold, sans-serif;
}

.blogs-show-page .category_header {
    font-family: Amman_Sans_Pro_bold, sans-serif;
    color: #1AB0FA;
}

.blogs-show-page .card-type {
    bottom: 0;
    right: 10px;
    color: #fff;
}

.blogs-show-page .card-img .box-shadow {
    bottom: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15.4%);
}

.custom-size-parent-img {
    /* height: 300px;  */
    aspect-ratio: 3/2;
    overflow: hidden;
}

.custom-size-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.blogs-show-page .card-content p {
    font-weight: 700;
    color: #707372;
    line-height: 24px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .description-wrapper{
    height: 193px;
} */






/* ================ sweet alert ==> frontend for user ================*/
.light-style .swal2-modal.swal2-popup {
    box-shadow: 4px -4px 0 #F15A22 !important;
    font-family: Amman_Sans_Pro, sans-serif;
    border: 1px solid #F15A22 !important;
}

.swal2-close.btn-close-custom {
    font-size: 22px;
    top: 10px;
    right: 10px !important;
    color: #000;
    position: absolute;
    left: auto !important;
    background: #231F201A;
    border-radius: 50%;
    font-weight: 800;
}


/* ================ loading bar ==> contact page ================*/
#loading-bar-horizontal {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 17px;
    background-color: #feefe9;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

#loading-bar-horizontal #loading-bar-inner {
    position: absolute;
    left: -100px;
    /* يبدأ من بداية الشاشة */
    width: 100px;
    height: 100%;
    background-color: #F15A22;
    animation: slide-loading 2s linear infinite;
}

@keyframes slide-loading {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(110vw);
        /* يتحرك عرض الشاشة + 10 زيادة */
    }
}
