body {
    position: relative;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding: 0 15px;  
    background: url(../img/bauerfeind-app-bg3.jpg) 50% 70% no-repeat;
    background-size: cover;
    height: 100vh;
}

strong {
    font-weight: 700;
}

a,
button {
    transition: all 0.3s ease;
}

h1,
h2,
h3 {
    margin: 0;
}

h1 {
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1;
    padding: 0 0 0 120px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 16px 30px 15px 30px;
    margin: 0;
    text-align: center;
    border-radius: 50px;
    border: none;
    background: #206199;
    color: #ffffff;
    font-size: 20px;
}

.btn:focus,
.btn:hover,
.btn:active {
    background: #20b8d0;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.btn-primary {
    background: #054a9b;
    color: #fff;
    min-width: 215px;
}

.btn-primary::after,
.btn-secondary::after {
    content: '';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 10px;
    background: url(../img/arrow-white.svg) 50% 50% no-repeat;
    background-size: 15px auto;
    animation: move-back-arrow .5s forwards;
}

.btn-secondary::after {
    background: url(../img/arrow-right.svg) 50% 50% no-repeat;
    background-size: 15px auto;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #13bed7;
    color: #fff;
}

.btn-primary:hover::after,
.btn-secondary:hover::after {
    animation: move-arrow .5s forwards;
}

.btn-secondary:hover::after  {
    background: url(../img/arrow-white.svg) 50% 50% no-repeat;
    background-size: 15px auto;
}

.btn-secondary {
    background: #fff;
    color: #054a9b;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #206199;
}

@keyframes move-arrow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes move-back-arrow {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.title-logo-desktop {
    position: relative;
}

.title-logo-mobile {
    display: none;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
}

.logo-mobile {
    display: none;
}

.landing-wrapper {
    max-width: 100%;
    position: relative;
    margin-left: 45%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px 0 0;
}

.download-app-btns {
    margin: 60px 0 0 0;
}

.download-app-btns a {
    margin: 0 20px 0 0;
    font-size: 24px;
}

.img-mobile {
    display: none;
}

@media screen and (max-width: 1600px) {
    .btn {
        font-size: 18px;
    }

    .download-app-btns a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {
    h1 {
        font-size: 56px;
        padding: 0 0 0 115px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .logo {
        width: 85px;
    }

    .download-app-btns a {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 40px;
        padding: 0 0 0 105px;
    }

    .logo {
        width: 75px;
        top: -10px;
    }
}

@media screen and (max-width: 991px) {
    body {
        background: #fff;
        background-size: cover;
        height: auto;
        padding: 0;
    }

    h1 {
        padding: 0;
        margin: 20px 0 0 0;
    }

    .img-mobile,
    .title-logo-mobile {
        display: block;
    }

    .title-logo-mobile {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
    }

    .img-mobile img {
        width: 100%;
    }

    .landing-wrapper {
        transform: none;
        top: auto;
        color: #393939;
        padding: 50px;
        margin: 0;
    }

    h1 {
        color: #206199;
        font-size: 35px;
        margin: 0 0 20px 0;
    }

    .btn {
        border: 1px solid #DEDEDE;
    }

    .btn:hover,
    .btn:focus,
    .btn:active {
        background: #fff;
        color: #0056b3;
    }

    .btn-secondary:hover::after {
        background: url(../img/arrow-right.svg) 50% 50% no-repeat;
        background-size: 15px auto;
    }

    .mobile-img-title-wrapper {
        position: relative;
    }

    .logo-mobile-wrapper {
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .logo-mobile {
        display: block;
        width: 90px;
        margin: 0 auto; 
    }

    .logo {
        display: none;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background: #054a9b;
        color: #fff;
    }

    .download-app-btns a:first-of-type {
        margin-right: 20px;
    }

    h2 {
        font-weight: 400;
    }

    .landing-wrapper {
        text-align: center;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .download-app-btns a:first-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {

    .logo-mobile-wrapper {
       left: 15px;
       top: 15px;
    }

    .logo-mobile {    
       width: 70px;
        
    }

    h2 {
        font-size: 18px;
    }

    .btn {
        width: 100%;
    }

    .download-app-btns {
        margin: 20px 0 0 0;
    }

    .download-app-btns a {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

}

@media screen and (max-width: 375px) {
    .logo {
        width: 70px;
    }

    h1 {
        font-size: 32px;
    }

    .btn,
    .download-app-btns a {
        font-size: 16px;
    }
}
