@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-Light.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-ExtraLight.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-Thin.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../../font/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("../../font/IBMPlexSansArabic-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

html[dir="rtl"] body {
  text-align: right;
  direction: rtl;
}

body {
  font-family: 'IBM Plex Sans Arabic';
  background-color: var(--active-color);
  min-height: 100VH;
}

header {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 50px;
}

header .lang {
  left: 20px;
  top: 20px;
  z-index: 5;
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

header .over-lay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #68452f;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--active-color)), to(rgba(253, 187, 45, 0)));
  background: linear-gradient(0deg, var(--active-color) 0%, rgba(253, 187, 45, 0) 100%);
}

header .logo-container {
  position: relative;
  z-index: 3;
  width: 130px;
  height: 130px;
  margin: auto;
}

header .logo-container::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
}

header .logo {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

header .logo img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.z-index {
  z-index: 2;
  position: relative;
}

body.default-background {
  background-image: url(../../img/body-back.png);
  background-size: 70%;
}

.content-caffe.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-caffe h2 {
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.content-caffe p {
  text-align: center;
  color: #fff;
}

.s-icons ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-icons ul li {
  width: 40px;
  height: 40px;
  position: relative;
}

.s-icons ul li::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
}

.s-icons ul li a {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.s-icons ul li a svg path {
  fill: var(--active-color) !important;
}

.line-thro {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-thro span {
  width: 35px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--active-color);
  position: relative;
}

.line-thro span::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: var(--sacndrey-color);
  background: #1f304d;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 48, 77, 0)), to(var(--sacndrey-color)));
  background: linear-gradient(90deg, rgba(31, 48, 77, 0) 0%, var(--sacndrey-color) 100%);
  left: -100px;
  top: 9px;
}

.line-thro span::before {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: var(--sacndrey-color);
  background: -webkit-gradient(linear, left top, right top, from(var(--sacndrey-color)), to(rgba(255, 221, 131, 0)));
  background: linear-gradient(90deg, var(--sacndrey-color) 0%, rgba(255, 221, 131, 0) 100%);
  right: -100px;
  top: 9px;
}

.line-thro svg {
  width: 15px;
  height: 15px;
}

.line-thro svg path {
  fill: var(--sacndrey-color);
}

.list-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.list-order ul li {
  width: 140px;
  height: 120px;
  position: relative;
}

.list-order ul li a {
  position: relative;
  z-index: 4;
  border-radius: 5px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  gap: 10px;
}

.list-order ul li a h6 {
  color: var(--active-color);
  font-weight: bold;
}

.list-order ul li::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
}

.list-link {
  max-width: 500px;
  margin: auto;
}

.list-link ul li {
  position: relative;
  margin: 10px 20px;
}

.list-link ul li a {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
  margin-bottom: 20px;
}

.list-link ul li a h6 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: bold;
  color: var(--active-color);
}

.list-link ul li::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: calc(100%);
  height: 100%;
}

.box-card-container {
  max-width: 500px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

.box-card-container .box-card {
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  padding: 10px;
}

.box-card-container .box-card.active .toggle-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.box-card-container::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: calc(100%);
  height: 100%;
}

.box-card-head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4ebda;
  border-radius: 4px;
  padding: 10px;
}

.box-card-head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.box-card-head div svg path {
  stroke: var(--active-color);
}

.box-card-head div h6 {
  color: var(--active-color);
  font-weight: 600;
}

.box-card-head span {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.box-card-head span.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.box-card-head span svg {
  width: 15px;
  height: 15px;
}

.box-card-head span svg path {
  stroke: var(--active-color);
}

.box-card-body {
  padding: 10px;
  display: none;
}

.box-card-body.show {
  display: block;
}

.list-time ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.list-time ul li:last-child {
  margin-bottom: 0;
}

.list-time ul li .list-time-icon {
  position: relative;
}

.list-time ul li .list-time-icon span {
  z-index: 4;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #f4ebda;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-time ul li .list-time-icon span svg {
  width: 20px;
  height: 20px;
}

.list-time ul li .list-time-icon span svg path {
  stroke: var(--active-color);
}

.list-time ul li .list-time-icon::after {
  content: '';
  display: block;
  background-color: var(--active-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: calc(100%);
  height: 100%;
}

.list-time-text h6 {
  color: var(--active-color);
  font-weight: bold;
}

.list-time-text p {
  color: #6E6E6E;
}

.map-button {
  background-color: #FF9933;
  text-align: center;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}

.all-buttons {
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}

.all-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all-buttons ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.all-buttons ul li::after {
  content: '';
  display: block;
  background-color: var(--sacndrey-color);
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -5px;
  width: calc(100%);
  height: 100%;
}

.all-buttons ul li a {
  z-index: 4;
  position: relative;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
}

.all-buttons ul li a span {
  font-weight: bold;
  color: var(--active-color);
}

@media (max-width: 500px) {
  .box-card-container,
  .all-buttons {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content-caffe p {
    padding: 0 10px;
  }
  .all-buttons ul li a span {
    white-space: nowrap;
  }
}

.modal-dialog2 {
  position: absolute;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-52.3%) !important;
          transform: translateX(-52.3%) !important;
  bottom: -10px;
}

.modal-dialog2 .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-dialog2 .modal-header h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--active-color);
  font-weight: bold;
}

.no-border {
  border: 0;
  background-color: none;
  border-radius: 50%;
}

.copy {
  background-color: #f4f5f9;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copy button {
  border: 0;
}

.body-code {
  text-align: center;
}

.down-code {
  margin: 20px;
}

.down-code a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  background-color: var(--active-color);
}

.down-code a span {
  color: #fff;
}

/*end genral*/
@media (max-width: 500x) {
  .box-card-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
