.hero-section-3-inner .container {
  padding-bottom: 120px;
  padding-top: 418px;
}

.hero-section-3-inner .inner-content {
  margin-top: 20px;
}

.hero-section-3-inner .center-item .item-image {
  width: 0px;
  height: 0px;
}

.hero-section-3-inner .center-item-1 h4 {
  font-size: 58px;
}

.hero-section-3-inner .heading-wrapper {
  height: 610px;
}

.hero-section-3-inner .heading-wrapper h2 {
  position: sticky;
  top: 40vh;
  font-size: 168px;
  column-gap: 60px;
}

.hero-section-3-inner .left-item,
.hero-section-3-inner .right-item {
  position: sticky;
  top: 80vh;
  max-width: max-content;
  font-size: 20px;
}

.hero-section-3-inner .right-item {
  margin-left: auto;
  margin-top: -120px;
  margin-bottom: -20px;
}

.hero-section-3-inner .center-item-2 {
  width: 100%;
  max-width: 100%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
}

.hero-section-3-inner .center-item-2:before, .hero-section-3-inner .center-item-2:after {
    content: "";
    z-index: 1;
    pointer-events: none;
    height: calc(50% - 16px);
    display: block;
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
}

.hero-section-3-inner .center-item-2:before {
    background: linear-gradient(var(--bg-primary), var(--bg-primary)fa 10.79%, var(--bg-primary)ec 21.99%, var(--bg-primary)d7 33.34%, var(--bg-primary)bd 44.59%, var(--bg-primary)9f 55.48%, var(--bg-primary)80 65.75%, var(--bg-primary)60 75.14%, var(--bg-primary)42 83.41%, var(--bg-primary)28 90.28%, var(--bg-primary)13 95.51%, var(--bg-primary)05 98.83%, var(--bg-primary)00);
    top: -.5px;
}

.hero-section-3-inner .center-item-2:after {
    background: linear-gradient(var(--bg-primary)00, var(--bg-primary)05 1.17%, var(--bg-primary)13 4.49%, var(--bg-primary)28 9.72%, var(--bg-primary)42 16.59%, var(--bg-primary)60 24.86%, var(--bg-primary)80 34.25%, var(--bg-primary)9f 44.52%, var(--bg-primary)bd 55.41%, var(--bg-primary)d7 66.66%, var(--bg-primary)ec 78.01%, var(--bg-primary)fa 89.21%, var(--bg-primary));
    bottom: -.5px;
}

.hero-section-3-inner .center-item-2 .embla__ios-picker {
    justify-content: center;
    align-items: center;
    min-width: 50%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    pointer-events: none !important;
}

.hero-section-3-inner .center-item-2 .embla__ios-picker__scene {
    touch-action: pan-x;
    align-items: center;
    min-width: 100%;
    height: 100%;
    display: flex;
}

.hero-section-3-inner .center-item-2 .embla__ios-picker__viewport {
    perspective: 1000px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 60px;
}

.hero-section-3-inner .center-item-2 .embla__ios-picker__container {
    transform-style: preserve-3d;
    will-change: transform;
    width: 100%;
    height: 100%;
}

.hero-section-3-inner .center-item-2 .embla__ios-picker__slide {
    text-transform: uppercase;
    text-align: center;
    backface-visibility: hidden;
    opacity: 0;
    letter-spacing: -.01em;
    justify-content: center;
    font-family: var(--heading-font-family);
    font-weight: 400;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 48px;
    line-height: 1em;
    white-space: nowrap;
    display: flex;
}

.hero-section-3-inner .left-item p:last-child,
.hero-section-3-inner .right-item p:last-child {
  display: none;
}

.hero-section-3-inner .center-item-3 {
  display: none;
  position: relative;
  width: 50%;
  height: 20vw;
  margin: 50px auto 0px;
}

.hero-section-3-inner .center-item-3 > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section-3-inner .center-item-3 > div img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1921px) {
  .hero-section-3-inner .container-inner {
    min-height: 100vh !important;
    padding-bottom: 20vh !important;
  }
}

@media screen and (max-width: 1439px) {
  .hero-section-3-inner .container {
    padding-top: 120px;
  }

  .hero-section-3-inner .container-inner {
    min-height: 90vh !important;
  }

  .hero-section-3-inner .heading-wrapper {
    height: 420px;
  } 

  .hero-section-3-inner .heading-wrapper h2 {
    font-size: var(--h3-font-size);
  }

  .hero-section-3-inner .center-item-1 h4 {
    font-size: 50px;
  }

  .hero-section-3-inner .left-item P:first-child,
  .hero-section-3-inner .right-item p:first-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .hero-section-3-inner {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
  .hero-section-3-inner .container {
    max-width: 750px;
    padding-top: 120px;
  }

  .hero-section-3-inner .heading-wrapper {
    height: auto;
  } 

  .hero-section-3-inner .heading-wrapper h2 {
    font-size: var(--h4-font-size);
    position: unset;
    top: unset;
    column-gap: 30px;
  }

  .hero-section-3-inner .center-item-1 {
    display: none;
  }

  .hero-section-3-inner .center-item-3 {
    display: block;
  }

  .hero-section-3-inner .center-item-2 {
    display: flex;
    margin-top: 50px;
  }

  .hero-section-3-inner .left-item,
  .hero-section-3-inner .right-item {
    max-width: 100%;
    position: unset;
    top: 0;
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 0px !important;
  }

  .hero-section-3-inner .left-item p:first-child,
  .hero-section-3-inner .right-item p:first-child {
    display: none;
  }

  .hero-section-3-inner .left-item p:last-child,
  .hero-section-3-inner .right-item p:last-child {
    display: block;
  }

  .hero-section-3-inner .container-inner {
    min-height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-3-inner {
    min-height: auto;
  }
  
  .hero-section-3-inner .container {
    padding: 60px 20px;
  }

  .hero-section-3-inner .heading-wrapper h2 {
    font-size: 48px;
    column-gap: 20px;
  }

  .hero-section-3-inner .left-item,
  .hero-section-3-inner .right-item {
    font-size: var(--text-md-font-size);
  }

  .hero-section-3-inner .center-item-2 {
    height: 20rem;
  }

  .hero-section-3-inner .center-item-2 {
    height: 24rem;
    margin-top: 30px;
  }

  .hero-section-3-inner .center-item-2 .embla__ios-picker__slide {
    font-size: 28px;
  }

  .hero-section-3-inner .center-item-2 .embla__ios-picker__viewport {
    height: 32px;
  }
}

@media screen and (max-width: 600px) {
  /* .hero-section-3-inner .heading-wrapper h2 {
    font-size: 36px;
  } */

  .hero-section-3-inner .center-item-2 {
    height: 16rem;
  }

  /* .hero-section-3-inner .left-item,
  .hero-section-3-inner .right-item {
    font-size: var(--text-sm-font-size);
  } */
}