.page-404 {
    padding-top: 151rem;
    padding-bottom: 150rem;
    background: #fff;
  }
  
  .page-404 h1 {
    font-weight: 700;
    font-size: 26rem;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 12rem;
  }
  .page-404 img {
    width: 220rem;
    margin: 0 auto;
  }
  .page-404 p {
    font-weight: 500;
    font-size: 16rem;
    line-height: 140%;
    text-align: center;
    color: #404040;
    width: 253rem;
    margin: 0 auto 32rem;
  }
  .page-404 .btn {
    width: 113rem;
    margin: 0 auto;
    height: 48rem;
    font-size: 14rem;
  }
  @media (min-width: 992px) {
    .page-404 {
      padding-top: 225rem;
      padding-bottom: 220rem;
    }
    
    .page-404 h1 {
      margin-bottom: 12rem;
    }
    .page-404 img {
      width: 220rem;
      margin: 0 auto;
    }
    .page-404 p {
      width: 100%;
      margin: 0 auto 32rem;
    }
    .page-404 .btn {
      width: 113rem;
      margin: 0 auto;
      height: 48rem;
      font-size: 14rem;
    }
  }


.hero {
    background: #000;
    border-radius: 0 0 28rem 28rem;
    overflow: hidden
}

.hero .container {
    position: relative;
    padding-top: 367rem;
    padding-bottom: 95rem
}

.hero__img {
    width: 100%;
    height: 311rem;
    position: absolute;
    top: 70rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.hero__img--desktop {
    display: none
}

.hero__img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200rem;
    left: 0;
    bottom: -1rem;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff0),to(#000));
    background: linear-gradient(180deg,#fff0 0%,#000 100%);
    z-index: 2
}

.hero__img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50rem;
    left: 0;
    top: -1rem;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff0),to(#000));
    background: linear-gradient(0deg,#fff0 0%,#000 100%);
    z-index: 2
}

.hero__img img {
    width: calc(100% - 46rem);
    height: 311rem!important;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.hero-item {
    width: 100%;
    margin-bottom: 20rem
}

.hero-item p {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 6rem;
    color: #8f969c;
    margin-bottom: 0
}

.hero-item p span {
    font-weight: 600;
    font-size: 8rem;
    color: #fff;
    margin-left: 2rem
}

.hero-item p i {
    width: 7rem;
    height: 7rem;
    background: url(https://zeely.ai/wp-content/themes/zeely/static/css/../images/common/arrow-green.svg) no-repeat center;
    background-size: contain;
    margin-left: 2rem
}

.hero-item-wrapper {
    position: relative
}

.hero-item .loading-img {
    border-radius: 8rem;
    background: #fff0;
    z-index: 1;
    background: #111;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-item .loading-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(77%,rgb(255 255 255 / .2)),to(transparent));
    background: linear-gradient(90deg,transparent,rgb(255 255 255 / .2) 77%,transparent);
    -webkit-animation: loading 0.8s infinite;
    animation: loading 0.8s infinite
}

.hero-item img {
    width: 100%;
    border-radius: 8rem!important
}

.hero-item video {
    width: 100%;
    border-radius: 8rem!important;
    display: block
}

.hero-item--1 .hero-item-wrapper {
    width: calc(100% - 20rem)!important;
    margin: 0 auto!important
}

.hero-item--1 img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.hero-item--1 video {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.hero-item--2 .hero-item-wrapper {
    width: calc(100% - 30rem)!important;
    margin: 0 auto!important
}

.hero-item--2 img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.hero-item--2 video {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.hero-swiper {
    width: 90rem
}

.hero-swiper .swiper-container {
    height: 321rem;
    overflow: hidden
}

.hero-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hero-swiper .swiper-slide {
    height: auto
}

.hero-swiper--1 {
    margin-right: 28rem
}

.hero-swiper--1 .swiper-wrapper {
    flex-direction: column;
    animation: scroll-up 10s linear infinite;
    height: auto
}

.hero-swiper--2 .swiper-wrapper {
    flex-direction: column;
    animation: scroll-down 10s linear infinite;
    height: auto
}

.hero-swiper--3 .swiper-wrapper {
    flex-direction: column;
    animation: scroll-up 10s linear infinite;
    height: auto
}

@keyframes scroll-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0%)
    }
}

.hero-swiper--2 {
    margin-right: 28rem
}

.hero-container-right {
    width: 100%;
    height: 321rem;
    position: absolute;
    top: 69rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.hero-container-right:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200rem;
    left: 0;
    bottom: -1rem;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff0),color-stop(100%,#000));
    background: linear-gradient(180deg,#fff0 0%,#000 100%);
    z-index: 2
}

.hero-container-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50rem;
    left: 0;
    top: -1rem;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff0),color-stop(75%,#000));
    background: linear-gradient(0deg,#fff0 0%,#000 75%);
    z-index: 2
}

.hero__title {
    position: relative;
    z-index: 1
}

.hero__title h1 {
    font-weight: 700;
    font-size: 26rem;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8rem
}

.hero__text {
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #f2f4f6;
    margin-bottom: 32rem;
    z-index: 1;
    position: relative
}

.hero .btn {
    position: relative;
    z-index: 1;
    margin-bottom: 48rem
}

.hero-middle {
    margin-bottom: 48rem
}

.hero-featured--pc {
    display: none
}

.hero-featured-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: calc(100% + 60rem);
    height: 24rem;
    margin: 0 -30rem
}

.hero-featured-wrapper::after {
    width: 95rem;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#000),to(#fff0));
    background: linear-gradient(90deg,#000 0%,#fff0 100%);
    left: 0;
    top: 0;
    position: absolute;
    content: ""
}

.hero-featured-wrapper::before {
    width: 95rem;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#000),to(#fff0));
    background: linear-gradient(-90deg,#000 0%,#fff0 100%);
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1
}

.hero-featured-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 40rem;
    will-change: transform
}

.hero-featured-items img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 24rem!important
}


@media (min-width: 992px) {
    .hero {
        position: relative
    }

    .hero .container {
        padding-top: 150rem;
        padding-bottom: 120rem;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 60rem;
        position: relative;
        max-width: 1160rem;
    }

    .hero-item {
        width: 100%;
        margin-bottom: 43rem
    }

    .hero-item p {
        margin-top: 8rem;
        font-size: 10rem
    }

    .hero-item p span {
        font-size: 12rem;
        margin-left: 3rem
    }

    .hero-item p i {
        width: 10rem;
        height: 10rem;
        margin-left: 2rem
    }

    .hero-item img {
        width: 100%;
        border-radius: 12rem!important
    }

    .hero-item video {
        width: 100%;
        border-radius: 12rem!important;
        display: block
    }

    .hero-item--1 .hero-item-wrapper {
        width: calc(100% - 30rem)!important
    }

    .hero-item--2 .hero-item-wrapper {
        width: calc(100% - 50rem)!important
    }

    .hero-swiper {
        width: 130rem
    }

    .hero-swiper .swiper-container {
        height: 540rem;
        overflow: hidden
    }

    .hero-swiper .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear
    }

    .hero-swiper .swiper-slide {
        height: auto
    }

    .hero-swiper--1 {
        margin-right: 40rem
    }

    .hero-swiper--2 {
        margin-right: 40rem
    }

    .hero-container {
        width: 1440rem;
        margin: 0 auto;
        position: relative;
        padding-bottom: 60rem
    }

    .hero-container-right {
        position: absolute;
        height: 559rem;
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: 100rem;
        pointer-events: none;
        width: 540rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero-container-right--short {
        width: 470rem
    }

    .hero-container-right--short img {
        height: auto!important
    }

    .hero-container-right:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100rem;
        left: 0;
        bottom: -1rem;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff0),color-stop(100%,#000));
        background: linear-gradient(180deg,#fff0 0%,#000 100%);
        z-index: 2
    }

    .hero-container-right:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 72rem;
        left: 0;
        top: -1rem;
        background: -webkit-gradient(linear,left bottom,left top,from(#fff0),color-stop(75%,#000));
        background: linear-gradient(0deg,#fff0 0%,#000 75%);
        z-index: 2
    }

    .hero-container-right>img {
        width: 100%;
        height: 100%!important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center
    }

    .hero-container-right .btn {
        margin-bottom: 0
    }

    .hero-container-left {
        display: block;
        width: 590rem
    }

    .hero__img {
        display: none
    }

    .hero__title {
        margin-bottom: 16rem
    }

    .hero__title h1 {
        font-size: 64rem;
        line-height: 1.1;
        margin-bottom: 0
    }

    .hero__text {
        font-size: 20rem;
        margin-bottom: 40rem
    }

    .hero-middle {
        width: 389rem;
        margin-bottom: 96rem
    }

    .hero-rate {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0rem
    }

    .hero-rate img {
        width: auto;
        margin-right: 30rem;
        height: 54rem
    }

    .hero-featured {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero-featured--mobile {
        display: none
    }

    .hero-featured--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hero-featured--pc .hero-featured-wrapper {
        position: relative;
        z-index: 1
    }

    .hero-featured--pc .hero-featured-wrapper::before {
        display: none
    }

    .hero-featured--pc .hero-featured-wrapper::after {
        display: none
    }

    .hero-featured-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 19rem;
        margin-right: 31rem
    }

    .hero-featured-stars img {
        width: auto;
        height: 50rem
    }

    .hero-featured p {
        font-size: 14rem;
        text-align: left;
        margin-bottom: 20rem
    }

    .hero-featured-items {
        gap: 22rem
    }

    .hero-featured-wrapper {
        margin: 0;
        height: auto;
        width: auto;
        overflow: visible
    }

    .hero-featured-wrapper p {
        font-weight: 500;
        font-size: 12rem;
        line-height: 100%;
        color: #fff;
        margin-bottom: 10rem
    }
  }


.hand-wrapper {
    position: relative;
    width: 100%
}

.hand {
    position: absolute;
    bottom: -60rem;
    right: 30rem;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: upDown 0.7s infinite;
    animation: upDown 0.7s infinite;
    cursor: pointer;
    z-index: 2
}

.hand svg {
    width: 55rem;
    height: 55rem
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translatey(0) translatex(0);
        transform: translatey(0) translatex(0)
    }

    50% {
        -webkit-transform: translatey(-50rem) translatex(-30rem);
        transform: translatey(-50rem) translatex(-30rem)
    }

    100% {
        -webkit-transform: translatey(0) translatex(0);
        transform: translatey(0) translatex(0)
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translatey(0) translatex(0);
        transform: translatey(0) translatex(0)
    }

    50% {
        -webkit-transform: translatey(-50rem) translatex(-30rem);
        transform: translatey(-50rem) translatex(-30rem)
    }

    100% {
        -webkit-transform: translatey(0) translatex(0);
        transform: translatey(0) translatex(0)
    }
}
