body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  width: 100vw;

  background-size: 1200px;
  background-position: calc(50% - 53px) -100px;
  background-image: url(/img/landing/img_yellow_bg.svg);
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  body {
    background-size: 1060px;
    background-position: calc(50% + 192px) -2px;
  }
}


/* #region header */
body {
  padding-top: 150px;
}

body > header {
  position: fixed;
  margin: 0 0 75px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  body > header {
    padding-left: 160px;
  }
}

.header-content {
  width: 100%;
}

@media (min-width: 992px) {
  .header-content {
    width: unset;
  }
}
/* #region header */


nav {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}
nav.visible {
  pointer-events: all;
}
nav > .back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-backdrop-filter .2s;
  transition: background-color .2s, backdrop-filter .2s;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
nav.visible > .back {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
nav > .content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 60%;
  min-width: 240px;
  max-width: 320px;
  background-color: white;
  transition: right .2s;
  right: -320px;
}
nav.visible > .content {
  right: 0;
}
nav ul.menu-items li {
  padding: 0;
}
nav ul.menu-items li img {
  margin-left: .5rem;
  max-width: 20px;
  max-height: 24px;
  opacity: .6;
}
nav ul.menu-items li span {
  margin-top: 4px;
  color: black;
  font-size: 1.1rem;
}


#download-buttons {
  margin: auto -.5rem;
}
#download-buttons .btn-download {
  width: 250px;
  height: 54px;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 300;
  direction: rtl;
  margin: .5rem
}
#download-buttons .btn-download > img {
  margin-right: .5rem;
  margin-bottom: .5rem;
}


.pricing-cart {
  background-color: #fff;
  width: 10rem;
  border-radius: 16px;
  text-align: center;
  font-size: 1.3rem;
  padding: 16px 0;
  margin: 6px;
  border: 4px solid #eee;
  cursor: default;
  
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.pricing-cart.pricing-cart-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
}

.pricing-cart.most-popular {
  background-color: #FFE111;
  border: none;
}

.pricing-cart .price {
  font-weight: bold;
  font-size: 3rem;
  margin: 3rem 0 0 0;
}

.pricing-cart .pricing-desc {
  font-weight: 200;
  font-size: 1.2rem;
  margin: 0;
}

.pricing-chart {
  position: relative;
}

.pricing-chart {
  background-color: #464646;
}

.sample-webshops a{
  padding: 16px 32px;
}

.feature-tag-label {
  font-weight: 400;
  border: 1px solid #d2d2d7;
  padding: 12px;
  border-radius: 4px;
  margin: 4px 8px;
  text-align: center;
  background-color: transparent;
  cursor: default;
  outline: 3px solid rgba(235, 242, 255, 0);
  outline-offset: -2px;
  transition: all linear .2s, outline-offset linear .1s;
}

.feature-tag-label:hover {
  outline-offset: 2px;
  /* outline-color: rgba(0, 94, 255, 0.07); */
  outline-color: rgba(0, 0, 0, 0.05);
  /* background-color: rgba(0, 94, 255, 0.05); */
  /* border-color: #cbdfff; */
  /* filter: contrast(2); */
}

.blue-tag-label {
  color: #147efb;
  background-color: #E8F0FE;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 11px;
  margin: 6px 4px;
  white-space: nowrap;
  display: inline-block;
  cursor: default;
  outline: 3px solid #E8F0FE;
  outline-offset: -3px;
  transition: all linear .2s, outline-offset linear .1s;
}

.blue-tag-label:hover {
  outline-offset: 2px;
  outline-color: rgba(0, 94, 255, 0.05);
  /* border-color: #cbdfff; */
}


.index-top-empty-space {
  padding: 0;
}

@media (min-width: 768px) {
  .index-top-empty-space {
    padding: 50px;
  }
}

li a.coming-soon {
  position: relative;
  pointer-events: none;
  opacity: .7;
}
.rtl {
  direction: rtl;
}

li a.coming-soon:after {
  content: 'به زودی';
  position: absolute;
  top: 100%;
  background: var(--bs-pink);
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  border-radius: 5px;
  padding: 0 8px;
  white-space: nowrap;
}
nav ul li a.coming-soon:after {
  left: 0;
  right: unset;
  top: 9px;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body {
  font-family: 'YekanBakh';
}

ul#horizontal-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

ul#horizontal-list li:not(:first-child) {
  margin-right: 20px;
}

ul#horizontal-list li {
  display: inline;
  white-space: nowrap;
  margin-left: 20px;
}

ul#horizontal-list a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px 3px;
  outline: none;
  border-radius: 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

ul#horizontal-list a:focus {
  outline: 2px solid #fff2ad;
  outline-offset: 5px;
}


/* #region splider override */
.splide__pagination__page {
  background-color: #ccc;
  margin: 4px 7px;
  width: 10px;
  height: 10px;
}
.splide__pagination__page.is-active {
  background-color: #f7b501;
}
/* #endregion splider override */

.sample-webshops img {
  object-fit: contain;
}

.splide__pagination {
  padding-left: 0;
  padding-right: 0;
}

.splide__track.splide__fade_x:before,
.splide__track.splide__fade_x:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 1;
}
.splide__track.splide__fade_x:before {
  background: linear-gradient(to right, #fff, #fffc 30%, #fff0);
  left: 0;
}
.splide__track.splide__fade_x:after {
  right: 0;
  background: linear-gradient(to left, #fff, #fffc 30%, #fff0);
}