.row {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0%
}

@import url('https://rsms.me/inter/inter.css');

:root {
  --theme-fw-light: 300;
  --theme-fw-normal: 400;
  --theme-fw-medium: 500;
  --theme-fw-semibold: 600;
  --theme-fw-bold: 700;

  --theme-fs-small: 16px;
  --theme-fs-normal: 18px;
  --theme-fs-medium: 30px;
  --theme-fs-large: 40px;
  --theme-fs-extra-large: 80px;

  --theme-line-height-small: 120%;
  --theme-line-height-normal: 130%;
  --theme-line-height-medium: 146%;
  --theme-line-height-large: 150%;

}

html {
  font-size: 16px;
}

body {
  background-color: var(--theme-light-color);
  font-size: 1rem;
  font-family: 'Inter', sans-serif !important;
  font-weight: var(--theme-fw-normal);
  color: var(--theme-text-black);
}


.font-small {
  font-size: var(--theme-fs-small) !important;
}

.font-normal {
  font-size: var(--theme-fs-normal) !important;
}

.font-medium {
  font-size: var(--theme-fs-medium) !important;
}

.font-large {
  font-size: var(--theme-fs-large) !important;
}

.font-extra-large {
  font-size: var(--theme-fs-extra-large) !important;
}

.fw-light {
  font-weight: var(--theme-fw-light) !important;
}

.fw-normal {
  font-weight: var(--theme-fw-normal) !important;
}

.fw-medium {
  font-weight: var(--theme-fw-medium) !important;
}

.fw-semibold {
  font-weight: var(--theme-fw-semibold) !important;
}

.fw-bold {
  font-weight: var(--theme-fw-bold) !important;
}

.line-height-small {
  line-height: var(--theme-line-height-small) !important;
}

.line-height-normal {
  line-height: var(--theme-line-height-normal) !important;
}

.line-height-medium {
  line-height: var(--theme-line-height-medium) !important;
}


.line-height-large {
  line-height: var(--theme-line-height-large) !important;
}

.app-logo {
  width: 164px;
  height: 53px;
}

.header-container {
  padding: 10px 0px 0px 0px;
}

.container-spacing-py {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.container-spacing-pb {
  padding-bottom: 3rem;
}

.container-spacing-pt {
  padding-top: 3rem;
}


.container-spacing-pl {
  padding-left: 11rem;
}

.container-spacing-my {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.contact-btn {
  padding: 12px 24px;
  width: 210px;
  border-radius: 40px;
  background-color: #251A89;
  border: none;
}

.container-style {
  overflow-x: hidden;
  position: relative;
}

.transforming-dream {
  position: absolute;
  top: 187px;
  right: 100px;
  max-width: 590px;
}

.absolute-container {
  position: absolute;
  top: 90px;
  left: 140px;
  color: #000000;
}

.main-title {
  font-size: 52px;
  line-height: 120%;
}

.sub-title {
  font-weight: 400;
  font-size: 46px;
  line-height: 109%;
  width: 403px;
}

.description {
  font-weight: 400;
  font-size: var(--theme-fs-normal);
  line-height: 146%;
  max-width: 433px;
}

.app-store-button {
  padding: 15px 0;
  height: auto;
}

.google-store-button {
  height: auto;
}

.custom-line {
  border: none;
  height: 1px;
  background-color: #000000;
  margin: 20px 0;
}

.tranforming-descruption {
  color: #000000;
  font-size: var(--theme-fs-normal);
  line-height: 146%;
  font-weight: 400;
  padding-right: 100px;
}

.tranforming-title {
  position: relative;
  line-height: 120%;
  font-size: 40px
}

.ai-spire-acedamy {
  margin: 95px 0px;
}

.platform-ratio {
  height: 130px;
  width: 1px;
  border-radius: 42px;
  background-color: #000000;
}

.sub-title-max-width {
  max-width: 650px;
  word-wrap: break-word;
}

.column-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rooted-powered-technology {
  margin-top: 70px;
  padding-right: 8rem;
}

.card {
  display: flex;
  flex-direction: column;
  border: none;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.step-badge {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #ffffff;
  color: #000000;
  padding: 10px 26px;
  border-radius: 45px;
  font-size: 20px;
  margin: 24px;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.card-title {
  font-size: 32px;
  line-height: 1.2;
}

.card-description {
  line-height: 1.4;
  min-height: 84px;
  padding-right: 10px;
}

.centered-on-image {
  color: black;
  font-size: 36px;
  font-weight: bold;
  line-height: var(--theme-line-height-small);
}

.image-grid-overlap {
  margin-top: -23%;
  position: relative;
  z-index: 1;
  padding: 0px 7rem;
}

/* 
.image-overlap {
  margin-top: -55%;
  position: relative;
}

.image-wave {
  margin-top: -50px;
} */

.image-wave {
  position: relative;
  /* Keep it in the layout flow */
  top: -90px;
  /* Move the image within its container */
  width: 100%;
}

.image-overlap {
  position: relative;
  /* Keep the FAQ container in the layout flow */
  margin-top: -60%;
  /* Adjust this value to control the position of the FAQ container */
  z-index: 1;
  /* Keep the FAQ content above the image */
}


.line-gradient {
  background: linear-gradient(to bottom, #251A89 0%, #C23EBD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.ai-work-platform-ratio {
  height: 90px;
  width: 10px;
  border-radius: 42px;
  margin-right: 24px;
}

.vertical-line-1 {
  background-color: #D7B325 !important
}

.vertical-line-2 {
  background-color: #CE3AA8 !important
}

.vertical-line-3 {
  background-color: #35BCB0 !important
}

.platform-ratio-content {
  color: black;
  display: flex;
  flex-direction: column;
}

.goal-type-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 77px;
}

.goal-type-col:first-child {
  padding-left: 0px;
  padding-right: 77px;
}

.container .goal-type-col:not(:last-child) {
  border-right: 1px solid #000000;
}

.training-developer {
  position: relative;
  text-align: center;
  z-index: 2;
}

.training-developer img {
  position: absolute;
}

.aispire-works-descprtion {
  padding-right: 2rem;
}

.visionary-container {
  padding-right: 1rem;
}

.quote-up {
  top: -80px;
  left: -8%;
  z-index: -1;
}

.quote-down {
  top: 30%;
  right: 0%;
}

.visionary-image {
  padding-left: 4rem;
  margin-top: -8rem;
}

.feedback-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid #010028;
  border-radius: 39px;
  padding: 37px 67px 26px 38px;
  background-color: rgba(255, 255, 255, 0.05);
}

.card-faq {
  border: 1px solid #000000;
  border-radius: 18px;
  margin: 16px 0px;
  background-color: #ffffff;
}

.card-body {
  padding: 20px 24px;
}

.feedback-container {
  background-color: #010028;
  padding: 92px 154px 92px 161px;
  margin-bottom: 7rem;
  margin-top: 7rem;
  border-radius: 84px;
}

.feedback-title {
  padding-bottom: 62px;
}


.transforming-dream-desc {
  line-height: 146%;
  padding-right: 2rem
}

.ai-powered-guideness {
  padding: 71px 143px 65px 86px;
}


.custom-container {
  padding: 0rem 3rem !important;
}

.support-circle {
  margin-top: 95px
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .container-spacing-pl {
    padding-left: 3rem;
  }

  .visionary-container {
    padding-right: 2rem;
  }

  .custom-container {
    padding: 0rem 2rem !important;
  }

  .absolute-container {
    top: 25px;
    left: 71px;
  }

  .visionary-image {
    padding-left: 5rem;
  }

  .transforming-dream {
    top: 150px;
    right: 100px;
  }

  .image-wave {
    top: -10px !important;
  }

  .image-grid-overlap {
    padding: 0px 9rem;
  }

  .rooted-powered-technology {
    padding-right: 1rem;
  }

  .yellow-wave-position {
    margin-top: -53%;
  }

  .ai-powered-guideness {
    padding: 71px 60px;
  }

  .image-overlap {
    margin-top: -59%;
  }

  .spire-logo-img {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1034px) {
  p {
    margin-bottom: 0px !important;
  }

  .spire-logo-img {
    margin-top: 3rem;
  }

  .absolute-container {
    top: 20px !important;
    left: 20px !important;
  }

  .yellow-wave-position {
    padding: 0px 150px;
    margin-top: -78%;
  }

  .tranforming-descruption {
    padding-right: 20px;
  }

  .transforming-dream {
    top: 70px;
    max-width: 500px;
    right: 50px;
  }

  .image-wave {
    margin-top: 70px;
  }

  .image-overlap {
    margin-top: -63%;
  }

  .transforming-dream-desc {
    line-height: 156%;
    padding-right: 0px
  }

  .app-store-button {
    padding: 10px 0px;
  }

  .ai-powered-guideness {
    padding: 40px 0px;
  }

  .support-circle {
    margin-top: 50px
  }

  .card-faq-big {
    width: 70% !important;
  }
}

@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 38px !important;
  }


  .spire-logo-img {
    margin-top: 0rem;
  }

  .custom-container {
    padding: 20px !important;
  }

  .font-large {
    font-size: 36px !important;
  }

  .container-spacing-pl {
    padding-left: 0rem;
  }

  .container-spacing-my {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .description {
    line-height: 150%;
  }

  .absolute-container {
    position: static !important;
    padding: 20px !important;
  }

  .app-store-button {
    padding: 10px;
  }

  .container-style .image-style {
    height: 300px !important;
    object-fit: cover !important;
  }

  .absolute-container .d-flex {
    flex-direction: row !important;
    align-items: center !important;
    margin-bottom: 20px !important;
  }

  .tranforming-title {
    font-size: 33px !important;
    margin-bottom: 20px !important;
  }

  .container-padding-left {
    padding-left: 0 !important;
    margin-top: 30px !important;
  }

  .container-padding-left .row .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 20px !important;
  }

  .container-padding-left .platform-ratio {
    height: 130px !important;
    width: 1px !important;
    flex-shrink: 0 !important;
  }

  .platform-ratio-content {
    text-align: left !important;
    margin-left: 15px !important;
  }

  .transforming-dream {
    position: static !important;
    padding: 20px !important;
    max-width: 100% !important;
    margin-top: 20px !important;
  }

  .column-container {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .mobile-screen-margin {
    margin-top: 3rem;
  }

  .card-title {
    font-size: 25px !important;
  }

  .card-description {
    font-size: 14px !important;
    padding-right: 10px !important;
  }

  .step-badge {
    font-size: 16px !important;
    padding: 8px 20px !important;
    margin: 15px !important;
  }

  .training-developer img {
    position: static !important;
  }

  .overlay-content {
    padding: 18px 29px !important;
  }

  .ai-work-platform-ratio {
    width: 8px !important;
    margin-right: 15px !important;
  }

  .support-circle {
    margin-top: 30px !important;
  }

  .ai-powered-guideness {
    padding: 40px !important;
  }

  .visionary-container {
    padding-right: 0rem;
  }

  .quote-up {
    top: -40px !important;
    left: -1% !important;
  }

  .quote-down {
    top: 60% !important;
    right: -5% !important;
  }

  .centered-on-image p {
    margin-bottom: 0 !important;
  }

  .image-grid-overlap {
    margin-top: -0% !important;
    padding: 0 20px !important;
    margin-bottom: 2rem !important;
  }

  .image-wave {
    margin-top: 0px;
  }

  .container.col-12.d-flex.justify-content-center.align-items-center.w-100 {
    flex-direction: column !important;
    padding: 1rem !important;
    gap: 0px !important;
    align-items: flex-start !important;
  }

  .goal-type-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    margin-bottom: 40px !important;
    border-right: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .goal-type-col img {
    margin-bottom: 12px !important;
  }

  .goal-type-col h3.text-center {
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  .goal-type-col span.text-center {
    text-align: left !important;
  }

  .dynamic-image {
    width: 100%;
  }

  .image-overlap {
    margin-top: 12% !important;
  }

  .rooted-powered-technology {
    margin-top: 30px !important;
    padding: 0px 60px !important;
  }

  .visionary-image {
    padding-left: 0 !important;
    margin-top: 0 !important;
  }

  .feedback-container {
    border-radius: 0px !important;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }


  .feedback-container .text-center {
    text-align: left !important;
  }


  .feedback-title {
    padding-bottom: 30px;
  }

  .feedback-card {
    padding: 26px 47px;
  }

  .feedback-card p {
    font-size: 14px !important;
    padding-right: 20px;
  }

  .card-faq-big {
    width: 100% !important;
    padding: 0 10px !important;
  }

  .card-faq {
    margin: 10px 0 !important;
  }

  .btn {
    width: 180px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
  }

  .container-spacing-py {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .container-spacing-pt {
    padding-top: 30px !important;
  }

  .container-spacing-pb {
    padding-bottom: 30px !important;
  }

  /* 
  .container {
    padding: 0px !important;
  } */

  .container-fluid {
    padding: 0px;
  }

  .aispire-works-descprtion {
    padding-right: 1rem;
  }

  .app-store-button,
  .google-store-button {
    max-width: 130px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .app-logo {
    width: 90px;
    height: 29px;
  }


  .rooted-powered-technology {
    margin-top: 30px !important;
    padding: 0px 30px !important;
  }

  .custom-container {
    padding: 30px !important;
  }

  .header-container {
    padding: 0px;
  }

  .ai-powered-guideness {
    padding: 30px 15px !important;
  }

  .goal-type-col {
    padding: 0px !important;
  }

  .image-overlap {
    margin-top: 5% !important;
  }

  .container {
    padding: 20px !important;
  }
}