.home-banner {
    height: 700px;
    position: relative;
}

.home-banner::before {
    /* content: '';
    position: absolute;
    background-image: var(--background-image);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    background-position: center; */
}

.home-banner-items {
    height: 100%;
}

.home-banner .product-image {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 18%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 243px;
}

.home-banner .big-text {
    font-style: normal;
    font-weight: 400;
    font-size: 260px;
    line-height: 280px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    /* position: relative; */
    overflow: hidden;
    white-space: nowrap;
}

.big-text-scroll {
    display: inline-block;
    -webkit-animation: scroll-left 20s linear infinite;
            animation: scroll-left 20s linear infinite;
    padding-left: 20%;
}

@-webkit-keyframes scroll-left {
    from {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    from {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

.home-banner .home-banner-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 128px;
    margin-left: 38px;
    margin-right: 109px;
    max-width: 1920px;
    width: 100%;
}

.home-banner .left-content .h1 {
    color: #FFFFFF;
}

.home-banner .right-content {
    margin-left: 75px;
    z-index: 1;
    max-width: 380px;
    width: 100%;
    margin-top: 10px;
}

.home-banner .right-content p {
    line-height: 24px;
}

.home-banner .left-content {
    z-index: 1;
}

.custom-nav .home-banner-custom-nav {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 18px;
}

.hb-progressbar {
    width: 90px;
    height: 1px;
    position: relative;
    /* background: #4b9191; */
    background: #00000026;
}

.hb-progressbar-fill {
    position: absolute;
    height: 100%;
    background: #000;
    width: 20%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-banner .hb-swiper-page-number {
    margin-left: 18px;
}

.home-banner-item {
    opacity: 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
    background-size: cover;
    cursor: grab;
}

.home-banner-item.swiper-slide-active {
    opacity: 1 !important;
}

.home-banner-custom-nav .hb-swiper-pagination {
    width: 0;
}

.home-banner .product-image img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    /* max-width: 243px; */
    width: 90%;
}

.home-banner .swiper-slide-active[data-is-even="true"] .product-image img {
    -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
            transform: rotate(16deg);
}

.home-banner .swiper-slide-active[data-is-even="false"] .product-image img {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.home-banner .product-image img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}

@media (min-width: 1921px) {
    .home-banner-item {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 1600px) {
    .home-banner .left-content {
        max-width: 838px;
    }

    .home-banner .right-content {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .home-banner .home-banner-item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 50px;
        justify-content: flex-start;
    }

    .home-banner .product-image {
        bottom: 18%;
    }

    .home-banner .right-content {
        margin-top: 30px;
        margin-left: 0;
        max-width: 100%;
        color: #fff;
        max-width: 380px;
    }

     .home-banner .big-text {
        font-weight: 400;
        font-size: 260px;
        line-height: 280px;
        width: 100%;
    }

    .home-banner .product-image img {
        max-width: 240px;
        width: 80%;
    }

    .hb-progressbar-fill {
        background: #fff;
    }

    .hb-progressbar {
       background: rgba(255, 255, 255, 0.15);
    }

     .home-banner .home-banner-custom-nav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #fff;
    }

    .home-banner .right-content a {
        color: #fff;
    }

    .home-banner .right-content a span:before, .home-banner .right-content a span:after {
        background-image: url('../images/arrow-right-white.svg');
    }
}

@media (max-width: 767.96px) {
    .home-banner .big-text {
        font-size: 100px;
        line-height: 120px;
    }

     .home-banner .product-image img {
        /* width: 150px; */
        width: 70%;
    }

    .home-banner .product-image {
        top: auto;
        bottom: 11%;
        width: 35%;
        max-width: 100%;
    }

    .home-banner .product-image img {
        max-width: 121px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        max-width: 185px;
        height: 265px;
        object-fit: contain;
    }

    .home-banner {
        padding-bottom: 12px;
    }

    .home-banner .right-content {
        max-width: 100%;
    }
}

@media (max-width: 391px) {
     .home-banner .product-image img {
        /* max-width: 121px; */
        width: 65%;
        width: 100%;
    }
}