html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„Ø§Ø³Ø§Ø³Ù‰ */
:root {
    --bg-color: #9d735e;
}

/* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„Ø«Ø§Ù†ÙˆÙŠ */
:root {
    --bg-color2: #000000;
}

.home_icon svg {
    fill: var(--bg-color2);
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

li.liActive {
    background: var(--bg-color2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: -8px;
    text-align: center;
    line-height: 64px;
}

@media (max-width: 400px) {
    li.liActive {
        top: 4px;
    }
}

li.liActive a {
    display: block !important;
}

li.liActive img {
    width: 30px;
    height: 30px;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:foucs {
    text-decoration: none;
}

img {
    max-width: 100%;
    position: relative;
}

p {
    font-family: "ta_r";
}

/* Font Family */
@font-face {
    font-family: "ta_m";
    src: url("../fonts/ta_m.ttf");
}

@font-face {
    font-family: "ta_r";
    src: url("../fonts/ta_r.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: "ta_r";
    text-align: right;
    overflow-x: hidden;
    min-height: 650px;
    background: #f6f6f6;
}

/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}

::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}

::-webkit-scrollbar-thumb {
    /* border: 0px solid #3e4c34; */
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}

/***/
header {
    min-height: 300px;
    background: url("../images/cover2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.logo {
    width: 156px !important;
    max-width: 100% !important;
    height: 156px !important;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
    transition-duration: 0s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--bg-color);
    border-radius: 50% 50% 50% 50%;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -57px;
    right: 0px;
    margin: 0 auto;
    box-shadow: 0px 3px 7px 4px #ffffff40;
    line-height: 134px;
}

.menu-item,
.menu-open-button {
    border-radius: 100%;
    /* width: 80px; */
    /* height: 80px; */
    margin-left: -40px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    /* line-height: 80px; */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
    /* -webkit-transition: -webkit-transform ease-out 200ms; */
    /* transition: -webkit-transform ease-out 200ms; */
    /* transition: transform ease-out 200ms; */
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-item img {
    width: 22px !important;
    height: 21px !important;
    opacity: 0;
    display: none;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    /* margin: auto; */
    position: absolute;
    bottom: 0;
    bottom: 40px;
    left: 99px;
    /* right: 0; */
    /* width: 80px; */
    /* height: 80px; */
    /* text-align: center; */
    box-sizing: border-box;
    font-size: 21px;
    /* background: var(--bg-color2) !important; */
    /* border-radius: 30px; */
    z-index: 999;
}

/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
    background: #eeeeee;
    color: #3290b1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    cursor: pointer;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.14);
    background: var(--bg-color2) !important;
    border-radius: 30px;
    min-width: 78px;
    /* height: 30px; */
    font-size: 19px;
    font-weight: 100;
    font-family: math;
}

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
    transform: translate3d(30.08361px, -94.99997px, 0);
    width: 60px;
    height: 60px;
    line-height: 60px;
    /* color: #fff; */
    font-size: 18px;
    background: var(--bg-color);
    font-family: auto;
    opacity: 1;
}

.menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
    transform: translate3d(90.9466px, -52.47586px, 0);
    width: 60px;
    height: 60px;
    line-height: 60px;
    /* color: #000; */
    font-size: 20px;
    background: var(--bg-color);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
    transform: translate3d(90.9466px, 22.47586px, 0);
    width: 60px;
    height: 60px;
    line-height: 60px;
    /* color: #000; */
    font-size: 21px;
    background: var(--bg-color);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
    transition-duration: 480ms;
    -webkit-transition-duration: 480ms;
    -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
    transform: translate3d(0.08361px, 104.99997px, 0);
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(7) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
    transform: translate3d(-90.86291px, 52.62064px, 0);
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(8) {
    transition-duration: 680ms;
    -webkit-transition-duration: 680ms;
    -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
    transform: translate3d(-91.03006px, -52.33095px, 0);
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(9) {
    transition-duration: 780ms;
    -webkit-transition-duration: 780ms;
    -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
    transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
    background-color: #669ae1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
    color: #669ae1;
    text-shadow: none;
}

.green {
    background-color: #70cc72;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
    color: #70cc72;
    text-shadow: none;
}

.red {
    background-color: #fe4365;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
    color: #fe4365;
    text-shadow: none;
}

.purple {
    background-color: #c49cde;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
    color: #c49cde;
    text-shadow: none;
}

.orange {
    background-color: #fc913a;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
    color: #fc913a;
    text-shadow: none;
}

.lightblue {
    background-color: #62c2e4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
    color: #62c2e4;
    text-shadow: none;
}

.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #eeeeee;
}

.credit a {
    padding: 8px 0;
    color: #c49cde;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.credit a:hover {
    text-decoration: underline;
}

.times {
    background: var(--bg-color2) !important;
    border-radius: 30px;
    min-width: 103px !important;
    height: 30px;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 32px;
    bottom: 10px;
    right: 30px;
    font-size: 18px;
    padding: 0 14px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.14);
}

.item_link svg {
    width: 130px;
    height: 130px;
    box-shadow: 1px 3px 0 0 rgb(0 0 0 / 16%);
    border-radius: 50%;
    border: 2px solid var(--bg-color);
}

.item_link img {
    width: 130px;
    height: 130px;
    box-shadow: 1px 3px 0 0 rgb(0 0 0 / 16%);
    border-radius: 50%;
    border: 2px solid var(--bg-color);
}

.content {
    /* margin-top: 50px; */
    padding-bottom: 100px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
}

.content .col-md-6 {
    width: 50%;
}

.content .col-md-12 {
    width: 100%;
}

.menu_link {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    background: url("../images/menu.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    line-height: 150px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.copyright a {
    color: #fff;
}

.menu_link:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000006b;
}

.menu_link a {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    top: 0;
    z-index: 999;
    font-weight: bold;
}

.menu-item img {
    width: 0;
    height: 0;
    border-radius: 0;
}

.menu-open:checked ~ .menu-item:nth-child(3) img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
}

.menu-open:checked ~ .menu-item:nth-child(4) img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menu-open:checked ~ .menu-item:nth-child(5) img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menu_link.menu_link2 {
    min-height: 80px;
    background: url("../images/clients.jpg");
    /* background-position: center; */
    background-size: cover;
}
.copyright {
    background-color: transparent;
    background-image: linear-gradient(
            180deg,
            var(--bg-color) 60%,
            var(--bg-color) 100%
    );
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright p {
    color: #fff;
}

.item_link {
    margin-top: 22px;
}

.times img {
    width: 15px;
    filter: invert(1);
    margin: 0 2px 2px 6px;
}

.menu-open-button img {
    width: 20px;
    filter: invert(1);
    vertical-align: middle;
}

.times a {
    color: #fff;
}

.form {
    margin: 20px;
}

.form label {
    color: #000;
}

.form input {
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 40px;
    /* margin-top: 30px; */
}

#uniqueElement {
    display: none;
}

.quantityRamadan {
    display: flex !important;!i;!;
    align-items: center;
    position: inherit !important;
    left: 25px;
    bottom: 24px;
    /* display: inline-block !important; */
    width: 100%;
    justify-content: space-between;
}

.quantityRamadan input {width: 100% !important;height: 30px !important;!i;!;}

.form button {
    background: var(--bg-color2) !important;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 6px 44px;
    border: 0;
    margin-top: 10px;
    width: 100%;
}

canvas#can {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

.bar {
    display: block;
    background-color: #00cccf;
}

.bar h1 {
    margin: 0px;
    font-family: helvetica, sans-serif;
    font-size: 22px;
    padding: 10px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

.profile-photo-div {
    position: relative;
    margin: 30px auto 10px auto;
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--bg-color);
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#profile-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#change-photo {
    display: none;
}

.profile-buttons-div {
    position: absolute;
    /* display: block; */
    top: 0;
    /* left: 33px; */
    /* background: #fff; */
    /* border-radius: 50%; */
    /* height: 40px; */
    /* width: 40px; */
    /* line-height: 40px; */
}

.button {
    position: relative;
    display: block;
    font-family: helvetica, sans-serif;
    font-size: 15px;
    /* padding: 20px; */
    text-align: center;
    color: white;
    /* background-color: #00cccf; */
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button:hover {
    letter-spacing: 1px;
}

.button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.button:hover:after {
    -webkit-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
    opacity: 1;
}

.button.half {
    width: 50%;
}

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

.red {
    background-color: #ae0000;
}

#x-position {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

#y-position {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    display: none;
}

canvas {
    position: fixed;
    top: -2000px;
    left: -2000px;
    z-index: -1;
}

.profile-img-confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.error {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    color: red;
    text-align: center;
    display: none;
}

div#profile-img-input img {
    width: 110px;
    /* margin-right: -50px; */
    opacity: -0.4;
}

.headerTwo {
    background: #fff;
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    max-width: 600px;
    margin: 0 auto;
}

.headerTwo .menu {
    right: 8px;
    bottom: auto;
    top: 15px;
}

.headerTwo .logo {
    background: inherit;
    border: 0;
    bottom: inherit;
    top: -45px;
    box-shadow: 0px 0px;
    text-align: center;
}

.headerTwo .logo img {
    border-radius: 0;
    padding-top: 0px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top: 13px;
    left: 0;
    right: 0;
}

.logo img {
    border-radius: 50%;
}

.headerTwo .menu-open-button {
    min-width: 90px !important;
}

.headerTwo .menu-open:checked ~ .menu-item:nth-child(3) {
    -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
    transform: translate3d(0.08361px, 104.99997px, 0);
    opacity: 1;
}

.headerTwo .menu-open:checked ~ .menu-item:nth-child(4) {
    -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
    transform: translate3d(-90.9466px, 89.47586px, 0);
}

.headerTwo .menu-open:checked ~ .menu-item:nth-child(5) {
    -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
    transform: translate3d(-96.9466px, -0.47586px, 0);
}

.body {
    background: #fff;
}

.formSearch {
    position: relative;
    margin: 0 15px;
    margin-top: 20px;
}

.formSearch input {
    width: 100%;
    background: #eff0f5;
    border: 0;
    height: 45px;
    padding-right: 50px;
    font-size: 20px;
    border-radius: 5px;
}

.formSearch img {
    width: 23px;
    position: absolute;
    top: 10px;
    right: 17px;
}

.slider {
    position: relative;
    margin: 0 15px;
    margin-top: 230px;
}

.slider img {
    max-height: 150px;
    width: 100%;
    border-radius: 10px;
}

.menuListAll {
    margin: 20px 15px;
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    right: 4px;
    margin-top: 0;
    top: 60px;
    max-width: 600px;
    margin: 0 auto;
    left: 6px;
    background: #fff;
}

.titleMenuList {
    margin-bottom: 20px;
    display: flow-root;
}

.titleMenuList h2 {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    float: right;
    margin: 10px 0;
}

.titleMenuList a {
    background: #ffe2e2;
    color: #000;
    border-radius: 30px;
    padding: 10px 10px;
    float: left;
    font-weight: bolder;
    font-size: 13px;
}

.ulMenuList {
    flex-wrap: nowrap;
    width: 100vw;
    /* position: absolute; */
    display: flex;
    width: 100vw;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 30px;
    background: #ffffff;
    text-align: center;
}

.ulMenuList li {
    box-shadow: 0px 0px 22px -4px #0000001f;
    padding: 10px;
    margin: 3px;
    border-radius: 10px;
    float: right;
}

.ulMenuList li img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    text-align: center;
    margin: 0 auto;
}

.ulMenuList li h2 {
    color: #000;
    font-size: 12px;
    margin-top: 9px;
    font-weight: 600;
}

.Featureditems {
    margin: 0 15px;
    margin-top: 30px;
}

.Featureditems .col-md-6 {
}

.Featureditems .title {
    color: #000;
    font-size: 16px;
    font-weight: 900;
}

.itemFeatur {
    margin-bottom: 20px;
    box-shadow: 0px 0px 22px -4px #0000001f;
    padding-bottom: 10px;
}

.itemFeatur.otherPages {
    min-height: 240px;
}

.itemFeatur img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    min-height: 110px;
    max-height: 110px;
}

.itemFeatur h2 {
    color: #000;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
    margin-top: 8px;
    padding-right: 10px;
}

.itemFeatur p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 2px;
    padding-right: 10px;
    height: 38px;
    overflow: hidden;
    position: relative;
}

.itemFeatur p:after {
    position: absolute;
    content: "...";
    bottom: 3px;
    left: 10px;
}

.itemFeatur span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.pink-modal-body-two {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
    padding-bottom: 20%;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
}

.close-button {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.itemFeaturModal {
    position: relative;
}

.itemFeaturModal span {
    position: absolute;
    top: -4px;
    left: 15px;
    color: #bf8c53;
    font-size: 18px;
}

.itemFeaturModal p {
    margin-top: 15px;
}

.aalan {
    margin: 0 15px;
}

.aalan img {
    width: 100%;
    max-height: 150px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.otherPages2 {
    box-shadow: 0px 0px;
}

.itemFeatur2 {
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.itemFeatur2 img {
    width: 132px;
    border-radius: 15px;
    float: right;
    margin-left: 15px;
    height: 73px;
}

.details_item {
}

.itemFeatur2 h2 {
}

.itemFeatur2 p {
}

.itemFeatur2 span {
}

.bar_Bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
    right: 0;
    background: url(../images/bar.svg);
    text-align: center;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    /* height: 173px; */
    z-index: 9999;
}

li.liOne {
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 0;
    padding: 30px 60px;
}

.bar_Bottom ul {
}

li.liActive {
    display: inline-block;
    /* margin-top: -37px; */
    /* margin-left: 12px; */
}

li.liOne span img {
    display: block;
    padding-right: 5px;
    padding-top: 32px;
}

li.liOne span {
    text-align: center;
    /* margin-top: 43px; */
    display: block;
}

li.liActive a {
    display: grid;
}

@media (max-width: 450px) {
    .bar_Bottom {
        /* position: fixed; */
        /* bottom: 0; */
        /* left: -1px; */
        /* right: 0; */
        /* background: url(../images/bar.svg); */
        /* text-align: center; */
        /* background-size: contain; */
        /* background-position: bottom; */
        /* background-repeat: no-repeat; */
        /* height: 163px; */
    }

    li.liOne {
        /* display: inline-block; */
        /* text-align: center; */
        /* justify-content: center; */
        /* align-items: center; */
        /* height: 56px; */
        /* padding: 74px 60px; */
    }
}

.ulMenuList2 {
    padding: 0;
    margin: 0;
    height: 119px;
    position: relative;
}

.ulMenuList2 li {
    box-shadow: 0px 0px;
    border-radius: 0;
    padding-bottom: 30px;
    position: relative;
}

.container--tabs .tabs--active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--bg-color);
    left: 0;
    right: 0;
    bottom: -4px;
    z-index: 9;
}

.contenttt {
    display: none;
}

.content--active {
    display: block;
}

.ulMenuList2:after {
    position: absolute;
    content: "";
    height: 3px;
    background: #d4d4d4;
    left: 0;
    right: 0;
    bottom: -1px;
}

#container ul {
    list-style: none;
}

#container .buttons {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: -4px;
}

#container .list li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#container .grid li {
    float: left;
    width: 20%;
    height: 50px;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 20px;
}

.list .col-md-6 {
    width: 100% !important;
}

.list .itemFeatur img {
    width: 132px;
    border-radius: 15px;
    float: right;
    margin-left: 15px;
    height: 73px;
}

.list .itemFeatur {
    padding: 10px;
    border-radius: 15px;
}

.titleProd {
    position: relative;
    margin-bottom: 20px;
}

.titleProd h1 {
    color: var(--bg-color) !important;
}

#container .buttons button {
    border: 0;
    background: #fff;
}

.square-btn img {
    /* opacity: 0.2; */
    filter: grayscale(1);
}

.square-btn.active img {
    /* opacity: 1; */
    filter: none;
}

.bar_Bottom li a {
    color: #000;
    display: contents;
}

.home_icon {
    position: absolute;
    top: 0;
    left: 14px;
    width: 30px;
}

.aalan2 {
    margin-top: 50px;
}

.list .itemFeatur.otherPages {
    min-height: inherit !important;
}

.itemFeatur span {
    text-align: right;
    display: block;
}

.body {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.itemFeatur.itemFeatur2.otherPages {
    min-height: inherit;
}

.min-heightt {
    min-height: inherit !important;
}

.Featureditems-no {
    margin: 0;
}

.show {
    display: block;
    opacity: 1;
}

.nav-link {
    display: block;
}

.nav-tabs > li > a {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs {
    border: 0;
}

.nav-link.active > h2 {
    color: var(--bg-color) !important;
    border-bottom: 3px solid var(--bg-color);
    padding-bottom: 15px;
    z-index: 99999;
    position: relative;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    border: 0;
}

ul.ulMenuList li img {
}

li.nav-item img {
    margin: 0 !important;
}

.pink-modal-body-two img {
    height: initial !important;
    width: 100%;
    max-height: inherit;
    min-height: inherit;
}

div#pop-text {
    padding-right: 10px;
    padding-top: 17px;
}

.container {
    max-width: 600px;
    overflow: hidden;
}

.itemFeatur.itemFeatur2.otherPages img {
    height: 110px;
    min-height: 70px;
    max-height: 86px;
}

.Featureditems .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.menu-open:checked ~ .menu-item:nth-child(3) img {
    opacity: 1;
    display: inline-block;
}

.menu-open:checked ~ .menu-item:nth-child(4) img {
    opacity: 1;
    display: inline-block;
}

.menu-open:checked ~ .menu-item:nth-child(5) img {
    opacity: 1;
    display: inline-block;
}

.list .itemFeatur img {
    min-height: 90px !important;
    max-height: 90px !important;
}

.loaderVideo {
    position: fixed;
    z-index: 9999999999999999;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.loaderVideo video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 410px;
    height: 100%;
}

@media (max-width: 500px) {
    .container {
        max-width: 600px;
        overflow: hidden;
        padding: 20px;
        margin: 0 auto;
        width: 100%;
    }
}

.menu_link.menu_linkkk p {
    position: relative;
    z-index: 99999;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.menu_link.menu_linkkk button {
    position: relative;
    z-index: 99999;
    background: #0000;
    border: 0;
}

.menu_link.menu_linkkk {
    line-height: 0;
    min-height: 0;
    background: url("../images/wifi.jpg");
    /* background-position: center; */
    background-size: cover;
}

.menu_link.menu_linkkk img {
    width: 25px;
    filter: invert(1);
}

div#hiddenElement div {
    display: -webkit-inline-box;
    margin: 0 30px;
}

h2.clickShow {
    color: #fff;
    position: relative;
    z-index: 999;
    font-size: 21px;
}

#hiddenElement {
    display: none;
}

.showwifi {
    display: flex;
    /* align-items: center; */
    /* text-align: center; */
    /* justify-content: center; */
    margin-top: 19px;
}

.ico1 svg {
    filter: invert(1);
}

@media (min-width: 500px) {
    .pink-modal-body-two {
        padding-bottom: 5%;
    }

    ul#customScrollbar a {
        width: max-content;
        display: flow;
    }

    .content {
        padding-bottom: 230px;
    }

    .menuListAll {
        margin: 20px 15px;
        display: block;
        overflow-x: scroll;
        position: fixed;
        overflow-y: hidden;
        z-index: 9999;
        right: 4px;
        margin-top: 0;
        top: 60px;
        max-width: 600px;
        margin: 0 auto;
        left: 6px;
    }

    .ulMenuList {
        flex-wrap: inherit;
        width: 100vw;
        /* position: absolute; */
        display: flex;
        width: 600px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 30px;
        background: #ffffff;
        text-align: center;
    }
}

@media (max-width: 500px) {
    ul.ulMenuList li img {
        margin-left: 50px;
    }
}

.HeightAuto {
    height: inherit !important;
}

div#myTabContent {
    margin-top: 100px;
}

.itemFeatur.otherPages.pop .HeightAuto {
    height: 38px !important;
}

.ico1 {
    position: absolute;
    z-index: 99999;
    left: 70px;
    filter: brightness(0.5);
    top: 20px;
}

.ico12 svg {
    filter: invert(1);
}

.imgpassuser {
    position: relative;
    z-index: 999;
    margin: 0 11px;
    width: 22px !important;
}

.itemFeatur.otherPages2 p.HeightAuto:after {
    display: none;
}

/*dark style*/
.myStyle .body {
    background: #000 !important;
}

.myStyle .times {
    background: #fff !important;
    color: #000;
}

.myStyle .times img {
    filter: brightness(0.5);
}

.myStyle .menu-open-button {
    background: #fff !important;
    color: #000;
}

.myStyle .menu-open-button img {
    filter: brightness(0.5);
}

.myStyle .menu_link a {
    border: 1px solid #fff;
    border-radius: 15px;
}

.myStyle .menu_link.menu_linkkk {
    border: 1px solid #fff;
}

.myStyle .itemFeatur.otherPages.pop {
    background: #fff;
    border-radius: 15px;
}

.myStyle .menuListAll {
    background: #000;
}

.myStyle .titleMenuList h2 {
    color: #fff;
}

.myStyle .headerTwo {
    background: #000;
}

.myStyle .home_icon svg {
    fill: #ffffff;
}

.myStyle .ulMenuList {
    background: #000000;
}

.myStyle .ulMenuList li h2 {
    color: #fff;
}

.myStyle li.liActive {
    background: #808080;
}

.myStyle .headerTwo .logo img {
    border: 1px solid #fff;
}

.myStyle .form button {
    background: #494343 !important;
}

.pink-modal-body-two .itemFeatur.otherPages2 p:after {
    display: none;
}

.modal p {
    height: auto !important;
    overflow: auto !important;
}

.modal div#pop-text {
    padding-top: 0 !important;
}

.modal .itemFeaturModal p {
    margin-top: 5px !important;
}

.ulMenuList::-webkit-scrollbar {
    width: 2px; /* عرض شريط التمرير */
    height: 4px;
}

.ulMenuList::-webkit-scrollbar {
    width: 2px; /* عرض شريط التمرير */
    height:4px;
}

.ulMenuList::-webkit-scrollbar-thumb {
    background-color: #888; /* لون القبضة */
    border-radius: 10px; /* زاوية القبضة */
}

.ulMenuList::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* لون خلفية التمرير */
    border-radius: 10px; /* زاوية خلفية التمرير */
}
.ulMenuList::-webkit-scrollbar-thumb {
    background-color: #888; /* لون القبضة */
    border-radius: 10px; /* زاوية القبضة */
}

.ulMenuList::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* لون خلفية التمرير */
    border-radius: 10px; /* زاوية خلفية التمرير */
}

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

#gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-width: 700px;
    margin: 0 auto;
}

.image-container {
    position: relative;
    overflow: hidden;
    max-height: 220px;
}

.image-container img {
    max-width: 100%;
    display: block;
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* ... الأسلوب الحالي ... */

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* خلفية مظلمة باهتة */
    padding: 20px;
    border-radius: 15px; /* زوايا مستديرة لل popup */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 480px;
}

/* ... الأسلوب الحالي ... */

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px; /* حجم النص للأيقونة */
    color: #fff; /* لون النص لتحسين الرؤية */
}

.popup img {
    width: 100%;
}

.overlayPopU {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.164);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 9999999999999;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 0.5s;
}

.showPopU {
    opacity: 1;
    visibility: visible;
}

.box-showPopU {
    transform: scale(1);
}

#wall_all {
    margin-top: 100px;
}

.btnwall {
}

.btnwall {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 12px;
    gap: 8px;
    height: 40px;
    width: 172px;
    border: none;
    background: var(--bg-color2);
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 30px;
}

.btnwall:hover {
    background: var(--bg-color);
}

.btnwall .lable {
    color: #fff;
}

.btnwall:hover .svg-icon {
    animation: flickering 2s linear infinite;
}

@keyframes flickering {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    52% {
        opacity: 1;
    }

    54% {
        opacity: 0;
    }

    56% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    92% {
        opacity: 0;
    }

    94% {
        opacity: 1;
    }

    96% {
        opacity: 0;
    }

    98% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.overlayPopU {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.164);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 9999999999999;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 0.5s;
}

.showPopU {
    opacity: 1;
    visibility: visible;
}

.box-showPopU {
    transform: scale(1);
}

button#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}

.menu_link.menu_link3 {
    background: url("../images/2151205088.jpg");
    background-position: center;
    background-size: cover;
}

@media (max-width: 500px) {
    .image-container {
        position: relative;
        overflow: hidden;
        height: 92px;
    }

    #gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

.Cart_Icon {
    position: absolute;
    z-index: 999;
    bottom: 25px;
    left: 23px;
    background: var(--bg-color2);
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
}

.Cart_Icon img {
    width: 16px;
}

.Cart_Icon_header {
    top: 6px;
    left: 100px;
    background: #fff;
}

.Cart_Icon_header img {
    filter: invert(1);
    width: 32px;
}

.Cart_Icon_header span {
    position: absolute;
    top: -2px;
    right: 0px;
    background: var(--bg-color2);
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.Cart_Icon.Cart_Icon_pop {
    top: 26px;
    left: 26px;
    width: 50px;
    height: 50px;
    line-height: 45px;
}

.Cart_Icon.Cart_Icon_pop img {
    width: 32px;
}

.Cart_Icon.Cart_Icon_header img {
    width: 32px !important;
}

.Cart_Icon.Cart_Icon_header {
    width: 38px;
    top: 12px;
}

@media (max-width: 500px) {
}

/****************/
.page-wrapper button .cart-item {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -10px;
    right: -10px;
}

.page-wrapper button .cart-item:before {
    content: "1";
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #2bd156;
    color: white;
    border-radius: 20px;
    text-align: center;
}
.page-wrapper button.sendtocart .cart-item {
    display: block;
    animation: xAxis 1s forwards cubic-bezier(1, 0.44, 0.84, 0.165);
}
.page-wrapper button.sendtocart .cart-item:before {
    animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cart {
    /* position: fixed; */
    /* top: 20px; */
    /* right: 20px; */
    /* width: 50px; */
    /* height: 50px; */
    /* background: #292d48; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.cart i {
    font-size: 25px;
    color: white;
}
.cart:before {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: var(--bg-color2);
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}

button.addtocart {
    border: 0;
    background: inherit;
}

.myStyle .title {
    color: #fff;
    border-bottom: 1px solid var(--bg-color2) f;
    padding-bottom: 15px;
}

.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
}

@keyframes xAxis {
    100% {
        transform: translateX(calc(50vw - 105px));
    }
}
@keyframes yAxis {
    100% {
        transform: translateY(calc(-50vh + 75px));
    }
}
@keyframes shakeCart {
    25% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}

.myStyle .Cart_Icon_header {
    background: #000;
}

.myStyle .Cart_Icon_header img {
    width: 45px !important;
    filter: grayscale(1);
}


#addtocart {
    transition: all 5s ease; /* يضيف تأثير الانتقال */
}

.clicked {

}

.animatedBox {
    transition: transform 0.5s ease ;/* زيادة مدة الانتقال إلى 2 ثواني */

}


.movee {
    transition: transform 0.5s ease;
}


.addtocart {
    transition: 5s;
}

.clicked {
    animation: shakeCart 0.4s ease-in-out forwards;
    position: fixed;
    top: 0;
    left: 30%;
    z-index: 999999;
}


@keyframes shakeCart {
    25% {
        transform: translateY(-50px);
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateY(0px);
    }
}

.quantity {
    display: flex;
    align-items: center;
    position: absolute;
    left: 25px;
    bottom: 24px;
}

.quantity button {
    padding: 2px 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: var(--bg-color2);
    transition: background-color 0.3s ease;
}

.quantity button:hover {
    background-color: var(--bg-color2);
}

.quantity input {
    width: 40px;
    border: 1px solid var(--bg-color2);
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.titlepageviewcart {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    padding-right: 15px;
    margin-bottom: 18px;
}

button.decrement-btn {
    border-radius: 0px 5px 5px 0px;
}

button.increment-btn {
    border-radius: 5px 0px 0px 5px;
}

/***/

.sliderrr {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;

    transition: transform 5s ease;
}

.slide {

    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 100%;
    display: none;
}

/*.slide {
    display: none;
}*/

.active {
    display: block;

    transition: opacity 5s ease;
}

.prev, .next {
    transition: opacity 0.5s ease;
}

.prev,
.next {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;

}

.prev {
    right: 0;
}

.next {
    left: 0;
}


@media (min-width:600px) {
    div#box {
        max-width: 500px;
    }
}

button#addtocart {
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px 0px;
    background: #fff;
}



@media (max-width: 400px) {
    li.liActive {
        top: 4px;
    }
}


.myStyle .headerTwo {
    border-bottom: 1px solid #ddd;
}

.myStyle .menuListAll {
    padding-top: 13px;
}

.myStyle .title {
    border-bottom: 1px solid #ddd;
}

.myStyle .titlepageviewcart {
    color: #fff;
}

.myStyle .itemFeatur.itemFeatur2.otherPages {
    background: #fff;
}

.myStyle .itemFeatur.otherPages.pop {
    border: 1px solid #ddd;
    padding: 1px;
}

.menu_link.menu_link5 {
    background: url("../images/matlob.jpg");
    background-position: center;
    background-size: cover;
}


.JobItem:first-child {
    margin-top: 50px;
}

.JobItem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000096;
}

.selectJobs {
    margin: 0 4%;
}

.JobItem {
    position: relative;
    max-height: 170px;
    min-height: 140px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    margin-top: 20px;
}


.JobItem img {
    width: 100%;
    height: 100%;
    min-height: 140px;
}

.JobItem .detailsJobs {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}

.JobItem .detailsJobs h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.JobItem .detailsJobs span {
    color: #fff;
    font-size: 18px;
}

.ImgJobs {}

.ImgJobs img {}

.TimeOut {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}

.TimeOut span {
    color: #000;
    font-size: 14px;
}

.JobItem {
    position: relative;
    cursor: pointer;
}

.jobCheckbox {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.JobSelect {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 9;
}

.barBotomJobs {
    background: #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.barBotomJobs a {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}


/****/

#regForm {
    background-color: #ffffff;
    /* margin: 100px auto; */
    /* padding: 0 40px; */
    width: 100%;
    /* min-width: 300px; */
    /* display: ruby-text; */
}

#regForm input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 40px;
}

#regForm input.invalid {
    background-color: #ffdddd;
}

#regForm .tab {
    display: none;
    width: 100%;
}



#prevBtn {
    background-color: #bbbbbb;
}

#regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    display: inline-block;
    opacity: 0.5;
}

#regForm .step.active {
    opacity: 1;
}

#regForm .step.finish {
    background-color: #4CAF50;
}


button#nextBtn {
    background: var(--bg-color) !important;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 6px 44px;
    border: 0;
    margin-top: 10px;

}

button#prevBtn {
    background: var(--bg-color2) !important;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 6px 44px;
    border: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.BtnJobs {
    display: flex;
}

form#regForm .tab h3 {
    font-size: 20px;
    color: var(--bg-color);
    font-weight: 900;
    margin-top: 50px;
}



.jobCheckbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
}

.jobCheckbox:checked {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.jobCheckbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.JobItem.selected {
    border: 2px solid var(--bg-color);
    transition: border 0.1s ease;
}


.custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    /* background-color: #007bff; */
    color: #000;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
    border: 2px dashed #d2d2d2;
    box-sizing: border-box;
    margin-top: 30px;
}


.custom-file-upload i {
    font-size: 24px;
    margin-bottom: 10px;
}

/* start Add By Khaled Kamel */
/* input[type="file"] {
    display: none;
} */
/* end Add By Khaled Kamel */
.custom-file-upload svg {
    margin-bottom: 10px;
    /* fill: #fff; */
}

.remove-file-btn {
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
}

.remove-file-btn:hover {
    background-color: #c82333;
}

.popup2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    transform: scale(0.7);
    transition: transform 0.3s ease;
    max-width: 570px;
}

.popup-content .close-btn {
    position: absolute;
    top: -1px;
    right: 14px;
    font-size: 29px;
    cursor: pointer;
    color: #000;
}

.popup2.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.popup2.show .popup-content {
    transform: scale(1);
}

.popup-content h1 {
    font-size: 20px;
}

.barBotomJobs button {
    border: 0;
    background: #000;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
}

.pink-modal-body-two .Cart_Icon.Cart_Icon2 {
    top: 3px !important;
    left: 3px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.pink-modal-body-two .Cart_Icon img {
    width: 30px !important;
    top: inherit  !important;
    margin-right: 3px;
    margin-bottom: 4px;
}

a.delet_cart {
    background: #76767600 !important;
    width: 23px !important;
}

.WorkTimes {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    margin: 0px;
}

.WorkTimes li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd5e;
    padding-bottom: 20px;
}

.WorkTimes li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.WorkTimes li span {}

.WorkTimes li img {
    width: 15px;
}

.pink-modal-body .addtocart {
    position: absolute !important;
}


#myDivButton3 {

}


.myPopup3 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 20px;
    background-color: white;
    /* border: 2px solid #000; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    z-index: 1000;
    border-radius: 15px;
}


.popupOverlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.myPopup3 button {
    position: absolute;
    top: 7px;
    left: 25px;
    border: 0;
    background: #ff000000;
    border-radius: 50%;
    color: #fff;
    width: 15px;
    text-align: center;
}

.myPopup3 button svg {
    width: 22px;
}

.myPopup3 .titlepageviewcart {
    margin-top: 0;
}

@media (min-width:650px) {
    .myPopup3 {
        max-width: 570px;
    }

}

#popupPP {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

/* Popup content styling */
.popup-content3 {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popup-content3 h3 {
    margin-top: 0;
}

.popup-content3 button {
    padding: 10px 20px;
    background-color: var(--bg-color2);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content3 button:hover {
    background-color: var(--bg-color2);
}

#nextBtnClose {
    padding: 10px 20px;
    background-color: #b3b3b3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 7px;
}


.itemsallA {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.itemsallA div {
    margin: 0 2px;
}



.menu_link4 {
    text-align: center;
    background: #ffffff;
    border-radius: 44px;
    padding: 5px;
    margin-top: 14px;
    border: 1px solid #d9d2d2;
    box-shadow: 0px 0px 14px 9px #61616121;
}

.menu_link4 img {
    width: 30px;
    text-align: center;
}

.menu_link4 a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menu_link4 svg {
    width: 20px;
}


span.fake_price {
    position: absolute;
    top: 36px;
    right: 30px;
    z-index: 999;
}

span.fake_price svg {
    fill: var(--bg-color);
    width: 36px;
}

span.fake_price2 {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
}

span.fake_price2 svg {
    fill: var(--bg-color);
    width: 36px;
}



@media (max-width:500px) {
    .itemFeatur h2 {
        height: 30px;
        overflow: hidden;
    }
}






/**new style ramadan**/

/**new style ramadan**/

.contentRamadan {
    overflow: hidden;
}
.sliderramadan img {
    
}

.sliderramadan .swiper-container {

}

.sliderramadan .swiper-container  .swiper-slide {
width:100% !important;
}

.sliderramadan img {
    height: 350px;
    width: 100%;
}

.sliderramadan .swiper-pagination {
    z-index: 9999;
    bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderramadan {
    position: relative;
}

.categoryRamadan {
    box-shadow: 0px 0px 5px 4px #0000000d;
    border-radius: 15px;
    padding: 1px 13px;
    margin-top: 25px;
}

.categoryRamadan h1 {
    font-size: 19px;
    font-weight: 900;
    color: #000;
    margin: 0;
    margin-top: 7px;
}

.categoryRamadan h1 img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-left: 15px;
}

.swiper-container-ramadan {
    overflow: hidden;
}


textarea.cart-note {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 42px;
    width: 100%;
    margin: 5px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.btnramadan {
    color: #ffffff;
    background-color: var(--bg-color2);
    border-color: var(--bg-color2);
    padding: 12px 50px !important;!i;!;
    border-radius: 90px !important;!importan;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    margin: auto;
    display: block;
}

.pramadan {
    color: red;
    font-size: 14px;
    margin-top: 60px;
}

 .popupRamadan-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 83%);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }

.popupRamadan-overlay2 {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

        .popupRamadan {
            background: white;
            padding: 20px;
            width: 300px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            text-align: center;
            position: relative;
            margin: 0 auto;
            margin-top: 24%;
        }

        .popupRamadan h2 {
            margin-top: 0;
        }

        .popupRamadan button {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 0px 8px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 50%;
}

        .popupRamadan button:hover {
            background: #ff3333;
        }

        .close-btn {
            position: absolute;
            top: 0;
            right: 10px;
            background: none;
            border: none;
            font-size: 18px;
            cursor: pointer;
        }

        .show-popupRamadan {
            opacity: 1;
            visibility: visible;
            z-index: 999999;
        }

.popupRamadandetails {}

.popupRamadandetails ul {
    padding: 30px 0;
}

.popupRamadandetails ul li {
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #dddddd6b;
}

.popupRamadandetails ul li span {
    text-align: left;
    float: left;
    font-weight: 600;
}

.popupRamadandetails h2 {
    font-size: 21px;
    font-weight: 700;
}

.quantityRamadan .decrement-btn {
    padding: 5px 11px;
}

.quantityRamadan .increment-btn {
    padding: 5px 11px;
}

.popupRamadandetails h3 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.btnramadan2 {
margin-top:30px;
}

@media (max-width:500px) {
  .sliderramadan img {
  	width:100%;
  	height: 200px;
  }

.sliderramadan .swiper-container {
	
}

.sliderramadan .swiper-pagination {
    bottom: 34px;
}



}




















