
.section-title{
    text-align: center;
}


.section-title .subtitle{
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}

.btn-google, .btn-appstore{
    display: block;
    width: 168px;
    height: 50px;
    background-size: 100% 100%;
    margin-right: 15px;
}

.btn-google{
    background-image: url(../images/btn-google.png);
}

.btn-appstore{
    background-image: url(../images/btn-appstore.png);
}

.hero{
    background-image: url(../images/privacy.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 880px;
    padding-top: 30px;
}

.banner{
    padding: 94px 0 90px;
}

.banner-info h3{
    font-size: 44px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-family: Impact;
}

.banner-txt{
    margin: 0 auto;
    width: 1406px;
    height: 360px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
}

.banner-info p{
    width: 900px;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.banner-info p.gold{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 29px;
}

.banner-info>p {
    max-width: 493px;
    margin-bottom: 350px;
    border-radius: 22px;
    background-color: #fff;
    line-height: 44px;
    text-align: center;
    color: #000
}

.banner-info a{
    width: 400px;
    height: 50px;
    line-height: 50px;
    display: flex;
    background-image: linear-gradient(to right, #FFEA9C, #FFFFFF, #FFEA9C);
    border: 2px solid #E4BB26;
    border-radius: 36px;
    padding-left: 30px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    top: -25px;
}

.banner-info a .icon-arrow{
    flex: none;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow1.png);
    background-size: 100% 100%;
    border-radius: 22px;
}

.banner-icons{
    width: 580px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 0;
    position: relative;
}

.banner-icons::after{
    content: '';
    width: 420px;
    height: 5px;
    display: block;
    background-color: #FFD313;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    opacity: .27;
}

.banner-icons .icon-item{
    width: 101px;
    height: 108px;
    background-size: 100% 100%;
    position: relative;
    z-index: 3;
}

.banner-icons .icon-item.icon1{
    background-image: url(../images/banner-icon01.png);
}

.banner-icons .icon-item.icon2{
    background-image: url(../images/banner-icon02.png);
}

.banner-icons .icon-item.icon3{
    background-image: url(../images/banner-icon03.png);
}

.why-choose{
    position: relative;
    background-color: #1c1200;
}

.why-choost-inner{
    position: relative;
    z-index: 1;
}

.why-choost-title{
    background-image: linear-gradient(to right, #EBB53B, #FFFFFF, #EBB53B);
    text-align: center;   
}

.why-choost-title h4{
    font-weight: bold;
    font-size: 50px;
    line-height: 106px;
    color: #1C1200;
}

.why-choost-content{
    padding-top: 43px;
    padding-bottom: 53px;   
    background-image: url(../images/VZCredit.png); 
    background-position: center center;
    background-repeat: no-repeat;
}

.why-choost-content .wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 313px;
}

.why-choose-item .title{
    line-height: 29px;
    color: #FFF2C9;
    font-size: 24px;
    margin-bottom: 31px;
    font-weight: bold;
}

.why-choose-item .content{
    max-width: 320px;
    font-size: 12px;
    line-height: 14px;
    color: #FFF3C9;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.our-product{
    background-color: #1c1200;
}

.our-product .section-title{
    background-image: url(../images/our-product-title-bg.png);
    height: 228px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-product .section-title *{
    color: #fff
}

.our-product .section-title .title{
    font-size: 70px;
    line-height: 84px;
    font-weight: bold;
}

.our-product .section-title .subtitle{
    margin-top: 4px;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.our-product .section-body{
    padding-top: 68px;
    padding-bottom: 140px;
}

.product{
    display: flex;
    justify-content: space-between;    
}

.product-item{
    width: 360px;
    height: 248px;
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #7A7A7A;
}

.product-item{
    background-position: center center;
    background-size: 100% 100%;
}

.product-title{
    margin-bottom: 20px;    
}

.product-title h4{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
}

.product-content{
    max-width: 296px;
}

.product-content p{
    -webkit-box-direction: 380px;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.our-priority{
    padding: 80px;
    background-color: #1c1200;
}

.our-priority .section-body{
    margin-top: 0;
}

.download{
    width: 980px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 40px;
}

.btn1{
    width: 623px;
    height: 100px;
    background-image: url(../images/btn1.png);
    background-size: 100% 100%;
}

.btn2{
    width: 336px;
    height: 100px;
    background-image: url(../images/btn2.png);
    background-size: 100% 100%;
}

.swift{
    background-image: url(../images/speed-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 60px;
}

.swift p{
    text-align: center;
    color: #fff;
    font-family: HoeflerText, HoeflerText;
    font-weight: 900;
}

.swift p:nth-child(2){
    font-size: 60px;
    line-height: 72px;
}

.swift p:last-child{
    font-size: 90px;
    line-height: 108px;
}
.about{
    width: 1200px;
    /* height: 60px; */
    /* background-color: #E4BB26; */
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aboutBoxTitle{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 103px;
    color: #FFFFFF;
    font-style: normal;
    top: 250px;
}
.aboutBoxLabel{
    width: 400px;
    height: 100px;
    background: linear-gradient( 270deg, #F9DF82 0%, #FFF9CD 52%, #F9DF82 100%);
    border-radius: 33px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-sizing: border-box;
    padding-left: 20px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 50%;
     top: 400px;
    transform: translate(-50%);
}
.box{
    width: 100%;
    height: 1000px;
    background: #1C1200;
}
.boxBanner{
    width: 1200px;
    margin: 0 auto;
    margin-top: -90px;
    background: rgba(171,171,171,0.2);
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 60px;
}
.boxBannerLabel{
    width: 1095px;
    height: 131px;
    background: rgba(255,235,203,0.08);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 70px;
    
}
.boxBannerLabelOne{
    position: absolute;
    /* left: 30px; */
    margin-left: 20px;
    width: 85px;
    height: 85px;
    background: #FAE38C;
    border-radius: 50%;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 50px;
    color: #1C1200;
    /* line-height: 66px;
    text-align: left; */
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxBannerLabelOnes{
    margin-left: 130px;
    width: 389px;
    height: 80px;
    font-family: Helvetica;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.boxBannerLabelOness{
    width: 500px;
    height: 76px;
    font-family: Helvetica;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}
.privacy{
    width: 1200px;
    
    /* height: 60px; */
    /* background-color: #E4BB26; */
    margin: 0 auto;
    margin-top: 100px;
    
    /* display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */
}
.privacyTitle{
    width: 100%;
    text-align: center;
    height: 120px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 100px;
    color: #FFFFFF;
    line-height: 120px;
    text-align: center;
    font-style: normal;
}
.privacyText{
    height: 61px;
    font-family: Helvetica;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
}
.contentText{
    width: 1200px;
    /* height: 1612px; */
    background: rgba(171,171,171,0.2);
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid transparent;
}
.contentTextTitle{
    width: 200px;
    background-color: #EFC464;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    gap: 10px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: -30px;
}
.contentBanner{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}