﻿.new-hero {
    align-content: center;
    align-items: center;
    background-color: #1d1f1e;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 60px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 200px 0 100px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.new-hero-text-content {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.new-hero-title h1 {
    letter-spacing: -1.4px;
    font-size: 80px;
    line-height: 1.12em;
    font-family: 'Eina01', sans-serif;
    font-weight: 600;
    width: 100%;
    max-width: 750px;
}

.new-hero-small-desc,
.new-hero-feature-item p,
.new-hero-use-case-section p {
    font-family: 'Eina01', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.new-hero-small-desc,
.new-hero-use-case-section p {
    line-height: 1.4em;
    letter-spacing: 0px;
    font-size: 20px;
}

.new-hero-button-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.new-hero-features-section {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 90%;
    max-width: 1000px;
}

.new-hero-feature-item {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}

.new-hero-feature-item p {
    font-size: 18px;
}

.new-hero-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.new-hero-assets-section {
    margin-top: 60px;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.new-hero-template-showcase {
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.new-hero-template-showcase img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    object-position: center bottom;
    object-fit: cover;

}

.new-hero-gallery-part {
    margin-inline: auto;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1240px;
    z-index: 5;
}

.new-hero-gallery-title p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: 'Eina01', sans-serif;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}

.new-hero-gallery-title p strong {
    color: rgb(120, 255, 151);
}

.new-hero-gallery {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 17.5%, rgb(0, 0, 0) 82.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

.new-hero-gallery ul {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-indent: none;
    gap: 30px;
    position: relative;
    flex-direction: row;
    transform: translateX(-0px);
}

.new-hero-gallery li {
    display: inline-block;
}

.new-hero-gallery ul img {
    position: relative;
    width: 200px;
    max-height: 25px;
    object-fit: contain;
}

.new-hero-gallery ul {
    /* white-space: nowrap; */
    /* will-change: transform; */
    /* animation: marquee 10s linear infinite; */
}

/* @keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
} */

.new-hero-use-case-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1470px;
    z-index: 2;
}

.new-hero-svgTemplate {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.new-hero-svgBackground {
    -webkit-filter: blur(90px);
    filter: blur(90px);
    flex: none;
    inset: 80px -300px 400px;
    opacity: .31;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.new-hero-svgBackground .framer-14jcmoi {
    top: 0;
    flex: none;
    height: 940px;
    left: calc(50.00000000000002% - 3400px / 2);
    position: absolute;
    width: 3400px;
}

.new-hero-svgBackground .framer-14jcmoi svg {
    display: block;
}

/* media query */
@media (max-width: 1200px) {
    .new-hero {
        padding: 120px 0 60px;
    }

    .new-hero-text-content {
        gap: 24px;
        max-width: 600px;
    }

    .new-hero-title h1 {
        font-size: 64px;
        line-height: 1em;
        letter-spacing: -0.04em;
    }

    .new-hero-small-desc {
        font-size: 18px;
    }

    .new-hero-assets-section {
        margin-top: 60px;
    }

    .new-hero-video-content {
        max-width: 720px;
    }

    .new-hero-gallery-part {
        margin-top: 60px;
    }
}

@media (max-width: 809px) {
    .new-hero {
        gap: 40px;
        padding: 100px 0 60px;
    }

    .new-hero-text-content {
        gap: 20px;
        max-width: 90%;
    }

    .new-hero-title h1 {
        font-size: 42px;
    }

    .new-hero-stylish-tagline {
        display: none;
    }

    .new-hero-assets-section,
    .new-hero-gallery-part {
        margin-top: 40px;
    }

    .new-hero-video-content {
        max-width: 390px;
    }

    .new-hero-gallery-part {
        gap: 8px;
    }

    .new-hero-button-box {
        gap: 12px;
        align-items: center;
        flex-direction: column;
    }

    .new-hero-gallery-title p {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .new-hero-text-content {
        max-width: 100%;
    }
}