@font-face {
    font-family: 'Courgette';
    src: url('./Courgette-Regular.ttf') format('truetype'),
        url('./Courgette-Regular.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-ExtraBold';
    src: url('./KumbhSans-ExtraBold.ttf') format('truetype'),
        url('./KumbhSans-ExtraBold.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-Medium';
    src: url('./KumbhSans-Medium.ttf') format('truetype'),
        url('./KumbhSans-Medium.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-Regular';
    src: url('./KumbhSans-Regular.ttf') format('truetype'),
        url('./KumbhSans-Regular.woff') format('woff')
}
body{
    background: linear-gradient(180deg, #2A4371 9.38%, #294270 100%);
}
.base-container{
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -2px;
}
.opaque{
    background-color: #15284B;
}
.opaque .store-button {
    pointer-events: all;
    opacity: 1;
}
.store-button{
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
}
nav{
    background-color: transparent;
    /* background-color: #15284B; */
    padding-left: 2rem;
    padding-right: 2rem;
    height: 5.625rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.6s ease;
}
nav .logo{
    height: 3.6rem;
}
nav .store-link{
    height: 3.5rem;
}
.c-1{
    width: 100%;
    height: 67.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 13rem 2.25rem;
}
.c-1 .content{
    width: 45rem;
    height: 48rem;
}
.c-1 .illustration{
    width: 42.75rem;
    height: 53.375rem;

}
.c-1 .content .title{
    color: #FFF;
    font-family: 'Courgette';
    font-size: 6rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-1 .content .desc{
    margin-top: 2rem;
    color: #EDEDED;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-1 .content .sub-title{
    margin-top: 2rem;
    color: #FFF;
    font-family: 'KumbhSans-Medium';
    font-size: 2.25rem;
    /* font-weight: 500; */
}
.c-1 .content .store-link{
    margin-top: 1.25rem
}
.c-1 .content .store-link .store-link{
    width: 16rem;
    margin: 0 1rem 0 0;
}
.c-1 .illustration img{
    width: 100%;
    height: auto;
}
.c-2{
    width: 100%;
}
.c-2 .title{
    margin: 17.5rem auto 11.17rem;
    color: #FFF;
    text-align: center;
    font-family: 'Courgette';
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: 0.11rem;
    width: 72rem;
}
.c-3{
    padding-bottom: 7.06rem;
    width: 100%;
    background-image: url('../images/flower1@1x.png'), url('../images/flower2@1x.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left calc(100% - 8.75rem), right calc(100% - 8.75rem);
    background-size: 37.75rem auto, 37.75rem auto;
}
.c-3 .box{
    display: inline-block;
    vertical-align: top;
    width: 40.5rem;
    height: 64.75rem;
    margin: 0;
    background-size: cover;
    border-radius: 1.5rem;
    background: #EEF;
}
.c-3 .box:nth-child(odd){
    margin: 0 6.88rem 6.88rem 16.37rem;
}
.c-3 .box:nth-child(even){
    margin: 0 0 6.88rem 0;
}
.c-3 .box:nth-child(2){
    background: #D7F1FF;
}
.c-3 .box:nth-child(3){
    background: #E7FFF3;
}
.c-3 .box:nth-child(4){
    background: #EAE8E8;
}
.c-3 .box .image img{
    width: 40.5rem;
    height: 40.5rem;
}
.c-3 .box .title{
    margin-top: 2.75rem;
    padding: 0 2.5rem;
    color: #000;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.625rem;
    line-height: 1.4;
}
.c-3 .box .desc{
    margin-top: 1.19rem;
    padding: 0 2.5rem;
    color: #000;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-3>.title{
    margin: 22.8rem auto 0;
    color: #FFF;
    text-align: center;
    font-family: 'Courgette';
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: 0.11rem;
    width: 64rem;
}
.c-3>.desc{
    margin: 2rem auto 0;
    width: 72rem;
    color: #FFF;
    text-align: center;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-4{
    height: 58.3125rem;
    width: 100%;
}
/* .c-4 .box{
    width: 26.25rem;
    height: 26.25rem;
    margin: 1.25rem;
} */
.splide__arrow{
    width: 7.5rem;
    height: 7.5rem;
}
.splide__arrow--prev{
    left: 5.75rem;
    background: url('../images/prev.png');
    background-size: 100% 100%;
}
.splide__arrow--next{
    right: 5.75rem;
    background: url('../images/next.png');
    background-size: 100% 100%;
}
.splide__arrow svg{
    display: none;
}
button:focus{
    outline: transparent;
}

.splide .card-image{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
}
.splide .card-image:nth-child(2){
    margin-top: 1.25rem;
}

.c-5{
    margin-top: 7.59rem;
    width: 100%;
    height: 77.75rem;
    padding-top: 1px;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.c-5 .content{
    margin-top: 16.25rem;
    margin-left: 16.06rem;
    width: 54rem;
}
.c-5 .content .title{
    color: #FFF;
    font-family: 'Courgette';
    font-size: 6rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-5 .content .desc{
    margin-top: 2rem;
    width: 40rem;
    color: #EDEDED;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-6{
    width: 100%;
}
.c-6 .title{
    width: 50rem;
    margin: 3.37rem auto 0;
    color: #FFF;
    text-align: center;
    font-family: 'Courgette';
    font-size: 6rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-6 .comments{
    margin-top: 5.31rem;
    margin-bottom: 8rem;
}
.c-6 .comment{
    width: 34.9375rem;
    height: 40rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.50);
}
.c-6 .comment .header{
    height: 13.8125rem;
    background: #F1F1F1;
    padding-top: 2.62rem;
    display: flex;
    justify-content: center;
    align-items: top;
    gap: 1.875rem;
}
.c-6 .comment .header .avatar{
    width: 8.24944rem;
    height: 8.24944rem;
    border: 0.5rem solid #fff;
    border-radius: 8rem;
    overflow: hidden;
    flex-shrink: 0;
}
.c-6 .comment .header .avatar img{
    width: 100%;
    height: 100%;
}
.c-6 .comment .header .introduce{
    width: 17.82rem;
    height: 8.5rem;
}

.c-6 .comment .header .introduce .star{
    width: 17.66rem;
    height: 3.2rem;
    background: url('../images/star.png');
    background-size: 100% 100%;
    background-position: left center;
}
.c-6 .comment .header .introduce .name{
    margin-top: 1rem;
    color: #02033B;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 1.5rem;
}
.c-6 .comment .header .introduce .id{
    margin-top: 1.14rem;
    color: #9CA3AF;
    font-family: 'KumbhSans-Regular';
    font-size: 1.8rem;
    line-height: 1.5rem;
}
.c-6 .comment .content-title{
    margin: 2.21rem auto 0;
    width: 27.25rem;
    color: #333;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 1.4;
}
.c-6 .comment .content{
    margin: 0 auto;
    width: 27.25rem;
    color: #333;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 1.4;
}
.c-7{
    height: 23.5rem;
    padding-top: 1px;
    background: #0F2040;
}
.c-7 .content{
    margin: 3.87rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6.3125rem;

}
.c-7{
    width: 100%;
}
.c-7 .title{
    color: #CFCFCF;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 5rem;
}
.c-7 .desc{
    text-decoration: none;
    color: #CFCFCF;
    font-family: 'KumbhSans-Regular';
    font-size: 2rem;
    font-style: normal;
    line-height: 5rem; /* 250% */
}
.c-7 .content .s-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.375rem;
}
.c-7 .s-1 .store-link{
    width: 12.5rem;
}
.c-7 .content .s-2{
    display: flex;
    width: 15.5rem;
    flex-direction: column;
    align-items: center;
}
.c-7 .content .s-2 .title{
    margin-bottom: 1.375rem;
}
.c-7 .content .s-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-7 .content .s-3 .title{
    margin-bottom: 1.375rem;
}
.c-7 .content .s-4{
    width: 9.68056rem;
    height: 9.68056rem;
    flex-shrink: 0;
}
.c-7 .content .s-4 .logo{
    width: 12.5rem;
    height: 100%;
    flex-shrink: 0;
    background: url('../images/logo2.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.c-8{
    width: 100%;
    height: 4.3725rem;
    background: #000F29;
    color: #B6B6B6;
    font-family: Inter;
    font-size: 1.25rem;
    line-height: 4.3725rem;
    text-align: center;
}




@media only screen and (max-width: 800px) {
    nav {
        height: 4.1925rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    nav .logo{
        height: 1.8125rem;
    }
    nav .store-link{
        height: 1.8125rem;
    }
    .navbar-brand{
        margin: 0rem;
    }
    .c-1{
        width: 100%;
        height: auto;
        display: block;
        /* flex-direction: row;
        justify-content: space-between;
        align-items: center; */
        padding: 5.31rem 0;
    }
    .c-1 .content{
        width: 100%;
        height: auto;
    }
    .c-1 .illustration{
        width: 19.3125rem;
        height: auto;
        margin: 3.62rem auto 0;
    }
    .c-1 .content .title{
        padding-left: 1.25rem;
        font-size: 2.875rem;
    }
    .c-1 .content .desc{
        margin-top: 1rem;
        padding: 0 1.25rem;
        color: #EDEDED;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.57525rem;
    }
    .c-1 .content .sub-title{
        margin-top: 2.44rem;
        padding: 0 1.25rem;
        color: #FFF;
        font-family: 'KumbhSans-Medium';
        font-size: 1.125rem;
    }
    .c-1 .content>.store-link{
        margin-top: 1.13rem;
        padding: 0 1.25rem;
        display: flex;
        justify-content: space-between;
    }
    .c-1 .content .store-link .store-link{
        width: 9.375rem;
        margin: 0;
    }
    .c-1 .illustration img{
        width: 100%;
        height: auto;
    }
    .c-2{
        width: 100%;
    }
    .c-2 .title{
        margin: 0 auto 2.25rem;
        width: 100%;
        font-size: 2.875rem;
        line-height: 1.4;
        letter-spacing: 0.11rem;
    }
    .c-3{
        padding-bottom: 1.63rem;
        width: 100%;
        background-image: none;
    }
    .c-3 .box{
        display: inline-block;
        vertical-align: top;
        width: 20rem;
        height: 32.5rem;
        margin: 0 1.25rem 2.5rem;
        border-radius: 0.72rem;
    }
    .c-3 .box:nth-child(odd){
        margin: 0 1.25rem 2.5rem;
    }
    .c-3 .box:nth-child(even){
        margin: 0 1.25rem 2.5rem;
    }
    .c-3 .box:nth-child(2){
        background: #D7F1FF;
    }
    .c-3 .box:nth-child(3){
        background: #E7FFF3;
    }
    .c-3 .box:nth-child(4){
        background: #EAE8E8;
    }
    .c-3 .box .image img{
        width: 20rem;
        height: 20rem;
    }
    .c-3 .box .title{
        margin-top: 0.94rem;
        padding: 0 1.23rem;
        color: #000;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .c-3 .box .desc{
        margin-top: 0.57rem;
        padding: 0 1.23rem;
        color: #000;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.57rem;
    }
    .c-3>.title{
        margin: 3.4rem 0 0;
        padding: 0 1.25rem;
        width: 100%;
        color: #FFF;
        text-align: center;
        font-family: 'Courgette';
        font-size: 2.875rem;
        line-height: 1.4;
        letter-spacing: 0.11rem;
    }
    .c-3>.desc{
        margin: 2rem auto 0;
        width: 17rem;
        color: #FFF;
        text-align: center;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.57525rem;
    }
    .c-4{
        height: auto;
    }
    .c-4 .splide__list{
        align-items: center;
    }
    .c-4 .splide__slide{
        transition: all 0.3s ease;
    }
    .c-4 .splide__slide{
        width: 15.96rem;
        height: 15.96rem;
        padding: 1.48rem;
    }
    .c-4 .splide__slide .card-image{
        width: 13rem;
        height: 13rem;
        transition: all 0.3s ease;
    }
    .c-4 .splide__slide.is-active .card-image{
        transform: scale(1.2);
    }
    .c-5{
        margin-top: 4.93rem;
        height: 55.375rem;
        background-image: url('../images/bg2.m.png');
        background-size: 100% auto;
    }
    .c-5 .content{
        margin-top: 1.87rem;
        margin-left: 0;
        padding: 01.25em;
        width: auto;
    }
    .c-5 .content .title{
        width: auto;
        color: #FFF;
        text-align: center;
        font-family: 'Courgette';
        font-size: 2.875rem;
        line-height: 1.4;
        letter-spacing: 0.0575rem;
    }
    .c-5 .content .desc{
        width: auto;
        margin-top: 1.5rem;
        color: #EDEDED;
        text-align: center;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57525rem;
    }
    .c-6 .title{
        display: none;
    }
    .c-6 .comments{
        margin-top: 3.94rem;
        margin-bottom: 7.03rem;
    }
    .c-6 .comment{
        width: 17.46875rem;
        height: 20rem;
        border-radius: 0.625rem;
        overflow: hidden;
        background: #fff;
    }
    .c-6 .comment .header{
        /* 6.90625 */
        height: 6.79369rem;
        background: #F1F1F1;
        padding-top: 1.31rem;
        display: flex;
        justify-content: center;
        align-items: top;
        gap: 0.94rem;
    }
    .c-6 .comment .header .avatar{
        width: 4.12469rem;
        height: 4.12469rem;
        border: 0.3rem solid #fff;
        flex-shrink: 0;
    }
    .c-6 .comment .header .avatar img{
        width: 100%;
        height: 100%;
    }
    .c-6 .comment .header .introduce{
        width: 8.91rem;
        height: 4.25rem;
    }
    
    .c-6 .comment .header .introduce .star{
        width: 8.83rem;
        height: 1.6rem;
        background: url('../images/star.png');
        background-size: 100% 100%;
        background-position: left center;
    }
    .c-6 .comment .header .introduce .name{
        margin-top: 0.5rem;
        color: #02033B;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.125rem;
        line-height: 0.75rem;
    }
    .c-6 .comment .header .introduce .id{
        margin-top: 0.57rem;
        color: #9CA3AF;
        font-family: 'KumbhSans-Regular';
        font-size: 0.9rem;
        line-height: 0.75rem;
    }
    .c-6 .comment .content-title{
        margin: 1.11rem auto 0;
        width: 13.625rem;
        color: #333;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .c-6 .comment .content{
        margin: 0 auto;
        width: 13.625rem;
        color: #333;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .c-6 .splide__pagination{
        bottom: -3.5em;
    }
    
    .c-7-m{
        height: 27rem;
        padding-top: 1px;
        background: #0F2040;
    }
    .c-7-m .content{
        margin: 0;
        /* margin: 3.87rem auto 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 6.3125rem; */
    
    }
    .c-7-m{
        width: 100%;
    }
    .c-7-m .title{
        color: #CFCFCF;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.25rem;
        line-height: 2.5rem;
    }
    .c-7-m .desc{
        text-decoration: none;
        color: #CFCFCF;
        font-family: 'KumbhSans-Regular';
        font-size: 1rem;
        font-style: normal;
        line-height: 2.5rem;
    }
    .c-7-m .content .s-1{
        width: 100%;
        margin-top: 1rem;
        padding: 0 1.25rem;
    }
    .c-7-m .s-1 .store-link{
        width: 9.375rem;
    }
    .c-7-m .s-1 .store-link img{
        margin: 0;
    }
    .c-7-m .s-1 a:last-child{
        margin-left: 0.99rem;
    }
    .c-7-m .content .s-2{
        width: 100%;
        padding: 0 1.25rem;
    }
    .c-7-m .content .s-2 a:last-child{
        margin-left: 3.56rem;
    }
    .c-7-m .content .s-3{
        width: 100%;
        margin-top: 1rem;
        padding: 0 1.25rem;
    }
    .c-7-m .content .s-4{
        width: 5.3125rem;
        height: 4.72222rem;
        flex-shrink: 0;
        margin: 1.64rem auto 0;
    }
    .c-7-m .content .s-4 .logo{
        width: 7.5rem;
        height: 100%;
        flex-shrink: 0;
        background: url('../images/logo2.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .c-8{
        width: 100%;
        height: 2.9375rem;
        background: #000F29;
        color: #B6B6B6;
        font-family: Inter;
        font-size: 1rem;
        line-height: 2.9375rem;
        text-align: center;
    }
} 