.home-page {
    /* margin-top: 50px; */
    /* width: 1200px; */
    /* margin: 0 auto;
    max-width: 1200px;
    min-width: 1200px; */
    color: #ccc;
    font-size: 18px;
    /* background-color: #dff83d; */
}

.home-bg-1 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-001-1.webp");
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-2 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-002-1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-3 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-003-1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-4 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-004.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-5 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-005.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-6 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-006.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-7 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-007.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}

.home-bg-8 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-008.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-bg-9 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-009.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-bg-10 {
    background-image: url("https://static.igem.wiki/teams/5778/home/home-bg-010.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-screen {
    width: 100%;
    position: relative;
    /* aspect-ratio: 20/10; */
    background-size: 100% 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

.home-screen-1 {
    /* height: 600px; */
    /* width: 90%; */
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 70px;
}

.home-sprite-wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.home-sprite-wrap .home-sprite {
    width: 30%;
    /* background-color: #dff83d; */
    position: relative;
    /* background-color: #037d3e; */

}

.home-sprite-wrap .home-girl {
    width: 60%;
    height: auto;
    display: block;
    position: relative;
}

.home-sprite-wrap .home-girl .home-light-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #dff83d;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px rgba(223, 248, 61, 0.8);
    animation: pulse 2s ease-in-out infinite;
}

.home-screen-1 .home-sprite-title {
    /* position: relative; */
    /* bottom: 15px; */
    /* left: 0; */
    font-size: 30px;
    color: #fff;
    display: flex;
    font-weight: 400;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'NunitoBold', Courier, monospace;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 3px 3px rgba(223, 248, 61, 0.5);
    }

    50% {
        box-shadow: 0 0 6px 6px rgba(223, 248, 61, 0.8);
    }

    100% {
        box-shadow: 0 0 3px 3px rgba(223, 248, 61, 0.5);
    }
}

/* .home-sprite-wrap .home-girl img {
    width: 100%;
    object-fit: contain;
} */

img.home-girl-logo {
    position: absolute;
    width: 50%;
    object-fit: contain;
    top: 15%;
    left: 0px;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}


.home-sprite-human {
    position: absolute;
    width: 70%;
    right: 10%;
    top: 20%;
    object-fit: cover;
}

.home-sprite-flower {
    position: absolute;
    animation: flower 2s ease-in-out infinite;
}

@keyframes flower {
    0% {
        transform: rotate(0deg);
        opacity: 0.8;
    }

    50% {
        transform: rotate(40deg);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg);
        opacity: 0.8;
    }
}

img.home-sprite-flower-1 {
    top: 0px;
    right: 10%;
    width: 30%;
    object-fit: cover;
}

.home-sprite-flower-2 {
    top: 10%;
    right: 65%;
    width: 30%;
    object-fit: cover;
}

.home-sprite-flower-3 {
    top: 60%;
    right: 70%;
    width: 30%;
    object-fit: cover;
}

.home-sprite-flower-4 {
    top: 70%;
    right: 10%;
    width: 30%;
    object-fit: cover;
}

.home-sprite-flower-5 {
    top: 32%;
    right: 8%;
    width: 20%;
    object-fit: cover;
}

.home-girl-tent {
    position: relative;
}

.home-sprite-light {
    position: relative;
    /* background-color: #037d3e; */
}

/* home-screen-2 */
.home-screen-2 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* margin-top: 30px; */
}

.home-screen-first {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 40px; */
}

.home-screen-2-title {
    font-size: 6px;
    color: #fff;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 30px auto; */
    line-height: 100px;
    font-family: 'RadvinBold';
}

.home-text-animation {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientText 4s ease infinite;
    font-family: 'RadvinBold', 'KanitBold', monospace;
    font-size: 60px;
}

@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.home-screen-2-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.home-screen-2-content-image {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-screen-2-content-image img {
    width: 88%;
    object-fit: cover;
    border-radius: 12px;
}

.home-screen-2-content-text {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: relative;
}

.home-screen-2-content-text-bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 40px;
    font-family: 'RadvinBold', 'KanitBold', monospace;
}

/* home-screen-3 */
.home-screen-3 {
    /* height: 600px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.home-screen-3-title {
    font-size: 60px;
    color: #fff;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-family: 'RadvinBold', 'KanitBold', monospace;
    font-weight: bolder;
}

.home-screen-3-iframe {
    width: 80%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    /* margin-top: 20px; */
    /* margin-bottom: 50px; */
}

/* home-screen-4 */
.home-screen-4 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.home-screen-4-title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
    font-family: 'RadvinBold', monospace;
    text-align: right;
}

.home-screen-4-content {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    background-color: #000000B0;
    border-radius: 18px;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'NunitoBold', sans-serif;
}

.home-screen-4-content-image {
    width: 80%;
    /* height: 100%; */
    margin-top: 20px;
}

.home-screen-4-content-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.home-screen-4-content-image-sprite {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    z-index: 1;
}

.home-screen-4-content-image-sprite img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* home-screen-5 */
.home-screen-5 {
    min-height: auto;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.bubble-1 {
    width: 100%;
    height: auto;
}

.home-screen-7-title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
    font-family: 'RadvinBold', monospace;
    text-align: right;
}

.home-screen-7-content-image {
    width: 50%;
    height: auto;
    margin-bottom: 60px;
}

.home-screen-7-content-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.home-screen-7-content-text-bubble {
    position: absolute;
    left: 55%;
    top: 15%;
    width: 30%;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    background-color: #000000B0;
    border-radius: 18px;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'NunitoBold', sans-serif;
}

.home-screen-7-content-image-sprite {
    position: absolute;
    right: 50px;
    bottom: 60px;
    width: 60%;
    z-index: 1;
}

.home-screen-7-content-image-sprite img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.home-screen-8-title {
    font-size: 60px;
    color: #222;
    width: 100%;
    font-weight: 600;
    padding: 20px 0;
    font-family: 'RadvinBold', monospace;
    text-align: left;
}

.home-screen-8-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-screen-8-content-text {
    width: 40%;
    color: #222;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'NunitoBold', sans-serif;
}

.home-screen-8-content-image {
    width: 50%;
    height: auto;
    margin-top: -5%;
}

.home-screen-8-content-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.home-screen-9-title {
    font-size: 60px;
    color: #222;
    width: 100%;
    display: flex;
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    font-family: 'RadvinBold', monospace;
}

.home-screen-9-content {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

.home-screen-9-content-row-1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.home-screen-9-content-row-2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin-top: 0px;
}

.home-screen-9-content-image {
    width: 20%;
    height: auto;
    margin-top: 20px;
}

.home-screen-9-content-image img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    transform: scale(1.0);
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.home-screen-9-content-row-1 .home-screen-9-content-image {
    margin-right: 70px;
}

.home-screen-9-content-row-2 .home-screen-9-content-image {
    margin-left: 70px;
}

.home-screen-9-content-image img:hover {
    transform: scale(1.1);
}

.home-screen-10-title {
    font-size: 60px;
    color: #222;
    width: 100%;
    font-weight: 600;
    padding: 20px 0;
    font-family: 'RadvinBold', monospace;
    text-align: left;
}

.home-screen-10-content {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #333;
    border-radius: 15px;
    box-sizing: border-box;
    font-family: 'RadvinBold', sans-serif;
}