@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sharp';
    src: url('../fonts/SharpGrotesk-Book25.otf');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: #000;
    font-family: 'Montserrat';
}

.bg {
    width: 100vw;
    height: 100vh;
}

.fullscreen img {
    width: 100vw;
}

.fullscreen img.logo_letters {
    position: absolute;
    top: 5vh;
    left: 10vw;
    width: 80vw;
}

.fullscreen img.logo_letters_bottom {
    position: absolute;
    bottom: 5vh;
    left: 10vw;
    width: 80vw;
}

.fullscreen img.logo_icon {
    position: absolute;
    top: 5vh;
    left: 40vw;
    width: 20vw;
}

.fullscreen img.logo_cooljazz {
    width: 20vw;
}

.title_wrapper,
.btn_wrapper,
.logo_wrapper {
    text-align: center;
    padding: 0 8vw;
    margin: 0 0 20px 0;
}
.btn_wrapper {
    padding: 0;
}
.title_container {
    position: absolute;
    top: 15vh;
}

.title_container_2 {
    position: absolute;
    bottom: 20vh;
}
.maintitle {
    font-size: 1.3rem;
    font-family: 'Sharp';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0px 10px;
}
.title {
    font-size: 1rem;
    font-family: 'Sharp';
}

.btn_container {
    position: fixed;
    bottom: 0vh;
    width: 60vw;
    left: 20vw;
}

.btn_main {
    text-transform: uppercase;
    background: initial;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    padding: 10px 60px;
    border-radius: 0px;
    font-size: 1.2rem;
    font-weight: bold;
    /* transform: skew(-30deg); */
}

.questionsWrapper {
    position: absolute;
    top: 25vh;
    left: 11vw;
    width: 85vw;
    text-align: center;
}

.questionsWrapper h1 {
    margin: 0;
    padding: 2vh 0;
}

.question_img {
    background-size: cover;
}

.question_title {
    margin-bottom: 6vh;
    font-size: 1.2rem;
    border-bottom: 2px solid #9a1d30;
    padding-bottom: 4vh;
}

.option {
    font-size: 1.2rem;
    margin-bottom: 1vh;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 30px;
}

.option2 {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 16px;
}

.option i,
.option2 i {
    margin-left: 10px;
}

.get_results,
.start_contest {
    position: absolute;
    bottom: 17.1vh;
    width: 400px;
    height: 80px;
    left: 31vw;
}

.start_contest {
    display: none;
}

.run_contest {
    position: absolute;
    bottom: 42vh;
    left: 24vw;
    width: 575px;
    height: 130px;
}

.giftsWrapper {
    position: absolute;
    width: 90vw;
    left: 9vw;
    top: 11vh;
}

.giftContainer {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.gift,
.prize {
    border: 7px solid transparent;
}

/* .prize {
    width: 300px;
} */

@keyframes rainbow {
    0% {
        filter: brightness(100%);
        border-color: transparent;
    }

    100% {
        filter: brightness(120%);
        border-color: rgb(127, 209, 197);
    }
}

.prizeContainer {
    text-align: center;
    position: absolute;
    top: 170px;
    width: 66vw;
    left: 17.5vw;
}

.prizeContainer h5 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 20px;
}

.prizeContainer h4 {
    font-size: 1.3rem;
}

.prize_code {
    font-weight: 600;
    margin: 20px 0;
}

.code_link i {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #eee;
}

.prize_txt {
    padding: 0 5vw;
}

.code_wrapper {
    position: absolute;
    top: 20vh;
    width: 100vw;
    text-align: center;
}

/* Custom radio btn */
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.questionsWrapper .radio .cr {
    display: none;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 13%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3);
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.form-wrapper,
.form-wrapper2 {
    position: absolute;
    top: 30vh;
    left: 10vw;
    width: 80vw;
}
.form-wrapper2 {
    top: 53vh;
}
.form-wrapper2 textarea {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
}

.form-floating input,
.form-floating input:focus {
    background: none;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: none;
}
.form-floating input::placeholder {
    color: #fff;
}
.form-floating select {
    background-color: transparent;
    color: #ccc;
}

.skewed {
    padding: 0px;
    position: relative;
    color: #FFF;
    /* background: #30aa5a; */
    border: 1px solid #fff;
}

/* .skewed:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 106%;
    top: -2px;
    left: 3px;
    z-index: 0;
    background: #30aa5a;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border: 2px solid #fff;
    border-left: none;
} */
/* .feedback_textarea {

} */
a, a:link, a:visited, a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}