@charset "UTF-8";
:root {
    --main-color: #e30614
; }

.banner__hero, .why_us.border-yellow {
    border-bottom: 3px solid var(--main-color); }

.why_us.border-black {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1); }

.contact, .contact__frist > div:first-of-type, .why_us {
    padding: 3.125rem 0; }

.navigation__up, .banner__hero__over, .send_steps {
    background-size: cover;
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat; }

.main-btn.hover-light:hover, footer .footer_up__fast_links__title, footer .footer_up__fast_links__item:hover a, footer .footer_up__fast_links__item:hover::before, footer .footer_up__important_links__title, footer .footer_up__important_links__item:hover a, footer .footer_up__important_links__item:hover::before, footer .footer_up__social_links__title, footer .footer_down > div div:last-of-type > a, .navigation__up__items__list-2 a, .navigation__down__mobile_menu__list li.active a, .banner__hero__block__text-2 h1 span, .banner__hero__block__track__text span, .we_provide__item__title, .why_us__text__body__item__title, .new_account__title, .delivery__block__title {
    color: var(--main-color); }

.main-btn, footer .footer_up__fast_links__item a, footer .footer_up__fast_links__item::before, footer .footer_up__important_links__item a, footer .footer_up__important_links__item::before, footer .footer_up__social_links__item:hover a, footer .footer_down > div div, .navigation.transparent .navigation__down__menu__list > li a, .navigation__up__items__list-1 a, .navigation__down__mobile_menu__list li::before, .navigation__down__mobile_menu__list li a, .navigation__down__mobile_menu__fast a, .navigation__down__mobile_menu__contact a, .banner__hero__block__track__text, .now_table__head {
    color: white; }

.main-btn, .navigation__down__menu__list > li::after, .navigation__down__mobile_menu__list li.active::after, .now_table__head, .we_provide__border-yellow::after {
    background-color: var(--main-color); }

.main-btn.hover-light:hover {
    background-color: white; }

.navigation__down__menu__list > li::after, .navigation__down__mobile_menu__list li.active::after, .banner__hero__over::after, .send_steps::after, .we_provide__border-yellow::after, .contact__form::before, .delivery::after {
    content: ''; }

.navigation__down__menu__list > li::after, .navigation__down__mobile_menu__list li.active::after, .banner__hero__over::after, .send_steps::after {
    width: 100%;
    height: 100%; }

footer .footer_up__fast_links__item::before, footer .footer_up__important_links__item::before, .navigation__up .user-dropdown-head ::before, .navigation__up .user-dropdown-head ::after, .navigation__up .user-dropdown ul li::before, .navigation__down__mobile_menu__list li::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

@font-face {
    font-family: "dubai";
    src: url("../webfonts/fonts/Dubai-Regular.ttf");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "dubai";
    src: url("../webfonts/fonts/Dubai-Medium.ttf");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: "dubai";
    src: url("../webfonts/fonts/Dubai-Light.ttf");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "dubai";
    src: url("../webfonts/fonts/Dubai-Bold.ttf");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: "almarai";
    src: url("../webfonts/fonts/Almarai-Regular.ttf");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "almarai";
    src: url("../webfonts/fonts/Almarai-Light.ttf");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "almarai";
    src: url("../webfonts/fonts/Almarai-Bold.ttf");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: "almarai";
    src: url("../webfonts/fonts/Almarai-ExtraBold.ttf");
    font-weight: 700;
    font-style: normal; }

html[dir='rtl'] body {
    font-family: "Cairo", sans-serif; }

html[dir='ltr'] body {
    font-family: "Open Sans", "sans-serif"; }

input:focus, input.form-control:focus, textarea:focus, textarea.form-control:focus, select:focus, select.form-control:focus {
    --webkit-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.7)!important;
    -o-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.7)!important;
    -ms-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.7)!important;
    -moz-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.7)!important;
    box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.7);
    border-color: var(--main-color) !important; }

ul {
    padding: 0; }

.page-link {
    border-color: var(--main-color);
    color: var(--main-color); }

.page-link:focus {
    --webkit-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.25)!important;
    -o-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.25)!important;
    -ms-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.25)!important;
    -moz-box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.25)!important;
    box-shadow: 0 0 0 0.25rem rgba(var(--main-color), 0.25); }

.page-item.active .page-link {
    background-color: var(--main-color) !important;
    border-color: var(--main-color); }

.main-btn {
    text-decoration: none;
    padding: .625rem 1.25rem;
    line-height: 1.7;
    border: none;
    outline: none;
    cursor: pointer;
    --webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.main-btn:active, .main-btn:focus {
    background-color: var(--main-color);
    color: white; }
.main-btn.hover-dark:hover {
    background-color: #222222;
    color: white; }

footer {
    padding: 6.25rem 0;
    background-image: url("../image/footer-top-bg.png"); }
footer .footer_up > .row {
    justify-content: start;
    align-items: flex-start; }
footer .footer_up__logo {
    width: 80px;
    margin: auto; }
footer .footer_up ul {
    padding: 0; }
footer .footer_up__fast_links__title {
    font-size: 1.25rem; }
footer .footer_up__fast_links__item a {
    text-decoration: none;
    font-size: 0.75rem; }
footer .footer_up__fast_links__item::before {
    font-size: 0.75rem; }
html[dir='rtl'] footer .footer_up__fast_links__item::before {
    content: '\f053';
    margin-left: 15px; }
html[dir='ltr'] footer .footer_up__fast_links__item::before {
    content: '\f054';
    margin-right: 15px; }
footer .footer_up__important_links__title {
    font-size: 1.25rem; }
footer .footer_up__important_links__item a {
    text-decoration: none;
    font-size: 0.75rem; }
footer .footer_up__important_links__item::before {
    font-size: 0.75rem; }
html[dir='rtl'] footer .footer_up__important_links__item::before {
    content: '\f053';
    margin-left: 15px; }
html[dir='ltr'] footer .footer_up__important_links__item::before {
    content: '\f054';
    margin-right: 15px; }
footer .footer_up__social_links ul {
    display: flex;
    justify-content: start;
    align-items: center; }
footer .footer_up__social_links__title {
    font-size: 1.25rem; }
footer .footer_up__social_links__item {
    --webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid  #656565;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.8;
    --webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
html[dir='rtl'] footer .footer_up__social_links__item:not(:first-of-type) {
    margin-right: 15px; }
html[dir='ltr'] footer .footer_up__social_links__item:not(:first-of-type) {
    margin-left: 15px; }
footer .footer_up__social_links__item:hover {
    background-color: var(--main-color);
    border-color: var(--main-color); }
footer .footer_up__social_links__item a {
    color: #656565;
    text-decoration: none;
    font-size: 1rem;
    --webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
footer .footer_down > div div {
    text-align: center;
    font-size: 1.25rem; }
footer .footer_down > div div:last-of-type > a {
    text-decoration: none;
    cursor: pointer; }

.navigation {
    --webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.navigation.transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: transparent; }
.navigation.transparent .bottom-nav{
    max-height: 80px;
}
@media (max-width: 767.98px) {
    .navigation.transparent {
        background-color: #222222; } }
.navigation.sticky {
    position: fixed;
    width: 100vw;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0; }
.navigation.sticky.transparent {
    background-color: #222222; }
.navigation.sticky.light {
    --webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
.navigation.sticky .navigation__up {
    display: none; }
.navigation.light {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@media (max-width: 767.98px) {
    .navigation.light {
        background-color: #222222; } }
.navigation.light .navigation__down__menu__list > li a {
    color: black !important; }
.navigation__up {
    background-image: url("../image/footer-top-bg.png"); }
.navigation__up__items {
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    padding-block: 5px;
 }
.navigation__up__items > ul:not(.navigation__up__items__list-2) {
    margin: 0;
    justify-content: center;
    align-items: center; }
html[dir='rtl'] .navigation__up__items > ul.margin1 {
    margin-left: auto; }
html[dir='ltr'] .navigation__up__items > ul.margin1 {
    margin-right: auto; }
@media (max-width: 991.98px) {
    .navigation__up__items > ul {
        font-size: 0.75rem;
        margin: 10px 0px; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .navigation__up__items > ul {
        margin: 10px auto; } }
.navigation__up__items > ul li a {
    text-decoration: none; }
html[dir='rtl'] .navigation__up__items > ul >li:not(:first-of-type) {
    margin-right: 25px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    html[dir='rtl'] .navigation__up__items > ul >li:not(:first-of-type) {
        margin-right: 10px; } }
html[dir='ltr'] .navigation__up__items > ul >li:not(:first-of-type) {
    margin-left: 25px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    html[dir='ltr'] .navigation__up__items > ul >li:not(:first-of-type) {
        margin-left: 10px; } }
html[dir='rtl'] .navigation__up__items__list-2 a svg {
    margin-left: 5px; }
html[dir='ltr'] .navigation__up__items__list-2 a svg {
    margin-right: 5px; }
.navigation__up .user-dropdown {
    position: relative;
    min-width: 140px;
    margin: 0; }
.navigation__up__items__list-2{
    margin: auto ;
}
@media (max-width: 991.98px) {
    .navigation__up__items__list-2{
        margin-inline-start: auto !important;
    }
}
.navigation__up .user-dropdown-head ::before {
    font-size: 18px;
    color: white;
    margin-inline-end: 10px;
    content: '\f007'; }
.navigation__up .user-dropdown-head ::after {
    font-size: 18px;
    color: white;
    margin-inline-start: 10px;
    content: '\f078'; }
.navigation__up .user-dropdown-head:hover ::before {
    color: var(--main-color); }
.navigation__up .user-dropdown-head:hover ::after {
    color: var(--main-color); }
.navigation__up .user-dropdown ul {
    list-style: none;
    background-color: var(--main-color);
    align-self: flex-end;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    padding: 10px;
    z-index: 99999999;
    --webkit-border-bottom-right-radius: 7px;
    -o-border-bottom-right-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    --webkit-border-bottom-left-radius: 7px;
    -o-border-bottom-left-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px; }
html[dir='rtl'] .navigation__up .user-dropdown ul {
    right: 0; }
html[dir='ltr'] .navigation__up .user-dropdown ul {
    left: 0; }
.navigation__up .user-dropdown ul li {
    height: 30px;}
.navigation__up .user-dropdown ul li:not(:last-of-type){
    margin: 0 0 10px 0 !important;}
.navigation__up .user-dropdown ul li::before {
    font-size: 18px;
    color: white;
    margin-inline-end: 10px; }
.navigation__up .user-dropdown ul li:nth-of-type(4)::before {
    content: '\f011 '; }
.navigation__up .user-dropdown ul li:nth-of-type(3)::before {
    content: '\f07a '; }
.navigation__up .user-dropdown ul li:nth-of-type(2)::before {
    content: '\f09d '; }
.navigation__up .user-dropdown ul li:nth-of-type(1)::before {
    content: '\f007 '; }
.navigation__up .user-dropdown ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    text-transform: capitalize; }
html[dir='rtl'] .navigation__up__btn {
    margin-right: auto; }
html[dir='ltr'] .navigation__up__btn {
    margin-left: auto; }
@media (max-width: 767.98px) {
    .navigation__up__btn {
        text-align: center;
        margin: auto; } }
.navigation__up .main-btn {
    height: 100%;
    display: inline-block; }
@media (max-width: 991.98px) {
    .navigation__up .main-btn {
        font-size: 0.75rem;
        padding: 5px; } }
.navigation__down {
    justify-content: center;
    align-items: center;
    margin-block: 10px; }
@media (max-width: 767.98px) {
    .navigation__down {
        justify-content: space-between;
        /* margin-top: 30px;  */
    } }
.navigation__down__logo {
    width: 150px;
    height: 70px;
}
.navigation__down__logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .navigation__down__logo {
        width: 100px; } }
.navigation__down__menu {
    flex-grow: 1; }
.navigation__down__menu__list {
    justify-content: flex-end;
    align-items: center; }
.navigation__down__menu__list > li {
    font-size: 1.25rem;
    position: relative; }
@media (min-width: 767.99px) and (max-width: 991.98px) {
    .navigation__down__menu__list > li {
        font-size: 0.75rem; } }
.navigation__down__menu__list > li::after {
    position: absolute;
    height: 1px;
    bottom: -100%;
    opacity: 0;
    --webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    --webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
html[dir='rtl'] .navigation__down__menu__list > li::after {
    right: 0; }
html[dir='ltr'] .navigation__down__menu__list > li::after {
    left: 0; }
.navigation__down__menu__list > li.active::after, .navigation__down__menu__list > li:hover::after {
    bottom: -5px;
    opacity: 1;
    --webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
.navigation__down__menu__list > li a {
    text-decoration: none; }
html[dir='rtl'] .navigation__down__menu__list > li:not(:first-of-type) {
    margin-right: 20px; }
html[dir='ltr'] .navigation__down__menu__list > li:not(:first-of-type) {
    margin-left: 20px; }
@media (max-width: 767.98px) {
    .navigation__down__menu {
        display: none; } }
@media (min-width: 767.98px) {
    .navigation__down__btn {
        display: none; } }
.navigation__down__mobile_menu {
    visibility: hidden;
    height: 0;
    --webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    --webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
@media (min-width: 767.98px) {
    .navigation__down__mobile_menu {
        display: none; } }
html[dir='rtl'] .navigation__down__mobile_menu {
    --webkit-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top; }
html[dir='ltr'] .navigation__down__mobile_menu {
    --webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top; }
.navigation__down__mobile_menu.open {
    visibility: visible;
    --webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    height: 100%; }
    .navigation__down__mobile_menu.open .navigation__down__mobile_menu__list {
        margin-top: 25px;
    }
.navigation__down__mobile_menu__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    list-style: none; }
.navigation__down__mobile_menu__list li {
    margin-bottom: 15px;
    font-size: 1.25rem;
    height: 40px;
    position: relative; }
html[dir='rtl'] .navigation__down__mobile_menu__list li::before {
    content: '\f053';
    margin-left: 15px; }
html[dir='ltr'] .navigation__down__mobile_menu__list li::before {
    content: '\f054';
    margin-right: 15px; }
.navigation__down__mobile_menu__list li.active::after {
    position: absolute;
    height: 1px;
    bottom: 0%; }
html[dir='rtl'] .navigation__down__mobile_menu__list li.active::after {
    right: 0; }
html[dir='ltr'] .navigation__down__mobile_menu__list li.active::after {
    left: 0; }
.navigation__down__mobile_menu__list li a {
    text-decoration: none; }
.navigation__down__mobile_menu__fast, .navigation__down__mobile_menu__contact {
    padding: 0; }
.navigation__down__mobile_menu__fast li, .navigation__down__mobile_menu__contact li {
    margin-bottom: 10px;
    font-size: 0.75rem; }
.navigation__down__mobile_menu__fast a, .navigation__down__mobile_menu__contact a {
    text-decoration: none; }

.banner__hero {
    position: relative;
    height: 800px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero {
        height: 100vh; } }
.banner__hero__over {
    background-image: url("../image/banner-1.jpg");
    width: 100%;
    height: 100%; }
.banner__hero__over::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.banner__hero__block {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 22222;
    --webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%; }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero__block {
        width: 95%;
        top: unset!important;
        bottom: 0;
     } }
.banner__hero__block__text {
    color: white;
    width: 100%; }
.banner__hero__block__text__icon {
    max-width: 80px;
    min-width: 50px;
    margin: auto; }
.banner__hero__block__text__list {
    justify-content: center;
    align-items: center;
    text-decoration: none; }
@media (min-width: 991.98px) {
    .banner__hero__block__text__list {
        margin-bottom: 10px; } }
.banner__hero__block__text__list li {
    text-decoration: none; }
.banner__hero__block__text__list li:first-of-type {
    list-style-type: none; }
html[dir='rtl'] .banner__hero__block__text__list li:not(:first-of-type) {
    margin-right: 20px; }
html[dir='ltr'] .banner__hero__block__text__list li:not(:first-of-type) {
    margin-left: 20px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero__block__text__list li {
        font-size: 0.75rem; } }
.banner__hero__block__text-2 h1 {
    font-weight: 600; }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .banner__hero__block__text-2 h1 {
        font-size: 1.375rem; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero__block__text-2 h1 {
        font-size: 1rem; } }
.banner__hero__block__text-2 .brand-name {
    font-size: 90px; }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .banner__hero__block__text-2 .brand-name {
        font-size: 50px; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero__block__text-2 .brand-name {
        font-size: 50px; } }
.banner__hero__block__track {
    width: 100%;
    min-height: 50px; }
.banner__hero__block__track .form-group .form-control {
    height: 100%; }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .banner__hero__block__track .form-group .form-control {
        height: 80%; } }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .banner__hero__block__track .form-group .form-control {
        height: 80%; } }
.banner__hero__block__track__text {
    font-size: 0.75rem; }
.banner__hero__block__track__text span {
    font-size: 1rem; }
html[dir='rtl'] .banner__hero__block__track__text span {
    margin-left: 20px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    html[dir='rtl'] .banner__hero__block__track__text span {
        margin-left: 5px; } }
html[dir='ltr'] .banner__hero__block__track__text span {
    margin-right: 20px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    html[dir='ltr'] .banner__hero__block__track__text span {
        margin-right: 5px; } }
.banner__hero__block__track .main-btn {
    width: 100%;
    height: 100%; }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .banner__hero__block__track .main-btn {
        font-size: 0.75rem;
        line-height: 1.2; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .banner__hero__block__track .main-btn {
        font-size: 0.75rem;
        line-height: 1.2; } }

.block {
    padding: 3.125rem 0;
    overflow: hidden; }
.block__head {
    margin-bottom: 50px; }
.block__head__title {
    font-size: 1.75rem;
    font-weight: 600; }
.block__head__subtitle {
    font-size: 1rem;
    font-weight: 600; }
.block__body {
    width: 70%; }
@media (min-width: 767.99px) and (max-width: 991.98px) {
    .block__body {
        width: 80%; } }
@media (min-width: 575.99px) and (max-width: 767.98px) {
    .block__body {
        width: 90%; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .block__body {
        width: 100%; } }

.now_table {
    --webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    border-collapse: collapse;
    width: 100%;
    --webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
.now_table td, .now_table th {
    padding: 10px; }
html[dir='rtl'] .now_table {
    text-align: right; }
html[dir='ltr'] .now_table {
    text-align: left; }
.now_table__body {
    font-size: 0.75rem;
    border: none !important; }
.now_table__body tr {
    border: 1px solid rgba(0, 0, 0, 0.2); }
@media (max-width: 767.98px) {
    .now_table__body {
        overflow: hidden; }
    .now_table__body tr {
        margin-bottom: 15px;
        padding-top: 10px;
        --webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        --webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-top: 5px solid var(--main-color) !important;
        overflow: hidden;
        border: none; }
    .now_table__body tr td {
        position: relative;
        top: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
    html[dir='rtl'] .now_table__body tr td {
        text-align: left; }
    html[dir='ltr'] .now_table__body tr td {
        text-align: right; }
    html[dir='rtl'] .now_table__body tr td {
        padding-right: 70px; }
    html[dir='ltr'] .now_table__body tr td {
        padding-left: 70px; }
    .now_table__body tr td::before {
        display: inline-block;
        content: attr(data-title);
        height: auto;
        width: 50px;
        height: 100%;
        padding: 10px;
        font-weight: 600;
        position: absolute;
        top: 0;
        bottom: 0; }
    html[dir='rtl'] .now_table__body tr td::before {
        text-align: right; }
    html[dir='ltr'] .now_table__body tr td::before {
        text-align: left; }
    html[dir='rtl'] .now_table__body tr td::before {
        right: 5px; }
    html[dir='ltr'] .now_table__body tr td::before {
        left: 5px; } }
.now_table__head {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.875rem; }
@media (max-width: 767.98px) {
    .now_table {
        box-shadow: none  !important; }
    .now_table td, .now_table tr, .now_table tbody {
        display: block; }
    .now_table thead {
        display: none; } }

.we_provide {
    margin-top: 1rem;
    overflow: hidden; }
.we_provide__border-yellow {
    position: relative; }
.we_provide__border-yellow::after {
    height: 3px;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    --webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
.we_provide__item {
    min-height: 220px; }
@media (min-width: 0px) and (max-width: 575.98px) {
    .we_provide__item {
        min-height: 200px; } }
.we_provide__item__text {
    font-size: 1rem; }
.we_provide__item__title {
    font-size: 1.25rem;
    font-weight: 600; }
@media (max-width: 767.98px) {
    .we_provide__item__title {
        text-align: center; } }

.contact__form {
    position: relative; }
.contact__form::before {
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: rgba(143, 142, 142, 0.1);
    --webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    --webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
html[dir='rtl'] .contact__form::before {
    right: -55px; }
html[dir='ltr'] .contact__form::before {
    left: -55px; }
@media (max-width: 767.98px) {
    .contact__form::before {
        display: none; } }
.contact__form input {
    height: 35px; }
.contact__form textarea {
    min-height: 100px; }

.contact__key {
    font-size: 0.875rem;
    font-weight: 600; }

.contact .main-btn {
    line-height: .7; }

@media (min-width: 0px) and (max-width: 575.98px) {
    .contact .block__body {
        width: fit-content !important; } }

.why_us {
    position: relative;
    overflow: hidden; }
.why_us::before {
    position: absolute;
    top: 38%;
    --webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 100px;
    color: rgba(106, 106, 106, 0.1);
    z-index: -1;
    font-weight: 600; }
html[dir='rtl'] .why_us::before {
    content: "من نحن";
    right: 10%; }
html[dir='ltr'] .why_us::before {
    content: "about us";
    left: 10%; }
@media (max-width: 991.98px) {
    .why_us::before {
        display: none; } }
.why_us__text {
    padding-top: 6.25rem; 
}
@media (min-width: 0px) and (max-width: 575.98px) {
    .why_us__text {padding-top: 20px;}
    footer{
        padding: 3rem;
    }
}
.why_us__text__head__title {
    color: black;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 20px; }
.why_us__text__head__text {
    font-weight: 600; }
html[dir='rtl'] .why_us__text__body {
    padding-right: 40px; }
html[dir='ltr'] .why_us__text__body {
    padding-left: 40px; }
.why_us__text__body__item {
    position: relative;
    font-weight: 600; }
html[dir='rtl'] .why_us__text__body__item {
    padding-right: 25px; }
html[dir='ltr'] .why_us__text__body__item {
    padding-left: 25px; }
.why_us__text__body__item::before {
    position: absolute; }
html[dir='rtl'] .why_us__text__body__item::before {
    right: -45px; }
html[dir='ltr'] .why_us__text__body__item::before {
    left: -45px; }
.why_us__text__body__item:nth-of-type(1)::before {
    content: url("../image/icon-1.png"); }
.why_us__text__body__item:nth-of-type(2)::before {
    content: url("../image/icon-2.png"); }
.why_us__text__body__item:nth-of-type(3)::before {
    content: url("../image/icon-3.png"); }
.why_us__text__body__item__title {
    font-weight: 600;
    font-size: 1.25rem; }
.why_us__text__body__item__text {
    font-size: 1rem; }

.new_account {
    padding-top: 6.25rem;
    overflow: hidden; }
.new_account .container > .row {
    justify-content: center;
    align-items: center; }
.new_account__title {
    font-size: 1.75rem;
    font-weight: 600; }
.new_account__text {
    position: relative;
    font-weight: 600;
    font-size: 1.25rem; }
.new_account__text::before {
    position: absolute;
    top: -50%;
    --webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 100px;
    color: rgba(106, 106, 106, 0.1);
    z-index: -1;
    font-weight: 600; }
html[dir='rtl'] .new_account__text::before {
    content: "سجل الأن";
    left: -40%; }
html[dir='ltr'] .new_account__text::before {
    content: "Register Now";
    left: -40%; }
@media (max-width: 991.98px) {
    .new_account__text::before {
        display: none; } }
.new_account__form__item {
    font-weight: 600; }

.send_steps {
    position: relative;
    padding: 9.375rem 3.125rem;
    overflow: hidden;
    background-image: url("../image/step-bg.jpg"); }
.send_steps::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.send_steps__img {
    position: absolute;
    max-width: 315px;
    left: 0;
    bottom: 0;
    z-index: 222; }
@media (max-width: 767.98px) {
    .send_steps__img {
        display: none; } }
.send_steps__item {
    color: white;
    position: relative;
    z-index: 555; }
.send_steps__item-1::before {
    content: "1-";
    font-size: 1.8rem;
    display: inline-block; }
@media (max-width: 767.98px) {
    .send_steps__item-1::before {
        font-size: 1.25rem; } }
.send_steps__item-2::before {
    content: "2-";
    font-size: 1.8rem;
    display: inline-block; }
@media (max-width: 767.98px) {
    .send_steps__item-2::before {
        font-size: 1.25rem; } }
.send_steps__item-3::before {
    content: "3-";
    font-size: 1.8rem;
    display: inline-block; }
@media (max-width: 767.98px) {
    .send_steps__item-3::before {
        font-size: 1.25rem; } }
.send_steps__item-4::before {
    content: "4-";
    font-size: 1.8rem;
    display: inline-block; }
@media (max-width: 767.98px) {
    .send_steps__item-4::before {
        font-size: 1.25rem; } }
.send_steps__item-5::before {
    content: "5-";
    font-size: 1.8rem;
    display: inline-block; }
@media (max-width: 767.98px) {
    .send_steps__item-5::before {
        font-size: 1.25rem; } }
.send_steps__item__title {
    display: inline-block;
    font-weight: 600; }
html[dir='rtl'] .send_steps__item__title {
    margin-right: 25px; }
html[dir='ltr'] .send_steps__item__title {
    margin-left: 25px; }
html[dir='rtl'] .send_steps__item__text {
    padding-right: 35px; }
html[dir='ltr'] .send_steps__item__text {
    padding-left: 35px; }
@media (max-width: 767.98px) {
    .send_steps__item__text {
        font-size: 0.875rem; } }

.delivery {
    padding: 6.25rem 0;
    position: relative;
    overflow: hidden; }
.delivery::after {
    position: absolute;
    border: 5px solid #f4f4f4;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    --webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
.delivery__block__title {
    font-weight: 600; }
@media (min-width: 0px) and (max-width: 575.98px) {
    .delivery__block__title {
        font-size: 1.25rem; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .delivery__text {
        font-size: 1.25rem; } }

.pricing {
    overflow: hidden; }
.pricing__block {
    width: 100% !important; }

.track {
    min-height: 50vh; }
.track input {
    height: 100%;
    --webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
@media (min-width: 767.99px) and (max-width: 991.98px) {
    .track .main-btn {
        font-size: 0.875rem; } }

.term ul, .term ol {
    margin-inline-start: 40px; }

.login-register {
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center; }
.login-register .form-box {
    min-height: 500px;
    height: auto;
    width: 500px;
    --webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    --webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.125);
    -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.125);
    overflow: hidden;
    position: relative; }
.login-register .button-box {
    width: 65%;
    margin: 5% auto 10%;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    --webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    --webkit-box-shadow: 0px 0px 30px 5px rgba(255, 193, 7, 0.125);
    -o-box-shadow: 0px 0px 30px 5px rgba(255, 193, 7, 0.125);
    -ms-box-shadow: 0px 0px 30px 5px rgba(255, 193, 7, 0.125);
    -moz-box-shadow: 0px 0px 30px 5px rgba(255, 193, 7, 0.125);
    box-shadow: 0px 0px 30px 5px rgba(255, 193, 7, 0.125); }
.login-register .button-box button {
    padding: 10px 20px;
    --webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: transparent;
    position: relative;
    width: 50%; }
@media (max-width: 280px) {
    .login-register .button-box button {
        --webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
@media (min-width: 0px) and (max-width: 575.98px) {
    .login-register .button-box button {
        font-size: 19px;
        padding: 5px 10px; } }
@media (min-width: 280px) and (max-width: 360px) {
    .login-register .button-box button {
        font-size: 13px;
        padding: 5px 10px; } }
@media (max-width: 280px) {
    .login-register .button-box button {
        font-size: 0.75rem;
        padding: 5px 10px; } }
.login-register .button-box button:focus {
    outline: none;
    border: none;
    box-shadow: none; }
.login-register .button-box #btn {
    position: absolute;
    top: 0;
    --webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 50%;
    height: 100%;
    background-color: var(--main-color);
    --webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
html[dir='rtl'] .login-register .button-box #btn {
    right: 0; }
html[dir='ltr'] .login-register .button-box #btn {
    left: 0; }
.login-register .from-container {
    width: 200%;
    margin-bottom: 20px;
    min-height: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    --webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
@media (max-width: 280px) {
    .login-register .from-container {
        justify-content: space-around; } }
.login-register .from-container .form {
    width: 45%; }
.login-register .from-container .form:first-of-type {
    margin-inline-end: 50px; }
@media (max-width: 280px) {
    .login-register .from-container .form:first-of-type {
        margin-inline-end: 10px; } }
.login-register .from-container .form .form-group span, .login-register .from-container .form .form-group a {
    margin-inline-start: 10px;
    display: block; }
.login-register .from-container .form .form-group.check {
    display: flex;
    align-items: center; }
.login-register .from-container .form .form-group.check input {
    height: 80%;
    width: 15px; }
@media (max-width: 280px) {
    .login-register .from-container .form .form-group .form-control {
        font-size: 0.75rem; } }

.my-order {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    min-height: 85vh; }
.my-order-filter {
    width: 100%;
    padding: 20px 0; }
.my-order-filter .form-group {
    display: flex;
    align-items: center; }
.my-order-filter .form-group:last-of-type {
    display: flex;
    justify-content: flex-end; }
.my-order-filter .form-group span {
    font-weight: bold; }
.my-order-filter .form-group .form-control {
    display: inline-block;
    margin-inline-start: 10px; }
.my-order-filter select::after {
    content: '/';
    width: 20px;
    height: 20px; }

.new-order {
    min-height: 70vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px; }
@media (max-width: 767.98px) {
    .new-order {
        padding: 50px 0; } }
@media (max-width: 767.98px) {
    .new-order .mb1 {
        margin-bottom: 20px; } }
@media (max-width: 767.98px) {
    .new-order .mb-4 {
        margin-bottom: 0 !important; } }

.profile {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 80vh;
    padding-top: 50px; }
.profile form {
    width: 70%; }
    /* --------- updates on design ---------- */
.order-btns{
    display: flex;
    flex-wrap: wrap;
}
.order-btns .main-btn{
    min-width: 150px ;
    text-align: center;
}
.dt-buttons{
    gap: 5px;
}
.dt-buttons button:focus{
    box-shadow: none!important;
    outline: none!important;
}
.table-responsive{
    width: 100%;
}
.table-responsive table thead th,
.table-responsive table tbody td{
    white-space: nowrap;
}
.table-responsive table tr td.actions{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.dataTables_wrapper{
    width: 100%;
}
.table-responsive .dataTables_length{margin-bottom: 10px;}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter {
        text-align: right!important;
    }
}