@font-face {
    font-family: Gotham;
    src: url('./Assets/Fonts/GothamMedium.otf');
}

@font-face {
    font-family: GothamLight;
    src: url('./Assets/Fonts/GothamLight.otf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gotham';
}

body {
    margin: unset;
    font-family: 'Gotham';
}

p {
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
    font-family: 'GothamLight';
    letter-spacing: 2.3px;
}

h1 {
    font-size: 40px;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    white-space: nowrap;

    font-family: "Gotham";

    width: 100%;
    
    word-break: normal;
    overflow-wrap: normal;

    
    letter-spacing: -1px;
    text-align: start;
}

.trademark-symbol {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: -2px;
    right: 0px;
    line-height: 1;
    margin: 0;
    pointer-events: none; /
}

.desktop-screen {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;


    background-image: url("./Assets/Images/Background_Vertical_Template.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: -2;
}

.desktop-mobile-windows{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.desktop-phone-photo {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 587px;
    height: auto;
    /* max-height: 654px; */
    object-fit: cover;

    z-index:1;
    clip-path:polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.phone-image{
    position: absolute; 
    left: 0px; 
    right: 0px;
    /*bottom: 0px;*/
    top: 0px;
    padding-top: 60px;
    padding-left: 60px; 
    padding-right: 60px;
    width: 100%;
    /*max-height: 654px;*/

    object-fit: contain;
}

.phone-background-image{
    display: block;
    overflow: hidden;
    object-fit: cover;
}

.desktop-mobile-column{
    display: flex;
    flex-direction: column;
    gap: 30px;

    height: 900px;

    align-items: flex-start;
    justify-content: space-between;
}

.desktop-column-data{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.desktop-content {
    height: calc(100vh - 20%);
    width: calc(100% - 20%);
    min-width: 300px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
}

.top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

.top-title {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }

#mobile-bottom-content >  .top-title {
    align-items: flex-end;
    height: auto;
}


.bottom-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 80%;
    width: 100%;
    flex-grow: 1;
}

.top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}


.bottom-sub-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    flex-grow: 1;
}

.subtitle 
{
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.75);
}

#title {
}

.sub-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;  
    margin-top: 15px;
    width: 100%;
}

.top-title > .sub-wrapper {
  align-self: flex-start;
}

.qr-code {
    height: auto;
    width: auto;
}

#sub {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

#subDesktop{
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

.moto-logo {
    padding-top: 5px;
    width:226px;
}

.moto-title{
    /*max-height: 64px;*/
    object-fit: cover;
    max-width: 100%;
}

#mobile-bottom-content{
    display: flex;
}

#desktop-bottom-content{
    display: none;
}

.gradient
{
    position: absolute;
    bottom: -10vh;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, black, transparent);
    z-index: -1;
}
.gradient2
{
    position: absolute;
    top: -10vh;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, black, transparent);
    z-index: -1;
}

@media screen and (max-width: 1600px){
    
    .desktop-column-data{
        display: flex;
        flex-direction: column;
        align-items:normal;
    }

    
    .desktop-column-data > div{
        display: flex;
        flex-direction: column;
        margin-left: 0;
        /*margin-left: 10px;*/
    }

    .desktop-phone-photo {
        position: relative;
        display: flex;
        justify-content: flex-end;
        max-width: 450px;
        object-fit: cover;

        z-index:1;
        clip-path:polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    }

    .desktop-mobile-column{
        gap: 30px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .phone-image{
        left: 0;
        bottom: 0;
        top: auto;
        padding-top: 60px;
        padding-left: 60px; 
        padding-right: 0;
        /*scale: 1.3 1.3;*/
        max-height: 655px;
    
        object-fit: contain;
    }
    
    h1 {
        font-size: 27px;
    }

    .subtitle {
        font-size: 13px;
    }

    .qr-code {
        height: auto;
        width: 162px;
    }

    p {
        font-size: 24px;
    }

    .desktop-content{
        height: calc(100vh - 20%);
        width: clamp(100px, calc(100% - 40%), 300px);
    }
}

@media screen and (max-width: 1100px) {
  .sub-wrapper {
    
  }
}

@media screen and (min-width: 1100px) {
  .desktop-mobile-column {
    transform: translateX(-270px);
  }
}


@media screen and (max-width: 960px) {
    .desktop-phone-photo {
        display: none;
        visibility: hidden;
    }

    h1 {
        font-size: 27px;
    }

    .subtitle {
        font-size: 13px;
    }
  
    p{
        text-align: center;
    }

      
    .qr-code {
        height: auto;
        width: 162px;
    }
  
    .desktop-screen > div {
        align-items: center;
    }
    
  
    .desktop-column-data{
        align-items: start;
        gap: 0px;
    }
  
    .desktop-phone-photo {
        align-items: center;
        display: none;
    }
  
    .desktop-phone-photo > * {
        align-items: center;
    }
  
    .desktop-content {
        align-items: center;
    }
  
    .desktop-mobile-column{
        align-items: center;
    }

    .desktop-content{
        height: calc(100vh - 20%);
        width: clamp(100px, calc(100% - 40%), 300px);
    }
}

@media screen and (max-width: 420px) {
    .desktop-column-data > div {
        margin-left: 0;
        align-items: center;
    }
    
    h1 {
        font-size: 27px;
    }

    .desktop-phone-photo{
        display: none;
    }
}

@media screen and (min-width: 1000px) and (min-height: 720px){
    .subtitle {
        font-size: 15px;
    }

    .qr-code {
        width: 216px;
    }
    
}


@media screen and (min-width: 1100px) and (min-height: 720px){
    p {
        font-size: 17px;
    }
    
    h1 {
        font-size: 16.5px;
    }

    .subtitle {
        font-size: 15px;
    }
    
    .desktop-phone-photo {
        max-width: 400px;
    }
    
    .phone-image{
        padding-top: 42px;
        padding-left: 42px; 
        padding-right: 42px;
    }
    
    .phone-background-image{
        width: 423px;
    }
    
    .desktop-mobile-column{
        gap: 0px;
        justify-content: flex-end;
        width: unset;
        margin-right: 0vw;
        height: 450px;
        flex-grow: unset;
    }
    
    .desktop-column-data{
        width: auto;
        gap: 45px;
        max-width: 369px;
    }
    
    .qr-code {
        height: 160px; 
        width: auto;
    }

    .bottom-sub-qrcode{
        align-items: center;
        gap: 13px;
    }
    
    #sub {
        width: 255px;
    }
    
    .moto-logo {
        padding-top: 3.5px;
        width: 177px;
    }

    .moto-title {
        max-height: 47px;
    }
    
    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    #mobile-bottom-content{
        display: none;
    }

    #desktop-bottom-content{
        display: flex;
    }

    .desktop-content {
        justify-content: flex-start;
        width: 30%;
        /* margin-left: 50vw;  */
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: 20vh;
        /*padding-left: 2.1vw; */
        padding-bottom: 5.2%; 
    }

    .top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

    .top-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }

    .gradient {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -10vw;
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, black, transparent);
        z-index: -1;
    }

    .gradient2 {
        display: none;
        z-index: -1;
    }

    .desktop-screen {
        background-image: url("./Assets/Images/Background_Horizontal_Template.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
}

@media screen and (min-width: 1280px) and (min-height: 720px){
    p {
        font-size: 21px;
    }


    h1 {
    font-size: 17.5px;
    }

    .subtitle {
        font-size: 19px; 
    }
    
    .desktop-phone-photo {
        max-width: 545px;
    }
    
    .phone-image{
        padding-top: 54px;
        padding-left: 54px; 
        padding-right: 54px;
    }
    
    .phone-background-image{
        width: 545px;
    }
    
    .desktop-column-data{
        width: 188px;
        gap: 58px; 
        max-width: 476px; 
    }
    
    .qr-code {
        height: 188px; 
        width: auto;
    }

    .bottom-sub-qrcode{
        align-items: center;
        gap: 17px; 
    }
    
    #sub {
        width: 329px;
    }
    
    .moto-logo {
        padding-top: 4.5px; 
        width: 228px;
    }

    .moto-title {
        max-height: 60px;
    }
    
    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    #mobile-bottom-content{
        display: none;
    }

    #desktop-bottom-content{
        display: flex;
    }

    .desktop-content{
        justify-content: flex-start;
        width: 30%;
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: unset;
        /*padding-left: 2.7vw; */
        align-items: center;
        padding-bottom: 3%;
    }

.top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

.top-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }


    .gradient {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -10vw;
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, black, transparent);
        z-index: -1;
    }

    .gradient2 {
        display: none;
        z-index: -1;
    }

    .desktop-screen {
        background-image: url("./Assets/Images/Background_Horizontal_Template.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
}

@media screen and (min-width: 1920px) and (min-height: 1080px){
    p {
        font-size: 32px;
    }
    
    h1 {
        font-size: 30px;
    }

    .subtitle {
        font-size: 29px;
    }
    
    .desktop-phone-photo {
        max-width: 813.33px;
    }
    
    .phone-image{
        padding-top: 80px;
        padding-left: 80px; 
        padding-right: 80px;
    }
    
    .phone-background-image{
        width: 813.33px;
    }
    
    .desktop-content {
        justify-content: flex-start;
        width: 50%;
        /* margin-left: 50vw;  */
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: 20vh;
    }
    
    .desktop-column-data{
        width: 1061.33px;
        gap: 85px;
        max-width: 710px;
    }
    
    .qr-code {
        height: 280px;
    }

    .bottom-sub-qrcode{
        align-items: center;
        gap: 25px;
    }
    
    #sub {
        width: 490.67px;
    }
    
    .moto-logo {
        padding-top: 6.67px;
        width: 340.27px;
    }

    .moto-title {
        max-height: 90px;
    }
    
    .bottom-content{
        flex-grow: unset;
    }

    #mobile-bottom-content{
        display: none;
    }

    #desktop-bottom-content{
        display: flex;
    }

    .desktop-content{
        justify-content: flex-start;
        width: 50%;
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: unset;
        /*padding-left: 4vw;*/
        align-items: center;
        padding-bottom: 10%;
    }

.top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

.top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }


    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    .gradient {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -10vw;
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, black, transparent);
        z-index: -1;
    }

    .gradient2 {
        display: none;
        z-index: -1;
    }

    .desktop-screen {
        background-image: url("./Assets/Images/Background_Horizontal_Template.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .sub-wrapper {
        margin-top: 30px;
    }
    
}

@media screen and (min-width: 2560px) and (min-height: 1080px){
    p {
        font-size: 42px;
    }
    
    h1 {
        font-size: 40px; 
    }

    .subtitle {
        font-size: 39px; 
    }
    
    .desktop-phone-photo {
        max-width: 1082px;
    }
    
    .phone-image{
        padding-top: 106px; 
        padding-left: 106px;
        padding-right: 106px;
    }
    
    .phone-background-image{
        width: 1082px;
    }
    
    .desktop-mobile-column{
        gap: 0px;
        justify-content: flex-end;
        width: 50%;
        margin-right: 0vw;
    }
    
    .desktop-column-data{
        width: 1411px; 
        gap: 114px;
        max-width: 944px; 
    }
    
    .qr-code {
        height: 374px;
    }

    .bottom-sub-qrcode{
        align-items: center;
        gap: 33px; 
    }
    
    #sub {
        width: 652px;
    }
    
    .moto-logo {
        padding-top: 8.9px;
        width: 452px;
    }
    
    .moto-title{
        max-height: 120px;
    }
    
    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    #mobile-bottom-content{
        display: none;
    }

    #desktop-bottom-content{
        display: flex;
    }

    .desktop-content{
        justify-content: flex-start;
        width: 50%;
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: unset;
        /*padding-left: 5.3vw;*/
        align-items: center;
        padding-bottom: 13.3%;
    }

.top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

.top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }


    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    
    .gradient {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -10vw;
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, black, transparent);
        z-index: -1;
    }

    .gradient2 {
        display: none;
        z-index: -1;
    }

    .desktop-screen {
        background-image: url("./Assets/Images/Background_Horizontal_Template.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .sub-wrapper {
        margin-top: 45px;
    }
    
}

@media screen and (min-width: 3840px) and (min-height: 2160px){
    p {
        font-size: 64px;
    }
    
    h1 {
        font-size: 58.5px;
    }
    
    .subtitle {
        font-size: 58px;
    }
    
    .desktop-phone-photo {
        max-width: 1627px;
    }
    
    .phone-image{
        padding-top: 160px; 
        padding-left: 160px;
        padding-right: 160px;
    }
    
    .phone-background-image{
        width: 1627px;
        height: auto;
    }
    
    .desktop-mobile-column{
        gap: 0px;
        width: 50%;
        align-items: flex-start;
        margin-right: 0vw;
        height: auto;
        justify-content: flex-end;
    }

    .desktop-content {
        width: 64%;
        /* margin-left: 50vw;  */
        height: auto;
        max-width: unset;
        align-items: unset;
        margin-top: unset;
        justify-content: flex-start;
        /*padding-left: 8vw;*/
        align-items: center;
        padding-bottom: 2%;
    }
    
    .desktop-column-data{
        width: 2123px;
        gap: 200px;
        max-width: 1420px;
    }

    .qr-code {
        height: 562px;
        width: auto;
    }
    
    .bottom-sub-qrcode{
        align-items: center;
        gap: 50px;
    }
    
    #sub {
        width: 981px;
    }
    
    .moto-logo {
        padding-top: 13.3px;
        width: 680px;
    }
    
    .moto-title{
        max-height: 180px;
    }

    .bottom-content{
        flex-grow: unset;
        height: auto;
    }

    #mobile-bottom-content{
        display: none;
    }

    #desktop-bottom-content{
        display: flex;
    }

.top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-left: 0;
    text-align: center;
    }

.top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    gap: 4px;
    }


    .gradient {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -10vw;
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, black, transparent);
        z-index: -1;
    }

    .gradient2 {
        display: none;
        z-index: -1;
    }

    .desktop-screen {
        background-image: url("./Assets/Images/Background_Horizontal_Template.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .sub-wrapper {
        margin-top: 50px;
    }
    
}
