:root {
    --dark-blue: #002a4b;
    --darkest-blue: #012542;
    --main-blue: #003050;
    --light-blue: #387286;
    --medium-blue: #004c6e;
    --orange: #f8533b;
    --grey: #808080;
    --font-regular: "Century Gothic";
    --font-bold: "Century Gothic bold";
    --main-txt-color: #fff
}

* {
    box-sizing: border-box;
    max-width: 100%;
}

html,
body {
    width: 100%;
    /* height: 100%; */
    overflow-x: hidden;
    height: 100%;
    background-color: var(--main-blue);
}

body {
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    font-family: var(--font-bold);
    color: var(--main-txt-color);
}

.header {
    position: relative;
    height: 12%;
}

.landing-page {
    height: 80%;
    display: flex;

}

.landing-page__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

.btns-wrapper,
.btn-submit,
.thank-you,
.last-questions-page,
.first-questions-page,
.table-page,
.btn-previous {
    display: none;
}

sup {
    font-size: 60%;
}

.event-text-wrapper {
    font-family: var(--font-bold);
}

.event-title {
    color: var(--orange);
    text-transform: uppercase;
    font-size: 3rem;
    margin: 0;
    background-image: linear-gradient(to right, #fe5940, #be1c0a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-info {
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.event-info.first-txt {
    font-size: 2.5rem;
}

.event-info.second-txt {
    font-size: 2rem;
}

.event-time {
    font-family: var(--font-regular);
    text-transform: uppercase;
    font-size: 2.1rem;
    line-height: 1;
}

.event-location {
    font-family: var(--font-regular);
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
}

.extra-text-wrapper h3 {
    font-size: 1.5rem;
}

.eye-image-wrapper {
    width: 36rem;
    margin-left: auto;
    align-self: baseline;
    max-width: 50%;
    margin-top: -3rem;
}

.userName-label {
    text-transform: uppercase;
}

.user-form {
    text-align: center;
    width: 20rem;
    margin: auto;
}

.footer-landing {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 25%;
    width: 15rem;
}

/* main question pages */
.first-questions-page .eye-image-wrapper,
.last-questions-page .eye-image-wrapper {
    margin-top: -3rem;
}

.answers textarea.form-control {
    background-color: var(--darkest-blue);
    color: #fff;
    font-family: var(--font-regular);
    border-color: transparent;
}

.answers textarea.form-control::placeholder {
    color: #d5d4d4;
    opacity: 1;
    font-family: var(--font-regular);
}

.answers textarea.form-control:-ms-input-placeholder {
    color: #d5d4d4;
    font-family: var(--font-regular);

}

.answers textarea.form-control::-ms-input-placeholder {
    color: #d5d4d4;
    font-family: var(--font-regular);

}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(137 209 211 / 25%)
}

.sub-question1 {
    display: none;
}

.primary-btn {
    text-transform: uppercase;
    color: #fff;
    background-color: var(--medium-blue);
    border-radius: 50px;
    width: 11rem;
}

.primary-btn:hover {
    color: #fff;
}

.btn-previous {
    text-transform: uppercase;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
    background-color: #fff;
    border-radius: 50px;
    width: 11rem;
}

.table-page .extra-info {
    max-width: 32rem;
    text-align: center;
}

/* last page  */
.last-questions-page__header {
    max-width: 32rem;
}

.main-answers-wrapper {
    position: relative;
}

.answer-1-2 {
    position: absolute;
    top: 12%;
    left: 40%;
    width: 29.5%;
    height: 43%;
}

.answer-1-1 {
    position: absolute;
    top: 12%;
    left: 10%;
    width: 29.5%;
    height: 43%;
}

.answer-1-3 {
    position: absolute;
    top: 12%;
    left: 70%;
    width: 29.5%;
    height: 43%;
}

.answer-2-1 {
    position: absolute;
    top: 56%;
    left: 10%;
    width: 29.5%;
    height: 43%;
}

.answer-2-2 {
    position: absolute;
    top: 56%;
    left: 40%;
    width: 29.5%;
    height: 43%;
}

.answer-2-3 {
    position: absolute;
    top: 56%;
    left: 70%;
    width: 29.5%;
    height: 43%;
}

.table-img-wrapper {
    width: 54rem;
    max-width: 77vw;
}





.footer-txt {
    color: #fff;
    font-size: 0.8rem;
}

.footer-txt p {
    margin: 0;
    line-height: 1.2;
}

.footer-txt ol {
    padding: 0 0.8rem;
    margin: 0;
}

.logo-wrapper {
    width: 9rem;
}

.header-txt-wrapper {
    width: 40rem;
    max-width: 63vw;
    padding-bottom: 0.5rem;
}

.header .logo {
    max-width: 7rem;
}

.top-triangle-wrapper {
    width: 7rem;
}

.top-triangle {
    width: 100%;
}


.form-control {
    border-radius: 50px;
}


.min-w-30 {
    min-width: 30%;
}

.btn-g-primary {
    background-color: var(--medium-blue);
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-family: var(--font-bold);
    border-radius: 50px;
}

.btn-g-primary:hover {
    color: #fff;
}


.free-text {
    border-radius: 0.5rem;
    resize: none;
    height: 100%;
}

/* thank you  */
.thank-you {
    display: none;
}

.thank-you .thank-you__icon-wrapper img {
    width: 5rem;
}

.thank-you__eye-wrapper {
    width: 33rem;
    margin: -10rem auto 0.1rem;
}

.thank-you .main-text {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    font-family: var(--font-bold);
    margin: 0;
}

.thank-you .multiple-text {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-family: var(--font-bold);
    margin: 0;
}

/*rotateMessage*/
.rotateMessage {
    text-align: center;
    display: none;
    position: absolute;
    font-family: var(--font-regular);
    width: 100vw;
    height: 100vh;
    background-color: #000000e3;
    margin: 0 auto;
    z-index: 20;
}

.rotateMessage-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotateMessage-content {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.rotateMessage-text {
    text-align: center;
    color: black;
    font-family: "Co Text";
    font-size: 27px;
    line-height: 29px;
}

@media only screen and (max-width: 1500px) and (orientation: portrait) {


    .rotateMessage {
        display: block;
    }

    .rotateMessage-text {
        text-align: center;
        color: var(--dark-blue);
        font-size: 4vh;
        line-height: 1;
    }
}

@media (max-width: 1025px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 1025px)and (orientation: portrait) {

    .landing-page__text {
        flex-direction: column-reverse;
    }

    html {
        font-size: 17px !important;
    }

    .eye-image-wrapper {
        margin: -3rem auto 3rem;
    }

    .table-img-wrapper {
        max-width: 80vw;
        width: 70rem;
    }
}

@media (max-width: 1000px)and (orientation: landscape) {
    html {
        font-size: 10px;
    }

    .table-img-wrapper {
        max-width: 55vw;
    }

    .header-txt-wrapper {
        max-width: 35vw;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 767px)and (orientation: portrait) {


    .landing-page__text,
    .first-questions__wrapper,
    .last-questions__wrapper {
        flex-direction: column-reverse;
    }

    html {
        font-size: 12px !important;
    }

    .eye-image-wrapper {
        margin: -3rem auto 3rem;
        max-width: 70%;
    }

    .event-text-wrapper {
        padding: 0 1rem;
    }

    .table-img-wrapper {
        max-width: 92vw;
    }

    .thank-you__eye-wrapper {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 7px;
    }
}

/* loader section*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    /* display: none; */
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-blue);
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--main-blue);
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
    display: none;
}