.home-page {
    width: 100%;
    /* background-color: rgba(233, 201, 124, 1);
     */
    background-image: url("https://static.igem.wiki/teams/5776/images/home/home-theme-bg-001.webp");
    /* background-size: cover; */
    background-repeat: repeat;
    background-size: 100%;
    background-position: center;
    font-family: 'AlexandriaFLF';
}

.home-video {
    width: 94%;
    /* display: none; */
}


.home-first-screen-bg {
    position: relative;
}

.home-first-screen-bg img {
    width: 100%;
    object-fit: cover;
}

.home-world-card {
    position: relative;
}

.home-world-card img {
    width: 100%;
    object-fit: cover;
}

.home-world-card-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(233, 201, 124, 0.5); */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-world-card-item {
    position: absolute;
    background-image: url("https://static.igem.wiki/teams/5776/images/home/home-world-map-card-01.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    border-radius: 8px;
    backface-visibility: hidden;
    padding: 7%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-world-card-item-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;

}

.home-world-card-item-header-image {
    width: 250px;
    height: 150px;
    margin-right: 20px;
}

.home-world-card-item-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.home-world-card-item-header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-world-card-item-header-name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.home-world-card-item-header-location {
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    font-size: 20px;
}

.home-world-card-item-content {
    font-size: 16px;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 700;
    padding-left: 0%;
}



.home-wold-map {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    /* display: none; */
    position: relative;
    cursor: zoom-in;
}

.home-wold-map img {
    width: 100%;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.2) translateY(-10px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

.home-wold-map .cardoon-position-wrap {
    position: absolute;
    width: 60px;
    height: 60px;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-wold-map .cardoon {
    width: 30px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.home-wold-map .cardoon-title {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
    width: 400px;
    margin-left: -190px;
    margin-top: -40px;
    font-weight: bold;
}

.home-our-ocean {
    display: flex;
    width: 85%;
    margin: 0 auto;
    justify-content: space-around;
}

.home-our-ocean-image {
    width: 44%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background-color: #ff0000; */
}

.home-our-ocean-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    /* background-color: #4496f4; */
}

.home-our-ocean-image img {
    width: 80%;
}

.home-our-ocean-image-bg {}

img.home-our-ocean-image-tip {
    position: absolute;
    width: 70%;
    left: 45%;
    bottom: 4%;
}

.text-style-title-1 {
    font-size: 60px;
    font-weight: 700;
    color: #000;

    /* font-style: italic; */
}

.text-style-title-2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-style: italic;
    margin-top: 50px;
}

.text-style-title-3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    width: 80%;
    margin-left: 18%;
    margin-top: 50px;
}

.home-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.home-title-1 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}

.home-title-2 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}

.cut-line {
    margin: 50px auto;
    background-color: rgba(224, 189, 106, 1);
    height: 10px;
}

.home-pha {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    width: 85%;
}

.home-pha-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    box-sizing: border-box;
}

.home-pha-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-pha-image img {
    width: 80%;
}

.home-pha-title-1 {
    font-size: 50px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    text-align: right;
    /* background-color: #4496f4; */
}

.home-pha-title-2 {
    font-size: 26px;
    color: #333;
    margin-top: 20px;
    width: 80%;
    margin-top: 10px;
    /* font-weight: bold; */
    /* background-color: #44f461; */
    text-align: center;
}

.home-pha-title-3 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
    width: 90%;
    /* font-weight: bold; */
    /* background-color: #f49644; */
    text-align: center;
}

.home-pha-title-4 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
    /* font-weight: bold; */
    /* background-color: #f44461; */
    text-align: center;
    width: 90%;
}

.home-charles {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* background-color: #ff0000; */

}

.home-charles-image {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-charles-image img {
    width: 80%;
}

.home-charles-content {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* background-color: #4496f4; */
    padding-right: 50px;
    box-sizing: border-box;
}

.home-charles-title-1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    font-style: italic;
}

.home-charles-title-2 {
    font-size: 54px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
    text-align: center;
}

.home-charles-title-3 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

.home-charles-title-4 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.home-charles-title-5 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}


.home-emp {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.home-emp-title-1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    font-style: italic;
    width: 80%;
}

.home-emp-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.home-emp-image {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-emp-image img {
    width: 100%;
    margin-top: -12%;
}

.home-emp-title-2 {
    width: 40%;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
}



.home-help {
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.home-help-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-help-image img {
    width: 100%;
    object-fit: contain;
}

.home-help-content {
    position: absolute;
    width: 30%;
    top: 0;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
}

.home-help-circle {
    position: absolute;
    width: 17%;
    display: block;
}

.home-help-circle img {
    width: 100%;
    object-fit: contain;
}

.home-help-circle div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #000;
    margin-top: 10px;
}

.home-help-circle-1 {
    top: 30%;
    left: 5%;
}

.home-help-circle-2 {
    bottom: 5%;
    left: 15%;
}

.home-help-circle-3 {
    bottom: 5%;
    right: 15%;
}

.home-help-circle-4 {
    bottom: 30%;
    right: 0%;
}

.home-help-circle-5 {
    top: 6%;
    right: 10%;
}

.home-dna {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-dna-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 26px;
    font-weight: bold;
}

.home-dna-content ol {
    font-size: 23px;
    color: 111;
    font-weight: 500;
}

.home-dna-content ol b {
    font-weight: bolder;
}


.home-dna-image {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-dna-image img {
    width: 80%;
}

.home-our-project {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    min-height: 500px;
    font-weight: bold;
    margin-bottom: 150px;
}

.home-our-project h2 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.home-our-project-list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.home-our-project-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-our-project-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-our-project-item img {
    transition: transform 0.3s ease-in-out;
    width: 70%;
}

.home-our-project-item img:hover {
    transform: scale(1.1);
}

.home-our-project-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.bubble-dialog {
    position: absolute;
    width: 500px;
    background-color: #4496f4;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 1);
    padding: 20px;
    box-sizing: border-box;
    z-index: 10000;
    left: 100%;
    top: -1000px;
}

.bubble-dialog::before {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid;
    position: absolute;
    bottom: -40px;
    left: 140px;
    border-color: #4496f4 transparent transparent;
}

.bubble-dialog::after {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid;
    position: absolute;
    bottom: -36px;
    left: 140px;
    border-color: #4496f4 transparent transparent;
}

.bubble-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.bubble-content {
    margin-top: 10px;
}

.bubble-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bubble-header-line {
    height: 100px;
}

.bubble-header-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 300px;
    text-align: left;
    word-wrap: normal;
}

.bubble-header-location {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 310px;
    text-align: left;
    margin-top: 5px;
}

.bubble-header-icon {
    width: 170px;
    height: 100px;
    overflow: hidden;
}

.bubble-header-icon img {
    width: auto;
    height: 100px;
    object-fit: contain;
}

.bubble-content-text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}