@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

@font-face {
    font-family: GTF;
    src: url(fonts/GTFGoodSansTRIAL-Light.otf);
}

* {
    box-sizing: border-box;
}

html,
body {
    font-size: 0.833vw;
}

body {
    margin: 0;
}

@media only screen and (min-width: 1025px) {
    .background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        background-image: url('img/background.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;

        z-index: -2;
    }

    .gradient {
        background: linear-gradient(0deg, rgba(61,61,61,1) 0%, rgba(255,255,255,0) 100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }

    .left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        padding-top: 9.38rem;
        padding-left: 3.5rem;
    }

    .logo img {
        margin-left: 1.5rem;
        width: 11.2rem;
    }

    .title {
        width: 32.25rem;
        height: auto;
    }

    .title p {
        color: white;
        font-family: 'GTF';
        font-weight: 400;
        font-size: 3.44rem;
        line-height: 3.44rem;
        letter-spacing: -0.25rem;
    }

    .subtext-1 {
        width: 43.44rem;
        height: 7.5rem;
    }

    .subtext-1 p {
        color: white;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.19rem;
        letter-spacing: -3%;
    }

    .subtext-2 {
        width: 45.25rem;
        height: 7.5rem;
    }

    .subtext-2 p {
        color: white;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 1.44rem;
        line-height: 1.88rem;
        letter-spacing: -3%;
    }

    .right {
        position: fixed;
        background-color: #FFFFFFD9;
        width: 51.12rem;
        height: 100vh;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 3.5rem;
        padding-top: 5rem;
    }

    .text1 {
        width: 33.75rem;
    }

    .text1 p {
        color: #6A6A6A;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .text2 {
        width: 41.62rem;
    }

    .text2 p {
        color: #6A6A6A;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 400;
        font-size: 1.88rem;
        line-height: 1.88rem;
    }

    .text2 .info {
        font-weight: 500;
    }
}

@media only screen and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px) {

    html {
        font-size: 4.103vw;
    }

    html,
    body {
        height: 100%;
        overflow-y: auto;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;

        background-image: url('img/background.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;

        z-index: -1;
    }

    .gradient {
        background: linear-gradient(0deg, rgba(61,61,61,1) 0%, rgba(255,255,255,0) 100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }

    .left {
        height: 45rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.25rem;
        padding-left: 1.38rem;
    }

    .logo img {
        margin-left: 1.5rem;
        width: 11.2rem;
    }

    .title {
        width: 14.69rem;
    }

    .title p {
        color: white;
        font-family: 'GTF';
        font-weight: 400;
        font-size: 1.56rem;
        line-height: 1.56rem;
        letter-spacing: -8%;
    }

    .subtext-1 {
        width: 20.69rem;
    }

    .subtext-1 p {
        color: white;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.12rem;
        letter-spacing: -3%;
    }

    .subtext-2 {
        width: 22.19rem;
    }

    .subtext-2 p {
        color: white;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 0.88rem;
        line-height: 1rem;
        letter-spacing: -3%;
    }

    .right {
        background-color: #fffffff6;
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.25rem;
    }

    .text1 {
        width: 20.69rem;
    }

    .text1 p {
        color: #6A6A6A;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-size: 1.12rem;
    }

    .text2 {
        width: 22rem;
    }

    .text2 p {
        color: #6A6A6A;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .br {
        display: block;
    }

    
}