

.map_container{
    width: 100vw;
    height: 34vw;
    position: relative;
    top: 100px;

}

.map_container ul{
    width: 100%;
    height: 100%;
}

.map_container ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro{
    width: 80vw;
    margin: 0 auto;
    align-items: center;
}

.intro_logo{
    padding-left: 40px;
}

.intro_text{
    margin: 0 80px;
    padding-left: 40px;
    line-height: 2em;
    border-left: 2px solid black;
}

@media (max-width: 1000px){
    .intro_text{
        margin: 0 20px;
    }
}

@media (max-width: 500px){
    .intro_logo{
        padding: 140px 80px;
        padding-bottom: 60px;
    }

    .map_container{
        top: 150px;
    }

    .map_container ul{
        transform: scale(1.5);

    }

    .intro_text{
        margin: 0;
    }
}

.team{
    margin-top: 100px;
}

h2{
    text-align: center;
}

.team_grid {
    width: 80vw;
    margin: 0 10vw;
    padding-top: 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
 
  }
  
.team_grid li {
    width: 160px;
    display: inline-block;
    margin: 40px 60px;
  }


.team_icon img{
    width: 80px;
    margin: 20px auto;
    border-radius: 16px;
  }

.team_name{
    font-weight: bold;
    margin-bottom: 16px;
}


@media (max-width: 500px){
    .team_grid li {
        margin: 20px 0;
    }
    .team_icon img{
        width: 60px;
    }
  }

.plus{
    margin-top: 100px;
}
.plus_container{
    width: 80vw;
    margin: 100px auto;
    min-height: 240px;
}

.plus_tiktok, .plus_other, .plus_category, .plus_cate{
    margin: 1em;
}

.plus_tiktok{
    background-color: black;
    border-radius: 20px;
    color: white;
    overflow: hidden;
}

.plus_tiktok_text{
    padding: 60px;
}

.plus_tiktok_text h3, .plus_category h3{
    padding-bottom: 1.2em;
}

.plus_tiktok_text p{
    line-height: 2em;
}

.plus_tiktok_decor img{
    width: 70%;
}


.plus_other{
    text-align: center;
    border-radius: 20px;
    padding-top: 60px;
    background-color: #FAFAFA;
}

.other_platforms{
    padding-top: 40px;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.other_platforms li{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 40px;
}

.plus_category{
    padding: 60px;
    background-color: #FAFAFA;
    border-radius: 20px;
}

@media (max-width: 1000px){
    .plus_tiktok_decor img{
        width: 50%;
        transform: translateX(100%);
    }
    .other_platforms li{
        width: 48px;
        height: 48px;
        margin: 30px;
    }
}


@media (max-width: 500px){
    .plus_container{
        width: 90vw;
        margin: 40px auto;
    }
    
    .plus_tiktok_decor img{
        width: 50%;
        transform: translateX(100%);
    } 
    .plus_tiktok_text{
        padding: 40px;
    } 

    .other_platforms{
        padding-top: 20px;
    }

    .other_platforms li{
        width: 36px;
        height: 36px;
        margin: 20px;
        padding-bottom: 60px;
    }

    .plus_category{
        padding: 40px;
    }
}

.cate3{
    background-image: url(../img/furniture.png);
    background-size: cover;
    border-radius: 50%;
}

.cate2{
    background-image: url(../img/pet.png);
    background-size: cover;
    border-radius: 10%;
}

.cate1{
    background-image: url(../img/electronics.png);
    background-size: cover;
    border-radius: 10% 80% 10% 10%;
}

.cate4{
    background-image: url(../img/cosmetics.png);
    background-size: cover;
    border-radius: 50% 10% 10% 50%;
}

.plus_cate{
    aspect-ratio: 1/1;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.plus_cate p{
z-index: 2;
}

.plus_cate::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.outstanding h2{
    margin: 100px 0;
    padding-top: 60px;
}

.out{
    width: 80vw;
    margin: 100px 10vw;
}


.out_text{
    width: 80%;
    padding-left: 10%;
}
.outstanding h3{
    margin: 2em 0;
}

.outstanding p{
    line-height: 2em;
    padding-bottom: 1em;
}

.out_pic{
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 2em;
}

@media (max-width: 500px){

    .outstanding h2{
        margin: 60px auto;
    }
    
    .out_pic{
        border-radius: 1em;
    }

    .out_text{
        width: 100%;
        padding: 0;
    }
}