body {
  background-color: #ffffff;
  direction: rtl;
  font-family: "Shabnam", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  overflow-x: hidden !important;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/theme/wavy-2-core.svg);
  background-size: cover;
  z-index: -1;
}

.h-100vh {
  height: 100vh;
}

.text-primary {
  color: #304ffe;
}

.info h2 {
  font-size: 28px;
  font-weight: 400;
}
.info h3 {
  font-size: 20px;
  font-weight: 400;
}
.info ul {
  margin: 40px 0;
}
.info ul li {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.info ul li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-left: 15px;
}
.info ul li .icon img {
  width: 25px;
}

.item {
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  padding: 10px;
  min-width: 250px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  margin: auto;
}
.item img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.item .preview {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin: auto;
  background-color: #fff;
  border-radius: 25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 5px 25px;
  font-size: 16px;
  text-decoration: none;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  z-index: 2;
}
.item .preview::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/theme/eye.svg);
  background-size: cover;
  margin-right: 7px;
}

.section-title {
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #a6a6a6;
  z-index: -1;
}
.section-title h2 {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #a6a6a6;
  border-radius: 25rem;
  padding: 10px 20px;
  font-size: 16px;
  cursor: default;
}

.layer {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(43, 51, 59, 0.8);
}

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

#image_preview {
  opacity: 0;
  transform: scale(0);
  transition: all 0.2;
  cursor: zoom-out;
}

#image_preview_popup img {
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  cursor: zoom-out;
}

#app-illustrations {
  pointer-events: none;
  position: absolute;
  display: flex;
  width: 1287px;
  right: 50%;
  margin-right: -644px;
  transform: scale(0.5) rotate(12deg) translateX(50px);
  transform-origin: 50% 20%;
}

@media (min-width: 670px) {
  #app-illustrations {
    flex-wrap: wrap;
    width: 512px;
    margin-right: -50px;
    top: 215px;
    transform: rotate(12deg);
    transform-origin: 100% 0;
  }
}
@media (min-width: 880px) {
  #app-illustrations {
    width: 829px;
    margin-right: -10px;
    top: 215px;
  }
}
#app-illustrations.hidden-preload {
  visibility: hidden;
}

@media (min-width: 670px) {
  #app-illustrations.hidden-preload {
    visibility: visible;
  }
}
#app-illustrations div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background: #fff;
  box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
}

#app-illustrations .tablet-landscape {
  width: 512px;
  height: 352px;
  margin: 115px 50px 0;
}

@media (min-width: 670px) {
  #app-illustrations [class^=tablet] {
    margin: 0;
  }
}
@media (min-width: 670px) {
  #app-illustrations .tablet-landscape {
    width: 442px;
    height: 352px;
  }
}
@media (min-width: 880px) {
  #app-illustrations .tablet-landscape {
    align-self: flex-end;
    margin-left: 50px;
  }
}
#app-illustrations .phone-big {
  display: none;
}

@media (min-width: 880px) {
  #app-illustrations .phone-big {
    display: flex;
    width: 207px;
    height: 410px;
  }
}/*# sourceMappingURL=theme.css.map */