@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=Alexandria:wght@400;500;700&family=Cairo:wght@300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


@font-face {
    font-family: "ping";
    src: url(./fonts/PingAR+LT-Regular.otf);
}

:root {
    --mainBg: #fe6603;
    --mainFont: "cairo";
    --secondFont: 'Alexandria';

    --dark: #313131
}

:root[dir="rtl"] .animate__fadeInDirection {
    animation-name: fadeInLeft;
}

:root[dir="rtl"] .animate__fadeOutDirection {
    animation-name: fadeInRight;
}



:root[dir="ltr"] .animate__fadeInDirection {
    animation-name: fadeInRight;
}

:root[dir="ltr"] .animate__fadeOutDirection {
    animation-name: fadeInLeft;
}

a {
    text-decoration: none
}


body {
    font-family: var(--mainFont);
    background: #f8f8f8;
    font-family: "Almarai", sans-serif;

}

/* a {
    font-family: ping !important;

} */




/* nav */

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.navbar-brand{
    padding: 0px !important;
}
.logo {
    max-width:130px;
    object-fit: contain;
}

.header_links {
    display: flex;
    align-items: center;
    column-gap: 25px;
    list-style: none;
    justify-content: center;
    margin-bottom: 0px;
    padding: 0px;
    flex: 1;
}

nav .es-btn-primary {
    font-weight: 800 !important;
    font-size: 16px !important;
    padding: 10px;
}

.nav-link {
    font-weight: 500;
    color: var(--dark);
    font-family: var(--mainFont);
    font-size: 16px;
    transition: all .3s ease-in-out;
}


.navbar-toggler {
    border: 0px;

}

.navbar-nav {
    flex: 1;
    justify-content: center;
    column-gap: 15px;
}

.navbar {
    padding: 8px 50px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--mainBg);
    transition: all .3s ease-in-out;
}

.es-btn-primary,
.default,
.close,
.delete {
    background: var(--mainBg);
    color: white;
    width: fit-content;
    height: 40px;
    border-color: transparent;
    border-radius: .375rem;
    font-size: .875rem;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 0.25rem;
    border-bottom-width: 4px;
    padding: 0rem 1rem;
    font-weight: 700 !important;
}



.nav_space {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .1);
}


/* header */


header {
    height: calc(100vh - 70px);
    margin-top: 70px;
    overflow: hidden;
    background: white;
}



header .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.img {
    width: 100%;
    height: 100%;

}

header img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}


header .row {
    align-items: center;
    margin: 0px;
}

.container-fluid {
    padding: 15px 50px;
}

header p {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);

}

.web_site_name {
    color: var(--mainBg);
    font-weight: 800;
}

header .dis {
    font-weight: 700;
    font-size: 30px;
}

header .more {
    color: #757575;
    font-size: 20px;
}



header svg {
    position: absolute;
    left: 0px;
    width: 100%;
    /* z-index: -1; */
    top: 45px !important;
}


/* feq */


.nav_space {
    z-index: 9
}

h2 {
    font-weight: 600;
    text-align: center;
    color: var(--dark);
    font-size: 2rem;
    margin-bottom: 30px;
}

.faqs {
    background: #f8f8f8;
    padding: 20px 0px;
}

.faq {
    padding: 1.5rem 2rem;
    background: white;
    border-radius: .75rem;
    border: 1px solid rgb(229, 231, 235);
    cursor: pointer;
    margin-bottom: 10px;
}

.faq .qusation {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.faq .item {
    display: none;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
    color: var(--mainBg);

}


/* need */


.need {
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: -10px 20px 30px rgb(0 0 0 / 5%);
    border: 2px solid #edf0f4;
    transition: all .3s;
    cursor: default;
    height: 100%;
    /* box-sizing: border-box; */

}

.need:hover {
    border: 2px solid var(--mainBg);
    transition: all .3s
}

.need svg {
    width: 50px;
    color: var(--mainBg)
}

.need .title {

    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.need .dis {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}






h2 {
    color: #0f1933;
    text-align: unset;
    font-size: 25px !important;
    font-weight: 800 !important;
    /* line-height: 49px !important; */

}

h2 img {
    width: 50px;
    height: 50px;
    filter: invert(50%) sepia(99%) saturate(2680%) hue-rotate(345deg) brightness(101%) contrast(101%);
}


/* say */



.sayies {
    width: 100%;
    overflow-x: hidden;
}

.scroll-wrapper {
    display: flex;
    white-space: nowrap;
}

.scroll-content {
    display: flex;
}


.scroll-content {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
    cursor: default;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}


.say {
    width: 473px;
    background: white;
    padding: 30px 43px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-bottom: 20px;
    flex: 0 0 473px;
    white-space: normal;
}

.say strong {
    margin-bottom: 10px;
}


.scroll-content:hover {
    animation-play-state: paused;
}


/* whatdrop */


.whatDrop .dis {
    padding: 0px 50px;
}

.in_mobile {
    display: none;
}

.in_disktop {
    display: block;
}



.whatDrop .icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 10px;
}

.step {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.step_icon {
    margin-bottom: 10px;
    background: #F6DDBF;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
}

.step_icon svg {
    fill: var(--mainBg);
    ;
}

.fa-arrow-left {
    color: var(--mainBg);
    font-size: 20px;
}




.es-btn-primary:hover {
    color: white;
    transform: scale(1.1, 1.1);
    transition: all .3s ease-in-out;
}

.es-btn-primary {
    transition: all .3s ease-in-out;

}




.bnofrlks img {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    object-fit: contain;
}

.bnofrlk {
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: space-between;
}




nav {
    background: #fe6603;

}

a {
    color: white !important;
}


.nav-link {
    font-weight: 700;
    font-size: 16px;
}

.nav_space {
    box-shadow: none;
}


/* guide */

.right {
    padding-left: 30px;
}

.guide_steps {
    padding-left: 30px;
}

.guide_step {
    display: flex;
    margin-bottom: 25px;
}

.guideStep .title {
    color: var(--mainBg);
    ;
    margin: 0px;
    margin-bottom: 20px;
}

.guideStep .dis {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.guideStep button {
    border: 2px solid var(--mainBg);
    border-radius: 20px;
    padding: 5px 15px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 25px;

}

.guideStep button:hover {
    background: var(--mainBg);
    color: white;
    transition: .3s;
}


.icon_div {
    height: fit-content;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 4px solid white;
    box-shadow: 0 0 0 3px #f7c7a5;
    background: #f7c7a5;
    margin-left: 20px;
}

.guide_step .icon_div i {
    color: var(--mainBg);
    font-size: 22px;
}

.guide_step .step_title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}


.guide_step .step_dis {
    color: #757575;
    font-weight: 600;
    font-size: 15px;
}


.totural {
    text-align: center;
    background: var(--mainBg);
    color: white;
    padding: 10px 0px;

    background: #fe6603;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #fe6603, rgba(254, 102, 3, 0.8), #fe6603);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #fe6603, rgba(254, 102, 3, 0.8), #fe6603);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.totural h2 {
    color: white;
    margin: 20px 0px;
    font-size: 22px !important;
    line-height: 2.8rem !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    height: 350px;

}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 50%;
}




footer {
    background: #fe6603;
    padding: 20px;
    color: white;
    text-align: center;
}

footer .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12px;
}

.social {
    display: flex;
    gap: 20px;
}


.social i {
    font-size: 24px;
    border: 1px solid white;
    padding: .4rem;
    border-radius: .5rem;
}
