.climate-journey {
  .hero-background-img {
    @include sm {
      position: absolute !important;
      height: calc(100vh - 140px) !important;
    }
  }

  .hero-section {
    display: flex;
    justify-content: center;

    @include sm {
      height: calc(100vh - 140px) !important;
    }

    .content {
      max-width: 1420px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    h1 {
      color: $primary-color;
      margin: 0;

      @include sm {
        line-height: 5rem;
      }

      .title-top {
        display: inline-block;
        font-size: 8.3rem;
        line-height: 11.3rem;
        transform: translate3d(0,10px,0);

        @include sm {
          font-size: 5.4rem;
          line-height: 5rem;
        }
      }

      .title-center {
        display: inline-block;
        font-size: 14rem;
        font-weight: 700;
        line-height: 13rem;
        transform: translate3d(0,20px,0);

        @include sm {
          font-size: 5.4rem;
          line-height: 5rem;
        }
      }
    }

    h1 .title-top.aos-animate,
    h1 .title-center.aos-animate,
    .subtitle.aos-animate {
      transform: translateZ(0);
    }

    .subtitle {
      font-size: 2.4rem;
      line-height: 2.9rem;
      color: $primary-color;
      transform: translate3d(0,10px,0);

      @include sm {
        font-size: 1.8rem;
        line-height: 2.7rem;
      }

      a {
        font-weight: bold;
      }
    }
  }

  .intro-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    @include sm {
      padding-top: 0;
    }
  }

  .nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 112px;
    text-align: center;
    color: $primary-color;
    align-items: center;
    font-weight: bold;
    transition: color 0.25s ease-out;
    padding-bottom: 35px;
  }
  .nav-item:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: $primary-color;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    transition: background-color 0.25s ease-out;
  }
  .nav-item span {
  transition: color 0.25s ease-out;
  }
  .nav-item:nth-child(2):after {
    bottom: 7px;
  }
  .nav-item:nth-child(3):after {
    bottom: 1px;
  }
  .nav-item:nth-child(4):after {
    bottom: 8px;
  }
  .nav-item:nth-child(5):after {
    bottom: 9px;
  }
  .nav-item:nth-child(6):after {
    bottom: -1px;
  }
  .top-btn {
    display: none;
  }
  .nav-bar {
    display: flex;
    justify-content: center;
    margin-top: 10px;

    @include sm {
      display: none;
    }
  }
  .nav-bar .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }
  .nav-bar-icons {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 671px;
    justify-content: space-between;
  }
  .journey-horizontal-path {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0px;
  }
  .nav-item svg {
    max-width: 50px;
    max-height: 40px;
  }
  .nav-item svg g {
    fill: $primary-color;
    stroke: $primary-color;
    transition: fill 0.25s ease-out, stroke 0.25s ease-out;
  }

  .mobile-menu-button {
    background-color: $white;
    background-image: url(../img/svg/journey-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 55px;
    height: 55px;
    box-shadow: 0 0 0px 2.5px rgba(238,238,238,0.35);
    border: none;
    border-radius: 30px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .mobile-menu-button:focus {
      outline: none;
  }
  .journey-mobile-menu {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 10101;
      transform: translateX(-100%);
      transition: transform 250ms ease-out;
      pointer-events: none;
      display: none;
  }
  &._journey-menu-open .journey-mobile-menu {
      transform: translateX(0);
      pointer-events: all;
  }
  .journey-menu-title {
      font-size: 2.4rem;
      line-height: 2.9rem;
      font-weight: bold;
      color: $primary-color;
      margin-top: 70px;
      padding: 0 20px;
  }
  .journey-menu-items {
      padding-left: 20px;
      margin-top: 8px;
  }
  .journey-menu-items li {
      height: 80px;
      display: flex;
      align-items: center;
      box-shadow: 0 1px 0 0 #DFE5E8;
      padding-right: 20px;
  }
  .journey-menu-items li:last-child {
      box-shadow: none;
  }
  .mobile-nav-item svg g {
      fill: $primary-color;
      stroke: transparent;
  }
  .mobile-nav-item {
      display: flex;
      align-items: center;
      font-size: 15px;
      line-height: 20px;
      font-weight: bold;
  }
  .mobile-nav-item .menu-title {
      display: flex;
      padding-top: 2px;
  }
  .mobile-nav-item .menu-number {
      color: $secondary-color;
      margin-right: 5px;
  }
  .mobile-nav-item .icon-box {
      width: 34px;
      height: 34px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      flex-shrink: 0;
  }
  .mobile-nav-item .icon-box svg {
      max-width: 100%;
      max-height: 100%;
  }
  .button-close-mobile {
      background: transparent;
      position: absolute;
      top: 10px;
      left: 8px;
      height: 48px;
      width: 48px;
      border: none;
  }
  .button-close-mobile:focus {
      outline: none;
  }

  .button-close-mobile:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 19px;
      left: 20px;
      border-top: 1px solid $primary-color;
      border-right: 1px solid $primary-color;
      transform: rotate(-135deg);
  }

  @include sm {
    .hero-section .content {
      justify-content: center;
      padding-bottom: 85px;
    }

    .get-in-touch-mobile {
      display: none;
    }

    .journey-mobile-menu {
      display: block;
    }
    .mobile-menu-button {
        display: block;
    }
  }
}
