html {
    font-size: 20px;
    color: #333;
    font-family: Manrope;
}

body {
    margin: 0;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

.margin-15 {
    width: 66rem;
    margin: 0 auto;
}


.gap8 {
    gap: .4rem;
}

.gap24 {
    gap: 1.2rem;
}

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

.part1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.part2 {
    margin-top: 6rem;
    align-items: flex-end;
}

.part2-left {
    width: 28rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
}

.part2-star {
    position: absolute;
    top: -1rem;
    left: 21rem;
}

.part2-left-txt {
    color: #020826;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
}

.part2-left-txt-1 {
    height: 1rem;
    width: fit-content;
}

.sponsor {
    color: #8A8A8A;
    font-family: Manrope;
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2rem; 
    display: flex;
    align-items: center;
    gap:.8rem;
}

.part2-left-desc {
    font-size: .8rem;
}

.part2-left-icon2 {
    margin-left: 2.4rem;
}

.part2-left-txt1 {
    font-size: 1.1rem;
    font-style: normal;
    line-height: 1.6rem;
}

.part2-left-btn {
    display: flex;
    padding: .8rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: .4rem;
    color: #FFF;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    border-radius: 2.4rem;
    background: #020826;
    width: fit-content;
}

.part2-right {
    flex: 1;
    gap: 1.05rem;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
}


.part2-right-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.2rem;
}

.part2-right-1 img:first-child {
    width: 10.2rem;
    height: 10.2rem;
    flex-shrink: 0;
}

.part2-right-1 img:last-child {
    width: 15.85rem;
    height: 12rem;
    flex-shrink: 0;
}

.part2-right-img3 {
    width: 17.5rem;
    height: 23.85rem;
    flex-shrink: 0;
}

.part3 {
    height: 19.6rem;
    width: 66rem;
    background: url(../images/landing/p3-bg.svg) no-repeat;
    background-size: 100% 100%;
    margin-top: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26B5FF;
}

.part3-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.part3-item-img2 {
    background: url(../images/landing/p3-img4.svg) no-repeat center / cover;
    width: 9rem;
    height: 3.2rem;
}

.part3-item a {
    color: var(--White, #FFF);
    text-align: center;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
}

.part3-item a span {
    font-weight: 600;
}

.part3-line {
    width: .05rem;
    height: 14.15rem;
    background: rgba(255, 255, 255, 0.17);
}

.part4 {
    justify-content: space-between;
    margin-top: 7.5rem;
}

.part4-left {
    position: relative;
}

.part4-img1 {
    width: 26.8rem;
    height: 18.6rem;
}

.part4-icon {
    position: absolute;
    right: -1.4rem;
    top: -1.75rem;
}

.part4-right {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6rem;
    width: 32.4rem;

}


.part4-right-txt1 {
    color: #020826;
    font-family: Manrope;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
}

.part4-right-txt2 {
    background: var(--Graident, linear-gradient(96deg, #5AB3F9 -58.87%, #3C8AFE 25.09%, #5E4CFF 101.06%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Manrope;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 1.8rem;
}

.part5 {
    color: #020826;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    margin: 6.65rem auto 4rem;
    position: relative;
    width: fit-content;
}

.part5 .part5-star {
    position: absolute;
    top: -1.5rem;
    left: 18rem;
}

.part6 {
    gap: 2rem;
}

.part6-left img {
    width: 26.4rem;
    height: 26.8rem;
    flex-shrink: 0;
}

.part6-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.part6-right-1 {
    background: url(../images/landing/p6-img2.svg) no-repeat center / cover;
    width: 37.6rem;
    height: 12.4rem;
    flex-shrink: 0;
}

.part6-right-2 {
    width: 33.6rem;
    height: 8.4rem;
    flex-shrink: 0;
    border-radius: 1.2rem;
    background: url(../images/landing/p6-img3.svg) no-repeat center / cover;
    display: flex;
    flex-direction: column;
    gap: 1.65rem;
    padding: 2rem;
}

.part6-right-2-txt1 {
    color: #020826;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.part6-right-2-txt3 {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.part7 {
    width: 59rem;
    flex-shrink: 0;
    background: url(../images/landing/p7-img.svg) no-repeat center / cover;
    padding: 2.4rem 3.5rem 2.65rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
    border-radius: 1.2rem;
    margin-top: 2rem;
}

.part7-txt1 {
    color: #020826;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.part7-down {
    display: grid;
    grid-template-columns: 17.4rem 1fr 15.85rem;
    grid-template-rows: repeat(2, 1fr);
    gap: 1.7rem;
}

.part7-down-item {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.part7-down-item div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    border-radius: 50%;
    background: #FFF;
    color: var(--Primary-Blue, #26B5FF);
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 3.2rem;
    height: 3.2rem;
}

.part7-down-item div:last-child {
    flex: 1;
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.part8 {
    background: #F2FBFF;
    margin-top: 6.7rem;
}

.part8-item {
    display: flex;
    padding: 1.2rem 0;
    align-items: center;
    gap: .5rem;
}

.part8-left {
    height: 1.55rem;
}

.part8-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex: 1 0 0;
    color: #333;
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
}

.part8-right {
    display: flex;
    height: 1rem;
    align-items: center;
    gap: 1rem;
    color: #333;
    font-size: .7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1rem;
}

.icon1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.icon2 {
    position: absolute;
    top: 3.5rem;
    right: 0;
    width: 69.9rem;
    height: 60rem;
    filter: blur(2.5rem);
    z-index: -1;
}

.icon3 {
    position: absolute;
    left: 0;
    top: 64.5rem;
    width: 66rem;
    height: 33.95rem;
    z-index: -1;
}

.icon4 {
    position: absolute;
    right: -5rem;
    bottom: 0;
    width: 70rem;
    height: 42rem;
    z-index: -1;
}

.icon5 {
    display: none;
}

@media (max-width: 1320px) {
    html {
        font-size: 18px;
    }


    .part8-center {
        gap: 1rem;
    }
}


@media (max-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1056px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 990px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 924px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 20px;
    }

    .margin-15 {
        width: 17.65rem;
    }

    .part2 {
        flex-direction: column;
        margin-top: 2.9rem;
    }

    .part2-left {
        width: unset;
    }

    .part2-right {
        gap: .675rem;
        flex-direction: row-reverse;
    }

    .part2-right-1 {
        align-items: flex-start;
        gap: .8rem;
    }

    .part2-left-txt {
        font-size: 1.8rem;
        line-height: normal;
    }

    .part2-star {
        top: -0.5rem;
        left: 13rem;
    }

    .part2-right-img3 {
        width: 8.9789rem;
        height: 12.237rem;
    }

    .part2-right-1 img:first-child {
        width: 5.2334rem;
        height: 5.2334rem;
    }

    .part2-left-txt1 {
        font-size: 1rem;
    }

    .part2-left-btn {
        font-weight: normal;
    }

    .part2-left-icon2 {
        margin-left: 1.6rem;
    }

    .part2-right-1 img:last-child {
        width: 8.1323rem;
        height: 6.157rem;
    }

    .part3 {
        background: url(../images/landing/p3-bg2.svg) no-repeat;
        width: 17.65rem;
        height: 41rem;
        flex-direction: column;
    }

    .part3-line {
        width: 13.25rem;
        height: .05rem;
    }

    .part4 {
        flex-direction: column;
    }

    .part4-icon {
        right: -0.4rem;
        top: -2.5rem;
    }

    .part4-img1,
    .part6-left img {
        width: 100%;
        height: auto;
    }

    .part4-right {
        margin-top: 2rem;
        width: 100%;
    }

    .part4-right-txt1,
    .part4-right-txt2 {
        font-size: 1.8rem;
    }

    .part4-right-txt1 {
        margin-bottom: 1.6rem;
    }

    .part4-right-txt2 {
        display: inline;
    }

    .part5 {
        font-size: 1.8rem;
    }

    .part5 .part5-star {
        left: 14rem;
    }

    .part6 {
        flex-direction: column;
    }


    .part6-right-1 {
        width: 100%;
        height: 13.15rem;
        background: url(../images/landing/p6-img2-1.svg) no-repeat center / cover;
    }

    .part6-right-2 {
        padding: 1rem;
        width: 15.65rem;
        height: auto;
        gap: 1.6rem;
        background: url(../images/landing/p6-img3.svg) no-repeat right / cover;
    }

    .part7 {
        padding: 1.2rem 1rem;
        width: 15.65rem;
    }

    .part7-down {
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: unset;
    }

    .part7-down-item div:first-child {
        width: 2rem;
        height: 2rem;
    }

    .part7-down-item {
        align-items: flex-start;
    }

    .part8-item {
        flex-direction: column;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 4rem;
        justify-content: center;
        width: unset;
    }


    .part8-center {
        flex-direction: column;
        gap: .7rem;
        margin-top: 1.2rem;
    }

    .part8-center {
        gap: 1rem;
    }

    .part8-right {
        padding: 1.2rem 0;
        border-top: solid .05rem #E6E6E6;
        width: 100%;
        justify-content: center;
    }


    .icon1,
    .icon2,
    .icon3,
    .icon4,
    .icon5 {
        width: 100%;
        height: auto;
    }

    .icon2 {
        top: 28rem;
    }

    .icon3 {
        display: none;
    }

    .icon4 {
        right: .15rem;
        bottom: 12.15rem;
    }

    .icon5 {
        display: block;
        position: absolute;
        top: 80rem;
        left: 0;
    }
}