body {
    background-color: #182330;
    display: inline-block;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

h1 {
    font-size: 48px;
    line-height: 64px;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
}

.title-section {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 41px;
}

.title-section>h1:nth-child(2) {
    color: #FF8B37;
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    height: fit-content;
}

.section {
    margin: 100px 0;
}

/* header */

.header {
    width: 100vw;
    height: auto;
    background-color: #182330;
    position: fixed;
    z-index: 1;
    padding: 0
}

.wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
}

.wrap-logo {
    display: flex;
    align-items: center;
}

.wrap-logo img {
    margin-right: 11px;
    width: 53px;
    height: auto;
}

.wrap-logo h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.header-link{
    display: flex;
}

.header-app {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 43px;
    background: linear-gradient(216.88deg, #C63EFF 0%, #FE8302 71.88%, #F8DD81 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 12px;
}

.header-app-secondary {
    width: 100px;
    height: 43px;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    border-image-source: linear-gradient(to bottom left, #C63EFF 0%, #FE8302 71.88%, #F8DD81 100%);
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

/* end header */

/* start home */

.home {
    width: 100vw;
    height: 100vh;
    background-image: url("../image/bg_home.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.highlight {
    width: 100vw;
    height: 50vh;
}

.home-content {
    display: flex;
    width: 100%;
    height: 100vh;
    color: #fff;
}

.home-content>.left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.home-content>.left>h1 {
    margin: 32px 0
}

.home-content>.right {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.home-content>.right-375 {
    display: none;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

/* .home-content>.right>img {
    width: 112%;
    height: auto;
} */

.bg5-home-1{
    position: absolute;
    width: 100%;
    height: auto;
    animation-name: rotate;
    animation-duration: 130s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bg5-home-2{
    position: absolute;
    z-index: 2;
    width: 115%;
    height: auto;
    animation-name: rotate;
    animation-duration: 230s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.bg5-home-3{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    animation-name: rotate;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
  }

.home-content>.right-375->img {
    width: 80%;
    height: auto;
}

.slogan {
    color: #fff;
}

.audit{
    align-items: center;
    display: flex;
    color: #00cf68;
    margin-top: 16px;
    text-decoration: none;
}

.audit:hover{
    color: #00ffea;
    margin-left: 4px;
    text-decoration: underline;
    transition: .3s all ease-in-out;
}

.audit_icon{
    color: #00cf68;
    margin-left: 12px;
    height: 60px;
    width: auto;    
}
.audit_icon:hover{
    margin-left: 8px;
}

.home-btn {
    display: flex;
    margin-top: 32px;
    align-items: center;
}


/* end home */

/* start highlight */

.highlight-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    grid-row-gap: 40px;
}

.highlight-item {
    padding: 48px 24px;
    text-align: center;
    box-sizing: border-box;
    width: 305px;
    height: 444px;
    background-image: url('../image/bg_hl.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.highlight-item>img {
    width: 100px;
    height: 100px;
}

.highlight-item h4 {
    color: #14EA9F;
    margin: 38px 0 22px 0;
}

.highlight-item h6 {
    color: #fff;
}

/* end highlight */


/* Our-support */
.Support-blockchain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    grid-row-gap: 40px;
    margin-bottom: 250px;
}

.Support-blockchain-chill{
    width: 100%;
    justify-content: center;
    display: flex;
}

.Our-support {
    display: flex;
    padding: 48px 72px;
    align-items: center;
    box-sizing: border-box;
    width: 628px;
    height: 254px;
    background-image: url('../image/Out_support_B.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.Our-support-product{
    display: inline-grid;
    margin-left: 48px;
    width: 100%;
    color: white;
}

.product-link{
    margin-top: 8px;
    color: #00E0FF;
    text-decoration: none;
    align-items: center;
    display: flex;
}

.product-coming-soon{
    margin-top: 8px;
    color: #d6da00;
    text-decoration: none;
    align-items: center;
    display: flex;
}

.product-link>img{
    margin: 0 0 0 4px;
}

.product-link:hover{
    margin-left: 4px;
    transition: .3s all ease-in-out;
}

.product-link>img:hover{
    margin: 0 0 0 8px;
    transition: .3s all ease-in-out;
}

/* End Our-support */



/* start feature */

.feature {
    width: 100vw;
    height: 735px;
    background-image: url('../image/bg_feature.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.feature-content {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.feature-item {
    padding: 24px;
    text-align: center;
    box-sizing: border-box;
    width: 355px;
    height: 214px;
    background-image: url('../image/bt_ft.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-item h2 {
    color: #14EA9F;
    margin-bottom: 20px;
}

.feature-item h5 {
    color: #fff;
}

.feature-item:nth-child(2) {
    margin-top: 107px;
}

.feature-item:nth-child(3) {
    margin-top: 214px;
}

/* end feature */


/* start upfi world */
.UPFI-world {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.UPFI-image {
    width: 49%;
    align-items: center;
    display: flex;
}

.UPFI-image>img{
    width: -webkit-fill-available;
}

.UPFI-content {
    display: inline-grid;
    width: 49%;
    height: auto;
    color: white;
    font-weight: 400;
}

.UPFI-world-app {
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
    height: 50px;
    background: linear-gradient(216.88deg, #C63EFF 0%, #FE8302 71.88%, #F8DD81 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
/* end upfi world */

/* start bg space */

.bg_space {
    width: 100vw;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

/* end bg space */

/* start partner */

.partner {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 10px;
}

.partner-item {
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    text-align: center;
}

.partner-item> img {
    width: 100%;
}


.community {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 10px;
} 

.community-item {
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 32px 20px;
    text-align: center;
}

.community-item> img {
    width: 100%;
}

.margin-top {
    margin-top: 80px;
}

/* end partner */

/* start roadmap */

.roadmap-title:before {
    height: 19px;
    width: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    color: #39d884;
    background: #fff;
}

/* end roadmap */

/* start team */

.team-content {
    display: flex;
    row-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
}

.team-content img {
    width: 181px;
    height: 181px;
    margin-bottom: 20px;
}

.team-content>div {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-content>div>h4 {
    margin-bottom: 8px;
}

/* end team */

/* footer */

.footer {
    background-image: url('../image/footer.png');
    margin-top: 100px;
    width: 100%;
    height: 600px;
    background-color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.copy-right {
    color: #fff;
    margin-top: 16px;
    font-weight: 300;
    padding: 0 16px;
    line-height: 24px;
}

.social {
    text-align: left;
}

.social>a {
    margin: 0 12px;
}

.social img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

/* end footer */

@media (max-width: 380px) {
    .team-content {
        display: block;
    }
    .team-content>div {
        margin-bottom: 24px;
    }
}

@media (max-width: 430px) {

    h3{
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .container {
        display: block;
        margin-left: 16px;
        margin-right: 16px;
    }
    .header {
        background-color: transparent;
        position: absolute;
    }
    .home {
        background-image: none;
        height: 600px;
    }
    .button-header {
        display: none;
    }
    .home-content>.right {
        display: none;
    }
    .home-content>.right-375 {
        display: flex;
    }
    .home-content>.right-375>img {
        width: 295px;
        height: auto;
        top: 0px;
        position: absolute;
        right: 0px;
    }

    .audit_icon{
        height: 40px;
        width: auto;
    }
    
    .partner {
        grid-template-columns: auto auto;
        padding: 10px;
    }
    
    .partner-item {
        padding: 16px 8px;
    }

    .partner-item> img {
        width: 80%
    }

    .partner-item:nth-child(4){
        width: 77%;
    }

    .partner-item:nth-child(5){
        width: 69%;
    }

    .partner-item:nth-child(6){
        width: 53%;
    }

    .partner-item:nth-child(12){
        width: 100%;
    }

    .partner-item:nth-child(13){
        width: 67%;
    }

    .partner-item:nth-child(15){
        width: 130%;
        justify-content: end;
    }

    .community{
        grid-template-columns: auto auto;
        padding: 10px;
    }

    .community-item {
        padding: 16px 8px;
    }

    .community-item> img {
        width: 80%
    }

    .community-item:nth-child(7){
        width: 78%;
    }

    .community-item:nth-child(9){
        width: 50%;
        justify-content: end;
    }

    .community-item:nth-child(10){
        width: 65%;
        justify-content: end;
    }

    .community-item:nth-child(11){
        width: 60%;
        justify-content: end;
    }

    .community-item:nth-child(12){
        width: 49%;
        justify-content: end;
    }

    .community-item:nth-child(13){
        width: 110%;
    }
   
    .footer {
        height: 229px;
    }
    
    .Our-support{
        width: 343px !important;
        height: 144px !important;
        padding: 26px 32px !important;
    }

    /* .Our-support>img{
        height: 140% !important ;
    } */

    .Our-support-product{
        margin-left: 20px !important;
    }

    .Our-support-product>h3>img{
        height: 14px !important;
    }
}

@media (max-width: 678px) {
    .wrap-logo img {
        margin-right: 11px;
        width: 40px;
        height: auto;
    }
    .wrap-logo h3 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .feature-item:nth-child(2n+1) {
        margin-right: 0px;
    }
    .feature-item:nth-child(2n) {
        margin-left: 0px;
    }
    .team-content {
        flex-wrap: wrap;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }
    h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    h6 {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    .social img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        text-decoration: none;
    }
    .footer {
        background-image: none;
        height: 350px;
    }
    .copy-right {
        width: 300px;
        display: block;
        margin: auto;
        text-align: center;
    }
    .social {
        text-align: center;
    }

    .Our-support{
        width: 424px;
        height: 180px;
        padding: 48px 60px;
    }

    .Our-support>img{
        height: 70%;
    }

    .Our-support-product{
        margin-left: 36px;
    }

    .Our-support-product>h3{
        line-height: 26px;
    }

    .Our-support-product>h3>img{
        height: 16px;

    }

    .UPFI-image>img{
        width: 100% !important;
    }

    .UPFI-content{
        width: 100% !important;
    }
}

@media (max-width: 1029px) {
    .highlight-content {
        flex-direction: column;
    }
    .home-content {
        display: flex;
        width: 100%;
        height: 100vh;
        color: #fff;
    }
    .home-content>.left {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        flex: 1;
    }
    .home-content>.right {
        position: relative;
        flex: 0;
    }
    .home-content>.right>img {
        width: 376px;
        height: auto;
        top: 70px;
        position: absolute;
        right: -30px;
    }
    .home-btn {
        display: flex;
        margin-top: 32px;
    }
    .footer {
        background-image: url('../image/footer-mobile.png');
        height: 485px;
    }
}

@media  (max-width: 1150px) {
    .feature-content {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        grid-row-gap: 40px;
    }
    .feature {
        width: 100vw;
        height: auto;
        padding: 0px;
        background-image: url('../image/bg_feature_vertical.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .feature-item:nth-child(2) {
        margin-top: 0px;
    }
    .feature-item:nth-child(3) {
        margin-top: 0px;
    }

    .UPFI-world {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .UPFI-image{
        width: 100%;
    }

    .UPFI-content{
        margin-top: 40px;
        width: 100% ;
    }
}

@media  (max-width: 1400px) {
    .Support-blockchain{
        flex-direction: column;
        margin-bottom: 100px;
    }
}