body {
    background-color: #181818;
    min-height: 1500vh;
}


.firstpage-hero {
    position: relative;
    height: calc(100vh);
    overflow: hidden;
    width: 100%;
    padding-top: 90px;
    display: flex;
    align-items: center;
    background-color: #181818;
    z-index: 1;
}

.firstpage-hero .divider {
    position: absolute;
    width: 100%;
    height: 30vh;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #181818, rgba(24, 24, 24, 0));
    z-index: 3;
}
.firstpage-hero .hero-profile {
    position: absolute;
    bottom: 0;
    right: 50%;
    height: calc(100vh - 70px);
}
.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(3000px);
    z-index: 2;
    margin-top: -50vh;
}
.scroll-container-2 {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 2800px;
    z-index: 2;
    background-color: #fff;
    margin-top: -100vh;
    opacity: 0;
    clip-path: polygon(52% 0, 53% 0, 47% 100%, 46% 100%);
    pointer-events: none;
}
.scroll-container-2.triggerd {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: auto;
}
.content-trigger-1 {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 20px;
}
.content-trigger-2 {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 20px;
    top: 1050px;
}
.content-trigger-3 {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 20px;
    top: 1800px;
}
.model-contents {
    position: fixed;
    bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    width: 100%;
    z-index: 2;
    padding: 25px;
    padding-bottom: 80px;
    pointer-events: none;
}
p.bullet svg {
    width: 24px;
    float: left;
    margin-right: 10px;
}
p.bullet {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
.model-contents h2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    max-width: 80%;
}
.model-contents p {
    color: #b5b5b5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    max-width: 100%;
    font-size: 17px;
    margin-top: 22px;
}
.hero-profile.triggerd {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.1);
}
.baud-model-viewer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    filter: blur(20px);
    pointer-events: none;
}
.cta-scroll-content {
    position: absolute;
    width: 400vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
}
.cta-scroll-content .scroll-content {
    width: 100vw;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.cta-scroll-content .scroll-content a {
    text-decoration: none;
    color: black;
}
.cta-scroll-content .scroll-content .baud-button {
    width: 100%;
    height: 50px;
    margin-top: 100px;
    line-height: 50px;
    background-color: orange;
    border-radius: 100px;
    display: block;
    text-align: center;
}
.prod-desc {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    font-size: 17px;
    opacity: 0.7;
}
.case-section .divider {
    position: absolute;
    top: 0;
    height: 150px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(0deg, #efefef, white);
}
.case-section h3 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.9em;
    max-width: 300px;
    margin-bottom: 30px;
}
.case-section {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 700px;
    padding-top: 70px;
    background-color: #efefef;
    background-repeat: no-repeat;
    margin-top: -2px;
    background-image: url('../img/case-bg.jpg');
    background-size: 100% auto;
    background-position: bottom center;
}
a {
    text-decoration: none;
    color: black;
}
.baud-button-2 {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    line-height: 50px;
    background-color: orange;
    border-radius: 100px;
    display: block;
    text-align: center;
}
.cta-scroll-content .scroll-content .image-container {
    width: calc(100% - 30px);
    margin-left: 15px;
    height: calc(100% - 200px);
    border-radius: 0px 30px 0px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
.cta-scroll-content .scroll-content .image-container .banner-text {
    position: absolute;
    bottom: 0;
    height: auto;
    min-height: 100px;
    padding: 30px;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.purchase-section .product-image {
    width: calc(100% - 50px);
    margin-left: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.purchase-section .product-navigation {
    display: grid;
    padding: 20px;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.purchase-section .product-navigation .slider-nav {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}
.swiper-button-next {
    width: 70px;
    height: 70px;
    background: #00000017;
    border-radius: 110px;
}
.swiper-button-prev:after {
    transform: scale(0.6) translateX(-3px);
    color: black;
}
.swiper-button-next:after {
    transform: scale(0.6) translateX(3px);
    color: black;
}
.swiper-button-prev {
    width: 70px;
    height: 70px;
    background: #00000017;
    border-radius: 110px;
}
.purchase-section .product-navigation .slider-nav.current {
    opacity: 1;
}
.image1 {
    background-size: auto 150%;
}
.image1.triggerd {
    background-size: auto 100%;
}
.cta-scroll-content .scroll-content .image-container .banner-text p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: white;
}
.purchase-section {
    width: 100%;
    height: auto;
    min-height: 1200px;
    background-color: #fff;
    margin-top: -2px;
}
.cta-scroll-content .scroll-content .image-container.image1 {
    background-image: url('../img/image1.jpg');
}
.cta-scroll-content .scroll-content .image-container.image2 {
    background-image: url('../img/image2.jpg');
}
.cta-scroll-content .scroll-content .image-container.image3 {
    background-image: url('../img/image3.jpg');
}
.cta-scroll-content .scroll-content h3 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4.5em;
    max-width: 80%;
}
.cta-scroll-content .scroll-content-1 {
    width: 80vw;
    padding: 30px;
}
.scroll-content-1.triggerd {
    margin-left: -100vw;
}
.cta-scroll-content .scroll-content-2 {
    background-color: white;
}
.scroll-content-2.triggerd {
    margin-left: -100vw;
}
.cta-scroll-content .scroll-content-3 {
    background-color: white;
}
.scroll-content-3.triggerd {
    margin-left: -100vw;
}
.cta-scroll-content .scroll-content-4 {
    background-color: white;
}
.cta-scroll-content.scrolling {
    position: fixed;
    top: 0;
}
.cta-scroll-content.scrolled {
    position: absolute !important;
    bottom: 0;
    top: unset !important;
}
.model-content-1 {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-1.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-1.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}
.model-content-1-text {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-1-text.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-1-text.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}


.model-content-2 {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-2.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-2.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}
.model-content-2-text {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-2-text.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-2-text.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}


.model-content-3 {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-3.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-3.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}
.model-content-3-text {
    transform: translateX(-50px);
    opacity: 0;
}
.model-content-3-text.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.model-content-3-text.triggerd-hidden {
    transform: translateX(50px);
    opacity: 0;
}
.baud-model-viewer.triggerd {
    opacity: 1;
    filter: blur(0px);
    pointer-events: auto;
}
.baud-model-viewer.scrolling {
    position: fixed;
    top: 0;
}

.baud-model-viewer.scrolled {
    position: absolute !important;
    bottom: 0;
    top: unset !important;
}

.firstpage-hero .container {
    position: relative;
    z-index: 2;
}
.firstpage-hero .hero-logo {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.firstpage-hero .container h1 {
    color: white;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 300;
    font-size: 3.5em;
}
.hero-content {
    opacity: 0;
    transform: translateY(-40px);
    transition-duration: 0.8s;
}
.hero-content.show {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
}
.firstpage-hero .container h3 {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #7A7A7A;
    margin-top: -10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.custom-navbar {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 50px;
    padding: 10px;
}
.custom-navbar img.logo {
    height: 30px;
    float: left;
}
.firstpage-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
    top: 0;
    left: 0;
}
.firstpage-hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.firstpage-hero .cta-holder {
    z-index: 2;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 200px);
    width: 400px;
    text-align: center;
    transition-duration: 0.6s;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
}
.firstpage-hero .cta-holder.show {
    opacity: 1;
    transition-duration: 1s;
    filter: blur(0px);
    transform: translateY(0px);
}
:root {
    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
        0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
        1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
        1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
        0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
        0.998 84%, 1
    );
    --spring-duration: 1.33s;
}
@property --shimmer {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes shimmer {
    0% {
        --shimmer: 0deg;
    }
    100% {
        --shimmer: 360deg;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

.flare-button {
    color: var(--bg);
    font-weight: 600;
    /*     background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5); */
    background-image: linear-gradient(
        315deg,
        #000000 -10%,
        #2c2c2c 50%,
        #2c2c2c 110%
    );
    padding: .8em 1.4em;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(0deg 0% 0% / 50%), inset 0 -10px 20px -10px hsl(0deg 0% 0% / 95%);
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flare-button.ani:not(:active),
.flare-button.active {
    transition-duration: calc(var(--spring-duration)*0.5);
    box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.flare-button:active {
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mask-image: conic-gradient(
        from var(--shimmer, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    mix-blend-mode: plus-lighter;
    animation: shimmer 3s linear infinite both;
}
.flare-button.ani .shimmer::before,
.flare-button.ani .shimmer::after,
.flare-button.active .shimmer::before,
.flare-button.active .shimmer::after {
    opacity: 1;
    animation: shine 4.2s ease-in 1 forwards;
}
.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    mix-blend-mode: color;
    inset: 40px;
    pointer-events: none;
}
.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(35, 100%, 69%), 0 0 7px 4px hsl(45, 100%, 81%), 0 0 13px 4px hsl(33, 100%, 65%), 0 0 25px 5px hsl(32, 100%, 69%);
    z-index: -1;
}

.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(0deg 70% 95%), inset 0 0 2px 1px hsl(39, 100%, 70%), inset 0 0 5px 2px hsl(34, 100%, 59%);
    z-index: 2;
}

.flare-button .text {
    color: white;
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.flare-button.ani .text,
.flare-button.active .text {
    animation: text .66s ease-in 1 both;
}



@media screen and (max-width: 992px) {
    .firstpage-hero .hero-profile {
        right: unset;
        height: unset;
        width: 120%;
        margin-left: -10%;
    }
    .firstpage-hero .hero-logo {
        max-width: 200px;
    }
    .firstpage-hero {
        display: block;
    }
}
