﻿/* Inter font */
/* Source: https://rsms.me/inter/ */
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1;

}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}

.farpbackground {
    background-color: #161616;
    width: 100vw;
    height: 100vh;
    z-index: 1vh;
}

/* Landing Page - General */

.landing-page {
    display: flex;
    flex-direction: column;
}

/* Upper Section */
.landing-upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    height: 40vh;
}

.landing-brand {
    position: absolute;
    top: 60px;

    width: 174px;
    height: 25.17px;
}

.fa-lockup {
    width: 0px;
    height: 0px;
}

.fa-lockup-small {
    position: absolute;
    top: 120px;

    width: 304px;
    height: 154px;
}


/* Lower Section */
.landing-lower {
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.landing-header {
    position: absolute;
    top: 330px;
    
    font-family: 'Inter';
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-transform: uppercase;
}

.landing-welcome {
    position: absolute;
    top: 370px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: white;

    width: 334px !important;
    height: 51px !important;
}

/* Footer */
.landing-footer {
    overflow: hidden;
    height: 40vh;
    width: 100vw;
    position: relative;
    z-index: 50;
    display: flex;
    background-size: 120vw auto;
    background-position: right bottom;
    padding-bottom: 0;
}

.pixel-graphic {
    z-index: 50;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    transform: translateY(29.61%);
}

.login-button {
    width: 309px !important;
    height: 90px !important;
    padding: 25px 36px 25px 36px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    background: #DBDBDB;

    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0%;

    position: absolute;

    left: 50%;
    top: 59.5%;
    transform: translateX(-50%);
}

.stripe-graphic-portrait {
    position: absolute;
    width: 20%;
    left: 0;
    bottom: 0;
}

/* Hide non-Portrait Mobile Elements */

.pixel-graphic-landscape {
    z-index: 50;
    width: 0;
    height: 0;
}

.stripe-graphic-desktop {
    width: 0px;
    height: 0px;
}

.stripe-graphic-landscape {
    width: 0px;
    height: 0px;
}

.large-line-graphic-landscape {
    width: 0px;
    height: 0px;
}

.large-line-graphic-desktop {
    width: 0px;
    height: 0px;
}

.contact-support {
    width: 0px;
    height: 0px;
    color: white;
    font-family: 'Montserrat';
    font-size: 0px;
    font-weight: 700;
    text-decoration-style: solid;
}

.error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: red;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    color: #FFFFFF;
    height: auto;
    padding: 2px;
    margin: 0px;
    font-weight: 700;
}

/* Mobile Landscape */
@media (orientation: landscape) and (max-height: 500px) {

    .landing-page {
        flex-direction: row;
    }

    /* Left Half */
    .landing-upper {
        position: absolute;
        left: 0;

        height: 100vh;
        width: 50vw;

        overflow: hidden;
    }

    .landing-brand {
        width: 174px;
        height: 25.17px;

        position: absolute;
        top: 62px;
        left: 130px;
    }

    .fa-lockup-small {
        width: 317px;
        height: 154px;

        position: absolute;
        top: 115px;
        left: 65px;
    }

    /* Right Half */

    .landing-lower {
        position: absolute;
        right: 0;

        height: 100vh;
        width: 50vw;
        z-index: 1;

        overflow: hidden;
    }

    .landing-header {
        width: 198px;
        height: 24px;
        position: absolute;
        top: 64px;
    }

    .landing-welcome {
        width: 334px;
        height: 51px;

        position: absolute;
        top: 95px;
    }

    .login-button {
        z-index: 20;

        top: 175px;
        left: 40px;
        transform: none;
    }

    .landing-footer {
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        width: 50vw;

        background-image: none !important;
    }

    .stripe-graphic-portrait {
        width: 0vw;
        height: 0vh;
    }

    .stripe-graphic-landscape {
        position: absolute;
        left: 0;
        bottom: 0;

        width: auto;
        height: auto;
    }

    .pixel-graphic {
        width: 0;
        height: 0;
    }

    .large-line-graphic-landscape {
        position: absolute;
        right: -5%;
        bottom: -5%;

        height: auto;
        width: 110%;

        z-index: 1;
    }
}

/* Tablet Portrait */
@media (orientation: portrait) and (min-width: 768px) {

    .landing-brand {
        width: 261px;
        height: 37.75px;
    }

    .fa-lockup-small {
        width: 456px;
        height: 231px;

        top: 160px;
    }

    .landing-header {
        font-size: 40px;
        top: 480px;
    }

    .landing-welcome {
        font-size: 28px;
        width: 668px !important;
        height: 102px !important;
        top: 540px;
    }

   .login-button {
       width: 618px !important;
       height: 180px !important;
       font-size: 26px;
   }
}

/* Tablet Landscape/Laptop */
@media (orientation: landscape) and (min-width: 992px) and (max-width: 1919px) {
    :root {
        overflow-x: hidden;
    }

    .landing-page {
        flex-direction: column;
    }

    .landing-upper {
        height: 40vh;
        width: 100vw;
    }

    .landing-brand {
        width: 256px;

        position: absolute;
        top: 110px;
    }

    .fa-lockup {
        width: 768px;
        height: auto;

        position: absolute;
        top: 160px;
    }

    .landing-lower {
        height: 25vh;
        width: 100vw;
    }

    .landing-header {
        width: 297px;
        height: 36px;
        text-align: center;

        top: 360px;
    }

    .landing-welcome {
        width: 542px !important;

        top: 390px;

        font-size: 16px;
        z-index: 5;
    }

    .login-button {
        position: relative;
        height: 90px;
        width: 309px;
        top: 150px;
        padding: 25px 36px 25px 36px;
    }

    .contact-support {
        font-family: 'Montserrat';
        font-size: 14px;

        position: absolute;
        bottom: 10%;
        width: auto;
        height: auto;
    }

    .landing-footer {
        height: 35vh;
        width: 100vw;
        background-image: none !important;
    }

    .stripe-graphic-desktop {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25vw;
        height: auto;
    }

    .large-line-graphic-desktop {
        position: absolute;
        bottom: 0;
        right: 0;

        width: 30vw;
        height: auto;
    }

    /* Hide Mobile-Exclusive Elements */
    .large-line-graphic-landscape {
        width: 0px;
        height: 0px;
    }

    .pixel-graphic {
        width: 0px;
        height: 0px;
    }

    .fa-lockup-small {
        height: 0px;
        width: 0px;
    }

    .stripe-graphic-portrait {
        height: 0px;
        width: 0px;
    }
}

/* Desktop */
@media (orientation: landscape) and (min-width: 1920px) {

    :root {
        overflow-x: hidden;
    }

    .landing-page {
        flex-direction: column;
    }

    .landing-upper {
        height: 40vh;
        width: 100vw;
    }

    .landing-brand {
        position: absolute;
        top: 120px;
        
        height: auto;
        width: 256px;
    }

    .fa-lockup {
        position: absolute;
        top: 130px;

        width: 1120px;
        height: 271px;
    }

    .landing-lower {
        height: 25vh;
        width: 100vw;
    }

    .landing-header {
        width: 297px;
        height: 36px;

        position: absolute;
        top: 465px;
        text-align: center;

        font-size: 30px;
    }

    .landing-welcome {
        width: 600px !important;
        height: 38px !important;

        position: absolute;
        top: 505px;

        font-size: 18px;
    }

    .login-button {
        position: absolute;
        top: 600px;
    }

    .contact-support {
        position: absolute;
        bottom: 10%;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-size: 16px;
    }

    .landing-footer {
        height: 35vh;
        width: 100vw;
        background-image: none !important;
    }

    .stripe-graphic-desktop {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20vw;
        height: auto;
    }

    .large-line-graphic-desktop {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 24vw;
        height: auto;
    }

    /* Hide Mobile-Exclusive Elements */
    .large-line-graphic-landscape {
        width: 0px;
        height: 0px;
    }

    .pixel-graphic {
        width: 0px;
        height: 0px;
    }

    .fa-lockup-small {
        height: 0px;
        width: 0px;
    }

    .stripe-graphic-portrait {
        height: 0px;
        width: 0px;
    }
}