main, body{
    height: 100%;
    max-height: 100%;
}

html{
    height: 100%;
}

.landing-desktop{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    padding: 5rem 15rem 5rem;
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    .landing-desktop {
        padding: 5rem;
    }
}

@media screen and (min-width: 1700px) {
    .landing-desktop {
        padding: 5rem 25rem;
    }
}

.bg-tablet{
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    padding: 70px 30px 70px 85px;
}

@media screen and (max-width: 1024px) and (max-height: 1024px) {
    .bg-tablet{
        height: 74vh;
    }

    .content-col{
        padding-top: 0 !important;
    }

    .row-content{
        padding-top: 35px !important;
    }
}


@media screen and (max-width: 767px) {
    .bg-tablet{
        padding: 76px 42px 70px 42px;
        height: 30%;
    }
}

.container-fluid{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-fluid.tablet{
    height: 100vh;
    background-color: black;
}
@media screen and (max-width: 767px) {
    .container-fluid.tablet{
        height: unset;
    }
}

.app-logo{
    width:80px;
    height:80px;
    object-fit: cover;
}

.app-name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-left: 20px;
}

.app-title{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    margin-top: 15px;
    max-width: 470px;
}

@media screen and (max-width: 1023px) {
    .app-title{
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .app-title{
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0;
        padding: 0 10px;
    }
}

.app-descr{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    max-width: 400px;
    margin-top: 30px;
    margin-bottom: 38px;
}

@media screen and (max-width: 1023px) {
    .app-descr{
        font-size: 18px;
        margin-bottom: 72px;
    }
}

@media screen and (max-width: 767px) {
    .app-descr{
        font-weight: 500;
        font-size: 15px;
        line-height: 145%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 62px;
    }
}

.qr-code{
    width: 114px;
    height: 114px;
    object-fit: cover;
}

.border-qr{
    padding: 8px;
    background-color: white;
    border-radius: 16px;
    margin-right: 20px;
}

.qrcode-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 250px;
    margin-top: 75px;
}

.copyright{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #D9D9D9;
    margin-top: 25px;
}

@media screen and (max-width: 1023px) {
    .copyright{
        font-size: 20px;
        text-align: center;
        color: #898989;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .copyright{
       margin-top: 27px;
       margin-bottom: 25px;
        font-size: 15px;
    }
}

.mockup-app{
    width: 360px;
    height: 660px;
    object-fit: contain;
    transform: rotate(3deg);
}

@media screen and (max-width: 1023px) {
    .mockup-app {
        width: 295px;
        height: 50vh;
        object-fit: contain;
        transform: rotate(3deg);
    }

    .row-content{
        padding-top: 60px;
        z-index: 10;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px){
   .mockup-app{
       width: 65%;
       height: 65vh;
   }
}

@media screen and (max-width: 767px) {
    .mockup-app{
        transform: unset;
        margin-top: 64px;
        width: 280px;
        height: 566px;
    }
}

@media screen and (max-width: 767px) {
    .row-content{
        padding-top: 13px;
        z-index: 10;
    }
}

.footer-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 118.69%;
    text-transform: uppercase;
    color: #898989;
}

@media screen and (max-width: 1023px) {
    .footer-text{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer-text{
        font-size: 15px;
    }
}

.black-gradient{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
}

.download-app{
    width:170px;
}

.download-app.apple{
    margin-bottom: 20px;
}

.row-footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: inherit;
    padding: 50px 0 0;
}

@media screen and (max-width: 1023px) {
    .logo-sportxp{
        width:30%;
    }
}

@media screen and (max-width: 767px) {
    .logo-sportxp{
        width:40%;
        margin-bottom: 25px;
    }

    .logo-footer{
        width: 90%;
    }
}


.lottie-player{
    width: 100px;
    height: 100px;
    transform: rotate(90deg);
    margin: 0;
    position: absolute;
    top: 10px;
    left: -15px;
}
