@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "aurora_24regular";
  src: url("../../assets/fonts/aurora-24-webfont.eot");
  src: url("../../assets/fonts/aurora-24-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/aurora-24-webfont.woff2") format("woff2"), url("../../assets/fonts/aurora-24-webfont.woff") format("woff"), url("../../assets/fonts/aurora-24-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.arfont {
  font-family: "aurora_24regular";
}

body {
  font-family: "Palanquin", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-smooth: always;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  line-height: normal;
  background: #ffffff;
}

:root {
  --theme-color-1:#8F7FFF;
  --theme-color-2:#68BF52;
  --black:#151A2D;
  --black-1:#161A2D;
  --white:#ffffff;
  --px-8:80px 0;
  --font-a: "aurora_24regular";
}

.common-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 27px 10px;
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-a);
  background: var(--theme-color-1);
  border-radius: 8px;
  border: 3px solid var(--theme-color-1);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-btn:hover {
  background: transparent;
  color: var(--theme-color-1);
}

body,
html {
  min-height: 100%;
  max-height: 100%;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #8F7FFF;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #161A2D;
  border-radius: 10px;
}

.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
  display: none !important;
}

.wrapper {
  min-height: 100%;
  max-height: 100%;
  position: relative;
  height: 100%;
  width: 100%;
}
.wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  padding: 20px 0;
  left: 0px;
  top: 0px;
}
.wrapper header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wrapper header a img {
  max-width: 400px;
  position: relative;
  left: -30px;
}
.wrapper .cart-detail-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
}
.wrapper .cart-detail-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .cart-detail-section .cart-img-col {
  height: 100vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0px;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
.wrapper .cart-detail-section .cart-details-col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 400px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 80px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 168px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-1 h1 {
  color: var(--theme-color-1);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0px 0px 25px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-1 p {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin: 0 0 15px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--px-8);
}
.wrapper .cart-detail-section .cart-details-col .details-block-2 p {
  display: block;
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-2 p strong {
  font-weight: 700;
}
.wrapper .cart-detail-section .cart-details-col .details-block-2 h3 {
  color: var(--theme-color-1);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin: 90px 0 24px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--px-8);
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 h3 {
  color: var(--theme-color-1);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 40px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 p {
  display: block;
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 p strong {
  font-weight: 700;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 0px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 ul li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 90px;
  position: relative;
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 ul li b {
  font-weight: 600;
}
.wrapper .cart-detail-section .cart-details-col .details-block-3 ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0px;
  top: 2px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background: var(--theme-color-1);
  border-radius: 50%;
}
.wrapper .demo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: var(--px-8);
  background: var(--black-1);
  overflow: hidden;
}
.wrapper .demo-section ul {
  padding: 0px 0 24px;
  width: 100%;
  list-style-position: inside;
  list-style-type: square;
  margin: 0px;
}
.wrapper .demo-section ul li {
  color: var(--theme-color-2);
  font-family: "aurora_24regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%; /* 57.614px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.wrapper .demo-section img {
  max-width: 300px;
}
.wrapper .why-it-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: var(--px-8);
  background: var(--white);
}
.wrapper .why-it-section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-1);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wrapper .why-it-section .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .why-it-section .inner-box img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 28px;
}
.wrapper .why-it-section .inner-box h4 {
  display: block;
  width: 100%;
  color: var(--black);
  text-align: center;
  font-family: var(--font-a);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.wrapper .why-it-section .inner-box p {
  display: block;
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper .who-we-are-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: var(--px-8);
  background: var(--white);
}
.wrapper .who-we-are-section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-1);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wrapper .who-we-are-section .sub-title {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .who-we-are-section .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .who-we-are-section .user-box img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 28px;
}
.wrapper .who-we-are-section .user-box h4 {
  display: block;
  width: 100%;
  color: var(--black);
  text-align: center;
  font-family: var(--font-a);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.wrapper .who-we-are-section .user-box p {
  display: block;
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.wrapper .who-we-are-section .user-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wrapper footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 0 40px;
  background: var(--black-1);
}
.wrapper footer .links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}
.wrapper footer .links-block a {
  color: var(--theme-color-2);
  text-align: center;
  font-family: var(--font-a);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
}
.wrapper footer .links-block a:hover {
  color: var(--theme-color-1);
}
.wrapper footer .links-block span {
  color: var(--theme-color-2);
  font-family: var(--font-a);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.036%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 8px;
}
.wrapper footer .powered-by-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 56px;
}
.wrapper footer .powered-by-block span {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-right: 16px;
  opacity: 0.6;
}
.wrapper footer .powered-by-block a {
  display: inline-block;
}
.wrapper footer .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 56px;
}
.wrapper footer .copy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.wrapper footer .copy-block span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper footer .copy-block span.separator {
  margin: 0 16px;
}
.wrapper footer .copy-block span a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 6px;
}
.wrapper footer .copy-block span a:hover {
  color: var(--theme-color-1);
}

@media screen and (max-width: 1180px) {
  .wrapper .cart-detail-section .cart-details-col .details-block-1 h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --px-8:40px 0;
  }
  .wrapper header {
    position: relative;
  }
  .wrapper header .container {
    text-align: center;
  }
  .wrapper header a img {
    left: unset;
  }
  .wrapper .cart-detail-section {
    padding-top: 40px;
  }
  .wrapper .cart-detail-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .cart-detail-section .cart-img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .wrapper .cart-detail-section .cart-details-col {
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-1 {
    margin-top: 0px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-2 h3 {
    margin-top: 40px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-3 {
    padding-top: 0px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-3 ul li {
    text-align: left;
  }
  .wrapper .demo-section {
    text-align: center;
  }
  .wrapper .demo-section img {
    margin-top: 60px;
  }
  .wrapper .why-it-section h3 {
    margin-bottom: 40px;
  }
  .wrapper .why-it-section .inner-box img {
    max-height: 90px;
  }
  .wrapper .why-it-section .inner-box p br {
    display: none;
  }
  .wrapper .who-we-are-section .sub-title {
    margin-bottom: 30px;
  }
  .wrapper footer .copy-block span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --px-8:30px 0;
  }
  .wrapper .cart-detail-section .cart-img-col img {
    max-width: 300px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-1 h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-2 h3, .wrapper .cart-detail-section .cart-details-col .details-block-3 h3 {
    font-size: 20px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-1 p, .wrapper .cart-detail-section .cart-details-col .details-block-2 p, .wrapper .cart-detail-section .cart-details-col .details-block-3 p, .wrapper .cart-detail-section .cart-details-col .details-block-3 ul li, .wrapper .why-it-section .inner-box p, .wrapper .who-we-are-section .sub-title, .wrapper .who-we-are-section .user-box p {
    font-size: 16px;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-3 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-3 ul {
    display: inline-block;
    width: auto;
  }
  .wrapper .cart-detail-section .cart-details-col .details-block-3 ul li {
    padding-right: 0px;
    width: 100%;
  }
  .wrapper .demo-section ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wrapper .why-it-section h3, .wrapper .who-we-are-section h3 {
    font-size: 24px;
  }
  .wrapper .why-it-section .inner-box h4, .wrapper .who-we-are-section .user-box h4 {
    font-size: 18px;
  }
  .wrapper footer .links-block a, .wrapper footer .links-block span {
    font-size: 16px;
  }
  .wrapper footer .copy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .wrapper footer .copy-block span {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper footer .copy-block span a {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper footer .copy-block span.separator {
    display: none;
  }
  .wrapper footer .powered-by-block a img {
    max-width: 200px;
  }
  .wrapper .who-we-are-section .user-box img {
    max-width: 180px;
    margin-bottom: 10px;
  }
  .common-btn {
    font-size: 16px;
  }
}