@charset "UTF-8";
#home-banner .item img {
  height: 220px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: var(--border-radius);
}

#home-markets img {
  width: 100%;
  height: 150px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: var(--card-border-radius);
}
@media (max-width: 576px) {
  #home-markets img {
    width: 100px;
    height: 100px;
  }
}
#home-markets .box {
  transition: transform 0.2s ease-in-out;
}
#home-markets .box:hover {
  transform: scale(1.05);
}

#home-category img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd !important;
  transition: all 0.2s ease-in-out;
}
.owl-dots .active {
  background-color: var(--brand-main-color) !important;
  width: 30px;
  border-radius: 5px;
}

button {
  outline: none;
  border: none;
}

.btn-close {
  background-color: transparent !important;
}

#show-market .nav-pills .nav-link.active,
#show-market .nav-pills .show > .nav-link {
  color: var(--btn-color);
  background-color: var(--btn-bg);
}
#show-market .nav-link {
  color: var(--btn-second-color);
  background-color: var(--btn-second-bg);
}
#show-market .box {
  position: relative;
}
#show-market .box img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/4;
}
#show-market .box .badge-expired {
  position: absolute;
  inset: 0px;
  background-color: rgba(23, 23, 23, 0.7);
  font-size: 20px;
  font-weight: 600;
  border-radius: var(--card-border-radius);
}
#show-market .box .badge-expired span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#show-market .box .badge-expired span::after {
  content: "";
  background-color: rgb(255, 0, 0);
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 100%;
}

.pos-sticky {
  position: sticky;
  top: var(--navbar-height);
}

#app-header {
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  position: relative;
}
#app-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.save-up {
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  background-image: url("../../images/save-up-bg.svg");
  text-align: center;
}
.save-up h2 {
  font-size: clamp(1.875rem, 1.2148rem + 2.1127vw, 3.75rem);
  font-weight: 900;
  padding-top: 20px;
  color: rgb(241, 142, 26);
  margin-bottom: 0px;
}
.save-up p {
  margin-top: -10px;
  font-size: clamp(1.25rem, 0.8539rem + 1.2676vw, 2.375rem);
}
.save-up img {
  width: 100%;
}
@media (max-width: 991px) {
  .save-up {
    background-size: cover;
  }
}

#amazing {
  padding: 60px 0px;
  background: rgba(249, 136, 41, 0.65);
  background: linear-gradient(0deg, rgba(249, 136, 41, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
#amazing h2 {
  font-size: clamp(1.25rem, 0.8539rem + 1.2676vw, 2.375rem);
}
#amazing .feature-box {
  cursor: pointer;
  background-color: #ffffff;
  border: solid 3px transparent;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
}
#amazing .feature-box .icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: rotate(335deg);
}
#amazing .feature-box .icon img {
  width: 75px;
  opacity: 0.3;
}
#amazing .feature-box h2 {
  font-size: 20px;
  color: #f98829;
  font-weight: 700;
}
#amazing .feature-box p {
  margin-bottom: 0px;
  max-width: 90%;
}
#amazing .feature-box.active {
  border: solid 3px #f98829;
  transform: scale(0.95);
}

@media (max-width: 991px) {
  #amazing .feature-box {
    padding: 5px;
    padding-bottom: 5px !important;
    margin: 10px 0px !important;
  }
  #amazing .feature-box .icon {
    display: none;
  }
  #amazing .feature-box h2 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }
  #amazing .feature-box p {
    display: none;
  }
  #amazing .item {
    height: 400px;
  }
  .feature-box.active {
    transform: scale(1) !important;
  }
}
#reviews {
  padding: 60px 0px;
  background-color: #ffffff;
}
#reviews .box {
  background-color: #f9f9f9;
}
#reviews h2 {
  font-size: clamp(1.25rem, 0.8539rem + 1.2676vw, 2.375rem);
  color: var(--brand-main-color);
  font-weight: 900;
}

#avabile {
  position: relative;
}
#avabile h3 {
  font-size: clamp(1.625rem, 0.8768rem + 2.3944vw, 3.75rem);
  color: #f98829;
}
#avabile .mobile-app {
  position: absolute;
  left: 0px;
  top: 12.5%;
  height: 75%;
}
@media (max-width: 991px) {
  #avabile .mobile-app {
    display: none;
  }
}

.nice-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nice-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.nice-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.nice-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#product-single .product-image {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  min-height: 360px;
}
@media (max-width: 576px) {
  #product-single .product-image {
    min-height: 240px;
  }
}

.product-card {
  transition: transform 0.1s linear;
}
.product-card .text-brand {
  font-weight: 600;
}
.product-card img {
  width: 100%;
  height: 150px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: var(--card-border-radius);
}
@media (max-width: 576px) {
  .product-card img {
    width: 100px;
    height: 100px;
  }
}
.product-card:hover {
  transform: scale(1.02);
}

#marketsFilterBox {
  max-height: 360px;
  overflow-y: auto;
}
@media (max-width: 576px) {
  #marketsFilterBox {
    max-height: 185px;
  }
}

.about-serv-box .icon {
  background-color: var(--btn-second-bg);
  color: var(--btn-second-color);
  display: flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  border-radius: var(--card-border-radius);
}
.about-serv-box .icon svg {
  fill: var(--btn-second-color);
  width: 38px;
  height: 38px;
}

.show-article {
  /* head-of-article */
}
.show-article hr {
  border-top: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.show-article .scroller {
  background-color: var(--brand-main-color);
  width: 0;
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.show-article .head-of-article {
  background-color: #fff;
  padding: 40px 0px;
}
.show-article .head-of-article .blog-url-and-article-small-title .arrow svg {
  width: 16px;
  height: 16px;
  fill: var(--text-black);
}
.show-article .subscribe-form {
  padding-top: 30px;
}
.show-article .subscribe-form button svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  /* Replace */
}
.show-article .article-brief .article-main-title {
  font-size: clamp(1.25rem, 0.814rem + 1.3953vw, 2rem);
  color: var(--brand-main-color);
  line-height: 1.5;
}
.show-article .article-main-image {
  max-height: 450px;
  width: 100%;
}
.show-article .article-content {
  background-color: #fff;
  padding: 20px;
}
.show-article .article-box img {
  border-radius: var(--card-border-radius);
}
.show-article .article-box .article-title {
  font-weight: bold;
  margin-top: 15px;
  font-size: clamp(1.5rem, 1.1479rem + 1.1268vw, 2.5rem);
  line-height: 1.5;
}
.show-article .article-box .article-title a {
  color: #3c4859;
}
@media (max-width: 576px) {
  .show-article .article-box {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.show-article .sticky-column {
  position: sticky;
  top: 150px;
}
.show-article .sticky-column .author-info {
  /* التأثير الموجي */
  /* تنسيق الأيقونات داخل الزر */
}
.show-article .sticky-column .author-info .avatar {
  width: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 128px;
  border-radius: 50%;
}
.show-article .sticky-column .author-info .btn-whatsapp {
  margin-top: 15px;
  background-color: #23be5c;
  color: #fff;
  display: block;
  padding: 12px 20px;
  border-radius: var(--card-border-radius);
  position: relative;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
}
.show-article .sticky-column .author-info .btn-whatsapp span {
  position: relative;
  z-index: 2;
}
.show-article .sticky-column .author-info .btn-whatsapp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #00e75c;
  transform: translate(-50%, -50%) rotate(45deg);
  animation: wave 0.7s linear infinite;
  opacity: 0;
}
@keyframes wave {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.show-article .sticky-column .author-info .btn-whatsapp svg {
  width: 20px;
  fill: #fff;
}
.show-article .social-media-share ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.show-article .social-media-share ul li {
  margin: 4px 0px;
  margin-left: 4px !important;
}
.show-article .social-media-share ul li a {
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.show-article .social-media-share ul li a svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
.show-article .social-media-share ul li .twitter {
  background-color: #000;
}
.show-article .social-media-share ul li .facebook {
  background-color: #1877f2;
}
.show-article .social-media-share ul li .linkedin {
  background-color: #0a66c2;
}
.show-article .social-media-share ul li .telegram {
  background-color: #3390ec;
}
.show-article .social-media-share ul li .whatsapp {
  background-color: #23be5c;
}
.show-article .social-media-share ul li .email {
  background-color: #c71610;
}

.image-viewer {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px #eee;
}
.image-viewer .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
}
.image-viewer .toolbar button {
  margin: 0 0.1rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
}
.image-viewer .toolbar button svg {
  width: 16px;
  height: 16px;
}
.image-viewer .image-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: #fff;
  cursor: grab;
}
.image-viewer .image-container:active {
  cursor: grabbing;
}
.image-viewer .image-container #main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=all-styles.css.map */