.eightthings-project-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100vw;
    margin: 5rem auto;
}

.eightthings-project-section-title-bg-image {
    display: flex;
    position: absolute;
    width: 100vw;
    height: 70vw;
    z-index: -10;
    background-image: url("/assets/img/projects/eightthings/eightthings-cover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-position: 200px 0; */
}

.eightthings-project-section-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 70vw;
}

.eightthings-project-section-text-wrapper {
    display: flex;
    position: relative;
    padding: 5rem 10rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.eightthings-project-section-text-bg {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff7a;
    box-shadow: 0px 0px 32px 0px #ffffff7a;
    border: 1px solid #ffffff7a;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    transform: translate3d(0, 0, 0);

}

.eightthings-project-section-title-cover {
    rotate: 45deg;
    position: absolute;
    z-index: -10;
}

.eightthings-project-section-title {
    font-size: 3rem;
    font-weight: 900;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.eightthings-project-section-motto {
    font-size: 1rem;
    font-weight: 600;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.eightthings-project-section-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.eightthings-project-section-contents-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.eightthings-project-section-contents-info img {
    width: 256px;
    height: 256px;
    object-fit: cover;
}

.eightthings-project-section-contents-info-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    width: 100%;
    max-width: 70%;
}

.eightthings-project-section-contents-info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;

}

.eightthings-project-section-contents-info-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.eightthings-project-section-contents-appstore {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 1rem;
    width: 100%;
}

.eightthings-project-section-contents-appstore img {
    width: 160px;
    height: auto;
    object-fit: cover;
    cursor: pointer;
}

.eightthings-project-section-contents-appstore img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.eightthings-project-section-contents-appstore p {
    font-size: 1rem;
    line-height: 0.2rem;
    font-weight: 500;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.eightthings-project-section-contents-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin: 4rem 0;
}

.eightthings-project-section-contents-images a {
    width: calc(100% / 10);
    height: auto;
}

.eightthings-project-section-contents-images img {
    /* width: calc(100% / 10);
    height: auto; */
    width: 100%;
    height: auto;
    object-fit: cover;
}

.eightthings-project-section-contents-images img:hover {
    transform: scale(1.25);
    z-index: 100;
}

/* .eightthings-project-section-contents-images:hover img {
    transform: scale(0.95);
    z-index: 100;
}

.eightthings-project-section-contents-images:hover img:hover {
    transform: scale(1.25);
    z-index: 100;
} */

.eightthings-project-section-contents-for-more-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 1rem;
    width: 100%;
}

.eightthings-project-section-contents-for-more-information p {
    font-size: 1rem;
    line-height: 0.2rem;
    font-weight: 500;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.eightthings-project-section-contents-for-more-information a {
    font-size: 1rem;
    line-height: 0.2rem;
    font-weight: 700;
    color: #445F9E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}