@font-face {
    font-family: 'VWText';
    src: url('/font/oswald.regular.ttf');
}

html,
body,
.error-page {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.home-page {
    background-image: url('./assets/background3.jpg');
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.error-page {
    background-image: url('./assets/error-bg.png');
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    position: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.469625350140056) 60%, rgba(0, 0, 0, 0.6152836134453781) 100%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.woman-container {
    height: 55%;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.text-containers {
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 90%;
}

.terms-container {
    height: 5%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    text-align: center;
    width: 100%;
    align-items: center;
}

.logo {
    background-image: url('./assets/logo.png');
    height: 16vw;
    width: 16vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3vh;
    left: 3vh;
}

.womanIcon {
    /* background-image: url('./assets/woman.png'); */
    height: 85%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 33%;
    opacity: 0;
}

.info-container {
    height: 15%;
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.btn-start {
    background-image: url('./assets/start-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45%;
    height: 55%;
}

.btn-build {
    background-image: url('./assets/build-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45%;
    height: 55%;
}

.btn-start.active {
    background-image: url('./assets/start-active.png');
}

.btn-build.active {
    background-image: url('./assets/build-active.png');
}

.terms-text {
    margin-bottom: 0px;
}

.text-title {
    font-size: 25pt;
    font-family: 'VW Text';
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
    line-height: 27pt;
}

.text-subtitle {
    font-size: 18pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.text-small {
    font-size: 11pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.terms-text {
    font-size: 8.5pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
}

.arrow-open {
    background-image: url('./assets/arrow.png');
    height: 4%;
    width: 6%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10vw;
    bottom: 8px;
    transform: scaleY(-1);
}

#terms-container {
    background: black;
    width: 100%;
    position: absolute;
    bottom: -100%;
    height: auto;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    opacity: .9;
}

.arrow-close {
    background-image: url('./assets/arrow.png');
    height: 8%;
    width: 7%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 4vw;
    top: 12px;
}

.terms-text-modal {
    font-size: 11pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
    color: white;
    line-height: 15pt;
}

.link-terms-modal {
    font-size: 11pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    line-height: 15pt;
    color: white;
}

.link-terms {
    display: block;
    font-size: 11pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    line-height: 15pt;
    color: #00b0f0;
}

.terms-logo {
    background-image: url('./assets/nbc-logo.png');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.share-page {
    background-image: url('./assets/background3.png');
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-container {
    background-image: url('./assets/blue-car2.png');
    height: 50vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-container .logo-container {
    height: 25%;
    width: 100%;
    display: flex;
}

.banner-container .logo {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 7vh;
    top: 3vh;
}

.banner-container .text-containers {
    color: white;
    height: 27.5%;
    margin-left: 7vh;
    margin-top: 2vh;
}

.banner-container .text-containers-btn {
    color: white;
    height: 27.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14pt;
    font-family: 'VW Text';
    font-weight: normal;
    font-style: normal;
}

.banner-container .footer {
    background-color: #63afef;
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.banner-container .btn-build {
    width: 55%;
    height: 57%;
    margin-top: 10px;
}

.footer .share-icon {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .share-icon-image {
    width: 30%;
}

.footer .share-icon-facebook {
    width: 13%;
}

.close-icon {
    position: absolute;
    width: 6%;
    right: 2vh;
    top: 2vh;
}

.desktop-page {
    background-image: url('./assets/blue-bg.png');
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: repeat;
    flex-direction: column;
}

.desktop-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70%;
}

.footer-container {
    display: flex;
    width: 100%;
    height: 30%;
    width: 80%;
}

.desktop-page .logo {
    position: relative;
    width: 20%;
    height: 20%;
    left: 0;
    top: 0;
    margin-bottom: 10%;
}

.desktop-page .text-containers {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.desktop-page .text-title {
    font-size: 48pt;
    font-family: 'VW Text';
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
    line-height: 48pt;
    color: white;
}

.desktop-page .text-subtitle {
    color: white;
    font-size: 30pt;
}

.desktop-page .wall-logo {
    width: 25%;
    left: -2%;
    position: relative;
    top: 10%;
}

.info-column {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.image-column {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 5%;
}

.qr-desktop {
    height: 286px;
    margin-top: 30%;
}

.car-desktop {
    height: 95%;
}

.text-containers-footer {
    display: flex;
    flex-direction: column;
}

.text-containers-footer .text-title {
    font-size: 24pt;
}

.text-containers-footer .text-subtitle {
    font-size: 14pt;
}

.qr-container {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.qr-container .text-subtitle {
    font-size: 20pt;
    font-weight: bold;
}

.landscape-page {
    background-image: url('./assets/blue-bg.png');
    height: 100%;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: repeat;
    flex-direction: column;
}

.landscape-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.landscape-page .logo {
    position: relative;
    width: 16vw;
    height: 16vw;
    left: 0;
    top: 0;
    margin-bottom: 2%;
}

.landscape-page .text-containers {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.landscape-page .text-title {
    font-size: 20pt;
    font-family: 'VW Text';
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
    line-height: 22pt;
    color: white;
}

.landscape-page .text-subtitle {
    color: white;
    font-size: 13pt;
}

.landscape-page .image-column {
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.landscape-page .car-desktop {
    height: 50%;
    margin: auto;
}

.text-subtitle-rotate {
    font-size: 11pt;
    font-family: 'VW Text';
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    padding: 10px 0 5px 0;
}

.text-subtitle-link {
    font-size: 14pt;
    font-family: 'VW Text';
    font-weight: bold;
    font-style: normal;
    color: #00b0f0;
}