*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
   color: unset;
    text-decoration: none;
}
.header{
    background-image: url('../img/BG-1.png');
    background-repeat:no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding: 0 13.5% 180px 13.5%;
}
/* .header::before {
    content: "";
    background-image: url('img/BG-1.png');
    position: absolute;
    top: 0;
    width: 100%;
    height: 1000px;
    z-index: -1;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
} */
.title{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    padding: 22px 0 56px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.header-content{
    display: flex;
}
.text-header{
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 130px;
}
.text-download{
    font-family: 'Roboto', sans-serif;
    font-size: 82px;
    font-weight: bold;
}
.text-des{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.phone-img{
    max-width: 100%;
    height: auto;
}
.list-icon{
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 1.82%;
}
.button{
    color: #FF4363;
    background-color: #FFFFFF;
    padding: 20px 22px;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    border-radius: 35px;
    font-weight: 500;
    border: none;
}
.icon{
    width: 71px;
    height: 71px;
}
.section-1{
    margin: 120px 0 130px 0;
    padding: 0 13.5%;
}
.list-box{
    display: flex;
    gap: 1.82%;
}
.box{
    display: flex;
    flex-direction: column;
    padding: 8% 0;
    width: 100%;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 10px;
    gap: 27x;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}
.text-box{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
}
.icon-box{
    margin: 0 auto;
    width: 96px;
    height: 96px;
}
.section-2{
    padding-left: 9.8125%;
    margin-bottom: 287.8px;
    display: flex;
    gap: 6.25%;
}
.section-2 img{
    object-fit: contain;
}
.list-text{
    display: flex;
    flex-direction: column;
}
.list-text h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
}
.list-text p{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding: 19px 0;
    color: #666666;
}
ul li{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 48px;
    list-style: none;
}
ul li::before{
    content: "\2022";
    color: #FF7588;
    width: 11px;
    height: 11px;
    margin-right: 10.8px;
}
.section-3{
    background-image: url('../img/BG.png');
    background-repeat:no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: relative;
    display: flex;
    padding: 0 7.012% 0 4.5625%;
    margin-bottom: 190px;
}
.sticker-img{
    top: -210px;
    position: inherit;
    object-fit: contain;
}
.text-content{
    padding-top: 103.2px;
    color: #fff;
    gap: 31px;
}
.text-content h1{
    font-size: 60px;
    line-height: 72px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.text-content p{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.section-4{
    margin: 0 17.375% 0 20%;
    padding: 91.5px 0 91.5px 0;
    justify-content: space-around;
    background-color: #6E6EFF;
    border-radius: 10px;
    display: flex;
    gap: 6.5%;
}
.text-num{
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.text-num h1{
    color: #fff;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 48px;
}
.text-num span{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.section-5{
    text-align: center;
    margin: 112px 0 110px 0;
    padding: 0 32.125%;
}
.section-5 h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 0 3.3125%;
    font-size: 60.16px;
    line-height: 72.19px;
}
.section-5 p{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 20px 0;
}
.button-contact{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 35px;
    background-color: #6E6EFF;
    font-size: 24px;
    line-height: 21.6px;
    padding: 18px 41px 20px 41px;
    border: none;
    cursor: pointer;
}
.footer{
    background-color: #000000;
    padding: 15.2px 13.5% 23.2px 13.5%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.footer img{
    width: 63.36px;
    height: 61.53px;
}
.term{
    display: flex;
    gap: 16px;
    font-size: 18px;
    line-height: 21.6px;
}
.footer p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
}
@media screen and (max-width: 1103px){
    .section-2{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}
@media screen and (max-width: 992px){
    .header{
        padding: 0 13.5%;
        background-position: unset;
    }
    .text-header{
        margin-top: 0;
    }
    .text-download{
        font-size: 24px;
        line-height: 40px;
    }
    .header-content{
        display: flex;
        flex-direction: column;
    }
    .button{
        padding: 10px 12px;
        font-size: 18px;
        line-height: 20px;
    }
    .icon{
        width: 40px;
        height: 40px;
    }
    .phone-img{
        margin-top: 30px;
    }
    .text-content{
        padding-top: 0;
    }
    .text-content p {
        padding-bottom: 140px;
    }
    .list-box, .section-2, .section-3, .section-4{
        display: flex;
        flex-direction: column;
    }
    .section-3{
        background-size: cover;
    }
    .section-4{
        padding: 91.5px 0;
        gap: 20px;
    }
    .text-num{
        text-align: center;
        gap: 10px;
    }
    .text-num h1{
        font-size: 30px;
        line-height: 24px;
    }
    .section-5{
        padding: 0 13.5%;
    }
    .section-5 h1{
        font-size: 20px;
        line-height: 30px;
    }
    .box{
        margin-bottom: 27px;
        padding: 20px;
        justify-content: center;
    }
    .button-contact{
        font-size: 14px;
        padding: 10px;
    }
    .list-text{
        margin-top: 40px;
    }
    .text-content h1, .list-text h1{
        font-size: 22px;
        line-height: 30px;
    }
    .footer{
        gap: 10px;
        font-size: 14px;
    }
    .footer img{
        width: 40px;
        height: 40px;
    }
}
