.home-process-steps {
  /* background: linear-gradient(270deg, #01040A 0%, rgb(1 4 10 / 0%) 67.29%), linear-gradient(270deg, rgb(1 4 10 / 0%) 36.08%, #01040A 100%), var(--home-process-steps-bg-image) center / cover no-repeat; */

}

.home-process-steps .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 890px;
  padding-top: 80px;
  padding-bottom: 40px;
  background: linear-gradient(270deg, rgb(1 4 10 / 0%) 36.08%, #01040A 100%),
  linear-gradient(270deg, #01040A 0%, rgb(1 4 10 / 0%) 67.29%),
  var(--home-process-steps-bg-image) center / contain no-repeat;
  background-blend-mode: soft-light, soft-light, multiply, normal, normal;
}

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

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

.home-process-steps .steps-grid-wrapper .item-first {
  /* border: 2px solid #2B4DFD; */

  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 / 40%) 0%, rgb(240 243 250 / 40%) 100%);
}

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

.home-process-steps .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 .item-btn path {
  stroke: currentcolor;
}

@media (hover: hover) and (pointer: fine) {
  .home-process-steps .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 .steps-grid-wrapper .item-first:hover .item-btn {
    color: #F5F7FC;
    background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
  }
}


.home-process-steps .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 / 24%);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.home-process-steps .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 / 8%);
  border-radius: 50%;
}

.home-process-steps .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 / 80%);
}

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

.home-process-steps .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 .steps-grid-wrapper .item:first-child .title {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1560px) {
  .home-process-steps .container {
    min-height: 1200px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .home-process-steps .steps-grid-wrapper {
    height: 552px;
  }
}

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

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

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

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

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

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

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

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