@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Poppins", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Montserrat", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*   font-family: "DM Sans", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/* font-family: "Space Grotesk", sans-serif; */

:root {
  --white: #ffffff;
  --black: #000000;
  --purple: #b000e3;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: "Montserrat";
  font-size: 17.961px;
  font-weight: 400;
  line-height: 21px; /* 116.919% */
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  color: var(--purple);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: var(--purple);
}

/* Common Style Start */
.main-title {
  color: #fff;
  font-family: "MonumentRegular";
  font-size: 28px;
  line-height: normal;
}

.main-title * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

.normal-title {
  color: #fff;
  font-family: "StageGroteskBold";
  font-size: 30px;
  line-height: 36px;
}

.normal-title * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

.large-paragraph {
  color: #fff;
  font-family: "StageGroteskRegular";
  font-size: 24.007px;
  line-height: 23.838px; /* 99.298% */
}

.large-paragraph * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.section-title {
  color: #fff;
  font-family: "StageGroteskBold";
  font-size: 37px;
  line-height: 45.175px; /* 94.81% */
}

.section-title * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

.btn {
  color: #fff;
  text-align: center;
  font-family: "StageGroteskBold";
  font-size: 19.423px;
  line-height: 19.287px;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 14px;
  display: inline-flex;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 0px;
}

.btn-purple {
  background-image: linear-gradient(90deg, #ff093e 0%, #b000e3 100%);
  box-shadow: 0 4px 49.6px 0 #6f09ff;
  background-size: 300% 100%;
  background-position: 0% 0;
  transition: background-position 0.4s ease-in-out;
  -webkit-transition: background-position 0.4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -ms-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;
}

.btn-purple:hover {
  color: #fff;
  background-position: 100% 0;
}

.header {
  padding: 17px 0 0 0;
  position: absolute;
  right: 0;
  left: 0;
}

.header-logo {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1111;
}

.header-wrp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-logo::before {
  content: "";
  position: absolute;
  top: -800px;
  border-radius: 1067px;
  background: var(--purple);
  filter: blur(302.79998779296875px);
  -webkit-filter: blur(302.79998779296875px);
  -webkit-border-radius: 1067px;
  -moz-border-radius: 1067px;
  -ms-border-radius: 1067px;
  -o-border-radius: 1067px;
  width: 1067px;
  height: 1067px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}

.banner-main {
  position: relative;
  padding: 0 0 30px 0;
}

.banner-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../images/banner-bg-vector.webp);
  height: 100%;
  width: 100%;
  z-index: -2;
  background-size: 100% 100%;
}

/* .banner-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../images/banner-bg.jpg);
  height: 100%;
  width: 100%;
  z-index: -3;
  background-size: cover;
} */

.banner-wrp {
  padding: 100px 0 0 0;
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 1111;
}

.banner-vd {
  position: relative;
  max-width: 798px;
  margin: 0 auto;
}

.banner-wrp video {
  border-radius: 23.82px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  min-height: 361px;
  -webkit-border-radius: 23.82px;
  -moz-border-radius: 23.82px;
  -ms-border-radius: 23.82px;
  -o-border-radius: 23.82px;
  cursor: pointer;
  object-fit: cover;
  height: 360px;
}

.banner-wrp .banner-vd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 23.82px;
  -webkit-border-radius: 23.82px;
  -moz-border-radius: 23.82px;
  -ms-border-radius: 23.82px;
  -o-border-radius: 23.82px;
  z-index: -1;
  backdrop-filter: blur(17.399999618530273px);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
}

.banner-vector-2 {
  max-width: 170px;
  position: absolute;
  right: -200px;
  top: 251px;
  /*rotate*/
  transform: rotate(20deg);

  /*opacity*/
  opacity: 0.8;

  /*blur*/
  filter: blur(3px);
}

.banner-vector-1 {
  position: absolute;
  max-width: 312px;
  filter: blur(9.399999618530273px);
  top: -17px;
  left: -225px;
  /*transparencia*/
  opacity: 0.8;
  /*rotate*/
  transform: rotate(-20deg);
}

.banner-content {
  margin: 33px 0 0 0;
  position: relative;
  z-index: 11;
}

.banner-content .main-title {
  max-width: 754px;
  margin: 0 auto;
}

.banner-content .normal-title {
  background: var(--purple);
  padding: 5px 14px;
  margin: 27px auto 21px auto;
  max-width: 751px;
}

.banner-content .large-paragraph {
  text-align: center;
}

.banner-content .btn {
  max-width: 377px;
  margin: 56px auto 0 auto;
  display: block;
}

.bnr-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bnr-btn span {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 19.02px;
  line-height: 18.886px; /* 99.298% */
}

/*footer*/
.footer {
  background: #151515;
}

.footer .detail {
  color: #747474;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  margin: 0 auto 14px auto;
  max-width: 1012px;
}

.footer .detail * {
  margin: 0;
}

.footer-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-wrp .large-detail {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin: 10px 0 0 0;
}

.footer-wrp .large-detail * {
  margin: 0;
}

.footer {
  padding: 37px 0;
}

/*footer*/

/*faq*/

.faq-main {
  padding: 0 0 62px 0;
}

.accordion .accordion-item {
  border: 0px;
  background: #494949;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  margin: 0 0 26px 0;
}

.accordion-item .accordion-header .accordion-button {
  color: var(--black);
  padding: 23px 23px 23px 77px;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  color: #fff;
  font-family: "Montserrat";
  font-size: 19.551px;
  font-weight: 600;
  line-height: normal;
  border-radius: 7.603px;
  background: #2b2b2b;
  -webkit-border-radius: 7.603px;
  -moz-border-radius: 7.603px;
  -ms-border-radius: 7.603px;
  -o-border-radius: 7.603px;
}

.accordion-body {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding: 21px 26px 30px 26px;
}

.accordion-body p {
  margin: 0;
}

.accordion-header {
  margin-bottom: 0;
  outline: 0px;
}

.accordion-item {
  border-radius: 20px;
  background: #effff4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: var(--white);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05) inset,
    0px -1px 10px 0px rgba(0, 0, 0, 0.05) inset;
}
.accordion-button::before {
  content: "";
  background-image: none;
  width: 21px;
  height: 4px;
  background: var(--purple);
  position: absolute;
  left: 28px;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  top: 33px;
}

.accordion-button::after {
  width: 4px;
  height: 21px;
  background: var(--purple);
  border-radius: 10px;
  position: absolute;
  left: 36px;
  top: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(90deg);

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 0;
}

.accordion-title .main-title {
  text-align: center;
  font-family: "MonumentRegular";
  font-size: 209.091px;
  font-weight: 400;
  line-height: normal;

  background: linear-gradient(
    180deg,
    rgba(235, 229, 218, 0.9) 9.07%,
    rgba(0, 0, 0, 0) 79.39%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-title .large-detail {
  color: var(--white);
  text-align: center;
  font-family: "Montserrat";
  font-size: 32.586px;
  font-weight: 500;
  line-height: normal;
  margin: -87px 0 0 0;
  z-index: 1;
  position: relative;
}

.accordion-title .main-title {
  position: relative;
}

.accordion-title .large-detail span {
  color: var(--purple);
  font-weight: 700;
}
.accordion {
  margin: 114px auto 0 auto;
  max-width: 919px;
}

.faq-main .bnr-btn .btn {
  border-radius: 12.055px;
  background-image: linear-gradient(89deg, #6f09ff 0.25%, #430599 99.69%);
  font-family: "Montserrat";
  font-size: 20.274px;
  font-weight: 700;
  padding: 26px 62px;

  background-size: 300% 100%;
  background-position: 0% 0;
  transition: background-position 0.4s ease-in-out;
  -webkit-transition: background-position 0.4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -ms-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;

  /* .btn-purple:hover {
    color: #fff;

} */
}

.faq-main .bnr-btn span {
  max-width: 328px;
  margin: 26px auto 0 auto;
}

.faq-main .bnr-btn .btn:hover {
  /* background: linear-gradient(0deg, #6f09ff 0%, #aa78f0 100%); */
  background-position: 100% 0;
}

.faq-main .bnr-btn {
  margin: 72px 0 0 0;
}
/*faq*/

/*purchase*/

.purchase-main {
  position: relative;
  padding: 20px 0 154px 0;
}

.purchase-main::after {
  content: "";
  position: absolute;
  top: -300px;
  width: 293px;
  height: 754px;
  border-radius: 2003px;
  background: var(--purple);
  filter: blur(568.4239501953125px);
  right: 0;
  -webkit-filter: blur(272.42395px);
  -webkit-border-radius: 2003px;
  -moz-border-radius: 2003px;
  -ms-border-radius: 2003px;
  -o-border-radius: 2003px;
  z-index: -1;
}

.purchase-title {
  max-width: 599px;
  margin: 0 auto;
}

.purchase-title .section-title {
  font-family: "StageGroteskExtraBold";
}

.purchase-inner .large-detail {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 17.961px;
  font-weight: 400;
  line-height: 21px; /* 116.919% */
  max-width: 563px;
  margin: 15px auto 68px auto;
}

.purchase-wrp {
  display: flex;
  max-width: 881px;
  margin: 0 auto;
}

.purchase-block .detail {
  margin: 13px auto 0 auto;
  max-width: 247px;
}

.purchase-block {
  display: flex;
  flex-direction: column;
  height: inherit;
  row-gap: 16px;
  position: relative;
  max-width: 327px;
  width: 100%;
  text-align: center;
}

.purchase-block::after {
  position: absolute;
  content: "";
  background: url(../images/arw-right.svg) no-repeat;
  width: 92px;
  height: 30px;
  right: -38px;
  top: 60px;
}

.purchase-detail {
  margin: auto 0 0 0;
}

.purchase-img {
  height: 100%;
}

.purchase-wrp > *:last-child::after {
  display: none;
}

/*purchase*/

/*have you felt*/

.have-you-felt-img img {
  filter: drop-shadow(-26px 39px 79px #000);
  transform: rotate(-9.81deg);
  -webkit-transform: rotate(-9.81deg);
  -moz-transform: rotate(-9.81deg);
  -ms-transform: rotate(-9.81deg);
  -o-transform: rotate(-9.81deg);
  -webkit-filter: drop-shadow(-26px 39px 79px #000);
}
.have-you-felt-wrp {
  max-width: 1139px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.have-you-felt-wrp .row {
  align-items: center;
}
.have-you-felt-content {
  text-align: left;
  max-width: 561px;
}
.have-you-felt-content .normal-title {
  /* font-family: 'ROCABE'; */
  font-family: "MonumentRegular";
  font-size: 31.196px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 377px;
  margin: 0 0 27px 0;
}
.have-you-felt-detail {
  color: #fff;
  font-family: "StageGroteskBold";
  font-size: 20.386px;
  line-height: 23.2px;
}
/* .have-you-felt-main {
  position: relative;
  padding: 36px 0 83px 0;
  background: url(../images/plus-vector.png) no-repeat;
  background-size: cover;
} */
.have-you-felt-main:after {
  content: "";
  position: absolute;
  border-radius: 1067px;
  background: #6f09ff;
  filter: blur(302.79998779296875px);
  left: 0;
  left: -47%;
  width: 1067px;
  height: 822px;
  -webkit-filter: blur(302.79998779296875px);
  top: 0;
}
.have-you-felt-content {
  max-width: 561px;
  margin: 0 0 0 auto;
}
.have-you-felt-content .detail {
  color: #fff;
  font-family: "StageGroteskRegular";
  font-size: 20.386px;
  line-height: 23.2px;
}
.have-you-felt-content .detail strong {
  font-family: "StageGroteskBold";
}
.have-you-felt-main::before {
  content: "";
  position: absolute;
  top: 400px;
  width: 293px;
  height: 754px;
  border-radius: 1067px;
  background: var(--purple);
  filter: blur(568.4239501953125px);
  right: 0;
  -webkit-filter: blur(272.42395px);
  -webkit-border-radius: 1067px;
  -moz-border-radius: 1067px;
  -ms-border-radius: 1067px;
  -o-border-radius: 1067px;
}

/*have you felt*/

/*launch*/
.launch-wrp {
  border-radius: 33px;
  background: linear-gradient(
      160deg,
      rgba(128, 90, 180, 0.93) 8.92%,
      rgba(65, 23, 124, 0.88) 30.22%,
      rgba(29, 29, 29, 0.23) 74.25%,
      rgba(0, 0, 0, 0) 131.99%
    ),
    rgba(111, 9, 255, 0.04);
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  padding: 88px 40px 49px 40px;
  max-width: 1060px;
  margin: 0 auto;
}

.launch-wrp .small-title {
  color: #a271e6;
  text-align: center;
  font-family: "DM Sans";
  font-size: 11.789px;
  font-weight: 700;
  line-height: 18.863px;
  letter-spacing: 2.122px;
  text-transform: uppercase;
  margin: 0 0 26px 0;
}

.launch-wrp .section-title {
  color: #fff;
  text-align: center;
  font-family: "MonumentRegular";
  font-size: 26.938px;
  line-height: 34.453px; /* 127.895% */
  letter-spacing: -0.638px;
}

.launch-here-flx {
  display: flex;
  max-width: 708px;
  margin: 57px auto 0 auto;
  justify-content: space-between;
}

.launch-here-block {
  display: flex;
  align-items: center;
}
.launch-here-block p {
  margin-bottom: 0;
  font-size: 30.316px;
  line-height: 40.017px; /* 132% */
  padding-left: 20px;
  font-weight: 500;
}

.launch-wrp .normal-title {
  font-family: "MonumentRegular";
  font-size: 19.121px;
  line-height: 22.945px; /* 120% */
  letter-spacing: -0.191px;
  max-width: 495px;
  margin: 22px auto 28px auto;
  text-align: center;
}

.launch-wrp .detail {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 13.305px;
  font-weight: 400;
  line-height: 19px; /* 142.801% */
  max-width: 569px;
  margin: 0 auto 33px auto;
  padding: 0 28px 48px 28px;
  border-bottom: 1px solid #fff;
}

.launch-wrp .detail p {
  margin: 0;
}

.launch-wrp .detail strong {
  font-family: "Montserrat";
  font-weight: 700;
}

.launch-wrp .detail span {
  background: var(--purple);
  font-weight: 700;
}

.launch-app-block {
  display: flex;
}

.launch-img img {
  height: 46px;
  width: 46px;
}

.launch-app-details {
  max-width: 213px;
  margin: 0 0 0 20px;
}

.launch-app-details h5 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16.842px;
  font-weight: 700;
  line-height: 26.947px; /* 160% */
  text-align: left;
}

.launch-app-details p {
  font-family: "DM Sans";
  font-size: 13.474px;
  font-weight: 400;
  line-height: 19px; /* 126.172% */
  text-align: left;
  margin: 0;
}

.launch-apps-wrp .row {
  row-gap: 55px;
}

.launch-apps-wrp .section-title {
  font-size: 27.282px;
  line-height: 29.464px; /* 108% */
  letter-spacing: -0.546px;
  margin: 0 0 54px 0;
}
/*launch*/

/*programming expert*/

.programming-expert-imgs {
  display: flex;
  justify-content: center;
}

.programming-expert-imgs .programming-expert-img-1 {
  transform: rotate(-12.517deg);
  -webkit-transform: rotate(-12.517deg);
  -moz-transform: rotate(-12.517deg);
  -ms-transform: rotate(-12.517deg);
  -o-transform: rotate(-12.517deg);
  position: relative;
  z-index: 1;
  box-shadow: -208px 226px 86px 0 rgba(0, 0, 0, 0.01),
    -133px 144px 79px 0 rgba(0, 0, 0, 0.04),
    -75px 81px 66px 0 rgba(0, 0, 0, 0.15), -33px 36px 49px 0 rgba(0, 0, 0, 0.26),
    -8px 9px 27px 0 rgba(0, 0, 0, 0.29);
}
.programming-expert-imgs .programming-expert-img-2 {
  
  position: relative;
  z-index: 0;
  left: -140px;
  box-shadow: -208px 226px 86px 0 rgba(0, 0, 0, 0.01),
    -133px 144px 79px 0 rgba(0, 0, 0, 0.04),
    -75px 81px 66px 0 rgba(0, 0, 0, 0.15), -33px 36px 49px 0 rgba(0, 0, 0, 0.26),
    -8px 9px 27px 0 rgba(0, 0, 0, 0.29);
  position: relative;
}

.programming-expert-imgs .programming-expert-img-2::after {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 286px;
  background: #6f09ff;
  filter: blur(261.1000061035156px);
  -webkit-border-radius: 286px;
  -moz-border-radius: 286px;
  -ms-border-radius: 286px;
  -o-border-radius: 286px;
  width: 286px;
  height: 286px;
}

.programming-expert-block {
  border-radius: 21px;
  background: linear-gradient(0deg, #6f09ff 0%, #aa78f0 100%);
  box-shadow: 0 35px 130px 0 #6f09ff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  max-width: 906px;
  margin: -30px auto 41px auto;
  padding: 39px 33px;
  position: relative;
  z-index: 1;
  font-family: "StageGroteskRegular";
}

.programming-expert-block * {
  font-size: 25px;
  line-height: 33.727px;
  font-family: inherit;
}
.programming-expert-block h4 span {
  font-family: "StageGroteskExtraBold";
}

.programming-vector {
  position: absolute;
}

.programming-vector-2 {
  right: -70px;
  top: 92px;
  transform: rotate(12deg);
  filter: blur(13.25px);
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
}

.programming-vector-1 {
  filter: blur(4.150000095367432px);
  transform: rotate(-10.932deg);
  top: 265px;

  z-index: 11;
  -webkit-filter: blur(4.150000095367432px);
}
.programming-expert-inner {
  position: relative;
}

.programming-expert-main {
  padding: 0 0 0px 0;
  /* background: url(../images/programming-expert-square.svg) no-repeat;
      background-position: center; */
}

.programming-expert-detail {
  color: #fff;
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 19px;
  line-height: 27px;
  max-width: 787px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.programming-expert-detail p {
  margin-bottom: 27px;
}

.programming-expert-detail > *:last-child {
  margin-bottom: 0;
}

.programming-expert-detail p strong {
  font-family: "StageGroteskBold";
}
/*programming expert*/

/*take-advantage*/

.take-advantage-content {
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(149, 73, 255, 0.53) 0%,
    rgba(63, 0, 151, 0.53) 100%
  );
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 46px 50px;

  color: #fff;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 17.961px;
  font-weight: 400;
  line-height: 25px; /* 139.189% */
  max-width: 887px;
  margin: 40px auto 0 auto;
}

.take-advantage-inner .section-title {
  font-family: "StageGroteskRegular";
  text-align: center;
  max-width: 1008px;
  margin: 0 auto;
  text-transform: uppercase;
}

.take-advantage-inner .section-title span {
  text-transform: uppercase;
  font-family: "StageGroteskExtraBold";
}

.take-advantage-inner {
  position: relative;
}

.take-advantage-vector-2 {
  transform: rotate(-14deg);
  max-width: 139px;
  position: absolute;
  right: -45px;
  fill: linear-gradient(180deg, #6f09ff 0%, #f1e8ff 100%), #e6e6e6;
  filter: blur(7.6999993324279785px);
  bottom: 160px;
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
}

.take-advantage-vector-1 {
  transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  filter: blur(7.699999809265137px);
  position: absolute;
  left: -168px;
  top: 121px;
}

.take-advantage-content p {
  margin-bottom: 22px;
}
.take-advantage-content > *:last-child {
  margin-bottom: 0;
}

.take-advantage-main {
  padding: 125px 0 0 0;
}
/*take-advantage*/

/*guarantee*/

.guarantee-block .section-title {
  font-family: "StageGroteskExtraBold";
  text-align: left;
  margin: 0 0 50px 0;
}

.guarantee-inner {
  max-width: 1037px;
  margin: 0 auto;
}

.guarantee-detail {
  text-align: left;
}

.guarantee-detail p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 17.961px;
  font-weight: 400;
  line-height: 27px;
}
.guarantee-detail .block-title h5 {
  color: #fff;
  font-family: "MonumentRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  background: linear-gradient(270deg, var(--purple) 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guarantee-block {
  max-width: 550px;
  margin: 0 0 0 auto;
}

.guarantee-img {
  position: relative;
}

.guarantee-img::after {
  content: "";
  position: absolute;
  right: -7px;
  border-radius: 432px;
  background: #6f09ff;
  filter: blur(122.59568786621094px);
  -webkit-border-radius: 432px;
  -moz-border-radius: 432px;
  -ms-border-radius: 432px;
  -o-border-radius: 432px;

  width: 432px;
  height: 432px;
  z-index: -1;
  top: 27px;
}

.guarantee-inner .btn {
  margin: 37px auto 0 auto;
  max-width: 377px;
  display: block;
}

.guarantee-detail .block-title {
  margin: 27px 0;
}

.guarantee-inner .row {
  align-items: center;
}

.guarantee-block .section-title {
  max-width: 525px;
}

/*guarantee*/

/*about creador what is creador studio*/

/* .about-creador-main {
  background: url(../images/creador-studio-bg.png);
  background-size: 100% 100%;
  padding: 97px 0 48px 0;
} */

.about-creador-content {
  max-width: 636px;
  margin: 0 0 0 auto;
  text-align: left;
}

.about-creador-content .section-title {
  font-family: "StageGroteskExtraBold";
}

.about-creador-content .detail {
  margin: 21px 0 0 0;

  color: #fff;
  font-family: "Montserrat";
  font-size: 17.961px;
  font-weight: 400;
  line-height: 26px;
}

.about-creador-content .detail p {
  margin: 0 0 20px 0;
}

.about-creador-content .detail span {
  color: #9e59ff;
  font-weight: 700;
}

.about-creador-content .detail strong {
  font-weight: 700;
}
/*about creador what is creador studio*/

/*visit inner*/

.visit-main {
  padding: 30px 0 200px 0;
}
.visit-wrp {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.14);
  padding: 20px 49px 20px 33px;
  max-width: 1098px;
  margin: 0 auto;
}

.visit-inner {
  display: flex;
  align-items: center;
}

.visit-wrp .block-title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 20.841px;
  font-weight: 700;
  line-height: 14.762px; /* 70.833% */
  margin: 0 28px 0 0;
}

.visit-wrp .block-title * {
  margin: 0;
}

.visit-wrp .visit-img {
  padding-right: 27px;
  max-width: 264px;
}

.visit-wrp .visit-img * {
  height: 100%;
  width: 100%;
}

.visit-inner > *:last-child {
  padding-right: 0;
}
/*visit inner*/

/*bono collection */
.bono-block {
  border-radius: 25.165px;
  background: linear-gradient(
    151deg,
    rgba(128, 90, 180, 0.93) 18.04%,
    rgba(65, 23, 124, 0.88) 35.43%,
    rgba(29, 29, 29, 0.23) 71.39%,
    rgba(0, 0, 0, 0) 118.54%
  );
  padding: 0 35px 0 79px;
  max-width: 831px;
  margin: 0 auto;
  text-align: left;
}

.bono-left {
  padding: 43px 0;
}

.bono-left .normal-title {
  color: #fff;
  font-family: "MonumentRegular";
  font-size: 31.695px;
  line-height: 35.96px; /* 113.454% */
  text-transform: uppercase;
}

.bono-left .normal-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 35.96px; /* 224.748% */
  text-transform: uppercase;
}

.bono-left .detail {
  color: #fff;
  font-family: "Montserrat";
  font-size: 15.053px;
  font-weight: 500;
  line-height: 17.033px; /* 113.152% */
  text-transform: capitalize;
  margin: 13px 0;
}

.bono-left .btn.btn-red {
  font-family: "Montserrat";
  font-size: 16.546px;
  font-weight: 700;
  line-height: 24.071px;
  text-transform: capitalize;
  border-radius: 7.659px;
  background: #d22525;
}

.bono-left .btn.btn-green {
  border-radius: 7.659px;
  background: #57c23d;
  font-size: 16.546px;
  font-weight: 700;
  line-height: 24.071px;
  text-transform: capitalize;
  max-width: 329px;
}
.bono-left .btn.btn-purple span {
  text-decoration-line: line-through;
}

.bono-block .row {
  align-items: center;
}

.bono-img {
  margin: -100px 0 -86px auto;
  max-width: 310px;
  min-width: 310px;
  min-height: 425px;
}

.bono-img * {
  height: 100%;
  width: 100%;
}

.bono-left .bono-btns .btn {
  margin: 0 0 6px 0;
  padding: 7px 22px;
}

.bono-btns .btn span {
  text-decoration: line-through;
  padding-left: 5px;
}

.bono-left .bono-btns .btn:hover {
  background: #b12020;
}

.bono-left .bono-btns .btn-green {
  padding: 7px 35px 7px 21px;
}

.bono-left .bono-btns .btn-green:hover {
  background: #2e661f;
}

.bono-collection-wrp {
  display: flex;
  flex-direction: column;
  row-gap: 47px;
}

.bono-block .row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.bono-block .row {
  margin-left: -8px;
  margin-right: -8px;
}

.bono-block-mobile {
  margin-top: 46px;
}
.bono-block-mobile .bono-img {
  margin: -2px 0 -38px auto;
  position: relative;
  right: 65px;
}

.bono-dorado {
  background: linear-gradient(
    160deg,
    rgba(180, 156, 90, 0.93) 18.04%,
    rgba(124, 85, 23, 0.88) 35.43%,
    rgba(29, 29, 29, 0.23) 71.39%,
    rgba(0, 0, 0, 0) 118.54%
  );

  margin: 46px auto 0 auto;
}

.bono-dorado .bono-img {
  margin: 0 0 -206px 0;
  position: relative;
  right: 77px;
  z-index: -1;
}

.bono-dorado .bono-left {
  position: relative;
  z-index: 11;
}

.learn-more {
  margin: 75px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
}

.learn-more .btn {
  padding: 18px 14px;
}

.learn-more span {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 19.02px;
  line-height: 18.886px;
  max-width: 328px;
  margin: 20px auto 0 auto;
}

.bono-collection-main {
  padding: 84px 0 0 0;
}

.bono-collection-two {
  padding: 0 0 125px 0;
}

.bono-collection-two .learn-more .btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
/*bono-collection*/

/*video ticker*/

.video-ticker-flex .banner-vd {
  max-width: 100%;
}
.video-ticker-flex {
  display: flex !important;
}
.carouselTicker {
  overflow: hidden;
  white-space: nowrap;
}
.carouselTicker__list {
  margin: 8px 0 !important;
}

.carouselTicker ul {
  display: flex !important;
}
.carousel-content .carouselTicker ul {
  list-style: none;
  margin: 0;
  align-items: center;
  padding: 0;
  display: flex;
  gap: 20px;
}
.carouselTicker ul li {
  display: flex;
  position: relative;
  align-items: center;
  white-space: nowrap;
  padding: 0 6px;
}

.video-ticker-main .section-title {
  text-align: center;
  font-family: "StageGroteskExtraBold";
  font-size: 74.887px;
  line-height: 71px;
  background: linear-gradient(175deg, #fff 24.23%, #000 110.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1010px;
  margin: 0 auto 44px auto;
  padding: 0 10px;
}

.carouselTicker__item {
  height: 100% !important;
  width: 100% !important;
  border: 0px !important;
  max-width: 474px;
}

.carouselTicker__item .banner-vd {
  border-radius: 15.639px;
  /*background: rgba(217, 217, 217, 0.15);
  */
  width: 458px;
  height: 251px;
  -webkit-border-radius: 15.639px;
  -moz-border-radius: 15.639px;
  -ms-border-radius: 15.639px;
  -o-border-radius: 15.639px;
  cursor: pointer;
  min-height: 251px;
}

.carouselTicker__item .banner-vd::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 15.639px;
  -webkit-border-radius: 15.639px;
  -moz-border-radius: 15.639px;
  -ms-border-radius: 15.639px;
  -o-border-radius: 15.639px;
  z-index: 0;
}

.carouselTicker__item .banner-vd video {
  height: 100% !important;
  width: 100% !important;
  /* min-height: 251px; */
  min-height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 15.639px;
  -webkit-border-radius: 15.639px;
  -moz-border-radius: 15.639px;
  -ms-border-radius: 15.639px;
  -o-border-radius: 15.639px;
  object-fit: cover;
}

.video-ticker-main {
  padding: 0 0 84px;
  /* background: url(../images/introducing-bg-vector.webp); */
}

.video-ticker-inner {
  background: url(../images/introducing-bg-vector.webp);
  background-size: cover;
  background-position: bottom;
}

/*video ticker*/

/*access*/
.access-creador-main {
  padding: 80px 0 110px 0;
}

.access-creador-inner .section-title {
  color: #fff;
  font-family: "StageGroteskRegular";
  font-weight: 400;
  font-size: 36.737px;
  line-height: 41px; /* 111.605% */
  max-width: 751px;
  text-align: center;
  margin: 0 auto;
}

.access-creador-inner .section-title span {
  background: linear-gradient(270deg, #6f09ff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "MonumentRegular";
  font-weight: 400;
}
.access-creador-inner .section-title strong {
  font-family: "MonumentRegular";
}

.access-creador-block {
  height: 100%;
  display: flex;
  max-width: 446px;
  flex-direction: column;
}

.access-creador-block ul li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-size: 19.775px;
  font-weight: 600;
  line-height: normal;
}

.access-creador-block ul > *:last-child {
  margin-bottom: 0;
}

.access-creador-block ul {
  padding-left: 0;
  border-radius: 16.431px;
  background: #1e1e1e;
  padding: 39px 22px 58px 36px;
  height: 100%;
  margin: 0;
}

.access-creador-wrp {
  max-width: 951px;
  margin: 91px auto 0 auto;
}

.access-creador-wrp .row > *:last-child .access-creador-block ul {
  border-radius: 16.431px;
  background: #6f09ff;
  box-shadow: 0 4px 107.3px 0 #6f09ff;
}

.access-creador-block .normal-title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 34.319px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 29px;
}
/*access*/

/*timer*/

.bottom-arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #83f;
  cursor: pointer;
  padding: 0;

  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.bottom-arrow:hover {
  background: rgb(104, 48, 184);
}

.timer-block {
  border-radius: 12.759px;
  background: #fff;
  padding: 8px 14px;
  -webkit-border-radius: 12.759px;
  -moz-border-radius: 12.759px;
  -ms-border-radius: 12.759px;
  -o-border-radius: 12.759px;
  margin-right: 44px;
  width: 91px;
  text-align: center;
}

.timer-block * {
  color: #000;
  font-family: "Poppins";
}
.timer-block .count {
  font-size: 51.296px;
  font-weight: 600;
  line-height: normal;
}
.timer-block .count * {
  margin: 0;
}

.timer-block span {
  font-size: 15.988px;
  font-weight: 500;
  line-height: normal;
}

.timer-block-wrp {
  display: flex;
}

.timer-block-wrp > *:last-child {
  margin-right: 0px;
}

.timer-main {
  background: url(../images/timer-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 49px 0 60px 0;
  position: relative;
}

.timer-wrap {
  display: flex;
  align-items: center;
  max-width: 1024px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timer-wrap .normal-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 39.266px;
  font-weight: 600;
  line-height: 54.345px; /* 138.4% */
}
/*timer*/

/*introducing*/

.introducing-title .normal-title {
  color: #fff;
  text-align: center;
  font-family: "MonumentRegular";
  font-size: 20px;
  line-height: 34.1px; /* 112.448% */
  max-width: 799px;
  margin: 0 auto 50px auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.introducing-inner {
  background: url(../images/lulu-rainbow2.webp);
  background-size: cover;
  background-position: bottom;
}
.introducing-title .section-title {
  font-family: "MonumentRegular";
  font-size: 150px;
  line-height: 147.944px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1111;

  background: linear-gradient(180deg, #fff -18.31%, rgba(0, 0, 0, 0) 109.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introducing-title {
  padding: 448px 0 55px 0;
  position: relative;
}

.introducing-title .banner-vector-1 {
  left: -127px;
  top: 191px;
}

.introducing-title .banner-vector-2 {
  right: -49px;
  top: 327px;
}

.introducing-content-inner ul {
  position: relative;
  z-index: 1111;
}

.introducing-content-inner > *:nth-child(even) li {
  margin-bottom: 3px;
}

.introducing-content-inner > *:nth-child(even) li::before {
  display: none;
}

.introducing-content-inner > *:nth-child(even) {
  text-align: left;
}

.introducing-content-inner > *:nth-child(even) span {
  margin-bottom: 20px;
}

.introducing-content ul li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
  font-family: "StageGroteskRegular";
  position: relative;
  padding-left: 11px;
  font-size: 24.045px;
  line-height: 23.876px;
}

.introducing-content ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url(../images/checkmark.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}
.introducing-content ul li ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  padding-left: 0;
}
.introducing-content ul li ul li::before {
  display: none;
}

.introducing-content ul ul li {
  margin-bottom: 5px;
}

.introducing-content {
  border-radius: 85px;
  max-width: 747px;
  margin: 0 auto;
  border-radius: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
  padding: 2px;
  position: relative;
}

.introducing-content-inner {
  border-radius: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
  /* padding: 16px 65px 34px 36px; */
  border-radius: 85px;
  border-radius: 85px;
  background: transparent;
  position: relative;
  /* margin: -136px 0 0 0; */
  background: url(../images/introducing-bg-vector.webp);
  /* background-size: cover; */
}
.introducing-content-inner ul li strong {
  font-family: "StageGroteskBold";
}

.introducing-main.bono-main .introducing-content {
  max-width: 769px;
}

/* .introducing-content-inner::before {
  content: "";
  position: absolute;
  background: url(../images/gradient-bg.png);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 111;
  background-size: cover;
  background-position: bottom;
  opacity: 0.7;
} */

.introducing-content::before {
  background: linear-gradient(
    180deg,
    rgba(67, 5, 153, 0) 0%,
    #5a07cf 47.12%,
    #aa78f0 100%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  border-radius: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
}

.introducing-content-ul {
  padding: 16px 65px 15px 36px;
  background: linear-gradient(
    0deg,
    #b000e330 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
}

.introducing-content-ul ul span {
  line-height: 51px;
  font-size: 24px;
  font-family: "StageGroteskRegular";
}
.introducing-content-main {
  margin: -34px 0 0 0;
}
.pricing {
  padding: 69px 0 0 0;
}

.pricing .normal-title {
  font-size: 35.747px;
  line-height: 35.496px; /* 99.298% */
}

.pricing .section-title {
  color: #fff;
  font-family: "MonumentRegular";
  font-size: 60.749px;
  line-height: 58.218px;
  text-decoration-line: line-through;
  text-decoration-color: #ff0051;
  -moz-text-decoration-color: #ff0051;
  margin: 8px 0 33px 0;
}

.per-sem .normal-title {
  margin: 0 0 14px 0;
}
.per-sem .learn-more span {
  color: rgba(255, 255, 255, 0.44);
}

.pricing .block-title {
  text-align: center;
  font-family: "MonumentRegular";

  font-size: 125.407px;
  line-height: 120.183px; /* 95.834% */
  background: linear-gradient(
    0deg,
    rgba(153, 0, 48, 0) -33.33%,
    #3cff00 67.58%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing .block-title span {
  background: linear-gradient(0deg, #774db2 -10.33%, #fff 96.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "StageGroteskBold";
  font-size: 125.407px;
  line-height: 120.183px;
}

.per-sem {
  padding: 0 0 82px 0;
}

.per-sem .learn-more {
  margin: 52px 0 0 0;
}

.per-sem .learn-more .btn {
  padding: 11px 71px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
/*introducing*/

/*creador tour*/
.creador-tour-main-divider {
  filter: drop-shadow(0 4px 78.2px #6f09ff);
  -webkit-filter: drop-shadow(0 4px 78.2px #6f09ff);
  position: relative;
  z-index: 0;
}

.creador-vector-grey {
  background: linear-gradient(0deg, #5b5b5b 0%, #fff 100%), #aa78f0;
  border: 1.523px solid #afcaf2;
  height: 124px;
  width: 124px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}

.creador-vector-purple {
  background: linear-gradient(0deg, #6f09ff 0%, #fff 100%),
    linear-gradient(0deg, #06f 0%, #fff 100%), #06f;
  border: 1.523px solid #aa78f0;
  filter: drop-shadow(0 7.211px 116.566px #6f09ff);
  height: 124px;
  width: 124px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-filter: drop-shadow(0 7.211px 116.566px #6f09ff);
}

.creador-tour-inner {
  position: relative;
  text-align: center;
}

.common-box {
  border-radius: 9.863px;
  -webkit-border-radius: 9.863px;
  -moz-border-radius: 9.863px;
  -ms-border-radius: 9.863px;
  -o-border-radius: 9.863px;
  color: #fff;
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 13.304px;
  line-height: 14.5px; /* 108.991% */
  max-width: 225px;
  padding: 12px 15px 11px 16px;
}

.common-box-inner {
  height: 67px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  overflow: auto;
}

.creador-right-box .common-box-inner,
.creador-tour-right .purple-box .common-box-inner {
  height: 88px;
}

.creador-middle .common-box-inner {
  height: 78px;
}

.common-box p {
  margin: 0;
}

.grey-box {
  background: rgba(217, 217, 217, 0.15);
}

.purple-box {
  background: #6f09ff;
  max-width: 245px;
}

.creador-tour-left {
  position: absolute;
  bottom: -69px;
  left: -11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  z-index: 1;
}

.creador-tour-left .common-box-inner {
  height: 74px;
}

.creador-tour-right {
  right: 8px;
  top: 32px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  z-index: 1;
}

.creador-tour-left .normal-title,
.creador-tour-right .normal-title {
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 26.386px;
  line-height: 22.889px; /* 86.747% */
  text-transform: uppercase;
}
.creador-tour-left .normal-title span,
.creador-tour-right .normal-title span {
  font-family: "MonumentRegular";
  font-size: 29.214px;
  line-height: 43.102px; /* 147.538% */
}

.creador-tour-left .normal-title {
  margin-bottom: 26px;
}

.creador-tour-left .grey-box {
  margin-top: 17px;
}

.creador-tour-left .grey-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 157.081px;
  background: #fff;
  top: 83px;
  z-index: -1;
}

/* .creador-tour-main {
  padding: 30px 0px 116px 0;
  background: url(../images/plus-vector-creadortour.png) no-repeat;
  position: relative;
  background-size: contain;
  background-position: left;
} */

.creador-tour-main:after {
  content: "";
  position: absolute;
  top: 140px;
  width: 293px;
  height: 1000px;
  border-radius: 2003px;
  background: var(--purple);
  filter: blur(568.4239501953125px);
  right: 0;
  -webkit-filter: blur(272.42395px);
  -webkit-border-radius: 2003px;
  -moz-border-radius: 2003px;
  -ms-border-radius: 2003px;
  -o-border-radius: 2003px;
  z-index: 0;
}

.creador-two-grey-boxs .creador-grey-box-1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 135px;
  background: #fff;
  bottom: 0;
  z-index: 1;
}

.creador-two-grey-boxs .creador-grey-box-1::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: unset;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -17px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.creador-two-grey-boxs .creador-grey-box-2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 146px;
  background: #fff;
  z-index: 1;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 10px;
}

.creador-two-grey-boxs .creador-grey-box-2::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.creador-two-grey-boxs {
  position: absolute;
  left: 309px;
  bottom: -94px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
.creador-two-grey-boxs .creador-grey-box-1 .common-box {
  max-width: 241px;
  z-index: 11;
  position: relative;
}

.creador-two-grey-boxs .creador-grey-box-2 {
  min-height: 255px;
  position: relative;
}

.creador-two-grey-boxs .creador-grey-box-2 {
  display: flex;
  align-items: flex-end;
  position: relative;
  right: 39px;
  bottom: -28px;
}
.creador-two-grey-boxs .creador-grey-box-1 {
  min-height: 232px;
  position: relative;
}

.creador-middle {
  max-width: 276px;
  margin: 0 auto 0 26px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-between;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 495px;
  z-index: 1;
}

.creador-middle .normal-title {
  color: #fff;
  text-align: center;
  font-family: "StageGroteskRegular";
  font-size: 26.386px;
  line-height: 22.889px;
  text-transform: uppercase;
}

.creador-middle .normal-title span {
  font-family: "StageGroteskBold";
}

.creador-middle .grey-box {
  width: 100%;
  max-width: 245px;
}

.creador-middle::after {
  content: "";
  position: absolute;
  height: 298.5px;
  width: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 75px;
}

.creador-middle::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -28px 0 0 0;
}

.creador-right {
  position: absolute;
  right: 265px;
  top: 372px;
  max-width: 240px;
}

.creador-right .grey-box {
  background: #430599;
  max-width: 245px;
}

.creador-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 153px;
  background: #fff;
  z-index: 1;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: -172px;
}
.creador-right::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  top: -187px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.creador-tour-main .section-title {
  color: #fff;
  font-family: "StageGroteskExtraBold";
  font-size: 74.887px;
  font-weight: 800;
  line-height: 71px; /* 94.81% */
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
}
/*creador tour*/

/*creador tour mobile*/
.creador-tour-inner-mobile .creador-tour-left {
  position: relative;
}
.creador-tour-inner-mobile .creador-tour-left {
  position: absolute;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.creador-tour-inner-mobile .creador-tour-left .grey-box::before {
  display: none;
}

.creador-tour-inner-mobile .creador-tour-left .normal-title {
  margin-bottom: 0px;
}

.creador-tour-inner-mobile {
  position: relative;
}

.creador-tour-inner-mobile .creador-tour-left {
  top: 0;
}

.creador-tour-inner-mobile .creador-vector-grey {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}

.creador-flex-boxs {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  top: 129px;
  row-gap: 117px;
  z-index: 1;
}

.creador-tour-inner-mobile .creador-tour-right {
  bottom: -63px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -34px 0 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: unset;
}

.creador-tour-inner-mobile .creador-grey-box-2 {
  position: relative;
  width: 100%;
}

.creador-tour-inner-mobile .creador-grey-box-2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 153px;
  background: #fff;
  z-index: 1;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: -172px;
}

.creador-tour-inner-mobile .common-box {
  margin: 0 0 0 auto;
}

.creador-tour-inner-mobile .creador-grey-box-2::after {
  content: "";
  position: absolute;
  width: Calc(100% - 240px);
  height: 1px;
  background: #fff;
  z-index: 1;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: unset;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
}

.creador-tour-inner-mobile .creador-grey-box-2::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  top: -187px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.creador-tour-inner-mobile .creador-grey-box-2::before {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.creador-tour-inner-mobile .creador-tour-left .common-box {
  margin: 0;
}

.creador-tour-inner-mobile .creador-box-1::before {
  left: 121px;
}

.creador-tour-inner-mobile .creador-box-2::before {
  left: 79px;
}

.creador-tour-inner-mobile .creador-box-3::before {
  left: 62px;
}

.creador-tour-inner-mobile .bg-blue {
  background: #2f046b;
}

.light-blue {
  background: #430599;
}

.creador-tour-inner-mobile .creador-box-4::before {
  left: 69px;
}
.creador-tour-inner-mobile .creador-box-5::before {
  left: 96px;
}

.bg-purple {
  background: var(--purple);
}

.video-play-btn.hidden {
  opacity: 0;
}

.introducing-title .section-title {
  position: relative;
}

/*creador tour mobile*/

/*introducing*/

.introducing-ul-buttet ul li {
  list-style-type: none;
}
.introducing-ul-buttet ul li {
  margin-bottom: 5px;
}
.introducing-ul-buttet ul li:before {
  display: none;
}

.introducing-content-bg {
  background: url(../images/introducing-bg-vector.webp) no-repeat;
  background-size: 100% 100%;
}

.introducing-main.bono-main .introducing-content-bg {
  background: unset;
  position: relative;
}

.introducing-main.bono-main .introducing-content-bg::before {
  content: "";
  position: absolute;
  border-radius: 1067px;
  background: #6f09ff;
  filter: blur(302.79998779296875px);
  left: 0;
  left: -47%;
  width: 894px;
  height: 1200px;
  -webkit-filter: blur(302.79998779296875px);
  bottom: 300px;
  opacity: 0.8;
}

.launch-main {
  margin: 30px 0;
}
/*introducing*/
