@font-face {
    font-family: Sen;
    font-weight: bold;
    src: url("../fonts/Sen-Bold.ttf");
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto';
    min-width:320px;
    margin: 0;
    padding: 0;
}

a {
    /*text-decoration: none !important;*/
    color: black;
}

div.landing_contents {
    max-width: 1080px;
    margin: auto;
    padding-left: 13%;
    padding-right: 13%;
}

section.landing_top {
    width: 100%;
    background-size: cover; 
    position: relative;
    text-align: center;
    background-color: black;
}

div.website_logo_container{
    margin-left: -100px;
    margin-top: 59px;
    position: absolute;
}
div.website_logo_container img.website_logo {
    width: 129px;
    height: 32px;
    position: absolute;
    vertical-align: middle;
}

img.landing_bg_image {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}

section.landing_top .contents{
    margin: 0px;
    padding-top: 367px;

}

section.landing_top .title {
    font-family: Sen;
    font-weight: bold;
    font-size: 72px;
    color: white;
    text-align: left;
    margin-right: 5%;
    line-height: 90px;
}

section.landing_top .title .changelabel {
    font-family: Sen;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-left: -11px;
    /*text-decoration: underline;
    text-decoration-color: #1FD769;*/
    /*margin-left: 24px;*/
    line-height: 90px;
}

section.landing_top .description {
    font-size: 34px;
    color: white;
    text-align: left;
    margin-top: 65px;
    margin-bottom: 30px;
    margin-right: 5%;
    line-height: 64px;
}

section.landing_top .controls {
    width: 100%;
    /*height: 100px;*/
    display: inline-flex;
    /*margin-bottom: 100px;*/
}

section.landing_top .flags {
    text-align: left;
    margin-top: 100px;
    width: 220px;
}

section.landing_top .country {
    width: 64px;
    height: 64px;
    vertical-align: bottom;
    margin-right: 20px;
}

section.landing_top .store {
    text-align: right;
    vertical-align: top;
    margin-left: auto;
}

.appstore {
    width: 280px;
    height: 80px;
}
.tryitnow{
    width: 412px;
    height: 116px;
    margin-right: -80px;
    margin-bottom: -40px;
}

.device1 {
    width: 100%;
    margin-bottom: 0%;
    margin-top: 10%;
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
}

.device1_background {
    background-color: white;
    height: 380px;
    margin-top: -380px;
}

section.landing_middle {
    width: 100%;
    padding-top: 90px;
    position: relative;
    text-align: center;
    background-color: white;
    margin-top: -13px;
}

.contents{
    display: block;
    margin-left: 0%;
    margin-right: 0%;
}

.contents .content{
    display: inline-flex;
}

.contents .content_desc{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 120px;
}

.contents .content_desc_left{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 120px;
    padding-bottom: 30px;
}

section.landing_middle .title{
    font-family: Sen;
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: left;
    margin-bottom: 40px;
    /*margin-top: 80px;*/
    line-height: 50px;
}

section.landing_middle .description{
    font-size: 28px;
    color: black;
    text-align: left;
    margin-bottom: 30px;
    line-height: 40px;
}

.device2 {
    z-index: 1;
}
.device2_web{    
}
.device2_device{
    display: none;
    width: 70%;
}
.device2_background {
    background-color: #0B2133;
    height: 170px;
    margin-top: -170px;
}

section.landing_bottom {
    width: 100%;
    margin-top: -37px;
    position: relative;
    text-align: center;
    background-color: #0B2133;
    z-index: 0;
    padding-bottom: 100px;
}

section.landing_bottom .title{
    font-family: Sen;
    font-weight: bold;
    font-size: 40px;
    color: #e5e5e5;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0px;
    line-height: 50px;
}

section.landing_bottom .description{
    font-size: 28px;
    color: #e5e5e5;
    text-align: left;
    margin-bottom: 30px;
    line-height: 40px;
}

section.landing_bottom .bottom_content{

    margin-right: 320px;
}

footer .content{
    position: relative;
    text-align: left;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 5%;
    padding-bottom: 5%;
    max-width: 1080px;
    margin: auto;
}

footer .texts{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

footer .inline{
    display: inline-flex;
    margin-bottom: 10px;
}

footer .text{
    display: block;
    margin-left: 10px;
    
}

.copyright{
    color: #707070;
    font-weight: normal;
    font-size: 18;
}

.wordCarousel {
    color: white;
    overflow: hidden;
    height: 90px;
    position: relative;
    z-index: 1;
}
ul {
    list-style-type: none;
}

.flip7 { animation: flip7 12s cubic-bezier(0.23, 1, 0.32, 1) infinite; }
.flip_underline { height: 10px;
    background-color: #1fd769;
    margin-left: 40px;
    margin-top: -8px;
    position: relative;
    z-index: 0;
    animation: flip_underline 12s cubic-bezier(0.23, 1, 0.32, 1) infinite; }

@keyframes flip7 {
    0% { margin-top: 0px;}
    
    7% { margin-top: -90px;}
    16% { margin-top: -90px;}
    
    21% { margin-top: -180px;}
    30% { margin-top: -180px;}
    
    35% { margin-top: -270px;}
    44% { margin-top: -270px;}
    
    49% { margin-top: -360px;}
    58% { margin-top: -360px;}
    
    63% { margin-top: -450px;}
    72% { margin-top: -450px;}
    
    77% { margin-top: -540px;}
    86% { margin-top: -540px;}
    
    91% { margin-top: -630px;}
    100% { margin-top: -630px;}
}

@keyframes flip_underline {
    0% { margin-right: 250px;  z-index: 0}
    2% { z-index: 1}

    7% { margin-right: 305px; z-index: 0}
    16% { margin-right: 305px; z-index: 0}
    
    18% { z-index: 1}
    21% { margin-right: 220px; z-index: 0}
    30% { margin-right: 220px; z-index: 0}

    32% { z-index: 1}
    35% { margin-right: 70px; z-index: 0}
    44% { margin-right: 70px; z-index: 0}

    46% { z-index: 1}
    49% { margin-right: 0px; z-index: 0}
    58% { margin-right: 0px; z-index: 0}

    60% { z-index: 1}
    63% { margin-right: 315px; z-index: 0}
    72% { margin-right: 315px; z-index: 0}

    74% { z-index: 1}
    77% { margin-right: 395px; z-index: 0}
    86% { margin-right: 395px; z-index: 0}

    88% { z-index: 1}
    91% { margin-right: 250px; z-index: 0}
    100% { margin-right: 250px; z-index: 0}
}

@media only screen and (max-width: 1023px) {
    div.landing_contents{
        padding-left: 8%;
        padding-right: 8%;
    }

    div.website_logo_container{
        margin-left:0px;
    }

    div.website_logo_container img.website_logo {
        width: 72px;
        height: 17.86px;
    }

    section.landing_top .contents{
        padding-top: 111px;
    }

    section.landing_top .title {
        font-size: 36px;
        line-height: 48px;
    }

    section.landing_top .title .changelabel {
        margin-left: -2px;
        line-height: 48px;
    }

    .wordCarousel {
        line-height: 48px;
        margin-left: -25px;
    }

    section.landing_top .description {
        font-size: 18px;
        margin-top: 44px;
        line-height: 30px;
    }

    section.landing_top .controls {
        display: block;
    }

    section.landing_top .flags {
        text-align: left;
        margin-top: 32px;
        width: 220px;
    }

    section.landing_top .country {
        width: 32px;
        height: 32px;
        vertical-align: bottom;
        margin-right: 10px;
    }

    section.landing_top .store {
        text-align: center;
        vertical-align: top;
        margin-right: 0px;
    }

    .appstore {
        width: 207px;
        height: 56px;
    }
    .tryitnow{
        width: 240px;
        height: 67px;
        margin-top: 46px;
        margin-right: -50px;
        margin-bottom: -20px;
    }

    .contents{
        margin-left: 0%;
        margin-right: 0%;
    }

    .contents .content{
        display: inline-block;
        width: 100%;
    }

    .contents .content_desc{
        margin: 10px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .contents .content_desc_left{
        margin: 10px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 20px;
    }


    .device1 {
        margin-top: 106px;
        width: 90%;
    }

    .device1_background {
        background-color: white;
        height: 30vw;
        margin-top: -30vw;
        margin-bottom: 10px;
    }
    .device2 {
        display: block;
        width: 70%;
        margin: auto;
    }
    .device2_background {
        background-color: #0B2133;
        height: 170px;
        margin-top: -170px;
    }

    .device2_web{
        display: none;
    }
    .device2_device{
        display: block;
        width: 70%;
        margin: auto;
    }
    section.landing_middle{
        padding-top: 0%;
        width: 100%;
        text-align: left;
    }

    section.landing_middle .title{
        font-size: 32px;
        font-weight: bold;
        line-height: 50px;
    }

    section.landing_middle .description{
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
    }

    section.landing_bottom{
        margin-top: 0%;
        padding-top: 67px;
    }

    section.landing_bottom .title{
        font-size: 32px;
        font-weight: bold;
        line-height: 50px;
    }

    section.landing_bottom .description{
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
    }

    section.landing_bottom .bottom_content{
        margin-top: -67px;
        margin-right: auto;        
    }

    footer .content{
        padding-left: 8%;
        padding-right: 8%;
    }

    footer .texts{
        font-size: 12px;
        font-weight: normal;
    }

    footer .text{
        display: block;
        margin-left: 0px;
    }
    footer .inline{
        display: block;
    }

    .wordCarousel {
        height: 48px;
    }

    .flip_underline {
        height: 5px;
        margin-left: 15px;
        margin-top: -4px;
    }

    @keyframes flip7 {
        0% { margin-top: 0px;}
    
        7% { margin-top: -48px;}
        16% { margin-top: -48px;}
        
        21% { margin-top: -96px;}
        30% { margin-top: -96px;}
        
        35% { margin-top: -144px;}
        44% { margin-top: -144px;}
        
        49% { margin-top: -192px;}
        58% { margin-top: -192px;}
        
        63% { margin-top: -240px;}
        72% { margin-top: -240px;}
        
        77% { margin-top: -288px;}
        86% { margin-top: -288px;}
        
        91% { margin-top: -336px;}
        100% { margin-top: -336px;}
    }

    @keyframes flip_underline {
        0% { margin-right: auto; width: 145px;  z-index: 0}
        2% { z-index: 1}

        7% { margin-right: auto; width: 117px; z-index: 0}
        16% { margin-right: auto; width: 117px; z-index: 0}
        
        18% { z-index: 1}
        21% { margin-right: auto; width: 160px; z-index: 0}
        30% { margin-right: auto; width: 160px; z-index: 0}

        32% { z-index: 1}
        35% { margin-right: auto; width: 235px; z-index: 0}
        44% { margin-right: auto; width: 235px; z-index: 0}

        46% { z-index: 1}
        49% { margin-right: auto; width: 270px; z-index: 0}
        58% { margin-right: auto; width: 270px; z-index: 0}

        60% { z-index: 1}
        63% { margin-right: auto; width: 113px; z-index: 0}
        72% { margin-right: auto; width: 113px; z-index: 0}

        74% { z-index: 1}
        77% { margin-right: auto; width: 73px; z-index: 0}
        86% { margin-right: auto; width: 73px; z-index: 0}

        88% { z-index: 1}
        91% { margin-right: auto; width: 145px; z-index: 0}
        100% { margin-right: auto; width: 145px; z-index: 0}

        /*0% { margin-right: auto; width: 145px; }
        5% { margin-right: auto; width: 145px; }
        15% { margin-right: auto; width: 117px; }
        30% { margin-right: auto; width: 160px; }
        45% { margin-right: auto; width: 235px; }
        60% { margin-right: auto; width: 270px; }
        75% { margin-right: auto; width: 113px; }
        90% { margin-right: auto; width: 73px; }
        100% { margin-right: auto; width: 145px; }*/
    }
}


