body {
    font-size: 28px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-font-smoothing:antialiased;
}

* {
    box-sizing: border-box;
}

.container-full {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.container1 {
    position: relative;
    width: 100vw;
    height: 100vh;
    float: left;
    overflow: hidden;
}

.container2 {
    position: relative;
    float: left;
}

.box1 {
    position: relative;
    width: 66vw;
    height: 100vh;
    background-color: red;
    float: left;
    z-index: 99;
    color: #fff;
    padding-left: 8vw;
    padding-right: 10vw;
    padding-top: 8vw;
    overflow-y: scroll;
    font-family: lato;
    font-weight: 400;
}

.box1::-webkit-scrollbar {
    width: 0 !important
}

.text-box {
    margin-bottom: 35px;
}

.eta {
    position: relative;
    width: 44vw;
    margin-bottom: 35px;
    font-size: 5.5vw;
    font-family: nunito;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 3.5px;
}

.body-text {
    position: relative;
    width: 44vw;
    margin-bottom: 53px;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: 0.13px;
}

.app-store {
    position: relative;
    width: 44vw;
    margin-bottom: 9px;
}

.terms {
    position: relative;
    width: 44vw;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 21px;
    color: #fff;
}

.terms a {
    text-decoration: none;
    color: #fff;
}

.box2 {
    position: relative;
    width: 34vw;
    height: 100vh;
    float: left;
}

.box3 {
    position: relative;
    float: left;
    width: 66vw;
    height: 100vh;
}

.app-store img {
    position: relative;
    max-width: 20vw;
}

.right-icons img {
    max-width: 20vw;
    max-height: 20vh;
    position: fixed;
    top: 20px;
    right: 20px;
}

.right-icons-mobile img {
    display: none;
}

.video iframe {
    position: absolute;
    max-width: 640px;
    max-height: 360px;
    top: 50vh;
    transform: translate(-50%, -50%);
    margin-left: 34%;
    width: 640px;
    height: 360px;
}




.chat img {
    position: absolute;
    max-width: 20vw;
    max-height: 20vh;
    bottom: 24px;
    right: 30px;
}

#img-size {
    position: relative;
    background-image: url(../img/back-button-1x.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 48%;
    padding-left: 33%;
    padding-bottom: 50%;
    font-size: 3.5vw;
    color: #FF0000;
    line-height: 23px;
    letter-spacing: 4px;
    font-family: nunito;
    font-weight: 700;
    left: 23%;
    top: 50vh;
    transform: translate(-50%, -50%);
}
 #play-mob {
       display: none;
    
}


@media (max-width: 1024px) {
    #eta-span {
        display: block;
    }
    .terms {
        position: relative;
        width: 44vw;
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 21px;
    }
    
    .video iframe {
   width: 302px;
    height: 170px;
}

    
    
}

@media (max-width: 768px) {
    .body-text {
        font-size: .8em;
    }
    .terms {
        position: relative;
        width: 44vw;
        font-size: 8.8px;
        letter-spacing: 4px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .box1 {
        width: 100vw;
    }
    .body-text {
        font-size: .6em;
    }
    .right-icons img {
        display: none;
    }
    .right-icons-mobile {}
    .right-icons-mobile img {
        display: block;
        position: relative;
        float: right;
        width: 96px;
        height: 39px;
        box-sizing: border-box;
        margin: 10px;
    }
    .eta {
        font-size: 10.5vw;
        margin-bottom: 19px;
    }
    .body-text {
        width: 82vw;
        margin-bottom: 24px;
    }
    .app-store img {
    max-width: none;
    width: 145px;
    height: 43px;
}
    .terms {
   
    width: 65vw;
    font-size: 10px;
    
}
   #play-mob {
    display: block;
    position: relative;
    background-image: url(../img/mobile-play.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 19%;
    padding-left: 1%;
    padding-bottom: 16%;
    font-size: 4vw;
    color: #FFF;
    line-height: 23px;
    letter-spacing: 2px;
    font-family: nunito;
    font-weight: 700;
    transform: translate(-29%, 24%);
    width: 35%;
}


}