.main-header {
  padding: 70px 0 140px 0;
  min-height: 90vh;
}

.menu {
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 0;
  gap: 32px;
}
.menu li a {
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.2s;
}
.menu li a:hover {
  color: #4335A7;
}

.logo-thumbnail img {
  width: 145px;
  height: auto;
}

.header-button {
  background-color: #fff;
  padding: 15px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
}
.header-button .btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.header-button .btn-buy {
  background-color: #68c329;
  color: #fff;
}
.header-button .btn-buy:hover {
  background-color: #5aaf1f;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #4335A7;
  --bs-border-radius: 20px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4335A7;
  --bs-btn-hover-bg: #352891;
  border: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  filter: brightness(90%);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #252525;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.btn {
  padding: 14px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn .prepend-icon {
  margin-right: 14px;
}

body {
  direction: rtl;
  font-size: 16px;
  background-color: #fcfaf9;
  font-family: "Vazirmatn", sans-serif;
}

img {
  max-width: 100%;
}
@keyframes backgroundTransform {
  from {
    background-position: right -3000px top 50%;
  }
  to {
    background-position: 100%;
  }
}
.main-introduction {
  margin-top: 140px;
}
.main-introduction .title {
  color: #252525;
  font-size: 43px;
  font-weight: 700;
  line-height: 64px;
}
.main-introduction .title b {
  position: relative;
  color: #4335A7;
}
.main-introduction .title b:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  border-bottom: dashed 1px;
}
.main-introduction .desc {
  text-transform: capitalize;
  margin-top: 54px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #252525;
  line-height: 28px;
}
.main-introduction .thumbnail {
  margin-bottom: 0;
  padding-top: 65%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main-introduction .thumbnail:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #fff, transparent);
}
.main-introduction .thumbnail img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.main-introduction .thumbnail figcaption {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 1rem;
  background: #4335A7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 2rem;
}

.themes .title {
  font-size: 30px;
  font-weight: 700;
  color: #252525;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.themes .title span {
  display: inline-block;
  margin-right: 20px;
  color: #252525;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
.themes .tabs {
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  overflow: auto;
  white-space: nowrap;
}
.themes .tabs .btn {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.themes .tabs .btn:not(.btn-dark) {
  color: #252525;
  background-color: rgba(0, 0, 0, 0.05);
}
.themes .tabs .btn:not(.btn-dark):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.themes .tabs .btn span {
  padding: 0 12px;
  margin-left: 12px;
  margin-right: -10px;
  background-color: #4335A7;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.themes .lists .demo {
  margin-bottom: 50px;
  width: 100%;
}
.themes .lists .demo a {
  text-decoration: none;
}
.themes .lists .demo .title-demo {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #252525;
  padding: 0 10px;
  transition: 0.2s;
}
.themes .lists .demo .content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #FFF;
  transition: 0.2s;
}
.themes .lists .demo .content .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  padding-top: 100%;
}
.themes .lists .demo .content .thumbnail img {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: auto;
  max-width: inherit;
  transform: translate(50%, -50%);
}
.themes .lists .demo .content .thumbnail.coming-soon {
  background-color: #eee;
}
.themes .lists .demo .content .thumbnail.coming-soon span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 100%;
  font-size: 2rem;
  color: #aaa;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.themes .lists .demo .content .header-demo {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 11px;
  width: 100%;
}
.themes .lists .demo .content .header-demo .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.themes .lists .demo .content .header-demo .circle:first-of-type {
  background-color: #FF6159;
}
.themes .lists .demo .content .header-demo .circle:nth-of-type(2) {
  background-color: #FFBE2D;
}
.themes .lists .demo .content .header-demo .circle:last-of-type {
  background-color: #27CA42;
}
.themes .lists .demo:hover .title-demo {
  color: #4335A7;
}
.themes .lists .demo:hover .content {
  transform: scale(1.05) translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 30px;
}
.themes .lists.fit-items .demo, .themes .lists.fit-items .demo .content {
  height: 100%;
}
.themes.headers .lists .demo .content {
  position: relative;
}
.themes.headers .lists .demo .content:before {
  width: 100%;
  height: 86px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 57.81%, #FFF 100%);
  position: absolute;
  bottom: -20px;
  right: 0;
  content: "";
  z-index: 9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.themes.headers .lists .demo .content .thumbnail {
  padding-top: 25%;
}

@keyframes blurmoving {
  50% {
    top: 100%;
    right: 100%;
    transform: scale(2);
  }
}
.page-build {
  background-color: #C46289;
  padding-top: 90px;
  border-radius: 20px;
  margin: 140px 0;
  position: relative;
}
.page-build:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 200px 200px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1px;
  animation: blurmoving 30s infinite linear;
  -webkit-animation: blurmoving 30s infinite linear;
  z-index: 1;
}
.page-build > * {
  position: relative;
  z-index: 2;
}
.page-build.woocommerce {
  background-color: #8570D9;
  margin: 130px 0;
}
.page-build.rtl-support {
  background-color: rgba(215, 47, 101, 0.5019607843);
  margin: 130px 0;
}
.page-build.rtl-support .title, .page-build.rtl-support .desc {
  color: #222;
}
.page-build.android-support {
  background-color: rgba(180, 239, 93, 0.5);
  margin: 130px 0;
}
.page-build.android-support .title, .page-build.android-support .desc {
  color: #222;
}
.page-build .title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.page-build .desc {
  width: 67%;
  margin: auto auto 64px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  text-transform: capitalize;
}
.page-build .thumbnail {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.page-build .thumbnail img {
  width: 100%;
}

.introduction-attributes {
  margin-top: 140px;
  padding: 30px 0;
  position: relative;
}
.introduction-attributes.right .thumbnail {
  margin-right: 15px;
}
.introduction-attributes.right:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: rgba(0, 123, 255, 0.03);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.introduction-attributes.right.pink:before {
  background-color: rgba(255, 0, 0, 0.03);
}
.introduction-attributes.left .content {
  margin-right: 25px;
}
.introduction-attributes.left .thumbnail {
  margin-left: 15px;
}
.introduction-attributes.left:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: rgba(255, 168, 0, 0.03);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.introduction-attributes .content {
  width: calc(100% - 57px);
  margin-left: auto;
}
.introduction-attributes .content .title {
  font-size: 30px;
  text-transform: capitalize;
  color: #252525;
  font-weight: 700;
  line-height: 64px;
}
.introduction-attributes .content .desc {
  color: #252525;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  text-transform: capitalize;
}
.introduction-attributes .content .list {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-transform: capitalize;
}
.introduction-attributes .thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  border-radius: 30px;
  margin-bottom: 0;
}
.introduction-attributes .thumbnail img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}

.theme-features {
  margin: 140px 0;
}
.theme-features .title-main {
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
  color: #252525;
  text-align: center;
  margin-bottom: 50px;
}
.theme-features .desc-main {
  color: #252525;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  text-transform: capitalize;
  margin-bottom: 64px;
}
.theme-features .features-card {
  background-color: #FFF;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 53px 19px;
  transition: 0.2s;
}
.theme-features .features-card .logo {
  margin-bottom: 30px;
}
.theme-features .features-card .logo i {
  display: block;
  width: 54px;
  height: 54px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.theme-features .features-card .logo i.woocommerce {
  background-image: url("../image/woo.png");
}
.theme-features .features-card .logo i.contact {
  background-image: url("../image/contact.png");
}
.theme-features .features-card .logo i.quick-view {
  background-image: url("../image/QuickView.png");
}
.theme-features .features-card .logo i.quick-installer {
  background-image: url("../image/quick-installer.png");
}
.theme-features .features-card .logo i.translate {
  background-image: url("../image/translate.png");
}
.theme-features .features-card .title-card {
  color: #252525;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 24px;
  text-align: center;
}
.theme-features .features-card .desc-card {
  color: #585858;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.theme-features .features-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 30px;
  transform: translateY(-10px);
}
.theme-features .features-card:hover .title-card {
  color: #4335A7;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.footer-content {
  background: rgba(215, 47, 101, 0.5019607843);
  padding: 40vh 0;
  position: relative;
  overflow: hidden;
}
.footer-content .title {
  color: #222;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 50px;
}
.footer-content .desc {
  color: #222;
  text-align: center;
  font-weight: 300;
  line-height: 38px;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 70px;
}

.section-margin {
  margin-bottom: 140px;
}

@keyframes headerEffect {
  40% {
    box-shadow: #9900ff 0 0 150px 150px;
  }
  60% {
    box-shadow: #ff8000 0 0 150px 150px;
  }
  80% {
    box-shadow: #00f680 0 0 150px 150px;
  }
}
.introduction-screenshots {
  position: relative;
}
.introduction-screenshots:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 1px;
  box-shadow: #4335A7 0 0 150px 150px;
  top: 50%;
  right: 0;
  z-index: 0;
  animation: headerEffect 20s infinite linear;
  opacity: 0.1;
}
.introduction-screenshots .bg-pattern {
  position: absolute;
  width: 500px;
  top: 0;
  right: 0;
  z-index: 0;
  transform: translate(50%, -50%);
}
.introduction-screenshots .swiper-slide {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}
.introduction-screenshots .swiper-slide.swiper-slide-visible {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
}
.introduction-screenshots .swiper-slide:not(.swiper-slide-visible) .thumbnail:after {
  display: none;
}
.introduction-screenshots .swiper-slide:not(.swiper-slide-visible) img {
  opacity: 0;
}

.purchase-button {
  padding: 10px;
  position: relative;
  border-radius: 40px;
}
.purchase-button:before {
  content: "";
  display: block;
  background: radial-gradient(circle, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  padding-top: 50%;
  border-radius: 100%;
  filter: blur(30px);
  opacity: 0.1;
  animation: blurEffect 20s linear infinite;
  -webkit-animation: blurEffect 20s linear infinite;
}
.purchase-button a {
  z-index: 1;
  position: relative;
  padding: 20px 30px;
  transition: 0.2s;
}
.purchase-button a:hover {
  transform: scale(1.1);
  background-color: #68c329;
  color: #fff;
  border-color: #68c329;
  box-shadow: rgba(104, 195, 41, 0.46) 0 0 15px;
}

.bg-pattern {
  display: block;
  position: absolute;
  width: 500px;
  max-width: 100%;
  top: 50%;
  right: 50%;
  z-index: 0;
  transform: translate(50%, -50%);
  pointer-events: none;
}
.bg-pattern::before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url("../image/bg-pattern.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: opacity-animation 10s infinite linear;
  -webkit-animation: opacity-animation 10s infinite linear;
}

@keyframes blurEffect {
  50% {
    transform: scale(1.1) translateY(-50%) rotateY(-45deg);
    opacity: 0.5;
  }
}
@media (max-width: 1199px) {
  .main-introduction .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .main-header {
    padding: 30px 0 120px 0;
    min-height: auto;
  }
  .main-introduction .title {
    font-size: 24px;
  }
  .main-introduction .desc {
    margin-top: 5px;
  }
  .themes .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .themes .title span {
    font-size: 18px;
  }
  .themes .tabs .btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .themes .lists .demo .content {
    margin-bottom: 20px;
  }
  .themes .lists .demo .title-demo {
    font-size: 16px;
  }
  .page-build {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .page-build .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .page-build .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 34px;
  }
  .section-margin {
    margin-bottom: 60px;
  }
  .introduction-attributes {
    margin-top: 60px;
  }
  .introduction-attributes .content .title {
    font-size: 22px;
    line-height: 42px;
  }
  .introduction-attributes .content .desc {
    font-size: 16px;
  }
  .theme-features .features-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .themes .title {
    line-height: normal;
  }
  .themes .title span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .introduction-attributes .thumbnail {
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .introduction-attributes .content {
    width: 100%;
  }
}
@keyframes opacity-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1) rotate(-10deg);
  }
}
@keyframes -webkit-opacity-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1) rotate(-10deg);
  }
}
@keyframes opacity {
  50% {
    opacity: 0;
  }
}
.animated-text:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../image/ai.svg") no-repeat 0% center;
  opacity: 0.1;
}

.heading-text-slider {
  min-height: 350px;
}
.heading-text-slider .desc.loading:before {
  content: "";
  display: block;
  height: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  animation: opacity 0.8s infinite linear;
}

.android-support {
  padding: 0;
  background-color: transparent !important;
}
.android-support .mobile-wrapper {
  padding-top: 204%;
  position: relative;
  border-radius: 45px;
  background-color: #f5f5f5;
  border: #111 solid 8px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0 12px 24px;
}
.android-support .mobile-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.android-support .mobile-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  width: 70px;
  height: 20px;
  background-color: #111;
  border-radius: 30px;
}
.android-support .mobile-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  width: 90px;
  height: 5px;
  background-color: #111;
  border-radius: 30px;
  opacity: 0.5;
}
.android-support .desc, .android-support .title {
  padding: 0;
  text-align: right;
  width: 100%;
}
.android-support .download-box {
  background-color: #fff;
  gap: 30px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 12px;
}
.android-support .download-box .direct a {
  text-decoration: none;
  font-weight: bold;
}
.android-support .download-box .direct a:not(:hover) {
  color: inherit;
}
.android-support .download-box .qr-code img {
  width: 200px;
  height: auto;
}
