html {
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a:hover {
  color: var(--text-color);
}

a:foucs {
  text-decoration: none;
}
img {
  max-width: 100%;
}

p {
  font-family: "ta_r";
}

h1.h2.h3.h4 {
  font-family: "ta_m";
}

/* 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";
  overflow-x: hidden;
  background: #f3f3f3;
  position: relative;
  min-height: 920px;
  max-width: 600px;
  margin: 0 auto;
}

:root {
  --text-color: #f8941c;
}
:root {
  --text-color2: #143057;
}

/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  background: #ddd;
  height: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
  border: 0px solid #c7c7c7;
  border-radius: 0px;
}
::-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;
}

/**********************/
.body {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-bottom: 123px;
}

header {
  height: 367px;
  position: relative;
}

header:after {
  position: absolute;
  right: -110px;
  left: 0;
  bottom: -38px;
  content: url("../images/bgheader.svg");
  width: 100%;
  z-index: 0;
}

.bgheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home {
  position: absolute;
  left: 20px;
  top: 20px;
}

.eyedark {
    position: absolute;
    right: 19px;
    top: 20px;
    z-index: 999;
    width: 35px;
    filter: invert(1);
    border: 2px solid var(--text-color2);
    border-radius: 50%;
}

.logo {
  position: absolute;
  right: 5%;
  bottom: 72px;
  z-index: 99;
}

.logo h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.logo img {
  width: 150px;
  box-shadow: 0px 0px 14px 6px #00000047;
  border-radius: 50%;
  height: 150px;
}

.cart {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  bottom: 94px;
  left: 40%;
  z-index: 9;
  box-shadow: 0px 0px 14px 6px #00000047;
}
.cart span {
    font-size: 10px;
    --porto-badge-size: 16px;
    right: -12px;
    top: -13px;
    --porto-badge-size: 1.6em;
    position: absolute;
    right: calc(-1 * var(--porto-badge-size) / 2 + 0.2em);
    top: -0.5em;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: var(--porto-badge-size);
    height: var(--porto-badge-size);
    line-height: var(--porto-badge-size);
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: var(--text-color2);
    line-height: 32px;
}
.jobsTime {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  bottom: 81px;
  left: 27%;
  z-index: 9;
  box-shadow: 0px 0px 14px 6px #00000047;
}

.language {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  bottom: 70px;
  left: 13%;
  z-index: 9;
  box-shadow: 0px 0px 14px 6px #00000047;
  z-index: 99999999;
}

.titlemenu {
}

.titlemenu h2 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

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

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

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

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

.ulMenuList li a {
  width: 86px;
  display: block;
}

.sliderMain {
  margin: 20px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.sliderMain .swiper-slide img {
  width: 100%;
}

.sliderMain .swiper-pagination {
  bottom: 8px;
}

.OffersItems {
  overflow: hidden;
}

.swiper-container3 {
  overflow: hidden;
}

.swiper-container4 {
  overflow: hidden;
  margin: 19px 0;
}

.itemmost {
  text-align: center;
  background: #fff;
  border-radius: 15px;
}

.itemmost img {
    width: 100%;
    height: 190px;
    border-radius: 12px 12px 0px 0px;
}

.itemmost h2 {
    color: #000000;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 700;
}

.itemmost p {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
  width: 92%;
  margin-bottom: 1px;
  line-height: 18px;
  height: 35px;
}

.itemmost h3 {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 0;
}

.itemmost h3 span {
  color: #000000;
  font-size: 19px;
  font-weight: 100;
}

.copyright {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    var(--text-color2) 60%,
    var(--text-color2) 100%
  );
  text-align: center;
  padding: 11px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* margin-bottom: 100px; */
  z-index: 9999;
}

.copyright p {
  color: #fff;
  margin-bottom: 0;
}

.copyright a {
  color: #fff;
  font-size: 14px;
}

.bar_Bottom {
  position: fixed;
  bottom: 0;
  left: -1px;
  max-width: 600px;
  margin: 0 20px;
  margin-bottom: 15px;
  right: 0;
  background: #fff;
  text-align: center;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 9999;
  border-radius: 180px;
}

li.liOne a {
  color: #000;
  /* text-align: center; */
}

li.liOne {
  /* display: inline-block; */
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 0;
  /* padding: 1px 69px; */
}

.bar_Bottom ul {display: flex;align-items: center;justify-content: center;padding: 3px 70px;box-shadow: 0px 0px 19px 12px #00000021;border-radius: 140px;}

li.liActive {
  display: inline-block;
}

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

li.liOne span {
  text-align: center;
  display: block;
  margin-top: -30px;
  line-height: 49px;
}

li.liActive a {
  display: grid;
}

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

li.liActive {
  background: var(--text-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;
}

span.span0 {
  /* margin-left: 0px; */
}

span.span1 {
  /* margin-left: -15px; */
}

.menu {
}

.alllang {
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  position: absolute;
  top: -60px;
  left: 50px;
  width: 60px;
  box-shadow: -1px 0px 12px 0px #00000024;
  display: none;
  transition: 0.5s;
  z-index: 99999999999999999999999999;
}

.alllang a {
  display: block;
  background: #505050;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  line-height: 49px;
  margin: 3px 0;
}

.menu.active .alllang {
  display: block;
}

.maincontent {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 10px;
  margin-top: -30px;
}

.menuitem {
  /* display: flex; */
  /* align-items: center; */
  background: #fff;
  padding: 36px 0;
  margin-right: 20px;
  border-radius: 190px;
  box-shadow: 0px 0px 14px -3px #00000024;
  margin-bottom: 40px;
}

.menuitem img {
  position: absolute;
  right: 3px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.menuitem h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-right: 50px;
}

.menuitem a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuitemIcom {
}

.menuitemIcom img {
  box-shadow: 3px 8px 12px 5px #f6f6f6;
  border-radius: 50%;
  width: 100%;
}

.CardItem {
  position: relative;
  border-radius: 60px;
  min-height: 110px;
  margin-top: 26px;
  width: 100%;
}

.CardItem .bgCardItem {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 160px;
  width: 100%;
}

.CardItem h2 {
  position: absolute;
  top: -18px;
  right: 20px;
  background: #fff;
  padding: 8px 21px;
  border-radius: 30px;
  z-index: 99;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 0px 12px 5px #00000008;
  color: #000;
}

.Icon-social {
  margin: 40px 0;
}

.arrowdown {
}

.wifiInfo {
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px;
  padding-top: 10%;
  display: none;
}

.wifiInfo li {
  text-align: center;
}

.wifiInfo li span {
  display: block;
  color: #fff;
  font-size: 17px;
}

.CardItem.active .wifiInfo {
  display: flex;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}
#popupOverlay3{
  /* width: 400px; */
  margin: auto;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: 33px;
}

.closePopup {
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #00000000;
  position: absolute;
  top: 7px;
  right: 5px;
}

.closePopup img {
  width: 35px;
}


.closePopup2 {
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #00000000;
  position: absolute;
  top: 7px;
  right: 5px;
}

.closePopup2 img {
  width: 35px;
}

.popuptime {
}

.popuptime img {
}

.popuptime h1 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}

.popuptime li {
  text-align: right;
  line-height: 52px;
  border-bottom: 1px solid #ddd;
}

.popuptime li:last-child {
  border-bottom: 0px solid #ddd;
}

.popuptime li span {
  text-align: left;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

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

.homelink {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 999;
}

.homelink img {
  width: 40px;
}

.sliderheader2 {
    position: relative;
    min-height: 240px;
}

.sliderheader2:after {
  position: absolute;
  content: "";
  background: #00000036;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.sliderheader2 .swiper-slide {
  height: 250px;
}

.sliderheader2 .swiper-slide img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header2 .cart {
  left: 79px;
  top: 20px;
}

.sliderheader2 .swiper-pagination {
  bottom: 6px;
}

.Featured-Items {
  padding: 20px 15px;
  text-align: right;
  /* overflow: hidden; */
  position: relative;
}

.title {
  text-align: right;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.itemfeat {
  margin-top: 5px;
  display: flex;
  align-items: center;
  direction: rtl;
  background: #dbdada;
  border-radius: 21px;
  /* overflow: hidden; */
  padding: 8px;
}

.itemfeat img {
  width: 190px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
}

.itemfeat h2 {
    color: #000;
    font-size: 17px;
    font-weight: 900;
    padding-top: 6px;
    max-height: 30px;
    overflow: hidden;
}

.itemfeat p {
  color: #000;
  font-size: 14px;
  height: 37px;
  overflow: hidden;
}

.itemfeat h3 {
  color: var(--text-color);
  font-weight: 900;
  font-size: 21px;
}

.price span {
  color: #525252;
  font-weight: 100;
  font-size: 17px;
  text-decoration: line-through;
}

.detailsItemFeat {
  margin-right: 15px;
  padding-left: 5px;
}

.Featured-Items .swiper-slide {
  width: 96%;
  margin-right: -3px;
}

.addToCart {
  position: absolute;
  top: 3px;
  height: 40px;
  width: 40px;
  background: var(--text-color2);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  right: 3px;
}

.addToCart img {
  width: auto;
  height: auto;
  object-fit: none;
  border-radius: 0;
}

/* Add these styles to your existing CSS */

.animate-clone {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.8s ease-out;
}



.detailsItemFeat_popup {
  padding: 10px 0;
}

.detailsItemFeat_popup h2 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  padding-top: 6px;
  margin-top: -5px;
}

.detailsItemFeat_popup p {
  color: #000;
  font-size: 14px;
}

.detailsItemFeat_popup h3 {
  color: var(--text-color);
  font-weight: 900;
  font-size: 21px;
}

.detailsItemFeat_popup h3 span {
  color: #525252;
  font-weight: 100;
  font-size: 17px;
  text-decoration: line-through;
}

.addToCart_popup {
  left: 19px;
  right: auto;
  top: 18px;
}

.imgItemFeat_popup img {
  border-radius: 26px;
  width: 100%;
}

.offersList {
  padding: 0px 15px;
  text-align: right;
  /* overflow: hidden; */
}

.itemfeatOffers {
  background: #fff;
  margin-bottom: 10px;
}

.imgItemFeat {
    position: relative;
    min-width: 200px;
}

.Most-orders {
  padding: 0px 15px;
  text-align: right;
  overflow: hidden;
  margin-top: 30px;
}

.Most-orders .swiper-slide {
  width: 90%;
  /* margin-left: -3px !important; */
}

#addtocart {
  transition: all 5s ease;
}

.clicked {
}

.animatedBox {
  transition: transform 0.5s ease;
}

.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);
  }
}

.maincontentMenu {
  overflow: hidden;
}

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

li.nav-item {
  margin-right: 11px;
  margin-left: 6px;
}

.nav-link {
  padding: 0rem 0rem !important;
}

#pills-tabContent {
  margin: 20px 10px;
}

.categoryAll {
  box-shadow: 0px 0px 5px 4px #0000000d;
  border-radius: 15px;
  padding: 1px 13px;
  margin-top: 25px;
  background: #fff;
  padding-bottom: 10px;
  position: relative;
}

.categoryAll .TitleCtegory {
  font-size: 19px;
  font-weight: 900;
  color: #000;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 15px;
}

.categoryAll .imgCategoryAll {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-left: 15px;
}

.sliderCtegoryAll {
}

/*.swiper-container-sliderCtegoryAll {*/
/*    overflow: overlay;*/
/*}*/

.itemcategoryAll {
  border: 2px solid var(--text-color);
  position: relative;
}

.itemcategoryAll .ImgCategoryAll {
  height: 130px;
  border-bottom: 2px solid var(--text-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #21252900;
  background-color: #ffffff00;
}

li.nav-item.nav-item-active {
  background: var(--text-color2);
}

li.nav-item.nav-item-active h2 {
  color: #fff;
}

.itemcategorysect {
  margin-bottom: 15px;
  position: relative;
  border: 2px solid var(--text-color);
}

.itemcategorysect .ImgCategoryAll {
  height: 130px;
  border-bottom: 2px solid var(--text-color);
}

header.header3 {
  height: 300px;
}

header.header3 .logo {
  bottom: 40px;
}

.wallcontent {
  position: relative;
  margin: 20px 10px;
  margin-top: 0;
}

.addPhoto {
    position: fixed;
    right: 10px;
    top: 53%;
    z-index: 99999999;
    background: var(--text-color2);
    border-radius: 50%;
    padding: 12px;
}

.ImagesWall {
}

.ImagesWall .imageview {
  width: 100%;
  border-radius: 15px;
  height: 140px;
  margin-bottom: 20px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  flex-direction: column;
  z-index: 99999999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.lightbox.active {
  visibility: visible;
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #ff000000;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  border-radius: 50%;
}

.close-btn img {
  max-width: 40px;
  max-height: 40px;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.addtowall {
  margin: 0 15px;
}

.upload-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.upload-button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.upload-button span {
  display: -webkit-box;
}

.upload-button:hover {
}

.upload-button img {
  width: 140px;
}

.image-container {
  margin-top: 20px;
}

.file-input {
  display: none;
}

.btnsend {
  width: 100%;
  border: 0;
  background: var(--text-color2);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 30px;
  padding: 17px 0px;
  margin-top: 36px;
}

.customer {
    margin: 0 15px;
    z-index: 999;
    position: relative;
    margin-top: -50px;
}

.titleCustomer {
  display: flex;
  align-items: center;
}

.titleCustomer img {
  margin-left: 15px;
}

.titleCustomer span {
  color: #000;
  font-size: 19px;
  line-height: 30px;
}

.FormCustomer {
  margin: 30px 0;
}

.inputGroup {
  position: relative;
  margin-bottom: 30px;
}

.inputGroup label {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.inputGroup input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #00000042;
    background: #00000000;
    color: #000;
    padding-bottom: 13px;
    height: 49px;
    padding-right: 30px;
    text-align: right;
    border-radius: 0;
}

.inputGroup select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #00000042;
  background: #00000000;
  color: #000;
  padding-bottom: 13px;
  height: 49px;
  text-align: right;
}

.inputGroup .inputIcon {
  position: absolute;
  right: 0;
  bottom: 18px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}


.Jobs {
  margin: 0 15px;
}

.JobItem:first-child {
}

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

.selectJobs {
}

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

.JobItem img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    position: absolute;
    object-fit: fill;
}

.JobItem .detailsJobs {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}

.JobItem .detailsJobs h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    padding-right: 45px;
}

.JobItem .detailsJobs span {
  color: #fff;
  font-size: 17px;
  padding-right: 45px;
}

.ImgJobs {
}

.ImgJobs img {
}

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

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

.TimeOut span img {
    width: 17px;
    min-height: auto;
    margin-right: -22px;
}

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

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

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

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

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

.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;
}

.imgUserDetails {
  width: 40px !important;
  height: 100%;
  min-height: auto !important;
  margin-left: 15px;
}

.inputGroup span {
  text-align: center;
  display: block;
}

.inputGroup .upload-container {
  background-color: #f3f3f3;
  border: 3px dotted #ddd;
  box-shadow: 0px 0px 0px 0px #000;
  padding: 6px;
}

.inputGroup .upload-container label {
  text-align: center;
}

.popupDone {
}

.popupDone img {
  margin-top: 20px;
}

.popupDone h3 {
  color: #000;
  font-size: 21px;
  margin-top: 15px;
}

.cartPage {
    margin: 0 15px;
    margin-top: -50px;
}

.cartitem {
  position: relative;
  border: 1px solid var(--text-color);
  margin-bottom: 20px;
}

.cartitem img {
  height: 150px;
}

.deletCard {
  width: 30px !important;
  height: auto !important;
  position: absolute;
  top: 10px;
  left: 10px;
}

.quantity {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 103px;
  background: #fff;
  border-radius: 30px;
}

.quantity button {
  padding: 3px 11px;
  border: none;
  cursor: pointer;
  color: #f44336;
  transition: background-color 0.3s ease;
  font-size: 20px;
}

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

a#decrease {
  border-radius: 0px 5px 5px 0px;
}

a#increase {
  border-radius: 5px 0px 0px 5px;
}

.quantityOrder a#decrease {
    background: #D7D7D7;
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
}

.quantityOrder a#increase {
    background: #D7D7D7;
    left: 0;
    position: absolute;
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
}

.quantityOrder #quantity {

width: 100%;

padding-right: 0;
}

.quantityOrder #formPeoplesNum{

  width: 100%;

  padding-right: 0;

}


.totalPrice {
  text-align: center;
}

.totalPrice h2 {
  color: #000;
  font-size: 19px;
}

.totalPrice h2 span {
  color: var(--text-color);
  font-size: 29px;
  font-weight: bold;
}

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

.cartPageForm {
    margin: 0 15px;
}

.quantityOrder {
    position: relative;
    right: inherit;
    top: inherit;
    border-bottom: 2px solid #ddd;
    background: #f3f3f3;
    border-radius: 0;
}

.scrolled {
    position: fixed;
    z-index: 99999999999999;
    top: 20px !important;
    left: 30px !important;
}


.scrolled .sliderheader2 {
  display: none;
}

a.btnsend {
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.nav-pills > li + li {
  margin-right: 5px;
  margin-left: 3px;
}

button#increase img {
    height: 12px;
}

button#decrease img {
    height: 20px;
}

.toolbar {
  position: fixed;
  top: 50px;
  right: auto;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  min-width: 197px;
  display: none;
  transition: 0.5s;
}

.toolbar button {
  display: block;
  margin-bottom: 13px;
  border: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: right;
}

.closetoolbar {
  position: absolute;
  left: 10px;
  top: 4px;
}

.closetoolbar img {
  width: 21px;
}

.toolbar button input {
}

.toolbar button span {
}

.toolbar button:last-child {
    border-bottom: 0px solid #000;
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

body.dark-mode {
    filter: grayscale(1);
}

.alllang a:first-child {
    font-family: serif;
    font-size: 18px;
    line-height: 40px;
}


.aalan.aalan2 a {
margin: 10px;
display: block;
margin-bottom: 24px;
}

.aalan.aalan2 a img {
    border-radius: 10px;
}

.aalan.aalan2 {
    margin-top: -60px;
    position: relative;
}


.popup-content2 {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 33px;
    top: 30%;
}

.popup-content3 {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 33px;
    top: 30%;
}


#popupGallery {
    z-index: 999999999999;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #00000070;
    bottom: 0;
    top: 0;
    transition: 1s;
}

#popupGallery .close img {
    width: 40px;
}

#popupGallery .swiper-slide img {
    width: 100%;
    height: 200px;
}

.popup-content3 .close2 {
    position: absolute;
    top: 8px;
    z-index: 9999;
    right: 11px;
}

.popup-content3 .swiper-pagination {
    bottom: 10px;
}

.popup-content2 {
    transition: 1s;
}

#popupGallery {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#popupGallery.fade-in {
  opacity: 1;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0); }
  to { opacity: 1; transform: auto; }
}

.fade-in {
  animation: fadeIn 0.5s ease-out forwards;
}

.languagemenu {
    bottom: auto;
    top: 20px;
    left: 150px;
}

.alllangmenu {
    top: -5px;
}

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

.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 a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

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

.menu_link4 svg {
    width: 20px;
}

.categoryAll:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 42px;
    background: #f3f3f3;
    right: -42px;
    top: 0;
    z-index: 9999999;
    border-radius: 8px;
}

.categoryAll:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 42px;
    background: #f3f3f3;
    left: -42px;
    top: 0;
    z-index: 9999999;
    border-radius: 8px;
}

.gallery .swiper-button-next {
    top: 50%;
}
.gallery .swiper-button-prev {
    top: 50%;
}
.gallery {
    position: relative;
    overflow: hidden;
}

/* darkstyle */
/* .myStyle {
  background: #000;
}

.myStyle header:after {
  filter: invert(1);
}

.myStyle .ulMenuList li {
  background: #4b4949;
}

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

.myStyle h1.title {
  color: #fffdfd;
} */
