@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
@charset "UTF-8"body,html {
  -webkit-text-size-adjust: 100%;
}
html,
ul {
  margin: 0;
  padding: 0;
}
:root {
  --page-width: 1290px;
  --fluid-container-width: 1630px;
  --color-white: #fff;
  --heading-font-family: "Plus Jakarta Sans", sans-serif;
  --heading-weight: 700;
  --bls-transition: all 0.3s ease;
  --bls-transform: scale(1.04);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 3rem;
  --shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.08);
  --color-primary: #794aff;
  --color-border: rgba(255, 255, 255, 0.1);
  --body-font-family: "Inter", sans-serif;
  --body-bg-color: #100e17;
  --body-color: #ffffff;
  --body-font-size: 1.8rem;
  --body-weight: 400;
  --section-pt: 75px;
  --section-pb: 75px;
  --section-spacing: 75px;
  --color-heading: var(--color-white);
  --color-link: var(--color-white);
  --btn-bg: var(--color-primary);
  --btn-border-color: var(--color-primary);
  --btn-padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  --btn-font-size: 1.6rem;
  --btn-color: var(--color-white);
  --btn-radius: 30px;
  --btn-outline-border-color: var(--color-white);
  --btn-outline-color: var(--color-white);
  --btn-icon-width: 40px;
  --btn-icon-height: 40px;
  --btn-icon-size: 16px;
  --btn-icon-color: #0c0119;
  --btn-icon-bg: #ffffff;
  --swiper-pagination-bullet-size: 5px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.4);
  --swiper-theme-color: var(--color-white);
  --swiper-pagination-bullet-horizontal-gap: 12px;
  --swiper-navigation-sides-offset: 0;
  --width-blur: 500px;
  --height-blur: 500px;
  --top-blur: 160px;
  --opacity-blur: 0.5;
  --duration-extra-long: 600ms;
  --animation-slide-in: slideIn var(--duration-extra-long)
    cubic-bezier(0, 0, 0.3, 1) forwards;
}
@keyframes slideIn {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-trigger.animate--slide-in {
  transition: opacity var(--duration-extra-long) ease-out;
  opacity: 0;
}
.bg-dark,
.site-header.header-pinned,
a {
  transition: var(--bls-transition);
}
.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
  animation: var(--animation-slide-in);
  animation-delay: calc(var(--animation-order) * 150ms);
}
.hover-zoom,
.menu-label,
.relative,
.swiper-pagination,
.swiper-pagination-bullet,
[style*="--aspect-ratio"] {
  position: relative;
}
.absolute {
  position: absolute;
}
.button,
a,
button,
mark {
  text-decoration: none;
}
.custom_text_html a,
.underline {
  text-decoration: underline;
}
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #fff0;
}
[style*="--aspect-ratio"]:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio, 1 / 1)));
}
[style*="--aspect-ratio"] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html {
  font-size: 62.5%;
  border: 0;
  height: 100%;
  vertical-align: baseline;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
  display: block !important;
  min-height: 100vh;
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size, 1.6rem);
  font-weight: var(--body-weight);
  line-height: 1.614285714285714;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  overflow-wrap: break-word;
  flex-direction: column;
  background-color: var(--body-bg-color);
  color: var(--body-color);
  background-repeat: repeat;
  background-size: auto;
  overflow-x: hidden !important;
}
:where(.container, .fluid_container) {
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
  margin-inline: auto;
  width: 100%;
}
:where(.stretch_width) {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h0, .heading) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
  color: var(--color-heading);
  line-height: 1.11111;
  word-break: break-word;
  font-size: var(--size);
  letter-spacing: -0.002em;
  margin-block-start: calc(var(--size) * 0.7);
  margin-block-end: calc(var(--size) * 0.7);
}
.h1-size,
:where(h1, .h1) {
  --size: clamp(3.5rem, 4vw, 4.5rem);
  letter-spacing: -1.8px;
}
:where(h2, .h2) {
  --size: clamp(3rem, 3.5vw, 4rem);
  letter-spacing: -0.8px;
}
:where(h3, .h3) {
  --size: clamp(2.4rem, 2.7vw, 3rem);
  letter-spacing: -0.44px;
}
:where(h4, .h4) {
  --size: 2.4rem;
  letter-spacing: -0.44px;
}
:where(h5, .h5) {
  --size: 1.8rem;
  letter-spacing: -0.36px;
}
:where(h6, .h6) {
  --size: 1.6rem;
  letter-spacing: -0.36px;
}
picture {
  line-height: 0;
  display: block;
}
.btn-outline .menu-label.hot::after,
picture.lazy-picture img {
  display: none;
}
video {
  max-width: 100%;
}
:where(img) {
  max-width: 100%;
  height: auto;
  transition: var(--bls-transition);
}
:where(.btn-primary, .btn-outline) {
  padding: var(--btn-padding);
  font-size: var(--btn-font-size);
  font-weight: 500;
  color: var(--btn-color);
  background-color: var(--btn-bg);
  transition: var(--bls-transition);
  border-radius: var(--btn-radius);
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  white-space: nowrap;
}
.lh-1,
.menu-label {
  line-height: 1;
}
.btn-outline {
  --btn-bg: transparent;
  --btn-border-color: #ffffff;
  border: 1px solid var(--btn-border-color);
}
.template-tab li{
    color: #ffffffA6;
    --btn-border-color: #ffffffA6;
}
.btn-outline:hover,
.template-tab li.active {
  color: var(--btn-color);
  --btn-bg: var(--color-primary);
  --btn-border-color: var(--color-primary);
}
.btn-primary:hover {
  color: #200b56;
  --btn-icon-bg: #200b56;
  --btn-icon-color: var(--color-white);
  --btn-bg: var(--color-white);
  --btn-border-color: var(--color-white);
}
.btn-icon {
  width: var(--btn-icon-width);
  height: var(--btn-icon-height);
  font-size: var(--btn-icon-size);
  color: var(--btn-icon-color);
  background-color: var(--btn-icon-bg);
  padding: 0;
  line-height: 1;
  border-radius: 99px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.25s;
  svg {
    width: 1em;
    height: 1em;
  }
}
.template-tab li {
  --btn-padding: 1.5rem 3rem;
}
@keyframes backgroundAnimation {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.design-tabs__header .tab-title.active,
.template-tab li.active {
  transition: var(--bls-transition);
  background-color: var(--btn-bg);
}
.btn-small {
  --btn-padding: 0.5rem 0.5rem 0.5rem 2rem;
  --btn-icon-width: 30px;
  --btn-icon-height: 30px;
  --btn-icon-size: 12px;
}
.btn-normal {
  min-width: 15rem;
  display: inline-flex;
  justify-content: center;
}
.btn-large {
  --btn-padding: 1.8rem 5.5rem;
}
ul {
  list-style: none;
}
a {
  color: var(--color-link);
}
p:only-child {
  margin-block: 0;
}
.row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  margin-top: var(--bs-gutter-y);
}
.col-lg-3,
.col-lg-4,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.light-weight {
  font-weight: 300;
}
.medium-weight {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.color-white {
  color: var(--color-white);
}
.color-gray {
  color: rgb(255 255 255 / 0.65);
}
:where(a:hover) {
  color: var(--color-link-hover);
}
.border {
  border: 1px solid var(--color-border);
}
.border-top-0 {
  border-top: 0;
}
.border-top-1 {
  border-top: 1px solid rgb(255 255 255 / 0.15);
}
.color-primary {
  color: var(--color-primary);
}
.section__pt {
  padding-top: var(--section-pt);
}
.section__pb {
  padding-bottom: var(--section-pb);
}
.section__spacing {
  margin-bottom: var(--section-spacing);
}
.overflow-hidden {
  overflow: hidden;
}
.vertical-align-top {
  vertical-align: top;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.flex-1 {
  flex: 1;
}
.d-grid {
  display: grid;
}
.wrap {
  flex-wrap: wrap;
}
.gap-2 {
  gap: 0.2rem;
}
.gap-5 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 1rem;
}
.gap-20 {
  gap: 2rem;
}
.gap-15 {
  gap: 1.5rem;
}
.gap-30 {
  gap: 3rem;
}
.gap-50 {
  gap: 5rem;
}
.z-2 {
  z-index: 2;
}
.hidden {
  display: none !important;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.height-auto {
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.hover-zoom {
  display: block;
}
.hover-zoom:hover img:not(.label) {
  transform: var(--bls-transform);
}
.height-100 {
  height: 100%;
}
.fs-10 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-60 {
  font-size: clamp(3.6rem, 4.8vw, 6rem);
}
.fs-70 {
  font-size: clamp(4rem, 5.6vw, 7rem);
}
.fs-84 {
  font-size: clamp(4.4rem, 6.7vw, 8.4rem);
}
.fs-90 {
  font-size: clamp(5rem, 7vw, 9rem);
}
.mx-90 {
  margin-left: clamp(5rem, 7vw, 9rem);
  margin-right: clamp(5rem, 7vw, 9rem);
}
.text-highlight {
  color: #96ff2c;
}
.cursor-pointer {
  cursor: pointer;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-10 {
  margin-right: 1rem;
}
.mr-15 {
  margin-right: 1.5rem;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-15 {
  margin-top: 1.5rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-50 {
  margin-top: clamp(3rem, 4vw, 5rem);
}
.mt-70 {
  margin-top: clamp(3rem, 5vw, 7rem);
}
.mt-100 {
  margin-top: clamp(5rem, 7vw, 10rem);
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-15 {
  margin-bottom: 1.5rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-35 {
  margin-bottom: 3.5rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-45 {
  margin-bottom: clamp(3rem, 3.8vw, 4.5rem);
}
.mb-70 {
  margin-bottom: clamp(3.5rem, 5vw, 7rem);
}
.p-15 {
  padding: 1.5rem;
}
.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.p-20 {
  padding: 2rem;
}
.px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-30 {
  padding: 3rem;
}
.p-50 {
  padding: 5rem;
}
.pb-30 {
  padding-bottom: 3rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-30 {
  padding-top: 3rem;
}
.border-radius {
  border-radius: 15px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-20 {
  border-radius: 20px;
}
.border-radius-50 {
  border-radius: 50%;
}
.bg-dark {
  background: #ffffff08;
}
.bg-dark:not(.not-hover):hover {
  background: rgb(255 255 255 / 0.06);
}
.bg-dark-2 {
  background: rgb(255 255 255 / 0.05);
}
.bg-dark-3 {
  background: #191427;
}
.bg-dark-4 {
  background: rgb(121 74 255 / 0.1);
}
.heading-color {
  color: var(--color-heading);
}
.base-color {
  color: var(--body-color);
}
.site-header.header-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.site-header.header-pinned .stretch_width {
  border-bottom: 1px solid var(--color-border);
}
.site-header.header-pinned .stretch_width::after {
  content: "";
  background: rgb(19 17 28 / 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.menu-label {
  right: -20px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px 7px;
  background-color: #d0473e;
  color: var(--color-white);
}
.menu-label:after {
  border: 5px solid #fff0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  bottom: 15px;
  left: -10px;
  margin-left: 0;
  transform: translateY(100%);
  transform-origin: 0 0;
  border-right-color: #d0473e;
  border-radius: 1px;
}
.slider-button-wrapper,
.slider-heading {
  animation-name: fadeInDownslideshow;
}
.slider-heading {
  display: inline-block;
  line-height: 1.2;
  max-width: 1111px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -2.1px;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.footer-main .slider-heading {
  letter-spacing: -1.8px;
  max-width: 713px;
}
.section-heading {
  font-size: 4.8rem;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  letter-spacing: -1.44px;
  margin-left: auto;
  margin-right: auto;
}
.section-subheading {
  font-family: var(--heading-font-family);
}
.bls__section-header .section-heading {
  max-width: 584px;
}
.section-features .section-heading {
  max-width: 618px;
}
.section-features .section-description {
  font-weight: 300;
  color: rgb(255 255 255 / 0.65);
}
.feature-box .feature-title {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0;
}
.section-description {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
}
.bls__section-header .section-description {
  max-width: 650px;
}
.section__slider {
  background-image: url(../images/bg-banner2.webp);
  background-position: center 17%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__slider .section-description {
  letter-spacing: -0.18px;
  animation-name: fadeInDownslideshow;
  animation-duration: 1.2s;
  animation-delay: 0.35s;
}
.footer-template-libraries {
  background-color: rgb(255 255 255 / 0.05);
  background-image: url(../images/bg-text.svg);
  background-position: center 70px;
  background-repeat: no-repeat;
}
.linear-bottom-1:before,
.linear-bottom-2:before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
}
.linear-bottom-1:before {
  background: linear-gradient(180deg, #fff0 55%, rgb(121 74 255 / 0.15) 100%);
}
.linear-bottom-2:before {
  background: linear-gradient(180deg, #fff0 0%, rgb(121 74 255 / 0.15) 100%);
}
.footer-template-libraries .section-description {
  max-width: 810px;
}
.slider-button-wrapper {
  animation-duration: 0.6s;
  animation-delay: 0.6s;
}
.banner-slider picture {
  align-self: flex-end;
}
.theme-demo-detail {
  position: absolute;
  inset: 0;
  padding-bottom: 7rem;
  background: linear-gradient(180deg, #fff0 35%, #794aff 75%);
  opacity: 0;
  visibility: hidden;
  transition: var(--bls-transition);
}
.theme-demo:hover .theme-demo-detail {
  opacity: 1;
  visibility: visible;
}
.theme-demo-detail .btn-primary {
  --btn-bg: var(--color-white);
  color: #100e17;
}
.theme-demo-detail .btn-primary:hover {
  --btn-bg: #100e17;
  color: var(--color-white);
}
.theme-demo-detail .btn-primary .btn-icon {
  --btn-icon-color: var(--color-white);
  --btn-icon-bg: var(--color-primary);
}
.theme-demo-detail .btn-outline:hover {
  --btn-color: var(--color-white);
  --btn-bg: #100e17;
  --btn-border-color: #100e17;
}
:is(
    .slider-heading,
    .section__slider .section-description,
    .slider-button-wrapper
  ) {
  opacity: 0;
  animation-fill-mode: forwards;
}
.section__design-preview .theme-image img {
  width: 100%;
}
.elementor-builder {
  max-width: 89%;
  margin: 0 auto;
}
.features-browsers picture {
  width: 100%;
  bottom: 70px;
  left: 0;
}
.features-browsers picture img {
  width: 100%;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 30px;
}
.features-grid > div {
  display: flex;
}
.shop-builder h3 {
  letter-spacing: -0.9px;
  line-height: 40px;
}
.box-shadow-bottom::after,
.box-shadow-top::after {
  height: 425px;
  right: 0;
  background: radial-gradient(
    50% 100% at 50% 0,
    rgb(121 74 255 / 0.25) 0,
    #fff0 100%
  );
  pointer-events: none;
  left: 0;
  content: "";
  position: absolute;
}
.box-shadow-top::after {
  top: 0;
  transition: 0.6s linear;
}
.box-shadow-bottom::after {
  bottom: 0;
  transform: rotate(180deg);
}
.footer-main {
  background: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-main .absolute-left {
  top: 130px;
  left: 0;
}
.footer-main .absolute-right {
  bottom: 60px;
  right: 0;
}
.theme-info h3 {
  font-size: 24px;
}
.list-check {
  margin: 55px auto 0;
  max-width: 1000px;
  font-size: 16px;
  text-align: center;
}
.list-check li {
  display: inline-block;
  margin: 15px 13px;
  padding: 15px 20px;
  border: 1px solid #ffffff12;
  background: #ffffff0d;
  border-radius: 30px;
}
.list-check li img {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .d-none-mb {
    display: none !important;
  }
  .ms-flex-none {
    flex: none;
  }
  .banner-slider{
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-header .stretch_width {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider-button-wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
  }
  .navigation-mobile {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navigation-mobile .menu-content,
  .navigation-mobile .sub-nav,
  .navigation-mobile .subchildmenu,
  .navigation-mobile .submenu {
    padding: 0 30px;
  }
  .navigation .menu-content > li > a {
    font-weight: var(--heading-weight);
    position: relative;
  }
  .navigation-mobile .menu-content > li {
    width: 100%;
    padding: 1.5rem 0;
    position: relative;
  }
  .navigation-mobile .bls-menu-item,
  .navigation-mobile .fluid_container,
  .navigation-mobile .row {
    padding: 0;
    margin: 0;
    display: block;
  }
  .navigation-mobile .open-children-toggle {
    top: 0;
    right: -1.5rem;
  }
  .navigation-mobile .open-children-toggle::after,
  .navigation-mobile .open-children-toggle::before {
    display: none;
  }
  .navigation-mobile .bls-menu-item,
  .navigation-mobile .subchildmenu-header,
  .navigation-mobile .title-submobile,
  .navigation-mobile ul li {
    border-bottom: 1px solid var(--color-border);
  }
  .navigation-mobile .title-subchildmenu::before,
  .navigation-mobile .title-submobile::before {
    content: "";
    background: url(../assets/images/icon-svg/icon_prev_mobile.svg) center
      no-repeat;
    width: 8px;
    height: 13px;
    display: inline-flex;
    margin-right: 1rem;
  }
  .navigation-mobile .open-children-toggle.d-none-desktop::before {
    content: "";
    background: url(../assets/images/icon-svg/icon_next_mobile.svg) center
      no-repeat;
    width: 6px;
    height: 12px;
    position: absolute;
    display: inline-flex;
    transform: none;
    margin-top: -6px;
  }
  .navigation-mobile,
  .navigation-mobile .sub-nav,
  .navigation-mobile .subchildmenu,
  .navigation-mobile .submenu {
    position: fixed;
    background-color: var(--body-bg-color);
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 450px;
    width: 100%;
    z-index: 9999;
    transform: translate3d(-104%, 0, 0);
    -webkit-transform: translate3d(-104%, 0, 0);
    transition: var(--bls-transition);
  }
  .navigation-mobile .open-subchildmenu .subchildmenu,
  .navigation-mobile .open-submenu .sub-nav,
  .navigation-mobile .open-submenu .submenu,
  .navigation-mobile.box-menu {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .navigation-mobile .menu-close {
    position: absolute;
    right: 30px;
    top: 20px;
    background: url(../images/icon_sub_close.svg) center no-repeat;
    width: 12px;
    height: 12px;
  }
  .open-menu:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    z-index: 999;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
  }
  .navigation-mobile .subchildmenu-header,
  .navigation-mobile .title-mobile,
  .navigation-mobile .title-submobile {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 1.5rem 3rem;
    font-weight: var(--heading-weight);
  }
  .navigation-mobile .title-mobile {
    font-size: 14px;
    text-transform: uppercase;
  }
  .navigation-mobile .subchildmenu-header,
  .navigation-mobile .title-submobile {
    margin: 0 -3rem;
  }
  .navigation-mobile .bls-menu-item > a,
  .navigation-mobile ul li {
    padding: 1.5rem 0;
    position: relative;
    margin: 0;
  }
  .navigation-mobile .open-subchildmenu .subchildmenu,
  .navigation-mobile .open-submenu .sub-nav,
  .navigation-mobile .open-submenu .submenu {
    max-width: 100%;
  }
  .navigation-mobile .bls-menu-item {
    position: relative;
  }
  .submenu-mobile-header {
    padding: 0 !important;
    position: static !important;
    border-bottom: none !important;
  }
}
.back-to-top-button,
.design-tabs__content .theme-demo:not(.scroll-trigger--offscreen),
.faq-image picture,
.visitor__more {
  transition: var(--bls-transition);
}
@media (max-width: 575px) {
  .d-none-small-mb {
    display: none !important;
  }
  .footer-main .logo {
    width: 178px;
  }
}
.topbar {
  font-family: var(--heading-font-family);
  background: var(--color-primary);
  padding: 1rem 0;
}
.back-to-top-button {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgb(17 17 17 / 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.back-to-top-button:hover {
  --btn-icon-color: var(--color-white);
  --btn-icon-bg: var(--color-primary);
}
.back-to-top-button.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.slider-text{
  max-width: 65rem;
}
.swiper-button-next,.swiper-button-prev {
    opacity: 1!important
}
.swiper-button-next:after {
    background: url("../images/topbar_next.svg") center no-repeat;
    width: 16px;
    height: 16px
}

.swiper-button-prev:after {
    background: url("../images/topbar_prev.svg") center no-repeat;
    width: 16px;
    height: 16px
}
@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .menu-bottom-mobile {
    display: none;
  }
  .back-to-top-button {
    right: 3rem;
  }
  .help_us_improve {
    bottom: 3rem;
    right: 3rem;
  }
  .section__template-libraries {
    --bs-gutter-y: clamp(3.5rem, 5vw, 7rem);
  }
  .shop-builder .shop-description {
    padding-right: 10rem;
  }
}
@media (min-width: 992px) {
  .navigation ul a,
  .navigation > ul > li:not(.item-mega) {
    position: relative;
  }
  :root {
    --width-blur: 800px;
    --height-blur: 800px;
    --top-blur: 200px;
    --opacity-blur: 0.3;
    --section-pt: 130px;
    --section-pb: 130px;
    --section-spacing: 130px;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .site-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .section__slider {
    padding: 130px 0 0;
  }
  .navigation > ul > li {
    margin: 0 22px;
    padding: 25px 0;
  }
  .navigation > ul > li > a svg {
    margin-left: 5px;
    vertical-align: middle;
  }
  .navigation ul a {
    color: var(--color-heading);
    transition: 0.2s;
    font-size: var(--body-font-size);
    font-weight: 500;
    display: block;
    cursor: pointer;
  }
  .navigation ul a:after {
    position: absolute;
    left: 0;
    bottom: 3px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    visibility: hidden;
    transition: var(--bls-transition);
  }
  .navigation ul a:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .navigation .sub-nav {
    background: #13111c;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    white-space: nowrap;
    padding: 13px 0;
    border: 1px solid var(--color-border);
    margin: 0;
    top: calc(100% + 5px);
    min-width: 220px;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  .navigation .nav1 > li {
    padding: 0 13px;
  }
  .navigation .sub-nav ul {
    left: calc(100% + 5px);
    top: 0;
    padding: 0;
  }
  .navigation .sub-nav ul::before {
    top: 0;
    left: -5px;
    height: 100%;
    width: 5px;
  }
  .navigation .sub-nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
  }
  .navigation .submenu {
    background-color: #13111c4d;
    padding: 50px 0;
    margin: 25px 0 0;
    right: 0;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  .menu-label {
    position: absolute;
    right: -28px;
    top: -18px;
  }
  .menu-label:after {
    bottom: 1px;
    left: 7px;
    border: 5px solid #fff0;
    border-top-color: #d0473e;
  }
  .navigation .sub-nav > li > a {
    display: block;
    margin: 0;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: var(--body-weight);
  }
  .navigation .sub-nav ul li a {
    padding: 5px;
    display: block;
    height: 547px;
    overflow: hidden;
  }
  .navigation ul img {
    border-radius: 10px;
    vertical-align: middle;
  }
  .navigation .sub-nav {
    position: absolute;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.35s, visibility 0.35s, transform 0.35s,
      -webkit-transform 0.35s;
  }
  .d-none-desktop {
    display: none !important;
  }
  .sub-label {
    border-radius: 20px;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 4.5px 10px;
    color: var(--color-white);
    font-weight: 800;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
  }
  .sub-label.sub-hot {
    background-color: #d73f0f;
  }
  .sub-label.sub-new {
    background-color: #2838f5;
  }
  .navigation ul li:hover > .sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: none !important;
  }
  .navigation .nav1 > li > a:hover {
    background: #ffffff1a;
  }
  .navigation .sub-nav li a:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 90%;
  }
  .fluid_container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(var(--page-width) + var(--bs-gutter-x) * 2);
  }
  .fluid_container {
    max-width: calc(var(--fluid-container-width) + var(--bs-gutter-x) * 2);
  }
  .section-faq-admin,
  .section__template-libraries,
  .section__design-preview,
  .stretch_width {
    --bs-gutter-x: 2rem;
  }
  .section__design-preview {
    --bs-gutter-y: 2rem;
  }
  .section__template-libraries {
    --bs-gutter-y: clamp(5rem, 7vw, 10rem);
  }
  .section__top,
  .section-features {
    --bs-gutter-x: 3rem;
  }
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .slider-heading {
    font-size: 70px;
  }
}
@-webkit-keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    filter: blur(10px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    filter: blur(10px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
footer {
  margin-bottom: 0;
}
.section__spacing {
  scroll-margin-top: 79px;
}
div.owl-carousel {
  max-width: 55rem;
  margin: auto;
}
div.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
div.owl-theme .owl-nav {
  margin: 0;
}
.owl-nav button {
  position: absolute;
  top: -6px;
  left: 0;
  opacity: 0.5;
}
.owl-nav button.owl-next {
  right: 0;
  left: auto;
}

.csoon a {
  pointer-events: none;
  cursor: default;
}
.csoon img {
  opacity: 0.3;
}
.theme-demo {
  position: relative;
}
.theme-demo .baged {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 100%;
  padding: 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.baged span {
  font-size: 13px;
  line-height: 1;
  padding: 5px 11px;
  border-radius: 15px;
  background: #16a34a;
  color: #fff;
}
.baged .free {
  background: #b9fb6a;
  color: #000;
}
.baged .hot {
  background: #d50d00;
}
.baged .popular {
  background: #794aff;
}
.baged .new {
  background: #fa452a;
}
.theme-demo picture {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #ffffff1a;
}

.section__slider video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1;
}

.number-home{
  display: inline-flex;
  font-family: var(--heading-font-family);;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -14px;
  background: linear-gradient(180deg, #794AFF 0%, #994AFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}