body {
    height: 100vh;
    overflow: hidden;
}

#first-wrapper::-webkit-scrollbar {
    width: 0;
}

.first-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-logo {
    position: sticky;
    transform: rotate(-90deg);
    line-height: 1;
    top: 150px;
    left: 60px;
    width: fit-content;
    z-index: 1000;
}

.first-image-item {
    position: absolute;
}

.blue-bar {
    width: 50px;
    height: 5px;
    background-color: #4e70ce;
}

.generate-circle1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28%;
    height: 0;
    padding-bottom: 28%;
}

#generate-circle1-main {
    border: 1px white solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

#generate-circle1-shadow {
    background: #545454;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 120%;
}

.generate-circle2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    background-image: url("../img/first/white_round.svg");
    background-size: cover;
    color: #252525;
}

#generate-circle2-content {
    transform-origin: top left;
    position: absolute;
    top: calc(50% - 55px);
}

.generate-circle3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px white solid;
    border-radius: 50%;
    width: 22%;
    height: 0;
    padding-bottom: 22%;
}

#generate-circle3-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: calc(50% - 55px);
}

.face-bg {
    position: relative;
}

.face-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/first/face_bg.svg");
    background-size: cover;
    opacity: 0.64;
    filter: blur(50px);
}

.quiz-image {
    position: relative;
}

.quiz-image:before {
    content: "";
    position: absolute;
    background: #545454;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#launch-quiz-content1 {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    transform-origin: left center;
}

#launch-quiz-image1 {
    width: 100%;
    height: 100%;
}

#launch-quiz-content2 {
    position: relative;
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    transform-origin: right center;
}

#launch-quiz-image2 {
    width: 100%;
    height: 100%;
}

.quiz-work-title {
    position: absolute;
    top: 100px;
    background: #7443ff;
    border-radius: 20px;
    width: fit-content;
    padding: 5px 40px;
    z-index: 1000;
}

.grid-lines {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: -30px;
    background: repeating-linear-gradient(
            180deg,
            transparent 0px,
            transparent 299px,
            #b9b9b988 299px,
            #b9b9b988 300px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            transparent 499px,
            #b9b9b988 499px,
            #b9b9b988 500px
        );
    background-size: 500px 300px;
    z-index: -1;
}

.quiz-work-image-wrapper {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    background-color: #545454;
}

.quiz-work-image-wrapper > img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.quiz-work-image-wrapper > p {
    display: list-item; /* This has to be "list-item"                                               */
    list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside;
    margin-left: 5px;
}

.quiz-work-image-wrapper.image1 {
    top: 300px;
    left: 30px;
}

.quiz-work-image-wrapper.image2 {
    top: 530px;
    left: 160px;
}

.quiz-work-image-wrapper.image3 {
    top: 180px;
    left: 230px;
}

.quiz-work-image-wrapper.image4 {
    top: 400px;
    left: 430px;
}

.quiz-work-image-wrapper.image5 {
    top: 120px;
    left: 470px;
}

.quiz-work-image-wrapper.image6 {
    top: 510px;
    left: 650px;
}

.quiz-work-image-wrapper.image7 {
    top: 185px;
    left: 700px;
}

.quiz-work-image-wrapper.image8 {
    top: 470px;
    left: 840px;
}

.quiz-work-image-wrapper.image9 {
    top: 130px;
    left: 970px;
}

.quiz-work-image-wrapper.image10 {
    top: 370px;
    left: 1000px;
}

.quiz-work-image-wrapper.image11 {
    top: 630px;
    left: 450px;
}
