.board {
    margin-bottom: 500px;
}

.board .titles {
    text-align: center;
}

.board .titles .italic {
    color: var(--green);
    font-family: var(--font);
    font-size: var(--size-245);
    font-style: italic;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -14px;
}

.board .titles .normal {
    color: var(--green);
    font-family: var(--font);
    font-size: var(--size-297);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: -50px auto var(--space-2xl) clamp(0%, 15vw, 25%);
}

.board .sub {
    text-align: center;
}
.board .sub svg {
    width: 100%;
    max-width: 585px;
    margin-bottom: var(--space-lg);
}

.board .text {
    max-width: 450px;
    margin: auto;
}

.board .text p {
    color: var(--grey-two);
    font-family: var(--font-second);
    font-size: var(--size-22);
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    margin: var(--space-xs) 0;
}

.board .mobile_board {
    display: none;
}

.board .desktop_board {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: var(--space-sm);
    align-items: start;
    position: relative;
}

.board .left,
.board .right {
    position: relative;
    height: clamp(500px, 55vw, 900px);
    overflow: visible;
}

.board .board_image {
    position: absolute;
    max-width: 220px;
    width: 45%;
    animation-name: float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(var(--img-rotate, 0deg));
    }
    50% {
        transform: translateY(-14px) rotate(calc(var(--img-rotate, 0deg) + 1deg));
    }
    100% {
        transform: translateY(0px) rotate(var(--img-rotate, 0deg));
    }
}

@media (prefers-reduced-motion: reduce) {
    .board .board_image {
        animation: none;
    }
}

.board .left .board_image:nth-child(1) {
    top: -15%;
    left: 20%;
    width: 42%;
    z-index: 5;
    animation-duration: 5.5s;
    animation-delay: 0s;
}
.board .left .board_image:nth-child(2) {
    top: 1%;
    left: 55%;
    width: 30%;
    z-index: 2;
    animation-duration: 7s;
    animation-delay: 0.4s;
}
.board .left .board_image:nth-child(3) {
    top: 30%;
    left: 0;
    width: 48%;
    z-index: 4;
    animation-duration: 6.2s;
    animation-delay: 0.8s;
}
.board .left .board_image:nth-child(4) {
    top: 48%;
    left: 50%;
    width: 30%;
    z-index: 2;
    animation-duration: 5.8s;
    animation-delay: 1.2s;
}
.board .left .board_image:nth-child(5) {
    top: 63%;
    left: 8%;
    width: 26%;
    z-index: 5;
    animation-duration: 6.8s;
    animation-delay: 0.2s;
}
.board .left .board_image:nth-child(6) {
    top: 78%;
    left: 20%;
    width: 34%;
    z-index: 3;
    animation-duration: 5.2s;
    animation-delay: 1s;
}
.board .left .board_image:nth-child(7) {
    top: 105%;
    left: 44%;
    width: 32%;
    z-index: 2;
    animation-duration: 7.4s;
    animation-delay: 0.6s;
}

.board .right .board_image:nth-child(1) {
    top: -15%;
    right: 0%;
    width: 30%;
    z-index: 2;
    animation-duration: 6.4s;
    animation-delay: 0.3s;
}
.board .right .board_image:nth-child(2) {
    top: 8%;
    right: 44%;
    width: 40%;
    z-index: 3;
    animation-duration: 5.6s;
    animation-delay: 0.9s;
}
.board .right .board_image:nth-child(3) {
    top: 26%;
    right: 84%;
    width: 10%;
    z-index: 5;
    animation-duration: 7.2s;
    animation-delay: 0.1s;
}
.board .right .board_image:nth-child(4) {
    top: 48%;
    right: 31%;
    width: 26%;
    z-index: 4;
    animation-duration: 6s;
    animation-delay: 0.7s;
}
.board .right .board_image:nth-child(5) {
    top: 60%;
    right: 50%;
    width: 26%;
    z-index: 4;
    animation-duration: 5.4s;
    animation-delay: 1.1s;
}
.board .right .board_image:nth-child(6) {
    top: 76%;
    right: 78%;
    width: 26%;
    z-index: 2;
    animation-duration: 7s;
    animation-delay: 0.5s;
}
.board .right .board_image:nth-child(7) {
    top: 90%;
    right: 14%;
    width: 30%;
    animation-duration: 6.6s;
    animation-delay: 0s;
}
.board .middle {
    margin: 0 auto;
}

.board .board_swiper {
    width: 100%;
    padding: var(--space-sm) 0;
}

.board .board_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.board .board_swiper .swiper-slide {
    height: auto;
}

.board .board_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}



.board .mobile_showcase {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}

.board .mobile_showcase_images {
    position: absolute;
    top: 100%;
    left: 50%;
    width: min(72vw, 330px);
    aspect-ratio: 0.78;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.board .mobile_showcase_image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: translate3d( var(--stack-x, 0px), var(--stack-y, 0px), 0) rotate(var(--stack-rotate, 0deg)) scale(var(--stack-scale, 1));
    transform-origin: center center;
    opacity: 1;
    will-change: transform, opacity;
    transition: transform 0.9s cubic-bezier(.22, 1, .36, 1), opacity 0.7s ease;
    pointer-events: none;
}

.board .mobile_showcase_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
}
.board .mobile_showcase_image[data-position="0"] {
    --stack-x: 0px;
    --stack-y: 0px;
    --stack-rotate: -2deg;
    --stack-scale: 1;
    opacity: 1;
    z-index: 20;
}
.board .mobile_showcase_image[data-position="1"] {
    --stack-x: 12px;
    --stack-y: 15px;
    --stack-rotate: 4deg;
    --stack-scale: 0.93;
    opacity: 0.85;
    z-index: 19;
}
.board .mobile_showcase_image[data-position="2"] {
    --stack-x: -15px;
    --stack-y: 28px;
    --stack-rotate: -6deg;
    --stack-scale: 0.86;
    opacity: 0.65;
    z-index: 18;
}
.board .mobile_showcase_image[data-position="3"] {
    --stack-x: 18px;
    --stack-y: 40px;
    --stack-rotate: 7deg;
    --stack-scale: 0.79;
    opacity: 0.45;
    z-index: 17;
}
.board .mobile_showcase_image[data-position="4"] {
    --stack-x: -20px;
    --stack-y: 51px;
    --stack-rotate: -9deg;
    --stack-scale: 0.72;
    opacity: 0.30;
    z-index: 16;
}
.board .mobile_showcase_image[data-position="5"] {
    --stack-x: 20px;
    --stack-y: 61px;
    --stack-rotate: 10deg;
    --stack-scale: 0.66;
    opacity: 0.20;
    z-index: 15;
}
.board .mobile_showcase_image[data-position="6"] {
    --stack-x: -16px;
    --stack-y: 70px;
    --stack-rotate: -11deg;
    --stack-scale: 0.60;
    opacity: 0.12;
    z-index: 14;
}


.board .mobile_showcase_image.is-exiting {
    transform: translate3d( 115%, -8%, 0) rotate(11deg) scale(0.92);
    opacity: 0;
    z-index: 30;
    transition: transform 0.85s cubic-bezier(.65, 0, .35, 1), opacity 0.55s ease;
}

.board .mobile_showcase_image.is-entering {
    animation: showcase-enter 0.9s cubic-bezier(.22, 1, .36, 1) forwards;
}


@keyframes showcase-enter {
    0% {
        transform: translate3d(-30%, 8%, 0) rotate(-8deg) scale(0.82);
        opacity: 0;
    }
    65% {
        transform: translate3d(3px, 0, 0) rotate(-1deg) scale(1.015);
        opacity: 1;
    }
    100% {
        transform:
            translate3d(0, 0, 0) rotate(-2deg) scale(1);
        opacity: 1;
    }
}


.board .mobile_showcase .middle {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    z-index: 100;
    text-align: center;
    pointer-events: none;
}


/* .board .mobile_showcase .middle::before {
    content: "";
    position: absolute;
    top: -45px;
    right: -35px;
    bottom: -45px;
    left: -35px;
    z-index: -1;
    border-radius: 50%;
    background: var(--background, #fff);
    opacity: 0.72;
    filter: blur(25px);
    pointer-events: none;
} */

.board .mobile_showcase .middle .sub {
    position: relative;
    margin-bottom: var(--space-sm);
}

.board .mobile_showcase .middle .text {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.board .mobile_showcase::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    width: 1px;
    height: 90%;
    background: currentColor;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}



/* @media (max-width: 480px) {
    .board .mobile_showcase {
        height: 500px;
    }
    .board .mobile_showcase_images {
        width: min(68vw, 285px);
    }
    .board .mobile_showcase .middle {
        width: 72%;
    }
    .board .mobile_showcase .middle::before {
        top: -35px;
        right: -25px;
        bottom: -35px;
        left: -25px;
        filter: blur(22px);
    }
}


@media (max-width: 380px) {
    .board .mobile_showcase {
        height: 460px;
    }
    .board .mobile_showcase_images {
        width: 68vw;
    }
    .board .mobile_showcase .middle {
        width: 70%;
    }
} */


@media (prefers-reduced-motion: reduce) {
    .board .mobile_showcase_image {
        transition: none !important;
        animation: none !important;
    }
    .board .mobile_showcase_image.is-exiting {
        transform: translate3d(var(--stack-x, 0px), var(--stack-y, 0px), 0) rotate(var(--stack-rotate, 0deg)) scale(var(--stack-scale, 1));
        opacity: 0;
    }
}



@media (max-width: 1200px) {
    .board .desktop_board {
        display: none;
    }
    .board .mobile_board {
        display: block;
    }
    .board .text p {
        line-height: 1.2;
    }
    .board {
        margin-bottom: 300px;
    }
}

@media (max-width: 992px) {
    .board .titles .normal {
        margin: -20px auto var(--space-sm) 0%;
    }
    .board .mobile_showcase .middle {
        top: 30%;
    }
    .board .sub svg {
        margin-bottom: 0;
        max-width: calc(100% - 50px);
    }
}

@media (max-width: 480px) {
     .board {
        margin-bottom: 130px;
    }
    .board .mobile_showcase_images {
        top: 88%;
    }
}