

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@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");

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
}

body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 0.2px solid #0000001a;
  padding: 15px 72px;
  gap: 10px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.link,
.links {
  font-weight: 400;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1440px) {
  .logo {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }

  .link,
  .links {
    font-size: 1.25rem;
    color: #111111;
  }
}

.line {
  border: 1px solid #11111180;
  height: 32px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.getStarted {
  background: #864af9;
  color: white;
  padding: 12px 24px 12px 24px;
  border: solid 1px #864af9;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.getStarted:hover {
  background-color: #6b4fc1;
}

.container img:nth-child(3) {
  display: none;
}

.typography {
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  line-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.h1hero {
  margin: 0 auto;
  max-width: 1206px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -3%;
  margin-top: 72px;
}

.phero {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -3%;
  text-align: center;
  /* width: 58%; */
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
  ;
}

.highlight {
  color: #9400FF;
}

.heroButton {
  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;
}

#heroButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  gap: 10px;
}

.PlaceholderContainer {
  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;
  text-align: center;
  /* margin-top: 32px; */
  min-height: 300px;
}

.Placeholder {
  background: #d9d9d9;
  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;
  text-align: center;
  width: 224px;
  height: 100%;
  padding: 230px 317px 230px 317px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
}

.Placeholder-mob {
  /* background: #d9d9d9; */
  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;
  text-align: center;
  width: 224px;
  height: 100%;
  padding: 230px 317px 230px 317px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
}

.heroButton {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  position: relative;
  top: -30px;
}

.arrow {
  position: absolute;
  left: -120px;
}

.lines {
  position: absolute;
  left: 35%;
  z-index: -1;
  opacity: 50%;
}

.hero {
  position: relative;
}

.ellipse2 {
  width: 250px;
  position: absolute;
  top: 10%;
  left: 3%;
  z-index: -1;
  -webkit-filter: blur(160px);
          filter: blur(160px);
}

.ellipse1 {
  position: absolute;
  top: 70%;
  left: 82%;
  z-index: -99;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.portfoliotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 48px;
}

.portfoliotext h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 43.88px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: -20px;
  margin-top: 0px;
}

.highlight-p {
  margin-bottom: -2px;

}

.for-margin {
  margin-top: 0px;
}

.for-marg {
  margin-bottom: 8px !important;
  margin-top: 80px !important;
}

.marg {
  margin-bottom: 48px !important;
}

/* .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 419px);
    grid-template-rows: repeat(2, 419px);
    gap: 20px;
    height: fit-content;
    margin-left: 72px;
    margin-right: 72px;
    padding: 0px;
  } */

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 419px 20px 419px 20px 419px;
  grid-template-columns: repeat(3, 419px);
  gap: 20px;
  margin-left: 72px;
  margin-right: 72px;
  padding: 0;
}

.subtitle {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.mobile-sub-head {
  display: none;
}

.grid-item {
  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;
  /* background: #d9d9d9; */
  text-align: center;
}

.youtube-video {
  /* width: 100%;
    height: 100%; */
  /* max-width:200px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
  width: 100%;
  /* Full width of the container */
  max-width: 500px;
  /* Set a maximum width */
  height: auto;
}

.tiktok-video {
  width: 350px;
  /* Adjust to desired width */
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.facebook-video {
  width: 100%;
  /* object-fit: cover; */
  height: auto;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
}

.img-size {
  width: 60px;
  height: auto;
}

.hiwText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 48px;
}

.hiwText h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 43.88px;
  letter-spacing: -0.01em;
  text-align: left;
}

.hiwGridContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 430px 107px 430px;
  grid-template-columns: repeat(2, 430px);
  -ms-grid-rows: 288px 48px 288px 48px 288px 48px 288px 48px 288px 48px 288px;
  grid-template-rows: repeat(6, 288px);
  -webkit-column-gap: 107px;
     -moz-column-gap: 107px;
          column-gap: 107px;
  row-gap: 48px;
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

.hiwGridContainer > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hiwGridContainer > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hiwGridContainer > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.hiwGridContainer > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.hiwGridContainer > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.hiwGridContainer > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.hiwGridContainer > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.hiw-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d9d9d9;
  text-align: left;
}

.hiwGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
}

.hiw-text-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -3%;
  text-align: left;
}

.white {
  background: #ffffff;
}

.width {
  margin-right: 150px;
}

.width-2 {
  margin-right: 60px;
}

.width-3 {
  margin-right: 60px;
}

.howitworks {
  position: relative;
}

.hiwbackgroundtl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.hiwbackgroundmr {
  position: absolute;
  top: 125vh;
  left: 80vw;
  z-index: 1;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.hiwbackgroundml {
  position: absolute;
  top: 175vh;
  left: 0vw;
  z-index: 1;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.hiwbackgroundbr {
  position: absolute;
  top: 300vh;
  left: 80vw;
  z-index: 1;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.pricing {
  margin-top: 0px;
}

.ptop-text {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -3%;
  text-align: center;
}

.ptop-p {
  font-size: 20px;
  color: #00000080;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -3%;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  /* margin-top: 20px;
    margin-bottom: 20px; */
}

.p-cards-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 20px 400px 20px 400px;
  grid-template-columns: repeat(3, 400px);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

.p-button {
  margin-top: auto !important;
}

.p-cards-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  border: 2px solid #EEEEEE;

  border-radius: 8px;
  padding: 32px 28px;
  max-width: 355px;
  /* height: 524px; */
}

.p-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: left;
  width: 100%;
}

.mid {
  border: solid 2px #864af9;
}

.g-head {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32.4px;
  letter-spacing: -0.01em;
  text-align: left;
}

.g-head-margin {
  margin-bottom: 32px;
}

.under-free {
  margin-top: -15px;
  color: #000000B3;
  margin-bottom: 32px;
}

.g-p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 28px;
}

.bold-size {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}

.font {
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.6px;
  font-weight: 800;
  color: #00000080;
}

.price-promo {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #00000080;
}

.price {
  margin-bottom: 20px;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 16px;
}

.benefits-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.01em;
  text-align: left;
}

.p-buttons {
  width: 250px;
}

.p-button {
  font-size: 1.2rem;
  background: #864af9;
  padding: 12px 32px;
  max-width: 100%;
  border: solid 1px #864af9;
  border-radius: 8px;
  text-align: center;
  color: white;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 20px;
}

.p-button:hover {
  background-color: #6b4fc1;
}

.mp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.hype {
  color: #864af9;
  background: #9dbdff33;
  font-size: 0.875rem;
  padding: 4px 8px 4px 8px;
  border: solid 1px #9dbdff33;
  border-radius: 50px;
}

.middle {
  margin-bottom: 32px;
}

.bottom-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.more-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -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;
  text-align: left;
  width: 100%;
  margin: 7.5%;
  gap: 32px;
}

.more-benefits-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.more-benefits-text {
  color: #000000b2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  white-space: nowrap;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  background: white;
  height: 389px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cta-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px -4px #0c0c0d0d;
          box-shadow: 0px 4px 4px -4px #0c0c0d0d;
  -webkit-box-shadow: 0px 16px 32px -4px #0c0c0d1a;
          box-shadow: 0px 16px 32px -4px #0c0c0d1a;
  z-index: 99;
}

.cta-content-wrapper p {
  color: #000000af;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.an-span {
  display: none;
  color: #000000;
}

.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cta-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 48.6px;
  text-align: left;
  color: #864af9;
}

.cta-button {
  background: #864af9;
  padding: 12px 32px;
  border: solid 1px #864af9;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24.38px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cta-button:hover {
  background-color: #6b4fc1;
}

.cta {
  position: relative;
}

.cta-circle {
  position: absolute;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 60%;
  z-index: 1;
}

.cc1 {
  top: -3vh;
  left: -2vw;
}

.cc2 {
  top: -25vh;
  left: 7vw;
  width: 816px;
}

.cc3 {
  top: 23vh;
  right: 0;
}

.cc4 {
  top: -2vh;
  right: 265px;
}

.cc5 {
  top: 23vh;
  right: 471px;
}

.cc6 {
  top: -4vh;
  right: -11px;
}

.cc7 {
  top: 22vh;
  left: -39px;
}

.cc8 {
  top: 100vh;
  right: 471px;
}

.contact-us {
  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;
  text-align: center;
  height: 100vh;
  padding: 80px 0px 80px 0px;
  gap: 64px;
}

.cu-container {
  background: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  height: 100%;
  width: 100%;
}

.cu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  padding: 0px 32px 0px 32px;
  gap: 32px;
}

.cu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  gap: 48px;
}

.cu-hs {
  gap: 20px;
}

.cu-h {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: center;
}

.earning-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 137px;
  padding: 80px 0;
  border-bottom: 1px solid #00000080;
}

.earning-section button {
  height: 52px;
  max-width: 182px;
  margin: 0 !important;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 400;
}

.earning-section .earning-title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 44px;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-top: 0;
}

.earning-section .earning-paragraph {
  max-width: 935px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 22.5px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 !important;
}

.earning-section .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin: 48px 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 28px 26px;
  width: 262px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #ccccccb2;
  -webkit-box-shadow: 10px 10px 3px #0c0c0d1a;
          box-shadow: 10px 10px 3px #0c0c0d1a;
}

.card .number {
  font-weight: 700;
  font-size: 3rem;
  line-height: 54px;
  font-family: 'Montserrat';
  color: #864af9;
}

.card .title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 29px;
  font-family: 'Montserrat';
  margin-top: 20px;
  margin-bottom: 14px;
}

.card .text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 22px;
  font-family: 'Montserrat';
  color: #111111b2;
  margin: 0 !important;
  text-align: center;
}

.contact-section-wrapper {
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contact-section {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.contact-section h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 20px;
  color: #101828;
}

.contact-section p {
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #667085;
  margin-bottom: 64px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #344054;
  font-weight: 500;
  margin-bottom: 8px;
}

.for-mobile {
  display: none;
}

.form-group input,
.form-group textarea {
  font-family: 'Montserrat', sans-serif;
  padding: 16px 12px;
  font-size: 1rem;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  outline: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
          box-shadow: 0px 1px 2px 0px #1018280d;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #888;
}

textarea {
  resize: none;
  height: 120px;
}

button {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 15px;
  background-color: #864af9;
  margin-top: 12px;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

button:hover {
  background-color: #6b4fc1;
}

.footer-wrapper {
  background: #222222;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.footer {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  padding: 40px 20px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 24px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background-color: #8a2be2;
  border-radius: 50%;
  margin-right: 10px;
}

.tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #ffffffb2;
  max-width: 300px;
  margin-top: 20px;
  font-size: 0.875rem;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
}

.footer-column {
  margin-left: 60px;
}

.footer-column h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
}

.footer-column ul {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #ffffffb2;
  list-style-type: none;
  padding: 0;
}

.footer-column li {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #ffffffb2;
  margin-bottom: 24px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.704);
  text-decoration: none;
  font-size: 0.875rem;
}

.footer-column a:hover {
  color: #ffffff;
}

.copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #ffffff80;
  margin-top: 48px;
}

.logo-small {
  display: none;
}

.menu {
  display: none;
}

.portfoliotext br {
  display: none;
}

.mtg {
  margin-top: 0px !important;
}

.howitworks {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 72px;
  padding-right: 72px;
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(238.8px);
          backdrop-filter: blur(238.8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.hiw-heading-text {
  margin-top: 20px;
  color: black;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  word-wrap: break-word;
}


.hiw-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiw-element {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 90px;
}

.hiw-element-text-container {
  width: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hiw-element-heading {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: black;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  word-wrap: break-word;
}

.hiw-element-text {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 27px;
  word-wrap: break-word;
}

.hiw-element-placeholder {
  width: 430px;
  height: 288px;
  background: #d9d9d9;
}

.hiw-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ptop-text span:nth-child(1) {
  display: none;
}

.ptop-text br {
  display: block;
}
/* 
.header img:nth-child(1) {
  display: none;
} */

.topbar {
  display: none;
}

.hamburger {
  display: none;
}

.hiw-effects1 {
  width: 350px;
  height: auto;
  position: absolute;
  top: -4%;
  left: -2%;
  z-index: -1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 60%;
}

.hiw-effects2 {
  position: absolute;
  top: 38%;
  left: 85%;
  z-index: -1;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  opacity: 80%;
}

.hiw-effects3 {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  opacity: 80%;
}

.hiw-effects4 {
  position: absolute;
  top: 90%;
  left: 85%;
  z-index: -1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 80%;
}

.slides,
.slide-dots,
.prev,
.next
{
  display: none;
}

.howitworks img:nth-child(1) {
  width: 399px;
  height: auto;
  position: absolute;
  top: 1%;
  left: -2%;
  z-index: -1;
  -webkit-filter: blur(180px);
          filter: blur(180px);
  opacity: 100%;
}

.howitworks img:nth-child(2) {
  width: 350px;
  height: auto;
  position: absolute;
  top: 38%;
  left: 85%;
  z-index: -1;
  -webkit-filter: blur(180px);
          filter: blur(180px);
  opacity: 1;
}

.howitworks img:nth-child(3) {
  width: 350px;
  height: auto;
  position: absolute;
  top: 52%;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(180px);
          filter: blur(180px);
}

.howitworks img:nth-child(4) {
  width: 350px;
  height: auto;
  position: absolute;
  top: 80%;
  left: 85%;
  z-index: -1;
  -webkit-filter: blur(180px);
          filter: blur(180px);
}

.howitworks img:nth-child(5) {
  display: none;
  position: absolute;
  top: 90%;
  left: 85%;
  z-index: -1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 80%;
}





.highlight-p {
  margin-bottom: 7px;
  /* margin-top: -6px; */
  color: #000000B3;
  line-height: 135%;
}

.portfolio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns by default */
  gap: 24px;
  max-width: 1083px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.portfolio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 24px;
}

.portfolio-box .portfolio-head h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  background-color: #9400FF;
  padding: 10px;
  width: 34px;
  color: white;
  height: 34px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.portfolio-box .portfolio-head .border {
  border-bottom: 1px solid #cccccc;
  width: 297px;
  margin: 0 auto;
}



.sub-text h1 {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 135%;
  text-align: center;
  font-weight: 500;
}

.sub-text p {
  color: #000000B3;
  line-height: 135%;
  text-align: center;
  max-width: 100%;
  ;
}

.portfolio-bottom-text {
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 135%;
  color: #000000B3;
  margin-bottom: 66px;
  margin-top: 48px;
}

.fa-check {
  color: #9400FF;
}

.hiw-element-text p {
  max-width: 80%;
}

.hew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}


.dimensions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.typography-for-mobile {
  display: none;
}

.aspect-box {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d9d9d9;
  font-size: 14px;
  border-radius: 4px;
  /* Rounded corners */
  text-align: center;
}

.aspect-box.tall {
  height: 115px;
}

.hew-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}

.hew-t p {
  max-width: 86%;
}


.portfolio-border {
  border-bottom: 1px solid #cccccc;
  max-width: 1077px;
  margin: 0 auto;
  margin-bottom: 67px;
}

.main-eature-container {
  margin-bottom: -20px;
}

.feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1296px;
  margin: 0 auto;
}

.feature-card {
  width: 255px;
  height: 280px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 23px;
  text-align: center;
}

.circle {
  width: 50px;
  height: 50px;
  background: #a000ff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
  margin-bottom: 24px;
}

.cta-main {
  display: none;
}



.feature-card h3 {
  font-size: 25px;
  margin: 10px 0;
  font-weight: 500;
  white-space: nowrap;
}

.feature-card p {
  font-size: 16px;
  color: #000000B3;
  font-weight: 400;
  line-height: 135%;
}

.circle-border {
  border-bottom: 1px solid #cccccc;
  width: 210px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.tutorial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto !important;
}

.ptop-text-mobile {
  display: none;
}

.ptop-p-mobile {
  display: none;
}

/* Title Styling */
.tutorial-title {
  font-size: 36px;
  /* Large title size */
  font-weight: 700;
  /* Bold weight */
  text-align: center;
  margin-bottom: 16px;
}

.title-bold {
  color: #000000;
  /* Black text */
}

.title-highlight {
  color: #8A2BE2;
}

/* Subtitle Styling */
.tutorial-description {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  max-width: 800px;
  line-height: 135%;
  margin-bottom: 48px;
}



/* Video Placeholder */
.video-placeholder {
  width: 894px;
  height: 580px;
  background-color: #D3D3D3;
  /* Light gray for the placeholder */
  border-radius: 8px;
  /* Rounded corners */
}

.tutorial-border {
  border: 1px solid #cccccc;
  width: 1077px;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 62px;
}




@media screen and (max-width: 768px) {
  .header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 18px 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .menu {
    display: block;
  }

  .links {
    display: none;
  }

  .container img:nth-child(3) {
    display: block;
  }

  .logo {
    display: none;
  }

  .logo-small {
    display: block;
    z-index: 10000000;
  }

  .hero {
    margin: 0px 16px;
  }

  .highlight br {
    display: none;
  }

  .typography h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 34.8px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 24px;
  }

  .phero {
    width: 413px;
    line-height: 149%;
    margin: 0 auto !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18.9px;
    text-align: center;
    margin: 0;
  }

  .phero br {
    display: none;
  }

  .arrow {
    left: 180px;
    top: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 70px;
    height: auto;
  }

  .PlaceholderContainer {
    /* box-sizing: border-box; */
    /* width: 100%; */
    padding: 16px;
  }

  .Placeholder {
    width: 100%;
    padding: 0;
    /* aspect-ratio: 1; */
  }

  .Placeholder-mob {
    width: 100%;
    padding: 0;
    /* aspect-ratio: 1; */
  }

  .hero {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* padding: 0 16px; */
    /* padding-bottom: 71px; */
    margin: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }

  .background {
    width: 100%;
    overflow-x: hidden;
  }

  .ellipse1 {
    left: 50%;
    opacity: 0.8;
  }

  .lines {
    width: 90%;
    left: 0px;
    top: 0;
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }

  .heroellipse {
    display: none;
  }

  .ellipse2 {
    top: -180px;
    left: -160px;
    width: 400px;
    height: auto;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }

  .portfoliotext {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    /* margin-top: 40px; */
  }

  .portfoliotext br {
    display: block;
  }

  .portfoliotext h2 {
    text-align: center;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 34.13px;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0;
  }

  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 419px 20px 419px 20px 419px 20px 419px 20px 419px 20px 419px;
    grid-template-columns: repeat(6, 419px);
    -ms-grid-rows: 419px;
    grid-template-rows: repeat(1, 419px);
    gap: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 72px;
    margin-right: 72px;
    padding: 0px;
  }

  .grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .grid-container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  .grid-container > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }

  .grid-item {
    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;
    background: #d9d9d9;
    text-align: center;
  }

  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
    overflow: hidden;
  }


  .an-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hiw-heading-text span:nth-child(2) {
    display: none;
  }


  .howitworks {
    padding: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }


  .hiw-container {
    width: 100%;
    padding: 0px 16px;
  }

  .hiw-element-heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: -0.03em;
    text-align: left;
    width: 100%;
  }

  .hiw-element-text-container {
    width: 100%;
    gap: 24px;
  }

  .hiw-element-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 15px !important;
  }

  .hiw-element-placeholder {
    width: 100%;
  }

  .hiw-element {
    gap: 32px;
  }

  .howitworks {
    gap: 60px;
    padding-top: 40px;
    height: 2971px;
  }

  .ptop-text span:nth-child(1) {
    display: inline;
  }

  .ptop-text span:nth-child(2) {
    display: none;
  }

  .ptop-text {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 34.13px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 24px;
  }

  .ptop-text span {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 34.13px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .pricing {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0px;
    padding: 0px 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .top {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }

  .ptop-p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -3%;
    text-align: center;
    margin: 0 auto;
    color: #000000B3;
  }

  .ptop-p br {
    display: none;
  }

  .p-cards-grid-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* width: 100%; */
    gap: 20px;
  }

  .g-head {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.01em;
    text-align: left;
  }

  .g-p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .p-cards-grid-item {
    border: 2px solid #EEEEEE;
    /* width: 336px; */
  }

  .mid {
    border: 2px solid #864af9;
  }

  .p-cards-grid-item a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }

  .middle {
    width: 100%;
  }

  .bottom {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 32px;
  }

  .more-benefits-text {
    white-space: wrap;
    text-align: left;
    overflow-x: hidden;
  }

  .cta {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 40px 16px;
  }

  .cta-content-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 345px;
    margin: 0 auto;
    padding: 16px 16px;
  }

  .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }

  .cta-text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24.38px;
  }

  .cta-text br {
    display: none;
  }

  .contact-section-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 40px 16px;
  }

  .contact-section {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .contact-form {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    gap: 24px;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact-section h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 34.13px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #101828;
  }

  .contact-section p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #667085;
    margin-bottom: 48px;
  }

  .footer-wrapper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  footer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .footer-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 72px;
  }

  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-column {
    margin: 0;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #footer-logo {
    display: block;
  }

  .grid {
    display: none;
  }

  .mobile-sub-head {
    display: block;
  }

  .slides,
  .slide-dots,
  .prev,
  .next {
    display: block;
  }

  .image-slider {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    position: relative;
  }

  .slider-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

  .slider-button {
    background: #d9d9d9;
    width: 8px;
    height: 8px;
    border-radius: 5px;
  }

  .slider-button-container {
    position: absolute;
    left: 40%;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }

  .selected {
    width: 16px;
    background: #864af9;
  }

  .slider-button a {
    opacity: 0;
  }

  .header {
    overflow: hidden;
    position: relative;
  }

  .slider {
    position: relative;
    width: 100%;
    max-width: 400px;
    /* Adjust based on your design */
    margin: auto;
    overflow: hidden;
  }

  .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }

  .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .Placeholder {
    width: 90%;
    aspect-ratio: 1;
    border-radius: 8px;
  }

  .slider-dots {
    text-align: center;
    margin-top: 15px;
  }

  .dot {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }

  .dot.active {
    background-color: #8e44ad;
    /* width: 16px; Active dot color */
  }

  .header {
    position: relative;
    overflow: visible;
  }

  .earning-section {
    padding: 40px;
    margin: 0;
    border-bottom: none;
  }

  .earning-section .earning-title {
    padding: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .earning-section .earning-paragraph {
    padding: 0;
  }

  .earning-section .cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .topbar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    background: white;
    opacity: 1;
    width: 100vw;
    padding-top: 95px;
    left: 0;
    /* height: 497px; */
    padding-bottom: 30px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    /* Smooth transition */
    top: -497px;
    /* Initially hide the topbar offscreen */
  }

  .topbar-grey {
    background: -webkit-gradient(linear, left top, right top, from(#ecd3ff), to(#fff));
    background: -o-linear-gradient(left, #ecd3ff, #fff);
    background: linear-gradient(90deg, #ecd3ff, #fff);
    height: 70px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }

  .hamburger {
    display: block;
    z-index: 9999;
  }

  .links-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    /* Space between links */
    /* align-items: center;  */
  }

  .links-topbar a {
    color: black;
    font-size: 1.2rem;
    text-align: center;
    /* Center the text within each link */
    padding: 10px;
    /* Add padding to increase clickable area */
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition for hover effect */
  }

  .links-topbar a:hover {
    background-color: #f0f0f0;
    /* Change background on hover */
    color: #007bff;
    /* Change text color on hover */
  }

  .separator {
    border: none;
    /* Remove default border */
    height: 1px;
    /* Height of the separator */
    background-color: #ccc;
    /* Color of the separator */
    width: 250px;
    /* Full width */
    margin: 10px 0;
    /* Space above and below the separator */
  }

  .howitworks img:nth-child(1) {
    width: 200px;
    left: -50%;
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }

  .howitworks img:nth-child(2) {
    width: 200px;
    top: 29%;
    -webkit-filter: blur(80px);
            filter: blur(80px);
    opacity: 1;
  }

  .howitworks img:nth-child(3) {
    width: 200px;
    top: 45%;
    left: -30%;
    -webkit-filter: blur(120px);
            filter: blur(120px);
  }

  .howitworks img:nth-child(4) {
    top: 75%;
  }

  .howitworks img:nth-child(5) {
    display: block;
    position: absolute;
    top: 94%;
    left: -30%;
    z-index: -1;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 80%;
  }

  .tiktok-video {
    width: auto;
    height: 350px;
  }

  .facebook-video {
    width: auto;
    height: 350px;
  }

  .subtitle {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

@media (max-height: 600px) {
  .topbar {
    height: 50vh;
  }

}


/* @media (max-height: 550px) {
      .top {
        position: relative;
        top: -320px;
      }
    } */







/* Adjust grid for screen sizes below 1000px */
@media (max-width: 1000px) {
  .portfolio-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on screens below 1000px */
  }

  .portfolio-box {
    padding: 16px;
    /* Adjust padding for smaller screens */
  }

  .portfolio-box .portfolio-head h1 {
    font-size: 22px;
    padding: 8px;
    width: 30px;
    height: 30px;
  }

  .portfolio-box .portfolio-head .border {
    width: 250px;
  }
}

/* Adjust grid for screens below 768px */
@media (max-width: 768px) {
  .portfolio-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* 1 column on screens below 768px */
  }

  .portfolio-box {
    padding: 12px;
    /* Adjust padding further */
  }

  .portfolio-box .portfolio-head h1 {
    font-size: 20px;
    padding: 6px;
    width: 28px;
    height: 28px;
  }

  .portfolio-box .portfolio-head .border {
    width: 200px;
  }
}



@media screen and (max-width:600px) {

  .rocket {
    display: none;
  }

  .hiw-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .hiw-element-placeholder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .hiw-element-text-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* .hiw-element-text-container comes second */
  }

  /* Optional: Adjust the width of the elements for smaller screens */
  .hiw-element {
    width: 100%;
  }

  .howitworks img:nth-child(1) {
    width: 200px;
  }

  .howitworks img:nth-child(5) {
    width: 100px;
  }

  .hiw-element-text-container {
    display: block;
  }

  .portfolio-box {
    max-width: 80%;
    /* width: 300px; */
    margin: 0 auto;
    /* height: 280px; */
  }

  .sub-text p {
    max-width: 84%;
    margin: 0 auto;
  }

  .portfolio-bottom-text {
    text-align: center;
    max-width: 94%;
    /* width: 300px; */
    margin: 0 auto;
    font-size: 16px;
    line-height: 135%;
    color: #000000B3;
    margin-bottom: 0px;
    margin-top: 48px;
    text-transform: capitalize;
  }


  .howitwork {
    background-color: #FAF3FF;
  }

  .feature-card {
    width: 350px;
    height: 280px;
  }

  .feature-card p {
    width: 87%;
    margin: 0 auto;
  }

  .tutorial-title {
    font-size: 24px;
  }

  .tutorial-description {
    font-size: 16px;
    max-width: 317px;
    padding: 5px;
  }

  .video-placeholder {
    width: 334px;
    height: 390px;
    margin: 0 auto;
  }

  .tutorial-container {
    height: auto;
  }

  .ptop-text {
    display: none;
  }

  .ptop-text-mobile {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    width: 360px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ptop-p {
    display: none;
  }

  .ptop-p-mobile {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000B3;
    text-transform: capitalize;
    width: 344px;
    margin-bottom: 0px;
    line-height: 135%;
    margin-top: 11px;
  }

  .for-m {
    margin-bottom: 0px;
  }

  .p-cards-grid-item {
    width: 340px;
    padding: 24px;
  }

  .cta-content-wrapper {
    display: none !important;
  }

  .for-marg-c {
    margin-bottom: 40px;
  }

  .typography-for-desktop {
    display: none;
  }

  .cta {
    background-color: #966ae728;
    margin: 0 auto;
    height: auto !important;
  }

  .cta-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    /* Centers content horizontally */
    background-color: #fff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding: 1rem;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }

  .cta-box {
    text-align: center;
  }

  .cta-box h1 {
    width: 343px;
    color: #8A2BE2;
    font-size: 24px;
    font-weight: bold;
  }

  .cta-box p {
    margin: 0 auto;
    width: 297px;
    font-size: 18px;
    font-weight: 400;
    color: #000000B3;
    text-align: center;
    line-height: 135%;
  }

  .cta-button {
    font-size: 16px;
    font-weight: 400;
    margin-top: 48px;
    height: 48px;
  }

  .for-mobile {
    margin-bottom: 0px !important;
  }

  .highlight-p {
    margin-top: -0px;
  }

  .howitworks {
    gap: 32px;
  }

  .portfoliotext h2 {
    margin-top: 40px !important;
  }

  .portfoliotext {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .portfolio-bottom-text p {
    margin: 0 auto;
    width: 90%;
    /* margin-bottom: 40px; */
  }

  #for-m {
    margin-bottom: 40px;
  }

  .portfolio-border {
    margin-bottom: 40px;
  }

  .tutorial-border {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .for-margg {
    margin-top: 24px;
    width: 80%;
  }

  .for-margin {
    margin-top: -5px;
  }

  #heroButton {
    margin-top: 48px !important;
  }

  .arrow {
    top: 14px;
  }


  .typography-for-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .cta-content-wrapper {
    display: none;
  }

  #pricing {
    margin-top: 48px;
  }

}




@media screen and (max-width: 500px) {
  .for-mobile {
    display: block;
  }
}

@media (max-width: 441px) {
  .howitworks {
    margin-top: 30px;
  }

  .more-benefits-items {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }

  .tiktok-video {
    width: auto;
    height: 350px;
  }

  .facebook-video {
    width: auto;
    height: 350px;
  }

  .subtitle {
    font-size: 1.2rem;
    margin: 20px 0;
  }

  .ptop-text {
    /* padding: 15px 0; */
    padding-top: 25px;
  }
}

@media screen and (max-width:390px) {
  .feature-card {
    width: 311px;
    margin: 0 auto;
  }

  .p-cards-grid-item {
    width: 314px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 380px) {

  .cta-main {
    width: 300px !important;
  }
}


@media screen and (max-width:375px) {
  .dimensions-container {
    max-width: 85%;
  }

  .feature-card {
    width: 260px;
  }

  .p-cards-grid-item {
    width: 300px;
    margin: 0 auto;
  }

  .feature-card {
    width: 295px;
    margin: 0 auto;
  }
}