@font-face {
    font-family: GothamLight;
    src: url('./Assets/Fonts/Gotham-Light.otf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'GothamLight';
}

body {
    margin: unset;
    font-family: 'GothamLight';
}

p {
    font-size: 24px;
    font-weight: 100;
    color: #ffffffa1;
}

h1 {
    font-size: 48px;
    font-weight: 100;
    color: #ffffffd0;
}

.desktop-screen {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(241deg, #001C30 0%, #001C30 7%, #011D33 42%, #002035 68%, #000040 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.desktop-screen>div {
    position: absolute;
    height: 100vh;
}

.desktop-phone-photo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50vw;
    height: 100%;
}

.desktop-phone-photo>img {
    height: 90%;
}

.desktop-content {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0rem;
    width: 50%;
}

.desktop-content>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 67%;
    padding-right: 100px;
}

#title {
    width: 700px;
    padding-top: 33px;
}

.sub-wrapper {
    display: flex;
    align-items: center;
}

.qr-code {
    width: 180px;
}

#sub {
    width: 340px;
    margin-left: 47px;
}

.moto-logo {
    padding-top: 5px;
}

.moto-title{
    width: 420px;
}

 

@media screen and (max-height: 960px) {
    .moto-title {
        width: 380px;
    }
    #title {
        padding-top: 40px;
        font-size: 42px;
        width: 600px;
    }
    .sub-wrapper {
        padding-top: 15px;
    }
    .qr-code {
        width: 160px;
    }
    #sub {
        width: 300px;
        font-size: 22px;
    }
    .moto-logo{
        width: 310px;
        padding-top: 15px;
    }
}

@media screen and (max-height: 900px) {
    .moto-title {
        width: 340px;
    }
    #title {
        padding-top: 20px;
        font-size: 38px;
        width: 700px;
    }
    .sub-wrapper {
        padding-top: 0px;
    }
    .qr-code{
        width: 150px;
    }
    #sub {
        font-size: 19px;
        width: 260px;
        margin-left: 40px;
    }
    .moto-logo{
        width: 285px;
        padding-top: 0px;
    }
}

@media screen and (max-height: 864px) {
    .moto-title {
        width: 330px;
    }
    #title {
        padding-top: 22px;
        font-size: 38px;
        width: 700px;
    }
    .sub-wrapper {
        padding-top: 12px;
    }
    .qr-code{
        width: 150px;
    }
    #sub {
        font-size: 20px;
        width: 280px;
        margin-left: 40px;
    }
    .moto-logo {
        width: 280px;
        padding-top: 15px;
    }
}

@media screen and (max-height: 768px){
    .moto-title {
        width: 280px;
    }
    #title {
        padding-top: 35px;
        font-size: 34px;
        width: 500px;
    }
    .sub-wrapper {
        padding-top: 12px;
    }
    .qr-code {
        width: 130px;
    }
    #sub{
        font-size: 18px;
        width: 240px;
        margin-left: 35px;
    }
    .moto-logo{
        width: 260px;
        padding-top: 15px;
    }

    .desktop-content{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        right: 0rem;
    }
}

@media screen and (max-width: 1280px){
    .moto-title {
        width: 300px;
    }
    #title {
        font-size: 30px;
        width: 420px;
    }
    .qr-code {
        width: 110px;
    }
    #sub {
        font-size: 16px;
        width: 220px;
    }
    .moto-logo {
        width: 250px;
    }
}

@media screen and (max-width: 768px) and (min-height: 768px) {

    .desktop-content{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.521);
        right: 0;

    }
    .desktop-content>div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .desktop-phone-photo{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desktop-screen>div{
        width: 100%;
    }

    .desktop-screen>div>img{
       position: relative;
       height: 50%;
    }
    
    .sub-wrapper{
        position: absolute;
        flex-direction: column;
        align-items: center;
        bottom: 25%;
        width: 30%;
    }

    .qr-code{
        width: 150px;
    }

    .moto-logo{
        position: absolute;
        width: 100px;
        height: auto;
        bottom: 40px;
       
    }

    .moto-title{
        position: absolute;
        width: 50%;
        top: 20%;
    }

    #title{
        position: absolute;
        text-align: center;
        width: 70%;
        font-size: 1rem;
        top: 35%;
        color: #ffffff;
    }

    #sub{
        margin-top: 15px;
        margin-left: 0px ;
        font-size: 1rem;
        text-align: center;
        width: 320px;
        color: #ffffff;
    }
} 

@media screen and (max-width: 768px) and (max-height: 768px) {

    .desktop-content{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.521);
        right: 0;
    }
    .desktop-content>div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .desktop-phone-photo{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desktop-screen>div{
        width: 100%;
    }

    .desktop-screen>div>img{
       position: relative;
       height: 50%;
    }
    
    .sub-wrapper{
        position: absolute;
        flex-direction: column;
        align-items: center;
        bottom: 28%;
        width: 30%;
    }

    .qr-code{
        width: 130px;
    }

    .moto-logo{
        position: absolute;
        width: 100px;
        height: auto;
        bottom: 40px;
       
    }

    .moto-title{
        position: absolute;
        width: 50%;
        top: 10%;
    }

    #title{
        position: absolute;
        text-align: center;
        width: 70%;
        font-size: 1rem;
        top: 20%;
        color: #ffffff;
    }

    #sub{
        margin-top: 15px;
        margin-left: 0px ;
        font-size: .8rem;
        text-align: center;
        width: 320px;
        color: #ffffff;
    }
} 
