@charset "UTF-8";

:root {
  --page-width: 1360px;
  --fluid-container-width: 1600px;
  --stretch-container: 100%;
  --color-white: #fff;
  --heading-weight: 600;
  --bls-transition: all 0.4s ease;
  --bls-transform: scale(1.02);
  --bs-gutter-x: 2rem;
  --shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.08);
  --color-primary: #794aff;
  --color-border: rgba(113, 97, 159, 0.25);
  --body-bg-color: #ffffff;
  --body-color: #1D1D1F;
  --body-font-size: 1.4rem;
  --body-weight: 500;
  --section-pt: 60px;
  --section-pb: 60px;
  --section-spacing: 120px;
  --color-heading: var(--color-white);
  --color-link: var(--color-white);
  --btn-padding: 1rem 2rem;
  --btn-font-size: 1.4rem;
  --btn-color: var(--color-white);
  --btn-bg: var(--color-primary);
  --btn-border-color: var(--color-primary);
  --btn-radius: 30px;
  --btn-outline-border-color: var(--color-white);
  --btn-outline-color: var(--color-white);
  --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;
  --linear-1: linear-gradient(95.65deg,
      #a578ff 1.36%,
      #ff83bd 33.6%,
      #ffba6d 65.83%,
      #fbe9be 99.05%);
  --linear-2: linear-gradient(95.75deg,
      #fbe9be 1.37%,
      #ffba6d 34.37%,
      #ff83bd 66.41%,
      #a578ff 98.45%);
  --linear-3: linear-gradient(93.49deg,
      #0096ff 0%,
      #bc63ff 33%,
      #f2416b 66%,
      #eb7501 100%);
  --linear-4: linear-gradient(95.65deg, #cff15e 1.36%, #26baf8 114.94%);
  --linear-5: linear-gradient(93.49deg, #3a81f4 0%, #9cd0f8 100%);
  --conic-1: conic-gradient(#0096FF 0 var(--progress-desktop), #BC63FF, #F2416B, #EB7501, #444 var(--progress-desktop));
  --bg-black: rgba(0, 0, 0, 1);
  --bg-white: rgba(250, 250, 250, 1);
  --font-family: "Poppins", sans-serif;
  --custom-width: 80%;
}

@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;
}

.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
  animation: var(--animation-slide-in);
  animation-delay: calc(var(--animation-order) * 150ms);
}

.button,
a,
button,
mark {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #fff0;
}

[style*="--aspect-ratio"] {
  position: relative;
}

[style*="--aspect-ratio"]:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio, 16 / 9)));
}

[style*="--aspect-ratio"]> :is(*:first-child, img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  vertical-align: baseline;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-family);
  font-size: var(--body-font-size, 1.4rem);
  font-weight: var(--body-weight);
  line-height: 1.714285714285714;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  background-color: var(--body-bg-color);
  color: var(--body-color);
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

:where(.container, .fluid_container, .stretch_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(--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);
}

.letter-spacing-025 {
  letter-spacing: 0.025em;
}

:where(h1, .h1),
.h1-size {
  --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;
}

picture.lazy-picture img {
  display: none;
}

video {
  max-width: 100%;
}

:where(img) {
  max-width: 100%;
  height: auto;
  transition: var(--bls-transition);
}
.banner__cate-item-img {
  transition: var(--bls-transition);
}
.banner__cate-item:hover .banner__cate-item-img {
  transform: scale(1.02) !important;
}

.demo_container_footer_img {
  transition: var(--bls-transition);
  overflow: hidden;
  border-radius: 20px;
}

.demo_container_footer_img:hover img {
  transform: scale(1.03) !important;
}

:where(.btn-primary, .btn-outline, .btn-secondary) {
  padding: var(--btn-padding);
  font-size: var(--btn-font-size);
  font-weight: var(--heading-weight);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  transition: var(--bls-transition);
  border-radius: var(--btn-radius);
  line-height: 1.65;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.btn-secondary {
  --btn-bg: rgba(51, 51, 54, 1);
  --btn-color: var(--color-white);
  background: var(--linear-1);
}

.btn-outline {
  --btn-bg: #ffffff08;
  --btn-border-color: #71619f40;
  border: 1px solid var(--btn-border-color);
}

.badge-outline {
  --btn-outline-border-color: rgba(52, 111, 237, 1);
  /* padding: 0.9rem 3rem; */
  border: 1px solid var(--btn-outline-border-color);
  border-radius: 10rem;
  font-family: var(--font-family);
}

.btn-outline:hover,
.btn-secondary:hover {
  --btn-bg: #fff;
  color: #000;
}

.btn-primary:hover {
  --btn-bg: #643ed0;
  --btn-border-color: #643ed0;
}

@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.design-tabs__header .tab-title.active {
  transition: var(--bls-transition);
  background-color: var(--btn-bg);
}

.btn-small {
  --btn-padding: 1.5rem 3rem;
}

.btn-nomal {
  --btn-padding: 2rem;
  min-width: 20rem;
  display: inline-flex;
  justify-content: center;
}

.btn-large {
  --btn-padding: 1.8rem 5.5rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: var(--bls-transition);
  color: var(--color-link);
}

p:only-child {
  margin-block: 0;
}

.w-full {
  width: 100%;
}

.w-custom {
  width: var(--custom-width);
}

.gap-custom {
  gap: var(--custom-gap);
}

.w-content {
  width: fit-content;
}

.h-full {
  height: 100%;
}

.font-custom {
  font-family: var(--font-family);
}

.row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(0.5 * var(--bs-gutter-x));
  margin-left: calc(0.5 * var(--bs-gutter-x));
}

.col-lg-3,
.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%;
}

.row>* {
  margin-bottom: calc(var(--bs-gutter-x) - 3px);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom-20 {
  bottom: 20px;
}

.custom-top {
  top: var(--custom-top);
}

.custom-bottom {
  bottom: var(--custom-bottom);
}

.custom-left {
  left: var(--custom-left);
}

.custom-right {
  right: var(--custom-right);
}

.object-contain {
  object-fit: contain !important;
}

.absolute-center {
  left: 50%;
  transform: translateX(-50%);
}

.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;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.color-white {
  color: var(--color-white);
}

.color-white-2 {
  color: #ffffffb2;
}

:where(a:hover) {
  color: var(--color-link-hover);
}

.border {
  border: 1px solid var(--color-border);
}

.border-color-custom {
  border-color: var(--border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.border-top-0 {
  border-top: 0;
}

.border-gradient {
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg,
      #fff0 0,
      rgb(113 97 159 / 0.5) 50%,
      #fff0 100%);
  border-image-slice: 1;
}

.section__pt {
  padding-top: var(--section-pt);
}

.section__pb {
  padding-bottom: var(--section-pb);
}

.section__spacing {
  --bs-gutter-x: 2rem;
  margin-bottom: calc(var(--section-spacing) - var(--bs-gutter-x, 0px));
}

.overflow-hidden {
  overflow: hidden;
  will-change: transform;
  display: block;
}

.lh-1 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-15 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.d-none {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.d-block {
  display: block;
}

.flex-1 {
  flex: 1;
}

.d-grid {
  display: grid;
}

.wrap {
  flex-wrap: wrap;
}

.gap-0 {
  gap: 0 !important;
}

.gap-2 {
  gap: 0.2rem;
}

.gap-5 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-20 {
  gap: 2rem;
}

.gap-30 {
  gap: 3rem;
}
.gap-50 {
  gap: 3rem;
}

.gap-custom {
  gap: var(--custom-gap);
}

.row-gap-20 {
  row-gap: 2rem;
}

.z-2 {
  z-index: 2;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: 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;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.hover-zoom {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: block;
}

.hover-zoom:hover img:not(.label) {
  transform: var(--bls-transform);
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-30 {
  font-size: clamp(1.4rem, 2.8vw, 3rem);
}

.fs-34 {
  font-size: clamp(1.6rem, 3.2vw, 3.4rem);
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-38 {
  font-size: 3.8rem;
}

.fs-40 {
  font-size: 4rem;
}
.fs-50 {
  font-size: clamp(1.8rem, 4vw, 5rem);
}
.fs-60 {
  font-size: clamp(3.2rem, 4.8vw, 6rem);
}

.fs-70 {
  font-size: clamp(3.4rem, 4.5vw, 7rem);
}

.fs-72 {
  font-size: clamp(3.4rem, 4.5vw, 7.2rem);
}

.fs-84 {
  font-size: clamp(4.4rem, 6.7vw, 8.4rem);
}

.fs-90 {
  font-size: clamp(5rem, 7vw, 9rem);
}

.fs-170 {
  font-size: 170px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.z-1 {
  z-index: 1;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-140 {
  margin-left: clamp(5rem, 7vw, 14rem);
  margin-right: clamp(5rem, 7vw, 14rem);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-highlight {
  color: #37dd9e;
}

.cursor-pointer {
  cursor: pointer;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-10 {
  margin-right: 1rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mr-50 {
  margin-right: 5rem;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.1rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-7 {
  margin-top: 0.7rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-13 {
  margin-top: 1.3rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-43 {
  margin-top: clamp(3rem, 3.5vw, 4.3rem);
}

.mt-50 {
  margin-top: clamp(3rem, 4vw, 5rem);
}

.mt-53 {
  margin-top: clamp(3rem, 4vw, 5.3rem);
}

.mt-60 {
  margin-top: clamp(3.5rem, 4vw, 6rem);
}

.mt-70 {
  margin-top: clamp(4rem, 5vw, 7rem);
}

.mt-82 {
  margin-top: clamp(4rem, 5vw, 8.2rem);
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 0.3rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-7 {
  margin-bottom: 0.7rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-13 {
  margin-bottom: 1.3rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-19 {
  margin-bottom: 1.9rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-22 {
  margin-bottom: 2.2rem;
}

.mb-23 {
  margin-bottom: 2.3rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-27 {
  margin-bottom: 2.7rem;
}

.mb-29 {
  margin-bottom: 2.9rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-45 {
  margin-bottom: clamp(3rem, 3.8vw, 4.5rem);
}

.mb-48 {
  margin-bottom: clamp(3rem, 3.8vw, 4.8rem);
}

.mb-50 {
  margin-bottom: clamp(3.2rem, 3.8vw, 5rem);
}

.mb-55 {
  margin-bottom: clamp(3rem, 3.8vw, 5.5rem);
}

.mb-60 {
  margin-bottom: clamp(3.5rem, 4vw, 6rem);
}

.mb-73 {
  margin-bottom: clamp(3.5rem, 4vw, 7.3rem);
}

.mb-94 {
  margin-bottom: clamp(5rem, calc(3.7302rem + 2.953vw), 9.4rem);
}

.mb-118 {
  margin-bottom: clamp(5rem, calc(3.64rem + 4.25vw), 11.8rem);
}

.mb-126 {
  margin-bottom: clamp(5rem, calc(2.8067rem + 5.1007vw), 12.6rem);
}

.p-15 {
  padding: 1.5rem;
}

.p-10 {
  padding: 1rem !important;
}

.py-4 {
  padding-block: 0.4rem;
}

.py-5 {
  padding-block: 0.5rem;
}

.py-6 {
  padding-block: 0.6rem;
}

.py-9 {
  padding-block: 0.9rem;
}

.py-14 {
  padding-block: 1.4rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-inline: clamp(0rem, 5vw, 9rem);
}

.pl-90 {
  padding-left: clamp(0rem, 5vw, 9rem);
}

.p-20 {
  padding: 2rem;
}

.pb-10 {
  margin-bottom: 10px;
}

.pb-100 {
  margin-bottom: clamp(5rem, 5vw, 10rem);
}

.px-9 {
  padding-inline: 0.9rem;
}

.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-28 {
  padding-inline: 2.8rem;
}

.px-30 {
  padding-inline: 3rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.pb-3 {
  padding-bottom: 0.3rem;
}

.pb-8 {
  padding-bottom: 0.8rem;
}

.pb-19 {
  padding-bottom: 1.9rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-36 {
  padding-bottom: 3.6rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 2rem;
}
.pt-30 {
  padding-top: 3rem;
}

.pt-65 {
  padding-top: 6.5rem;
}

.pt-70 {
  padding-top: 7rem;
}

.border-radius {
  border-radius: 12px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-18 {
  border-radius: 18px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-50 {
  border-radius: 50%;
}

.bg-dark {
  background: var(--color-dark, #ffffff08);
  transition: var(--bls-transition);
}

.bg-black {
  background: #000000;
}

.bg-dark-card {
  background: linear-gradient(180deg,
      rgb(0 0 0 / 0.2) -4.05%,
      #fff0 41.73%,
      #000000 100%);
}

.bg-white {
  background: var(--bg-white);
}

.bg-white-2 {
  background: rgb(255 255 255);
}

/* .bg-dark:not(.not-hover):hover {
  background: rgb(255 255 255 / 0.06);
} */

/* .bg-dark-2 {
  background: rgb(22 22 23 / 0.7);
  transition: var(--bls-transition);
} */

.demo_desktop {
  display: none;
}
.demo_mobile {
  display: block;
}

.bg-dark-2:not(.not-hover):hover {
  background: #202326;
}

.bg-dark-2 {
  background: #202326;
}

.bg-dark-3 {
  background: #151718;
}

.bg-dark-4 {
  background: #202326;
}

.bg-dark-5 {
  background: #ffffff0d;
}

.heading-color {
  color: var(--color-heading);
}

.base-color {
  color: var(--body-color);
}

.site-header.header-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: var(--bls-transition);
  z-index: 10;
  background: black;
  box-shadow: 0.1rem 0 5rem rgba(0, 0, 0, 0.8);
}

.site-header.header-pinned .fluid_container {
  border-bottom: 1px solid var(--color-border);
}

.site-header.header-pinned .fluid_container::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 {
  position: relative;
  right: -20px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px 7px;
  line-height: 1;
  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;
}

@keyframes heartBeat1 {

  0%,
  50% {
    transform: scale(1);
    opacity: 1;
  }

  15% {
    transform: scale(0.8);
  }

  20% {
    transform: scale(0.85);
    opacity: 1;
  }

  35% {
    transform: scale(1.3);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
  }
}

.text-color {
  color: var(--color-text);
}

.text-black {
  color: rgb(0 0 0);
}

.text-gray {
  color: rgb(90 90 90);
}

.text-effect,
.text-white {
  color: #fff;
}

.text-effect:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1.5px;
  bottom: -1px;
  transition: 0.4s cubic-bezier(0.3, 1, 0.3, 1);
  color: #fff;
}

.col-type-1,
.col-type-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column {
  flex-direction: column;
}

.section-bottom-text .content-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-bottom-text .image_bg {
  min-height: 70rem;
  object-fit: cover;
}

.item__demo-big {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55.5%;
  -ms-flex: 0 0 55.5%;
  flex: 0 0 55.5%;
  max-width: 55.5%;
}

.item__demo-small {
  flex: 1;
}

.item__demo-equal {
  flex: 1;
}

.theme-image-demo img {
  min-height: 35rem;
  object-fit: cover;
}

.section__layout__tab .tab__item {
  line-height: 4rem;
  height: 4rem;
}

.section__mobile .tab__item,
.section__slide_tab .tab__item {
  background: #333336;
}

.tab__item {
  padding: 0 15px;
  /* background-color: #2b2e31; */
  color: #fff;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.tab__item.active,
.tab__item:hover {
  background-color: #fff;
  color: #000;
}
.tab__item_bg {
  background-color: #FFFFFF0D;
}
.align-self-end {
  align-self: end;
}

.slide__tab__container {
  flex-direction: column;
  row-gap: 2rem;
}

.slide__tab__container .col__text {
  flex: 1;
}

.slide__tab__container .col__text a {
  display: flex;
  justify-content: center;
}

.slide__tab__container .col__image {
  flex: 1;
}

.layout__tab__item .col-tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.5%;
  -ms-flex: 0 0 51.5%;
  flex: 0 0 51.5%;
  max-width: 43.5%;
}

.tab__image {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility:hidden;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: -1;
}

.tab__image.active {
  position: static;
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  margin-block: 0;
  z-index: 0;
}

.banner__cate-heading {
  margin-bottom: 3.65rem;
}

.header_banner_heading_1 {
  padding-top: calc(5.06rem + 9.1875vw);
}

.img__container {
  margin-block: auto;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (min-width: 1440px) {
  .demo_container_footer_center .des_footer_content, .demo_container_footer_center .heading_footer_content {
    width: 48%;
  }

  .banner__cate-top  {
    padding-top: 150px ;
  }
  .section__banner-cate {
    margin-top: calc(-14.25rem + 9.8958vw);
  }
  .header_banner_des {
    margin-top: calc(-3.6rem + 2.5vw);
  }
  .mt-xxl-86 {
    margin-top: clamp(0rem, -25.8rem + 18vw, 9rem);
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-none {
    display: none;
  }
  img.header_banner_image {
      width: 100% !important;
      height: 100% !important;
  }
  .header_banner_wrapper {
    width: 87%;
    border-radius: 25px;
    border: 6px solid transparent; /* Tạo không gian cho viền */
    background-image: linear-gradient(white, white), var(--linear-3); /* Lớp 1 là màu nền nội dung, lớp 2 là gradient */
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .banner_wrapper__header {
    display: flex;
    justify-content: center;
  }
  div#bls__swiper-layout__tab_header {
      margin: 20px;
      margin-bottom: 12px;
      border-radius: 25px;
  }
  .header_image_wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .text-effect:hover:after {
    transition: var(--transition);
    animation: 1s infinite btnLinkAnimation;
  }

  .border-animation:is(:hover, .active) {
    background-size: 100% var(--height, 1px);
    background-position: left bottom;
  }

  :is(.border-animation):hover {
    animation: 1s infinite borderAnimation;
  }

  @keyframes borderAnimation {
    0% {
      background-size: 100% 1px;
      background-position: right 100%;
    }

    33% {
      background-size: 0% 1px;
      background-position: right 100%;
    }

    66% {
      background-size: 0% 1px;
      background-position: left 100%;
    }

    100% {
      background-size: 100% 1px;
      background-position: left 100%;
    }
  }
}

.theme-label {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 1;
  pointer-events: none;
  animation: 1.35s linear infinite heartBeat1;
}

@media (max-width: 991.98px) {
  .section__layout__tab .col-tab {
    width: 100%;
  }
  .section__layout__tab .tab__content-heading {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section__layout__tab .section-description {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section__layout__tab .tab__item__container {
    display: flex;
    justify-content: center;
  }
  .section__layout__tab picture, .section__layout__tab .col-image,.section__layout__tab .img__container, .section__layout__tab .img__container img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .btn-demo {
    box-shadow: 0rem 1rem 6rem 1rem rgba(0, 0, 0, 0.8);
  }

  .header-fixed,
  .site-header.header-pinned {
    padding-block: 2rem;
  }

  .layout__tab__item {
    flex-direction: column;
    height: auto;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .layout__tab__item .icon-with-text {
    justify-content: center;
    text-align: left;
  }

  .layout__tab__item .col-tab {
    max-width: 100%;
  }

  .tab__image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  /* section__layout__tab */
  .section__layout__tab .w-content {
    margin: auto auto 20px auto;
  }
  /* mobile tab */
  .layout__tab__image_mobile {
    padding: 0 20px;
  }
  
  .mobile-tab-swiper {
    overflow: hidden;
  }
  
  .tab__image_mobile {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
  
  .tab__image_mobile.active {
    transform: scale(1);
  }
  /* product tab */
  .sec__tab-image {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .d-none-mb {
    display: none !important;
  }

  .ms-flex-none {
    flex: none;
  }

  .site-header .fluid_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider-button-wrapper {
    flex-direction: column;
    max-width: 300px;
    margin: auto;
  }

  .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::before,
  .navigation-mobile .open-children-toggle::after {
    display: none;
  }

  .navigation-mobile .bls-menu-item,
  .navigation-mobile ul li,
  .navigation-mobile .subchildmenu-header,
  .navigation-mobile .title-submobile {
    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) no-repeat center;
    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) no-repeat center;
    width: 6px;
    height: 12px;
    position: absolute;
    display: inline-flex;
    transform: none;
    margin-top: -6px;
  }

  .navigation-mobile,
  .navigation-mobile .submenu,
  .navigation-mobile .subchildmenu,
  .navigation-mobile .sub-nav {
    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.box-menu,
  .navigation-mobile .open-submenu .submenu,
  .navigation-mobile .open-submenu .sub-nav,
  .navigation-mobile .open-subchildmenu .subchildmenu {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  .navigation-mobile .menu-close {
    position: absolute;
    right: 30px;
    top: 20px;
    background: url(../assets/images/icon-svg/icon_sub_close.svg) no-repeat center;
    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 .title-mobile {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 14px;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-weight: var(--heading-weight);
  }

  .navigation-mobile .subchildmenu-header,
  .navigation-mobile .title-submobile {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 1.5rem 3rem;
    font-weight: var(--heading-weight);
    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;
  }

  .justify-center-mb {
    justify-content: center;
  }

  .text-center-mb {
    text-align: center;
  }

  .mr-50-mb {
    margin-right: 5rem;
  }
}

@media (max-width: 575px) {
  .d-none-small-mb {
    display: none !important;
  }

  .layout__tab__item .icon-with-text {
    justify-content: start;
  }

  .row {
    display: block;
  }

  .gap-30 {
    gap: 15px;
  }
  /* des footer */
  .section-description {
    margin-bottom: 20px;
  }

  /* icon content footer */
  .slider-content-icon {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.site-header:not(.header-pinned) .menu-content-item {
    color: #111111;
}

.site-header:not(.header-pinned) .logo_white {
    display: none;
}

.site-header.header-pinned .logo_black {
    display: none;
}

.site-header:not(.header-pinned) .icon_menu-white {
    display: none;
}

.site-header.header-pinned .icon_menu-black {
    display: none;
}

.header_banner_content  {
  position: relative;
}

.header_banner_subheading {
  position: relative;
  z-index: 3;
}

/* .header_banner_content {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
} */

/* .header_banner_bg_icon {
  z-index: 5;
  width: 100%;
  top: 100px;
  left: 0;
} */
img.header_banner_image {
    width: 94%;
}

.topbar {
  background: var(--color-primary);
  padding: 1rem 0;
}

.section__slider {
  padding: 50px 0 0;
  background-image: url(../assets/images/bg-1-with-image.jpg);
  height: auto;
}

.slider-button-wrapper .btn-outline {
  --bls-transition: all 0.2s linear;
  --btn-padding: 1.6rem 1.5rem;
}

.slider-button-wrapper .btn-outline:not(:hover) {
  --btn-bg: transparent;
  --btn-border-color: var(--color-white);
}

.slider-heading .linear-1 {
  background: var(--linear-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  display: inline-flex;
}

.slider-heading .linear-2 {
  background: var(--linear-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.slider-heading .linear-3,
.linear-3 {
  background: var(--linear-3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.slider-heading .linear-4,
.linear-4 {
  background: var(--linear-4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.slider-text {
  max-width: 55rem;
}

.top-1 {
  animation-name: fadeInDownslideshow;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
}

.slider-heading {
  animation-name: fadeInDownslideshow;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}

.section__slider .section-description {
  animation-name: fadeInDownslideshow;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
}

.slider-button-wrapper {
  animation-name: fadeInDownslideshow;
  animation-duration: 0.8s;
  animation-delay: 0.9s;
}

.banner-slider {
  -webkit-clip-path: ellipse(106% 100% at center 0);
  clip-path: ellipse(106% 100% at center 0);
}

.banner-slider picture {
  align-self: flex-end;
}

:is(.top-1,
  .slider-heading,
  .section__slider .section-description,
  .slider-button-wrapper) {
  opacity: 0;
  animation-fill-mode: forwards;
}

.top-1 .btn-outline.btn-small {
  pointer-events: none;
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  5%,
  80% {
    opacity: 0;
  }

  48% {
    opacity: 0.2;
  }

  100% {
    left: 82%;
  }
}

@-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;
  }
}

@keyframes cross-top-blur {
  from {
    opacity: 0;
    filter: blur(10px);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes cross-left-blur {
  from {
    opacity: 0;
    filter: blur(5px);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes cross-left-blur {
  from {
    opacity: 0;
    filter: blur(5px);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes cross-right-blur {
  from {
    opacity: 0;
    filter: blur(5px);
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.section-description {
  max-width: 650px;
  color: var(--color-text, rgb(255 255 255 / 0.7));
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.mw-450 {
  max-width: 450px;
}

.number-home {
  margin-bottom: -1.5rem;
}

.number-home span {
  vertical-align: top;
}

.template-tab {
  padding: 1rem 4rem;
  border-radius: 12rem;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 10px;
}

.template-tab li {
  border-radius: 12rem;
  padding: 1rem 2rem;
  color: var(--color-white, #fff);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid transparent;
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.template-tab li.active,
.template-tab li:hover {
  border: 1px solid var(--color-white);
}

.template-libraries-heading {
  padding-top: 50px;
}

.design-tabs__header .tab-title:not(.active):hover {
  color: var(--color-white);
  background: #fff0;
  border-color: var(--color-primary);
}

.label-popular {
  background-color: #d2fcb9;
  color: #3a7d13;
  padding: 3px 10px;
}

.label-new {
  background-color: #3357d8;
  color: var(--color-white);
  padding: 3px 10px;
}

.label-free {
  background-color: #f2b9fc;
  color: #882898;
  padding: 3px 10px;
}

.label-hot {
  background-color: #d0473e;
  color: var(--color-white);
  padding: 3px 10px;
}

.design-tabs__content .theme-demo:not(.scroll-trigger--offscreen) {
  transition: var(--bls-transition);
}

.theme-demo:hover {
  border-color: var(--color-primary);
}

.theme-dot span {
  width: 5px;
  height: 5px;
  background: rgb(255 255 255 / 0.3);
  border-radius: 50%;
}

.footer-template-libraries h4 {
  font-size: 3.2rem;
}

.footer-template-libraries h4 span {
  background: var(--Linear-text,
      linear-gradient(92deg, #fff 0, #fff 60%, #794aff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

@-moz-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-o-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-moz-keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-o-keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.scrolling-text-container {
  background: rgb(0 0 0);
}

.item-icon-w-text {
  max-width: 40rem;
  padding: 3rem;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.05);
  border-radius: 8px;
  background: rgb(255 255 255);
}

.overlay-bottom {
  background: linear-gradient(180deg,
      rgb(0 0 0 / 0.2) -4.05%,
      #fff0 41.73%,
      #000000 100%);
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: -5px;
  pointer-events: none;
}

.section__scroll-demo img {
  width: 300px;
  height: auto;
}

.section__scroll-button {
  z-index: -1;
}

.section__scroll-button>*,
.section__scroll-text>* {
  animation: ticker 50s infinite linear;
  flex-shrink: 0;
  line-height: 1;
}

.section__scroll-text-reverse>* {
  animation: ticker-reverse 50s infinite linear;
  flex-shrink: 0;
  line-height: 1;
}

.section__scroll-button:hover>*,
.section__scroll-text:hover>*,
.section__scroll-text-reverse:hover>* {
  animation-play-state: paused;
}

.section__scroll-button .btn-outline {
  pointer-events: none;
  border: 0;
  --btn-padding: 1.6rem 3rem;
}

.section__scroll-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #13111c 0, #fff0 49.5%, #13111c 100%);
}

.mobile-box h3 {
  background: rgb(113 97 159 / 0.25);
}

.shoppable-demo-video {
  width: 100%;
  border: 1px solid var(--color-primary);
  line-height: 0;
  margin: 0 1.5rem;
}

.shoppable-demo-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  background: url(../assets/images/icon-svg/icon_shoplable.svg) no-repeat center;
  width: 25px;
  height: 39px;
}

.box-speed-inner {
  max-width: 410px;
  margin: auto;
}

.box-speed .btn-outline {
  border: 0;
}

.box-speed .btn-outline:not(:hover) {
  --btn-bg: rgba(255, 255, 255, 0.03);
}

.progress-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#0be8b4 0 var(--progress-desktop),#444 var(--progress-desktop));
  /* background: var(--linear-3); */
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #312f44;
  z-index: 1;
}

.progress-value {
  color: #0be8b4;
  font-size: 4rem;
  z-index: 2;
}

.counter-mobile {
  background: conic-gradient(#ffb800 0 var(--progress-mobile), #444 var(--progress-mobile));
  /* background: var(--linear-4); */
}

.counter-mobile .progress-value {
  color: #ffb800;
}

.visitor__more {
  margin-top: 0.2rem;
  transition: var(--bls-transition);
}

.visitor__more:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.design-tabs__content .tab-content {
  display: none;
  opacity: 0;
}

.design-tabs__content .tab-content.active {
  opacity: 1;
  z-index: 2;
  display: block;
}

.design-tabs__content .tab-content:not(.active)>* {
  pointer-events: none !important;
}

.clients-info {
  border-radius: 0 0 15px 15px;
}

.bls__page-faq-items .bls__page-faq-title {
  padding: 3rem 5rem 3rem 0;
  cursor: pointer;
}

.section-faq .bls__page-faq-items:first-child .bls__page-faq-title {
  padding-top: 0;
}

.section-faq .bls__page-faq-items:first-child .open-children-toggle {
  top: 25%;
}

.bls__page-faq-content {
  padding: 0 0 3rem 0;
}

.bls__page-faq-items:not(.active) .bls__page-faq-title {
  color: rgb(0 0 0);
}

.faq-image {
  position: relative;
  display: block;
}

.faq-image picture {
  border-radius: 15px;
  overflow: hidden;
  transition: var(--bls-transition);
}

.faq-image:not(.active) picture {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
}

.faq-image.active picture {
  opacity: 1;
  transform: translateY(0);
}

.open-children-toggle {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  z-index: 2;
  cursor: pointer;
}

.section-faq .open-children-toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--color-border);
  color: var(--bg-black);
}

.section-faq .active .open-children-toggle {
  background-color: var(--bg-black);
}

.active .open-children-toggle:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.active .open-children-toggle::after,
.active .open-children-toggle:before {
  background-color: var(--color-white);
}

.open-children-toggle:after,
.open-children-toggle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: var(--bls-transition);
  background-color: var(--bg-black);
}

.open-children-toggle:before {
  width: 12px;
  height: 1px;
}

.open-children-toggle:after {
  width: 1px;
  height: 12px;
}

.site-section__header p {
  max-width: 470px;
  margin: auto;
}

@keyframes circTxt-rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon-footer::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: url(../assets/images/icon-svg/rotator_text.svg) no-repeat center;
  width: 80px;
  height: 80px;
  z-index: 1;
  animation: 8s linear 0s infinite normal none running circTxt-rotating;
}

.text-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-color: #7363f8;
  filter: blur(150px);
  border-radius: 50%;
}

@keyframes blur {
  0% {
    top: var(--top-blur);
  }

  16% {
    top: -5%;
  }

  32% {
    top: -30%;
  }

  48% {
    top: -55%;
  }

  64% {
    top: -30%;
  }

  80% {
    top: -5%;
  }

  100% {
    top: var(--top-blur);
  }
}

.box-shadow-top::after {
  content: "";
  position: absolute;
  height: 425px;
  left: 0;
  right: 0;
  top: 0;
  background: radial-gradient(50% 100% at 50% 0,
      rgb(115 99 248 / 0.2) 0,
      #fff0 100%);
  pointer-events: none;
  transition: all 0.6s linear;
}

.box-shadow-top.scroll-trigger--offscreen::after {
  opacity: 0.5;
  left: 50%;
  right: 50%;
}

.box-shadow-bottom::after {
  content: "";
  position: absolute;
  height: 425px;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 100% at 50% 0,
      rgb(115 99 248 / 0.2) 0,
      #fff0 100%);
  transform: rotate(180deg);
  pointer-events: none;
}

.help_us_improve {
  position: fixed;
  right: 1.5rem;
  bottom: 9rem;
  z-index: 9;
}

.back-to-top-button {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  background-color: var(--color-white);
  z-index: 9;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgb(17 17 17 / 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--bls-transition);
}

.back-to-top-button.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.menu-bottom-mobile {
  background: rgb(19 17 28 / 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  justify-content: space-around;
  border-top: 1px solid var(--color-border);
}

@media (min-width: 576px) {
  .col-sm-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-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc((100% - 20px) / 2);
  }

  .features-grid {
    column-count: 2;
    display: block;
    gap: 0;
  }

  .features-grid>div {
    break-inside: avoid;
    display: inline-block;
  }

  .shoppable-demo-video {
    max-width: 200px;
  }
}

@media (min-width: 360px) {
  .visitor-right-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  position: relative;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #fff0;
  border-radius: 50%;
}

.swiper-pagination-bullet-active::before {
  border-color: var(--color-white);
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 1 !important;
}

.swiper-button-next:after {
  background: url(../assets/images/icon-svg/topbar_next.svg) no-repeat center;
  width: 16px;
  height: 16px;
}

.swiper-button-prev:after {
  background: url(../assets/images/icon-svg/topbar_prev.svg) no-repeat center;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  :root {
    --section-pt: 120px;
    --section-pb: 120px;
    --section-spacing: 100px;
  }

  .menu-bottom-mobile {
    display: none;
  }

  .back-to-top-button {
    right: 3rem;
  }

  .help_us_improve {
    bottom: 3rem;
    right: 3rem;
  }

  .slide__tab__container {
    flex-direction: row;
  }

  .slide__tab__container .col__text {
    padding-right: 9rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    text-align: left;
  }

  .slide__tab__container .col__text a {
    justify-content: start;
    align-items: center;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 75px;
  }
  .banner__cate-content_1 {
    top: 40px !important;
  }
  .banner__cate-content_2_wrapper {
    bottom: 15px !important;
  }
  .template-tab {
    border-radius: 12px;
  }

  .item-icon-w-text {
    max-width: 25rem;
    padding: 2rem;
  }
}
.sec__tab-image {
  position: relative;
}
.sec__tab-image .tab__image {
  left: 0;
}

@media (min-width: 992px) {
  .sec__tab-image .img__container {
    width: 95%;
  }
  .demo_desktop {
    display: block;
  }
  .demo_mobile {
    display: none;
  }
 
  :root {
    --width-blur: 800px;
    --height-blur: 800px;
    --top-blur: 200px;
    --opacity-blur: 0.3;
  }

  .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%;
  }

  .row-md {
    flex-direction: row;
  }

  .col-type-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }

  .col-type-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }

  .section__scroll-demo img {
    width: 435px;
    height: auto;
  }

  .navigation>ul>li {
    margin: 0 16px;
    padding: 27px 0;
  }

  .navigation>ul>li:not(.item-mega) {
    position: relative;
  }

  .navigation>ul>li>a svg {
    margin-left: 5px;
    vertical-align: middle;
  }

  .navigation ul a {
    color: var(--color-heading);
    transition: 0.2s;
    font-size: 14px;
    font-weight: 500;
    font-weight: var(--heading-weight);
    position: relative;
    display: block;
    cursor: pointer;
  }

  .navigation .sub-nav {
    background: rgb(19 17 28 / 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0 0 10px 10px;
    padding: 18px 30px 25px 30px;
    border: 1px solid var(--color-border);
  }

  .navigation .submenu {
    background-color: #13111c4d;
    padding: 50px 0;
  }

  .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,
  .navigation .submenu li a {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: var(--body-weight);
  }

  .navigation .sub-nav,
  .navigation .submenu {
    position: absolute;
    left: 0;
    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;
  }

  .navigation .sub-nav {
    margin: 0;
    top: 100%;
    min-width: 170px;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }

  .navigation .submenu {
    margin: 25px 0 0;
    right: 0;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }

  .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,
  .navigation>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: none !important;
  }

  .navigation .sub-nav li:not(:last-child),
  .navigation .submenu li:not(:last-child) {
    margin-bottom: 7px;
  }

  .navigation .sub-nav li a:hover,
  .navigation .submenu li a:hover {
    transform: translateX(5px);
  }
}

@media (min-width: 1025px) {
  .layout__tab__item_first .col-image {
    width: 55%;
  }
  .container {
    width: 90%;
  }

  .fluid_container,
  .stretch_container {
    width: 95%;
  }

  .section__slider {
    padding: 130px 0 0;
  }

  .swiper-vertical {
        display: flex !important;
        gap: 20px !important;
        position: relative;
        z-index: 6;
        display: flex;
        justify-content: center;
        padding: 20px;
        padding-top: 40px;
  }
  /* .section__banner-cate {
    margin-top: 4.75rem;
  } */
}

@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);
  }

  .stretch_container {
    max-width: calc(var(--stretch-container) + var(--bs-gutter-x) * 2);
  }

  .stretch_width {
    --bs-gutter-x: 3rem;
  }

  .features-grid {
    column-count: 3;
  }

  .visitor-right-content {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-faq-admin,
  .section__template-libraries {
    --bs-gutter-x: 3rem;
  }

  .section-faq-admin .faq-content-inner {
    min-height: 95px;
  }

  .section__slider {
    padding: 180px 0 0;
  }

  .section__layout__tab .layout__tab__item {
    height: 60rem;
  }
}

.section__responsive {
  --bs-gutter-x: 5rem;
}

.custom_text_html {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 10px;
  z-index: 99;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  pointer-events: auto;
  overflow: hidden;
  padding: 12px 30px;
}

.custom_text_html a {
  color: #fff;
  text-decoration: underline;
}

.btn-outline .menu-label.hot {
  color: red;
  top: 9px;
  right: 15px;
  background: none;
  font-weight: bolder;
}

.btn-outline .menu-label.hot::after {
  display: none;
}

footer {
  padding-bottom: 57px;
}

@media (max-width: 991.98px) {
  .btn-outline .menu-label.hot {
    top: -13px;
    right: 12px;
  }

  .item__demo img {
    margin-bottom: 2rem;
  }

  .item__demo-big {
    flex: 1;
  }

  .item__demo-equal-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .custom_text_html {
    display: none;
  }

  .item__demo_container {
    flex-direction: column;
  }

  .item__demo-big {
    max-width: 100%;
    width: 100%;
  }
  
  .d-md-inline-block {
    display: inline-block;
  }
}

@keyframes btnLinkAnimation {
  0% {
    left: 0;
    width: 100%;
  }

  33% {
    left: 100%;
    width: 0;
  }

  66% {
    left: 0;
    width: 0;
  }

  100% {
    right: 0;
    width: 100%;
  }
}

.wh-40 {
  width: 40px;
  height: 40px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.content-center {
  justify-content: center;
  align-items: center;
}

.bg-linear-1 {
  background: var(--linear-1);
}

.border-animation,
.outlined-border {
  position: relative;
  background-image: linear-gradient(to right,
      currentColor 0%,
      currentColor 100%);
  background-size: var(--bg-size, 0) var(--height, 1px);
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), color 0.3s;
}

.text-underline {
  text-decoration: underline;
}

.mb-0 {
  margin-bottom: 0;
}

:where(blockquote, dl, dd, hr, figure, p, pre) {
  margin: 0;
}

.max-w-custom {
  max-width: var(--max-width-custom, 100%);
}

.input {
  height: 54px;
  width: 400px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 1.5rem 2rem;
}

/* banner__cate start */

.banner__cate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 30px;
}

.banner__cate-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(155, 89, 182, 0.18);
  transition: all 0.4s ease;
  /* border: 2px solid var(--color-white); */
  /* background: white; */
  /* padding: 2px;  */
}

.banner__cate-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(155, 89, 182, 0.3);
}

.banner__cate-item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.banner__cate-item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 1;
}

.banner__cate-item:nth-child(2),
.banner__cate-item:nth-child(3),
.banner__cate-item:nth-child(6) {
  grid-column: span 1;
}

.banner__cate-item:nth-child(4),
.banner__cate-item:nth-child(5) {
  grid-column: span 2;
}

img.banner__cate-image {
  width: 280px;
}

@media (max-width: 1024px) {
  .banner__cate-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    grid-auto-rows: minmax(280px, auto);
  }

  .banner__cate-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  /* .banner__cate-top {
    margin-top: 100px !important;
  } */
  .mt-md-40 {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .banner__cate-list {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-auto-rows: minmax(auto, auto);
  }

  .banner__cate-item {
    padding: 10px;
    border: none;
  }

  /* .banner__cate-top {
    margin-top: 100px !important;
  } */

  img.banner__cate-image {
    width: 50%;
  }

  .text-sm-center {
    text-align: center;
  }

  .template-tab li {
    flex: unset;
  }

  .theme-item.col-md-4 {
    flex: 0 0 calc(100%/3 - 25px) !important;
  }
}

/* banner__cate start */
/* section__template-libraries */
.theme-item.col-lg-3 {
  flex: 0 0 calc(100%/4 - 25px);
}

/* tab__item__container */
.template-tab.tab__item__container {
  background-color: var(--bg-color);
}
/* header_banner_heading_2 */
.header_banner_heading_2 {
  position: relative;
}

.header_banner_heading_2::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/line-header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  clip-path: inset(0 100% 0 0);
  animation: revealRightToLeft 0.8s ease-out forwards;
}
.header_banner_bg_icon {
  clip-path: inset(0 100% 0 0); 
  animation: revealRightToLeft 1s ease-out forwards;
}

@keyframes revealRightToLeft {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.layout__tab__image_mobile {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 60px;
}

.mobile-tab-swiper {
  width: 100%;
  padding: 20px 0;
}

.mobile-tab-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab__image_mobile {
  opacity: 0.5;
  transform: scale(1) translateY(20px);
  transition: opacity .5s ease, transform .5s ease, filter .5s ease;
  filter: blur(1px);
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab__image_mobile img {
  display: block;
  max-width: 305px;
  width: 100%;
  height: auto;
}

.tab__image_mobile.active {
  opacity: 1;
  transform: scale(1.1) translateY(0);
  filter: blur(0);
  z-index: 3;
}

.tab__image_mobile:not(.active) {
  z-index: 1;
}

/* Tablet: show 3 items with Swiper */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .mobile-tab-swiper {
    overflow: visible;
  }
}

/* Desktop: show 5 items with Swiper */
@media (min-width: 1024px) {
  .mobile-tab-swiper {
    overflow: visible;
  }
  div#section__banner-cate {
    margin-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .buynow-btn-mobile {
    display: none;
  }
  .w-md-50 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .buynow-btn-mobile {
    display: flex;
  }
}

@media (max-width: 429.98px) {
  .header_banner_bg_icon {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation-mobile .menu-content-item {
    color: #111111 !important;
  }
  .buynow-btn-mobile {
    width: 100%;
    z-index: 6;
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 0;
    justify-content: center;
  }
}

.btn__buynow-icon {
  display: block;
  transition: transform 0.2s ease-in-out; 
}

.btn__buynow:hover .btn__buynow-icon {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out; 
}

.fui-button-shiny-2 {
  transition: all 1s ease;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.fui-button-shiny-2::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all linear 0.5s;
}
.fui-button-shiny-2:hover {
  background-color: #1dc071;
  color: #fff;
}
.fui-button-shiny-2:hover::before {
  left: 100%;
}

.btn-store::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
}
:where(.btn-secondary-buy) {
  padding: var(--btn-padding);
  font-size: var(--btn-font-size);
  font-weight: var(--heading-weight);
  color: var(--btn-color);
  background: var(--linear-1);
  transition: var(--bls-transition);
  border-radius: var(--btn-radius);
  line-height: 1.65;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.btn-secondary-buy::before {
  background: var(--linear-1);
}

.image_slide_header_1,  
.image_slide_header_2,
.image_slide_header_3,
.image_slide_header_4 {
    z-index: 1;
}
@media (max-width: 991.98px) {
  .demo_container_footer_left, .demo_container_footer_right, .demo_container_footer_center {
    width: 100%;
  }
  .image_slide_header_1,  
  .image_slide_header_2,
  .image_slide_header_3,
  .image_slide_header_4 {
    display: none;
  }
}

@media (min-width: 992px) {
  .demo_container_footer_left, .demo_container_footer_right {
    width: 26.9%;
  }
  .demo_container_footer_center {
    flex: 1;
  }
}

.border-btn-ass {
  border: 1px solid #FFFFFF33 !important;
}

.footer_img_1 {
  width: auto;
  width: 260px !important;
  position: absolute !important;
  height: auto !important;
  left: 3% !important;
  top: 7% !important;
}

.footer_img_2 {
  width: 260px !important;
  position: absolute !important;
  height: auto !important;
  left: 3% !important;
  top: auto !important;
  bottom: 7% !important;
}
.footer_img_3 {
  width: 260px !important;
  position: absolute !important;
  height: auto !important;
  right: 3% !important;
  left: auto !important;
  top: 7% !important;
}

.footer_img_4 {
  width: 320px !important;
  position: absolute !important;
  height: auto !important;
  right: 0% !important;
  left: auto !important;
  top: auto !important;
  bottom: 7% !important;
}

.footer_img_5, .footer_img_6 {
  width: 90px !important;
  position: absolute !important;
  height: auto !important;
  top: 40% !important;
}

.footer_img_5 {
  left: 15% !important;
}
.footer_img_6 {
  right: 15% !important;
  left: auto !important;
}

.footer_img_1,.footer_img_3, .image_slide_header_1, .icon_header_1, .icon_header_6 {
  position: absolute;
  animation: floatX 3s ease-in-out infinite;
  will-change: transform;
}

.footer_img_2, .footer_img_4, .image_slide_header_2, .icon_header_3, .icon_header_4 {
  position: absolute;
  animation: floatX2 3s ease-in-out infinite;
  will-change: transform;
}

.footer_img_5, .footer_img_6,.image_slide_header_3, .icon_header_2, .icon_header_5 {
  position: absolute;
  animation: floatY 3s ease-in-out infinite;
  will-change: transform;
}
.image_slide_header_4, .icon_header_7 {
  position: absolute;
  animation: floatY2 3s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatX {
  0%   { transform: translateX(0);   }
  50%  { transform: translateX(-12px); }
  100% { transform: translateX(0);   }
}

@keyframes floatY {
  0%   { transform: translateY(0);   }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0);   }
}
@keyframes floatY2 {
  0%   { transform: translateY(0);   }
  50%  { transform: translateY(12px); }
  100% { transform: translateY(0);   }
}

@keyframes floatX2 {
  0%   { transform: translateX(0);   }
  50%  { transform: translateX(12px); }
  100% { transform: translateX(0);   }
}

@media (max-width: 1350px) {
  .footer_img_1, .footer_img_2, .footer_img_3 {
    width: 200px !important;
  }
  .footer_img_4 {
    width: 250px !important;
  }
  .footer_img_5 {
    left: 12% !important;
  }
  .footer_img_6 {
    right: 12% !important;
  }
}

@media (max-width: 1180px) {
  .footer_img_1, .footer_img_2, .footer_img_3 {
    width: 180px !important;
  }
  .footer_img_4 {
    width: 200px !important;
  }
  .footer_img_5 {
    left: 12% !important;
  }
  .footer_img_6 {
    right: 12% !important;
  }
}
.layout__tab__item .col__image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer_img_1, .footer_img_2, .footer_img_3, .footer_img_4, .footer_img_5, .footer_img_6 {
    display: none !important;
  }
  .icon_header_1,.icon_header_2,.icon_header_3,.icon_header_4,.icon_header_5,.icon_header_6,.icon_header_7 {
    display: none;
  }
  .section__design-preview .bls__section-header_slider {
    position: relative !important;
    padding-top: 50px;
  }
  .mobile_demo, .icon_demo {
    display: none;
  }
  .theme-demo img {
    width: 100%;
  }
}
.demo_container_footer_content {
    top: 31px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.demo_container_footer_content .des_footer_content, .demo_container_footer_content .heading_footer_content {
  text-align: center;
}
.des_footer_content, .heading_footer_content {
  width: 80%;
}
.demo_container_footer_center {
    top: 30%;
}
@media (max-width: 1800px) {
  .image_slide_header_2 {
    --custom-top: 55% !important;
  }
}
@media (max-width: 1700px) {
  .image_slide_header_2 {
    --custom-top: 51% !important;
  }
}

@media (max-width: 846px) {
  .des_footer_content, .heading_footer_content {
    width: 90%;
  }
  .header_banner_heading_group {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .header_banner_heading_2{
    width: fit-content;
  }
}
@media (max-width: 509px) {
  .demo_container_footer_center {
      top: 25%;
  }
  .heading_footer_content { 
    font-size: 20px !important;
  }
}
@media (max-width: 430px) {
  .demo_container_footer_center {
      top: 25%;
  }
}
.section__design-preview .swiper-slide:not(:first-child):not(.swiper-slide-active) {
  opacity: 0 !important;
} 

.bls__section-header_slider {
  top: 10%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) !important;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider {
  opacity: 1;
  visibility: visible;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider > * {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider > *:nth-child(1) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider > *:nth-child(2) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 0.8s !important;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider > *:nth-child(3) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.section__design-preview .swiper-slide-active .bls__section-header_slider > *:nth-child(4) {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.section__design-preview .swiper-slide-active .bls__section-header_slider > * {
  -webkit-animation-name: fadeInDownslideshow !important;
  animation-name: fadeInDownslideshow !important;
}

@-webkit-keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.icon_header_1 {
  position: absolute;
  top: 5%;
  left: 14%;
}

.icon_header_2{
  position: absolute;
  top: 23%;
  left: 4%;
}

.icon_header_3{
  position: absolute;
  top: 36%;
  left: 19%;
}
.icon_header_4 {
    position: absolute;
    top: 4%;
    right: 22%;
}
.icon_header_5 {
    position: absolute;
    top: 14%;
    right: 6%;
}

.icon_header_6 {
    position: absolute;
    right: 2%;
    top: 31%;
}

.icon_header_7 {
    position: absolute;
    top: 38%;
    right: 31%;
}

.tab__image:not(.active) .col__image {
    opacity: 0;
}

#bls__swiper-layout__tab_header .swiper-pagination-bullet-active::before  {
  border: 1px solid #111111 !important;
}
#bls__swiper-layout__tab_header .swiper-pagination-bullet {
  background: #111111 !important;
}
img.mobile_demo {
  position: absolute;
  bottom: -43px;
  right: -30px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.theme-image:hover .mobile_demo {
  opacity: 1;
  transform: translateY(0);
}

.theme-image:hover .icon_click_demo {
  opacity: 1;
}
.icon_click_demo {
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.icon_demo {
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.banner__cate-content_1 {
    z-index: 1;
    left: 0;
    top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.banner__cate-content_1_wrapper {
  display: flex;
  flex-direction: column;
  width: 82%;
}
.banner__cate__progress-bar {
  width: 100%;
  height: 10px;
  background: #e5e7eb; 
  border-radius: 999px;
  overflow: hidden;
}

.banner__cate__progress-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #3b82f6 0%,  
    #8b5cf6 35%, 
    #ef4444 65%,  
    #f97316 100%  
  );
  transition: width 0.6s ease;
}

.banner__cate__progress-bar {
    margin-top: -6px;
}
.banner__cate-content_1 .banner__cate_heading-2 {
    margin-top: 12px;
}
.banner__cate-content_2_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 35px;
  z-index: 1;
}
.banner__cate-content_2_wrapper .banner__cate-content_1_wrapper {
  width: 90%;
}



/* Overlay */
.demo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.demo-overlay.active {
  display: flex;
}

/* Popup box */
.demo-popup {
  background: #fff;
  padding: 42px 36px;
  max-width: 560px;
  width: 90%;
  border-radius: 14px;
  position: relative;
  text-align: center;
  animation: popupScale 0.25s ease;
}

/* Animation */
@keyframes popupScale {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Title */
.demo-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: #000;
}

.demo-title span {
  color: #e25555;
}

/* Button */
.demo-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f27a9c, #8a4dd8);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Close button */
.demo-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}
