.home-process-steps-v2 {
  position: relative;
  z-index: 1;
}

.home-process-steps-v2 .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  height: 900px;
  padding: 0;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
}

.home-process-steps-v2 .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(86.81% 146.89% at 50% 50%, rgba(1, 4, 10, 0.92) 0%, rgba(1, 4, 10, 0.80) 40%, rgba(1, 4, 10, 0.00) 100%);
  transform: translate(-50%, -50%);
}

.home-process-steps-v2 .wrapper:before,
.home-process-steps-v2 .wrapper:after {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 350px;
  height: 110%;
  content: '';
  transform: translateY(-50%);
}

.home-process-steps-v2 .wrapper:before {
  left: -10px;
  background: linear-gradient(90deg,
  rgb(1, 4, 10, 1) 0%,
  rgb(1, 4, 10, 1) 6%,
  rgb(1, 4, 10, 0) 100%);
}

.home-process-steps-v2 .wrapper:after {
  right: -10px;
  background: linear-gradient(270deg,
  rgb(1, 4, 10, 1) 0%,
  rgb(1, 4, 10, 1) 6%,
  rgb(1, 4, 10, 0) 100%);
}

.home-process-steps-v2 .bg-images-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.home-process-steps-v2 .marquee-track {
  position: absolute;
  right: 2px;
  left: 2px;
  z-index: 1;
  display: flex;
  gap: 8px;
  width: max-content;
  height: calc(33.3333% - 4px);
  overflow: hidden;
  border: none;
  outline: none;
  will-change: transform;
}

.home-process-steps-v2 .marquee-track.top {
  top: 0;
  left: 0;

}

.home-process-steps-v2 .marquee-track.middle {
  top: calc(33.3333% + 2px);
  left: 0;
}

.home-process-steps-v2 .marquee-track.bottom {
  bottom: 0;
  left: 0;
}

.home-process-steps-v2 .bg-image {
  position: relative;
  width: 480px;
  max-width: none;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.home-process-steps-v2 .container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  border: none;
  outline: none;
}

.home-process-steps-v2 .steps-grid-wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 400px;
}

.home-process-steps-v2 .steps-grid-wrapper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 24px;
  background: rgb(14, 16, 21, 0.4);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.home-process-steps-v2 .steps-grid-wrapper .item-first {
  background: linear-gradient(var(--bgColor), var(--bgColor)) padding-box, var(--borderGradient) border-box;
  border: 2px solid transparent;

  --bgColor: #0c0c11;
  --borderGradient: linear-gradient(180deg, rgb(43, 77, 253, 0.4) 0%, rgb(240, 243, 250, 0.4) 100%);
}

.home-process-steps-v2 .steps-grid-wrapper .item-first a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-process-steps-v2 .item-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px 12px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: #2B4DFD;
  cursor: pointer;
  background: #F5F7FC;
  border: none;
  border-radius: 65px;
  outline: none;
}

.home-process-steps-v2 .item-btn path {
  stroke: currentcolor;
}

@media (hover: hover) and (pointer: fine) {
  .home-process-steps-v2 .steps-grid-wrapper .item-first:hover {
    background: linear-gradient(var(--bgColor), var(--bgColor)) padding-box, var(--borderGradient) border-box;
    backdrop-filter: blur(60px);
    border: 2px solid transparent;

    --bgColor: #0c0c11;
    --borderGradient: linear-gradient(107.27deg, #FFF -155.85%, #2B4DFD 100.82%);
  }

  .home-process-steps-v2 .steps-grid-wrapper .item-first:hover .item-btn {
    /* color: #F5F7FC; */

    /* background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%); */
  }
}


.home-process-steps-v2 .steps-grid-wrapper .item-heading {
  display: flex;
  justify-content: space-between;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(240, 243, 250, 0.24);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-process-steps-v2 .steps-grid-wrapper .item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--e-global-color-text);
  text-decoration: none;
}

.home-process-steps-v2 .item-heading .item-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: rgb(240, 243, 250, 0.08);
  border-radius: 50%;
}

.home-process-steps-v2 .item-heading .item-text {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: rgb(240, 243, 250, 0.8);
}

.home-process-steps-v2 .item-heading .item-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.home-process-steps-v2 .steps-grid-wrapper .title {
  position: relative;
  font-family: Satoshi, sans-serif;
  font-size: clamp(28px, 26.1224px + 0.4082vw, 32px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

.home-process-steps-v2 .steps-grid-wrapper .item:first-child .title {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .home-process-steps-v2 .container {
    background: initial;
  }

  .home-process-steps-v2 .steps-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    height: 800px;
  }

  .home-process-steps-v2 .steps-grid-wrapper .item-first {
    grid-column: span 2 / span 2;
  }

  .home-process-steps-v2 .steps-grid-wrapper .item {
    flex: 1 1 auto;
    max-height: 440px;
  }

  .home-process-steps-v2 .steps-grid {
    grid-template-columns: 1fr;
  }

  .home-process-steps-v2 .steps-grid .item:first-child .col {
    aspect-ratio: 362 / 320;
    padding-bottom: 0;
    margin-bottom: 4px;
  }

  .home-process-steps-v2 .steps-grid figure {
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: -24px;
    margin-bottom: -19px;
    text-align: end;
  }

  .home-process-steps-v2 .steps-grid figure img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 245px;
    margin: 0 auto;
    object-fit: contain;
  }

  .home-process-steps-v2 .steps-grid .item:first-child img {
    left: 0;
    width: 100%;
    height: 237px;
  }

  .home-process-steps-v2 .steps-grid .title {
    top: -11px;
  }

  .home-process-steps-v2 .steps-grid .item:first-child .col .title {
    position: relative;
    top: unset;
    bottom: 12%;
  }

  .home-process-steps-v2 {
    padding-bottom: 63px;
  }
}

@media screen and (max-width: 768px) {
  .home-process-steps-v2 {
    padding-top: 40px;
  }

  .home-process-steps-v2 .wrapper {
    height: auto;
  }

  .home-process-steps-v2 .wrapper:before,
  .home-process-steps-v2 .wrapper:after {
    content: none;
  }

  .home-process-steps-v2 .bg-images-wrapper {
    display: none;
    visibility: hidden;
  }

  .home-process-steps-v2 .steps-grid-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .home-process-steps-v2 .steps-grid-wrapper .item-first {
    grid-column: span 1 / span 1;
  }

  .home-process-steps-v2 .steps-grid-wrapper .item {
    min-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .home-process-steps-v2 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .home-process-steps-v2 .container {
    padding-top: 20px;
  }

  .home-process-steps-v2 .section-heading {
    margin-bottom: 16px;
  }

  .home-process-steps-v2 .steps-grid-wrapper .item {
    width: 100%;
    max-width: 100%;
    height: 320px;
    min-height: initial;
  }
}
