@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'cerapro-regular';
    src: url('../fonts/cerapro-regular-webfont.woff2') format('woff2'),
    url('../fonts/cerapro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: 'cerapro-regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: rgb(180,211,199);
    background: linear-gradient(7deg, rgba(180,211,199,1) 15%, rgba(90,184,204,1) 85%);
    overflow: hidden;
    height: 100vh;
    font-size: 2.5vw;
}

.logo {
    z-index: 100;
    background-image: url(../images/brand-lego.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15vw;
    height: 15vw;
    position: fixed;
    left: 10px;
    top: 10px;

}
.apiecosystem
{
    z-index: 90;
    background-image: url(../images/api-ecosystem.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100vw;
    height: 15vw;
    position: fixed;
    right: 0;
    top: 10px;
}

.page {
    z-index: 50;
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 20vw;
    text-align: center;
}

.subpages {
    display: flex;
    overflow: hidden;
    max-width: 100vw;
}
.subpage {
    min-width: 100vw;
    padding: 50px;
    text-align: center;
}



main {
    flex: 1;
}

h2 {
    text-align: center;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
}
h3 {
    color: #ffffff;
    font-size: 40px;
}

button {
    padding: 3vw;
    border: none;
    border-radius: 20px;
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 2vw;
    width: 60vw;
    background-color: #ffcf00;
    border-bottom: 5px solid #d1ab05;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    color: #000000;
}
button.alt{
    background-color: #ffffff7a;
    border-bottom: 5px solid #7a7a7a6b;
}

input, textarea{
    padding: 26px;
    background-color: #ffffff7a;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
    min-width: 80vw;
    border-bottom: 5px solid #7a7a7a6b;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    text-align: center;
    resize: none;
}


#btnGoToQuizPage {
    margin-top: 100px;
}

.cars{
    background-image: url(../images/cars2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 50vw;
    position: absolute;
    bottom: -28px;
    width: 100vw;
    z-index: -1;
}

.answer {
    display: inline-block;
    padding: 26px;
    background-color: #ffcf00;
    border: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 40vw;
    border-bottom: 5px solid #d1ab05;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    vertical-align: top;
    cursor: pointer;
}
.answer.left{
    border-radius: 20px 0 0 20px;    
}
.answer.right{
    border-radius: 0 20px 20px 0;
}

.answer.disabled {
    background-color:#ff0000;
    opacity: .5;
    pointer-events: none;
    border-bottom: 5px solid #0000007a;
    color: #ffffff;
}

.points {
    display: none;
}
.pointsNumber{
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;;
}

.points .bar {
    position: relative;
    padding: 20px;
    border: 1px solid #d1ab05;
    border-bottom: 3px solid #d1ab05;
    width: 80vw;
    margin: 10px auto;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.points .bar .progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #ffcf00;
}
.points .bar .number {
    position: relative;
    z-index: 100;
}


.subpage p{
    background-color: rgba(255, 255, 255, 0.24);
    padding: 20px;
    font-size: 30px;
    border-radius: 20px;
    margin: 20px;
}


.emailDisclaimer {
    margin-bottom: 20px;;
}




.cloud1 {

    width: 100vw;
    height: 400px;
    position: absolute;
    top: 150px;
    left: 0;
    animation: moveCloud 20s linear infinite;
    background-image: url(../images/cloud1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 110vw;
    opacity: .3;
}
.cloud2 {

    width: 100vw;
    height: 300px;
    position: absolute;
    top: 75px;
    left: 0;
    animation: moveCloud 30s linear infinite;
    background-image: url(../images/cloud1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100vw;
    opacity: .3;
}

@keyframes moveCloud {
    to {
        background-position-x: -300px;
    }
}


.ground {
    position: fixed;
    top: 10vw;
    left: -214vw;
    width: 419vw;
    height: 545vw;
    background: radial-gradient(circle, rgba(206,247,184,1) 40%, rgba(91,204,112,1) 63%, rgba(91,204,112,0) 63%);
}


.frontTitle {
    color: #ffffff;
    font-size: 5.4vw;
    padding: 50px;
    transform: rotate(-5deg);
    margin-bottom: -10vw;
    line-height: 100%;
}
.frontTitle i {
    font-size: 2.7vw;
}


.hand {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    background-color: #ffffff7a;
    border-bottom: 5px solid #7a7a7a6b;
    background-size: 60px;
}

.hand.selected{
    background-color: #ffcf00;
    border-bottom: 5px solid #d1ab05;
}

.left.hand {
    background-image: url(../images/Up.svg);
}
.right.hand {
    background-image: url(../images/Down.svg);
}

.txtSurveyComment {
    height: 200px;
}


