* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    
}

html, body {
    min-height: 100%;
}

/*==========================================================*/
/*************************GENERALT***************************/
/*==========================================================*/


/*Javascrip css*/

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/*//////////////*/

body {
    overflow-x: hidden;
}

article {
    width: 100vw;
    height: 100vh;
}

.title {
    font-size: 66px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.mini_title {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.bread {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

main {
    width: 100vw;
    height 100vh;
    position: relative;
}


.tracker {
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    right: 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.line {
    width: 0px;
    height: 30px;
    background-color: #ffffff;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100px;    
}

.dot.selected {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff !important;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    border: none;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

.space__top {
    display: block;
    margin-top: 30px;
}

/*==========================================================*/
/************************MediaQuary**************************/
/*==========================================================*/

@media screen and (max-width: 700px) {
    
    .tracker {
        position: fixed;
        bottom: 50%;
        transform: translateY(50%);
        right: 15px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #landingpage .intro_box {
        width: 1050px;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;

    }
    
    #landingpage .text {
        width: 335px;
        height: 298px;
        font-size: 24px;
        color: #ffffff;
    }
    
    #landingpage .logo {
        width: 235px;
        height: 250px;
        background-image: url(../img/logo.svg);
        background-repeat: no-repeat;
        background-position: 41px center;
        margin-bottom: 100px;
    }
    
}


/*==========================================================*/
/***********************Landingpage**************************/
/*==========================================================*/

#landingpage {
/*    height: 100%;*/
    background-image: url(../img/top__bg.jpg);
    background-size: cover;
    background-color: #921e1c;
    background-position: 0px 80%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#landingpage .intro_box {
    width: 1050px;
    height: 400px;
/*    background-color: blue;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    
}

#landingpage .logo {
    width: 335px;
    height: 350px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 100px;
}

#landingpage .text {
    width: 602px;
    height: 298px;
    font-size: 36px;
    color: #ffffff;
}

#landingpage .text__1 {
    margin-bottom: 50px;
}

#landingpage .text__2 {
    font-weight: 700;
}

/*==========================================================*/
/***********************Introduction*************************/
/*==========================================================*/

#introduction {
/*    height: 100%;*/
    min-height: -webkit-fill-available;
    background-color: #921e1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#introduction .intro_box {
    width: 1100px;
    height: 500px;
    font-size: 24px;
    color: #ffffff;
}

#introduction .intro_box h1 {
    margin-bottom: 40px;
}


#introduction .intro_box .intro_text {
    margin-top: 40px;
}

#introduction .intro_box .image__facts {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#introduction .intro_box .image {
    width: 635px;
    height: 300px;
    background-image: url(../img/mid__example__pic.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

#introduction .intro_box .facts {
  
}

#introduction .intro_box .text__bundle__1 {
    margin-top: 0px;
    font-size: 36px;
}

#introduction .intro_box .text__bundle__2 {
    margin-top: 40px;
    font-size: 36px;
}

/*==========================================================*/
/****************************CTA*****************************/
/*==========================================================*/

#cta {
/*    height: 100%;*/
    background-color: rgb(146, 30, 28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#cta .intro_box {
    width: 1100px;
    height: 500px;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -110px;
}

#cta .intro_box .text__1 {
    width: 590px;
    height: auto;
    font-size: 36px;
    margin-bottom: 50px;
}

#cta .intro_box .iphone {
    width: 570px;
    height: 715px;
    background-image: url(../img/Iphone_mockup.png);
}

#cta .intro_box .text__buttons{
    width: 585px;
    height: 280px;
    display: flex;
    flex-direction: column;
}

#cta .intro_box .text__buttons .buttons {
    width: 512px;
    height: 64px;
    display: flex;
    flex-direction: row;
}

#cta .intro_box .text__buttons .buttons .appstore {
    width: 250px;
    height: 64px;
    background-image: url(../img/AppStore.svg);
    background-repeat: no-repeat;
    margin-right: 50px;
}

#cta .intro_box .text__buttons .buttons .googleplay {
    width: 250px;
    height: 64px;
    background-image: url(../img/GooglePlay.svg);
    background-repeat: no-repeat;
}

