* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header{
    width: 100%;
    background-color: #02001F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-p {
    color: #FFF;
    text-align: center;
    font-family: Poppins, system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 600px;
}

.header-span {
    background: linear-gradient(91deg, #00B2FF 67.82%, #A005FF 102.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.header-a {
    height: 40px;
    width: 110px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #05F;
    color: #FFF;
    font-family: Poppins, system-ui;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: unset;
    margin: 12px 0;
}

main{
    width: 100%;
}

.part1 {
    width: 100%;
    height: 693px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg_1.png");
    background-size: cover;
}

.part1-title-p {
    color: #10131B;
    text-align: center;
    font-family: Poppins, system-ui;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.part1-title-span {
    background: linear-gradient(91deg, #00B2FF 48.92%, #0500FF 108.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, system-ui;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.part1-desc {
    color: #353C4C;
    text-align: center;
    font-family: Lato, system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 55px;
}

.part1-ic1 {
    width: 261px;
    height: 261px;
    margin-top: -50px;
    margin-left: -800px;
}

.part1-ic2 {
    width: 208px;
    height: 197px;
    margin-bottom: -50px;
    margin-right: -700px;
}

.part2 {
    width: 100%;
    background-color: #02001F;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-image: url("../img/bg_2.png");
    background-size: cover;
}

.part2-title-ic {
    width: 175px;
    height: 156px;
    position: absolute;
    top: 50px;
}

.part2-title-p {
    color: #FFF;
    font-family: PingFang SC, system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 104px;
}

.part3 {
    width: 100%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
}

.part4 {
    width: 100%;
    background-color: #02001F;
    display: flex;
    justify-content: center;
    background-image: url("../img/bg_3.png");
    background-size: cover;
}

.part5 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/bg_5.png");
    background-size: cover;
}

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

.part-box-div{
    margin: 0 200px;
}

.part-box-div-p {
    color: #10131B;
    font-family: Poppins, system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.part-box-div-span{
    background: linear-gradient(90deg, #0E4FFF 0.64%, #4100FC 48.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.part-box-div-p1 {
    color: #00B2FF;
    font-family: Lato, system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.part-box-div-p2 {
    color: #10131B;
    font-family: Poppins, system-ui;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.part-box-div-p3 {
    color: #10131B;
    font-family: Lato, system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}

.part-box-div-p4 {
    color: #EBF5FF;
    font-family: Poppins, system-ui;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.part-box-div-p5 {
    color: #FFF;
    font-family: Lato, system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}

.part-ic {
    width: 600px;
    height: 483px;
    margin: 70px 0;
}

footer{
    width: 100%;
    padding: 50px 0;
    background-color: #02001F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-title-p {
    color: #FFF;
    font-family: PingFang SC, system-ui;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
}

.footer-box-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-box-div-div {
    display: flex;
    align-items: center;
}

.footer-box-div-div1{
    margin-right: 250px;
}

.footer-box-div-div-ic {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.footer-box-div-div-p {
    color: #FFF;
    font-family: PingFang SC, system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
