*,
::after,
::before {
  box-sizing: border-box;
}


:root {
  --wd-base: #04112e;
  --wd-base: #031424;
  --wd-contrust: #FFF;

  --wd-base: #fff;
  --wd-contrust: #04050e;

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body {

  color: #212529;
  background-color: #fff;

  background-color: hsl(213 116% 99% / 1);
  background-color: var(--wd-base);
  color: var(--wd-contrust);
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-inline: 0.75em;
    background: #73aa25;
    padding: 1px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
  }
}


h1 {
  letter-spacing: -2px !important;
  line-height: 1.1;
}
.h5,
h5 {
  font-size: 1.25rem;
}


.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

figcaption {
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.display-7 {
  font-size: calc(1.375rem + 2.5vw);
  line-height: 1;
  letter-spacing: -2px !important;
}

.text-center {
  text-align: center !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}



.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)* -1);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-left: calc(var(--bs-gutter-x)* -.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3%;
  }
}




.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}





























figure {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

main {
  overflow: hidden;
}

header {
  background: linear-gradient(144deg, rgba(244, 226, 198, 1) 0%, rgba(144, 133, 132, 1) 100%);
  background: linear-gradient(144deg, rgb(255 245 234) 0%, rgb(131 99 39) 100%);
  background: radial-gradient(100% 100% at 0% 0%, rgb(139 36 237 / 10%) 0%, rgb(49 175 250 / 10%) 55.21%, rgba(217, 217, 217, 0) 100%);
/* 
  background: radial-gradient(farthest-side at top left, rgb(141 79 243 / 42%), transparent), radial-gradient(farthest-corner at top right, rgb(53 144 171 / 54%), transparent 400px);
  background: radial-gradient(farthest-side at top left, rgb(255 152 0 / 19%), transparent), radial-gradient(farthest-corner at top right, rgb(171 102 53 / 37%), transparent 400px);
   */

   background: radial-gradient(100% 100% at 0% 0%, rgb(255 79 0 / 10%) 0%, rgb(114 37 7 / 10%) 55.21%, rgba(217, 217, 217, 0) 100%);
   background: radial-gradient(100% 100% at 0% 0%, rgb(164 0 255 / 10%) 0%, rgb(52 7 114 / 10%) 55.21%, rgb(217 217 217 / 0%) 100%);
}

@media screen and (min-width: 1000px) {
  header > * {
    opacity: 0;
  }
}

.section-title {
  max-width: 620px;
  margin: 10vw auto 0;
}
.top-hero-section {
  display: grid;
  gap: 30px;
  transform: translateY(100px);
  grid-template-columns: auto 950px auto;
  @media (max-width: 1000px){
    grid-template-columns: 0 auto 0;
  }
}

.home-mockup {
  object-fit: cover;
  aspect-ratio: 39/30;
  object-position: top;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0 rgb(0 0 0 / 6%), 0px 0px 1px rgb(0 0 0 / 15%);
  margin-inline: 5vw;
}

.hero-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.hero-midle {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero-top {
  margin-block: 0 40px;
}

.hero-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  transform: translateY(-60px);
}

.elite {
  transform: translateX(90px);
}


.container-fluid .row {
  padding: 3% 7.8% 0% 7.8%;
}

.btn-primary {
  background-color: #16403f;
  border-color: #16403f;
}

.btn-primary:hover {
  background-color: hsl(179, 49%, 25%);
  border-color: hsl(179, 49%, 25%);
}

.demos .row {
  padding: 0;
  max-width: 1700px;
  margin-inline: auto;
}

.row.hero-section {
  padding: 0;
  position: relative;
  &:before {
    background: linear-gradient(270deg, rgba(61, 53, 78, 0) 28.87%, #be934d 45.39%, #a48852 53.54%, rgba(61, 53, 78, 0) 70.06%);
    top: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 160%;
    left: -30%;
  }
}

@media only screen and (max-width: 1024px) {
  .row.hero-section {
    padding: 0 5%;
  }
}

.hero-section {
  h2:first-child > div {
    background: linear-gradient(to bottom, 
              hsla(0, 1%, 15%, 0.361), 
              hsla(0, 0%, 0%, 0.071) 50%, 
              hsla(0, 0%, 0%, 0) 100%
              );
    background: linear-gradient(to bottom, 
              color-mix(in oklab, var(--wd-contrust) 72%, transparent 100%),
              color-mix(in oklab, var(--wd-contrust) 20%, transparent 100%) 50%, 
              color-mix(in oklab, var(--wd-contrust) 0%, transparent 100%) 100%
              );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h2:nth-child(2) > div {
    /*background: linear-gradient(90deg, #da0519 18.06%, #ffb370 60.19%, #0f1460 100%);*/
    background: linear-gradient(90deg, #6600ba 18.06%, #6627b8 60.19%, #f90031 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.gradient-text,
.gradient-text > div {
  background: linear-gradient(90deg, #ff9c8d 18.06%, #d655a5 60.19%, #6053cb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.demos figure {
  transition: transform .2s ease-out;
}
.demos .rtl figure a:after {
  content: "RTL";
  display: block;
  background: #6bab19;
  color: #fff;
  position: absolute;
  top: 12px;
  padding: 4px 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  rotate: 45deg;
  right: -20px;
  letter-spacing: 1px;
}

.demos figure a {
  overflow: hidden;
  position: relative;

  display: block;
  padding: 15px;
  background: hsl(240 40% 99.9% / 1);
  border-radius: 9px;
  box-shadow: 0 0 41px rgb(1 9 19 / 11%);

  border-radius: 9px;
  background: var(--wd-base);
  box-shadow: 0 0 30px  color-mix(in oklab, var(--wd-base) 100%, var(--wd-contrust) 5%), 
              0 0 0 1px color-mix(in oklab, var(--wd-base) 100%, var(--wd-contrust) 30%);
  box-shadow: 0 0 30px rgb(22 27 60), 0 0 0px 1px rgb(255 255 255 / 15%);


  box-shadow: 0 0 30px rgb(22 27 60 / 9%), 0 0 0px 1px rgb(255 255 255 / 15%);

  overflow: hidden;
}

.demos img {
  /*box-shadow: 3px 3px 16px 2px rgb(0 0 1 / 4%);*/
  width: 100%;
  border-radius: 5px;
  object-position: top;
  height: auto;
}

.soon {
  img {
    filter: blur(3px);
  }

  figure {
    position: relative;

    &:after {
      content: "Soon";
      display: block;
      height: 37px;
      width: 100px;
      inset: 50%;
      background-color: #ffffff;
      position: absolute;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #000;
      padding: 6px;
      border-radius: 4px;
      box-shadow: 0 0 50px 0px #000;
      font-weight: 600;
    }
  }
}

.demos .col-md-4,
.demos .col-md-8 {
  padding: 1.25rem;
}

.demo-desc {
  :is(h1, h2, h3, h4, h5){
    margin-bottom: 0.25rem;
    text-align: center;

    +div {
      font-size: 15px;
      opacity: .8;
    }
}
}



.demos .col-md-8 figure {
  padding: 0% 3.5% 0 3.5%;
  max-height: 654px;
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .demos .col-md-8 figure {
    aspect-ratio: 5.2/ 2.93;
  }
}

.demos figure:hover {
  transform: translateY(-5px);
}

.btn {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.04em;
  display: inline-block;
}

.btn--svg {
  position: relative;
  height: 44px;
  width: 190px;
  overflow: hidden;
  border-radius: 22px;
}

.btn--svg:hover .btn--svg__circle circle {
  transform: scale(0);
}

.btn--svg:hover .btn--svg__label {
  color: #6600ba;
}

.btn--white.btn--svg:hover .btn--svg__label {
  color: #FFF;
}

.btn--svg:hover .btn--svg__border--left path,
.btn--svg:hover .btn--svg__border--right path {
  stroke-dasharray: 61.8204345703 61.8204345703;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s ease-in-out 0.25s;
}

.btn--svg__label {
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  z-index: 3;
  width: 100%;
  transition: color 0.5s ease-in-out;
}

.btn--white .btn--svg__label {
  color: #000;
}

.btn--svg__circle circle {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.btn--svg__border--left path,
.btn--svg__border--right path {
  stroke-dasharray: 61.8204345703 61.8204345703;
  transition: stroke-dashoffset 0 ease-in-out 0.5s;
}

.btn--svg__border--left path {
  stroke-dashoffset: -61.8204345703;
}

.btn--svg__border--right path {
  stroke-dashoffset: 61.8204345703;
}

.btn--svg svg,
.btn--svg__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.features-list>* {
  display: flex;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .features-list>* {
    flex: 0 1 calc(50% - 25px);
  }
}

@media screen and (max-width: 700px) {
  .features-list>* {
    flex: 0 1 calc(100% - 25px);
  }
}

.features-list img {
  max-width: 70px;
  margin-inline-end: 15px;
}

.features-list svg {
  padding-inline-end: 15px;
  width: 85px;
}

.pro-features .swiper-slide {
  width: auto !important;
  img {
    border-radius: 8px;
    border: 8px solid #FFF;
  }
}
.pro-features-swiper {
  position: relative;
  &:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background: linear-gradient(90deg, 
      color-mix(in srgb, var(--wd-base), transparent 0%) 5%, 
      color-mix(in srgb, var(--wd-base), transparent 100%) 40%, 
      color-mix(in srgb, var(--wd-base), transparent 100%) 60%, 
      color-mix(in srgb, var(--wd-base), transparent 0%) 95%);
    z-index: 999;
  }
}

.inner-pages {
  .swiper-wrapper {
    padding-bottom: 20px;
  }

  .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
  } 

  .swiper-slide {
    box-shadow: 8px 8px 20px 0px #0000000a;
    aspect-ratio: 20 / 19;
    object-fit: cover;
    overflow: hidden;
  }
}

.shop-tools {
  position: relative;
  min-height: 500px;
  max-width: 960px;

  & img {
    background: #fff;
    padding: 10px;
    box-shadow: 3px 3px 50px 0px #0000000d;
    transform: translatex(-50%);
    position: absolute;
    border-radius: 5px;
  }
}

.shop-tools-1 {
  max-width: 440px;
  object-fit: cover;
  aspect-ratio: 10/12;
  object-position: top;
  top: 15px;
  left: 50%;
}

.shop-tools-2 {
  max-width: 260px;
  bottom: -30%;
  left: 80%;
}

.shop-tools-3 {
  max-width: 200px;
  padding: 5px;
  bottom: 10%;
  left: 20%;
}

.woo-pages {
  & .row {
    padding: 0;
    max-width: 1800px;
    margin-inline: auto;
    display: flex;
    gap: 30px;
  }

  & .col-md-4,
  & .col-md-8 {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    flex: 0 0 calc(33% - 17px);
    transition: all 1s;
    &:hover {
      border-color: #ff9c8d;
    }
  }

  & img {
    box-shadow: 3px 3px 16px 2px rgb(0 0 1 / 4%);
    border-radius: 4px;
    object-fit: cover;
  }
}

















.mobile-views-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: 100%;
  /*max-height: 700px;*/
  max-height: max(100vh, 1100px);
  background-color: var(--wd-base);
  overflow: hidden;
  position: relative;

  background-image: url(assets/imgs/gradiant_bg.webp);
  background-repeat: no-repeat;
  background-position: -50px center;
  /*pointer-events: none;*/

  &:after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background: linear-gradient(0deg, 
      rgba(235, 235, 235, 1) 20%, 
      rgba(235, 235, 235, 0) 50%, 
      rgba(235, 235, 235, 1) 90%
      );
    background: linear-gradient(0deg, 
      color-mix(in srgb, var(--wd-base), transparent 0%) 10%, 
      color-mix(in srgb, var(--wd-base), transparent 100%) 40%, 
      color-mix(in srgb, var(--wd-base), transparent 100%) 60%, 
      color-mix(in srgb, var(--wd-base), transparent 0%) 90%
      );
  }
}

.mobile-views {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  rotate: -25deg;
}

.box {
  width: 13vw;
}





.grid-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	grid-auto-flow: dense;
  max-width: 1300px;
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
  }
  > div {
    border-radius: 10px;;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgb(15 16 33), 0 0 0px 1px rgb(255 255 255 / 15%);
    padding: 20px;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1em;
    overflow: hidden;
    grid-column: span 2;
    > img {
      width: 100%;
      object-fit: cover;
      transition: all .45s cubic-bezier(.6,.6,0,1);
    }
    &:hover > img {
      scale: 1.1;
    }
  }
  .wide {
    grid-column: span 3;
    background: rgb(255 255 255 / 13%);
    h1, h2, h3, h4, h5, h6 {
      margin-top: 1.5em;
    }    
    &:hover > img {
      scale: 1.05;
    }
  }
  .tall {
    grid-row: span 3;
  }
  .big {
    grid-column: span 3;
    grid-row: span 3;
  }
}







*:has(+ .marquee) {
  padding-bottom: 10vw;
}
.marquee {
  position: relative;
  background-color: yellowgreen;
  rotate: 3deg;
  margin-inline-start: -2vw;
  width: 102vw;
  translate: 0 -3.5vw;
  background-color: yellow;
  .marquee_text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 1vw;
    z-index: 2;
  }
  p {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-weight: 600;
    position: relative;
    animation: marquee 3.5s linear infinite;
    & span {
      display: inline-block;
      margin: 0 4vw;
      position: relative;
      font-weight: 600;
      font-size: 0.727em;
      letter-spacing: -0.02em;
      position: relative;
      top: 5px;
    }
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}



.gradient-cursur-wrapper {
  pointer-events: none;
  mix-blend-mode: screen;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gradient-cursur {
  position: absolute;
  top:0px;
  left:0px;
  height: 1000px;
  width: 1000px;
  
  transform: translate(-50%, -50%);
  transform-origin: center center;
  background: 
    radial-gradient(at center, 
    rgb(141 79 243 / 20%), 
      transparent 50%
    );
  transition: background .1s;
}

.languages {
  position: relative;
  font-size: 1.5em;
  margin-top: 0.5em;
  .swiper-wrapper {
    align-items: center;
  }
  &:after {
    display: block;
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right, var(--wd-base) 5%, transparent, var(--wd-base) 95% );
  }
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

footer {
  background: linear-gradient(350deg, #24064e, transparent);
  padding-block: 7vw;

  background-image: linear-gradient(var(--wd-base) 0%, rgba(22, 22, 22, 0) 80%, #0c135185), 
                    url(assets/imgs/grid.svg);
  background-position: center center;

  
  .boxed-wrapper {
    max-width: 1060px;
    margin-inline: auto;
    position: relative;
  }
  .boxed {
    position: relative;
    background: conic-gradient(from 129.15deg at 49.47% 51.06%, #FFC062 -79.73deg, #1ABCFE 1.15deg, #0ACF83 78.48deg, #A259FF 144.34deg, #F21E6A 208.99deg, #FFC062 280.27deg, #1ABCFE 361.15deg);
    border-radius: 8px;
    &::before {
      position: absolute;
      content: '';
      inset: 1px;
      z-index: 1;
      background: var(--wd-base);
      filter: saturate(2);
      border-radius: 8px;
    }
  }
  .inner-boxed {
    position: relative;
    z-index: 50;
    padding: 7vw 2vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    
    h2 {
      font-size: 4em;
    }
  }
}