@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

@font-face {
    font-family: "(A) Arslan Wessam B"; /* Name for the font */
    src: url("../fonts/ArslanWessamB.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lava Arabic";
    src: url("../fonts/Lava-Arabic-v1.00.ttf") format("woff");
}

:root {
    --primary: #f15e30;
    --yellow-500: #fbad18;
    --gray: #8a8a8f;
    --active-img: invert(42%) sepia(81%) saturate(687%) hue-rotate(333deg)
        brightness(96%) contrast(97%);
}

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

html,
body {
    width: 100%;
    box-sizing: border-box;
    font-family: "Noto Kufi Arabic", sans-serif;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
* {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.dark-color {
    color: #222 !important;
}

.main-color {
    color: var(--primary) !important;
}

.gray-color {
    color: var(--gray) !important;
}

.bg-main {
    background-color: var(--primary) !important;
}

.bg-sec {
    background-color: var(--secondary);
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
    font-weight: 500;
}

.fs-20 {
    font-size: 20px;
    font-weight: 600;
}

.fs-23 {
    font-size: 23px;
    font-weight: 600;
}

.fs-28 {
    font-size: 28px;
}

.fs-32 {
    font-size: 32px;
    font-weight: 400;
}

.fs-64 {
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
}

.fs-48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.font-arslan {
    font-family: "(A) Arslan Wessam B" !important;
}

.border-gray {
    border-color: #8a8a8f !important;
}
.border-main {
    border-color: var(--primary) !important;
}

/* ********** pagination ******** */

.pagination .page-item .page-link {
    color: var(--primary) !important;
}

.pagination .active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}
.pagination {
    direction: ltr;
}

/* ********* end pagination ******** */

.blog .description,
.meals--item .description,
.dish--item .description,
.dish--item .title,
.meals--item .title,
.dropdown-cart-items .title,
.blog .title {
    display: -webkit-box;
    /* Number of lines to display */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Allow multiline truncation */
    white-space: normal;
}

.dish--item .description,
.dish--item .title,
.meals--item .title,
.dropdown-cart-items .title,
.blog .title {
    -webkit-line-clamp: 1 !important;
}

.modal-body input::placeholder,
.modal-body textarea::placeholder,
.contact--us input::placeholder,
.contact--us textarea::placeholder,
.checkout input::placeholder,
.checkout textarea::placeholder,
.checkout input::placeholder,
.checkout textarea::placeholder {
    opacity: 0.4;
}

.modal-body input,
.modal-body textarea,
.contact--us input,
.contact--us textarea,
.checkout input,
.checkout textarea {
    border-color: #e1e1e1 !important;
}

.modal-body textarea,
.contact--us textarea,
.checkout textarea {
    resize: none !important;
}

.my-container {
    width: 92%;
    margin: 0 auto;
}

li::marker {
    color: #fff;
}

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/********** scroll style *********/
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    /* change direction */
    direction: rtl;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

/********** title style *********/
.title--section,
.title--section-white {
    font-family: "Lava Arabic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary);
    margin-top: 64px;
}

.title--section-white {
    color: #fff;
}

.title--section::before {
    content: url(../img/title-icon.svg);
    margin-left: -56px;
}

.title--section-white::before {
    content: url(../img/title-icon-white.svg);
    margin-left: -56px;
}

.ltr .title--section::before,
.ltr .title--section-white::before {
    display: inline-block;
    transform: rotate(270deg);
    margin-right: -56px;
    margin-left: 0 !important;
}

.title--section-tiny {
    font-size: 44px;
}

/* nav style */
.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 7rem;
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.dropdown-menu a:hover {
    color: var(--primary) !important;
}

.rtl .dropdown-menu[data-bs-popper] {
    right: 0 !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

#navbarCollapse > div > a.nav-item.nav-link.active {
    color: var(--primary) !important;
}

.nav-item:hover {
    color: var(--primary) !important;
}

/********** header *********/

header {
    height: 100%;
    z-index: 1000;
    position: relative;
}

.header--wave {
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.bg--slider .overlay {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.85) 22.84%,
        rgba(0, 0, 0, 0.28) 65.28%,
        rgba(0, 0, 0, 0) 83.72%
    );
}

.slider .slider--title {
    font-size: 2.5rem;
}

.slider .slider--description {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.5;
    width: 90% !important;
    margin: 2rem auto !important;
}

.bread--crumb .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.bread--crumb a:hover {
    color: var(--primary) !important;
}

.bg--slider {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
}

/* offers */
.offer--item {
    border-radius: 20px;
}

.offer--item img:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

/********** Menu **********/
.menu--categories .category--item.active img {
    filter: var(--active-img) !important;
}

.home--menu .active,
.menu--page .active {
    color: var(--primary) !important;
}

/*********** meals ********** */
.meals {
    margin-top: 240px;
    padding: 2rem 0;
    border-radius: 20px;
    background-image: url("../img/meals.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90%;
}

.meals .overlay {
    border-radius: 20px;
    backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, 0.7);
}

.meals .meals--content {
    z-index: 100;
    position: relative;
}

.circle {
    width: 145%;
    height: 145%;
    border-radius: 25%;
    background-color: #eee;
    position: absolute;
    top: -114%;
    left: -21%;
    transition: 0.3s ease-in-out;
}

.top-circle {
    width: 145%;
    height: 145%;
    border-radius: 25%;
    background-color: var(--primary);
    position: absolute;
    top: -146%;
    left: -22%;
    z-index: 99;
    transition: 0.3s ease-in-out;
}

.meals--item:hover .circle {
    width: 216%;
    height: 276%;
}

.meals--item:hover .top-circle {
    top: -114%;
    left: -21%;
}

/*********************** carousel *********************** */

.owl-nav {
    width: 105%;
    padding-top: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-prev,
.owl-next {
    color: #8a8a8f;
    font-size: 18px;
    font-weight: 700;
}

.owl-next {
    color: var(--primary);
}

.owl-prev::after {
    position: relative;
    left: -84px;
    top: 38px;
    content: url(../img/prev-gray.svg);
}

.owl-next::after {
    position: relative;
    left: -32px;
    top: 39px;
    content: url(../img/next.svg);
}

/********************** Working Times *********************** */
.working--times {
    position: relative;
    background-color: #feefea;
    background-image: url("../img/pattern_working_times.png");
    background-size: 500px;
    padding: 3rem 0;
    z-index: 100;
}

.working--times .image-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}

.sub--image-left {
    position: absolute;
    left: 8%;
    top: 33%;
    z-index: -1;
    animation: circle 12s linear infinite;
}

.sub--image-right {
    position: absolute;
    right: 8%;
    top: 33%;
    z-index: -1;
    animation: circle 12s linear infinite;
}

/* make .sub--image-right and .sub--image-left responsive animation circle continue */

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.working--times .image-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}

.customer--review {
    background-color: #212529;
    height: 650px;
    background-image: url("../img/right-section.png"),
        url("../img/left-section.png");
    background-size: 12vw, 12vw;
    background-position: left, right;
    background-repeat: no-repeat;
}

/********************** app section *********************** */
.app--section {
    height: 625px;
    border-radius: 18px;
    background-image: url("../img/app_section.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ********************** footer *********************** */
.footer {
    position: relative;
}

.footer .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.footer .footer--content {
    padding: 100px 0 24px 0;
    z-index: 100;
    position: relative;
}

.footer--wave {
    margin-top: -2%;
    transform: rotate(180deg);
    position: absolute;
    z-index: 100;
}

.footer--title {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-family: "Noto Kufi Arabic";
    margin-top: 0;
    font-size: 28px;
    line-height: 120%;
}

.footer--title::before {
    content: url(../img/footer_title.svg);
    margin-left: -50px;
}

.ltr .footer--title::before {
    display: inline-block;
    transform: rotate(270deg);
    margin-right: -56px;
    margin-left: 0 !important;
}

/*********************** media query ***********************/

@media screen and (max-width: 990px) {
    .top--header {
        display: none !important;
    }

    .ltr .dropdown-menu[data-bs-popper] {
        right: 0 !important;
        left: auto !important;
    }

    .rtl .dropdown-menu[data-bs-popper] {
        left: 0 !important;
        right: auto !important;
    }

    .dropdown-cart-items {
        min-width: 24rem !important;
    }

    .navbar {
        border: none !important;
        padding-top: 2rem !important;
    }

    .bg--slider {
        height: 70vh !important;
    }
}

@media screen and (max-width: 860px) {
    .title--section,
    .title--section-white {
        font-family: "Lava Arabic";
        font-size: 36px;
        font-style: normal;
    }

    .footer--title {
        font-size: 24px;
    }

    .food--img {
        display: none;
    }

    .menu--page .dishes {
        overflow: visible !important;
    }

    .slider .slider--title {
        font-size: 1.5rem !important;
        line-height: auto !important;
    }

    .slider .slider--description {
        font-size: 1.2rem !important;
        line-height: 1.8rem !important;
        width: 90% !important;
        margin: 2rem auto !important;
    }
}

.font-lava {
    font-family: "Lava Arabic" !important;
}

/******************************************************************/
