@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    padding: 0;
    margin: 0;
    background-color: #080a0f;


    /*height: calc(100vh - calc(100vh - 100%));*/
    /*overflow-x: hidden;*/

    height: 100%;
    /*min-height: calc(100vw * 1.4);*/

    display: flex;
    flex-direction: column;
}

body {
    background-color: #080a0f;
    background: url('/asset/img/bg-mobile.webp');
    background-position: center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;

    font-family: 'Inter', sans-serif;
    color: #fff;
    font-size: .75rem;
    flex-grow: 1;
}

#root {
    z-index: 2; position: relative;
}

#phone {
    display: none;
}

a {
    color: #fff;
}

a:hover {
    color: #ff7020;
}

.form-label {
    margin-bottom: .3rem;
}

.modal-dialog {
    color: #000;
    font-size: .85rem;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.filter-shadow {
    filter: drop-shadow(0px 0px 5px #000);
}

.resize {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    min-width: 0;
}

.clr-1 {
    color: #ff7020;
}

.fnt-big-1 {
    font-size: 2rem;
}

.fnt-big-2 {
    font-size: 1rem;
}

.fnt-big-3 {
    font-size: 1rem;
    line-height: 1rem;
}

.fnt-small {
    font-size: .75rem;
}


.mix-scr {
    mix-blend-mode: screen;
}

.row-height-0 {
    min-height: 0;
}

.cd-box {
    background-color: #fff;
    width: 60px;
    height: 100px;
    border-radius: 10px;
    border: 3px solid #ff7020;
}

.cd-sep {
    color: #fff;
    font-size: 1rem;
    padding: 6px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: -20px;
}

.cd-no {
    color: #000;
    font-size: 2rem;
    font-weight: 900;
}

.cd-title {
    background: rgb(253,111,32);
    background: linear-gradient(81deg, rgba(253,111,32,1) 0%, rgba(174,75,8,1) 100%);
    font-weight: bold;
    font-size: .75rem;
}

.btn-theme {
    background-color: #ff7020;
    color: #fff;
    border-color: #fa7a33;
}

.btn-theme:hover {
    background-color: #c74900;
    color: #fff !important;
    border-color: #fa7a33;
}

.checkbox-xl {
    /*padding-bottom: 15px;*/
    display: flex !important;
    align-items: center;
}

.checkbox-xl input {
    top: 1.2rem;
    width: 1.85rem;
    min-width: 1.85rem;
    height: 1.85rem;
    margin-top: 0;
}

.checkbox-xl input:checked {
    background-color: #ff7020 !important;
    border-color: #ff7020 !important;
}

.checkbox-xl label {
    padding-left: 10px;
    line-height: 1.5rem;
}

.form-control {
    padding: .35rem .75rem;
    font-size: .75rem;
    line-height: 1.5;
}

#cell-cta-main {
    flex: 9;
}

    #cell-cta-content {
        flex-grow: 3;
    }

    #cell-cta-countdown {
        flex-grow: 3;
    }

#cell-cta-cta {
    flex: 1;
    min-height: 60px;
}

#col-form-1 {
    flex: 1.5;
}

#col-form-2 {
    flex: 1;
}

#btn-cta {
    /*min-height: 60px;*/
}

#cell-video-1 {
    /*flex: 1;*/
}

#cell-video-1 > div {
    width: 95vw;
}

#cell-video-2 {
    flex: 1;
    display: none;
    min-height: 235px;
}

.survey #cell-video-2,
.contest #cell-video-2
{
    display: flex;
}

#contest-box {
    background: rgb(199, 73, 0);
    background: linear-gradient(90deg, rgba(255,112,32,.7) 0%, rgba(140,58,0,.7) 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 4px rgba(255,255,255,0.2);
    font-weight: bold;

}

.contest-choice {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #e76319;
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    font-size:1rem;
    border: 0;
    color: #fff;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.contest-choice:hover {
    /*background-color: #999;*/
}

.contest-choice-sel {
    background-color: #ffaf00 !important;
}

.contest-choice-c {
    background-color: #32c600 !important;
}

#contest-cd {
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    background-color: #fff;
    color: #000;
    position: absolute;

    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    top: -20px;
    right: 20px;
    font-size: 1rem;
}

#q-body {
    font-size:1rem;
}

.video-border {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}

#btn-survey-holder {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#btn-survey {
    cursor: pointer;
    background-color: #e76319;
    border-radius: 20px;

    padding: 10px 30px;
    text-align: center;
    font-size: 1.25rem;
    border: 0;
    color: #fff;
    display: block;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.5);
}

#survey-box {
    font-size: .85rem;
    background: rgb(255,112,32);
    background: linear-gradient(90deg, rgba(255,112,32,.7) 0%, rgba(140,58,0,.7) 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 4px rgba(255,255,255,0.2);
    /*font-weight: bold;*/
}

#btn-survey-close {
    background-color: #e76319;
    border-radius: 20px;
    padding: 6px;
    color: #fff !important;
    position: absolute;
    right:5px;
    top:5px;
}

#form-survey .btn {
    padding: 0.3rem 0.65rem;
}

#form-survey .body1 {
    font-size: 1rem;
}

/* lg */
@media (min-width: 992px) {
    html {
        /*min-height: 0;*/
    }

    body {
        background: url('/asset/img/bg.webp');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*min-height: 550px;*/
        font-size: 1rem;

    }

    .form-control {
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .fnt-big-1 {
        font-size: 2rem;
    }

    .fnt-big-2 {
        font-size: 1.5rem;
    }

    .fnt-big-3 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .cd-box {
        background-color: #fff;
        width: 90px;
        height: 130px;
        border-radius: 10px;
    }

    .cd-no {
        font-size: 3rem;
    }


    .cd-sep {
        color: #fff;
        font-size: 1.5rem;
        padding: 10px;
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .cd-title {
        font-size: 1.2rem;
    }

    #phone {
        display: block;
        position: absolute;
        top: 3vh;
        right: 0;
        z-index: 1;
        overflow: hidden;
    }

    #phone img {
        height: 60vh;
        min-height: 250px;
        margin-right: -3vw;
    }

    #cell-cta-main {
        flex: 8;
    }

    #cell-cta-content {
        flex:1;
    }

    #cell-cta-countdown {
        flex:1;
        margin-bottom: 8vh;
    }

    #cell-register-countdown {
        margin-bottom: 5px;
    }

    #cell-cta-cta {
        flex: 1.3;
        min-height: 50px;
        max-height: 75px;
        margin: 15px 0;
    }

    #col-form-1 {
        flex: 1;
    }

    #col-form-2 {
        flex: 1;
    }

    #col-countdown {

    }

    #btn-cta {
        /*
        min-height: 50px;
        max-height: 75px;
        margin: 15px 0;
        */
    }

    .survey #cell-video-1 > div,
    .contest #cell-video-1 > div
    {
        width: 70vw;
    }

}

/* xl */
@media (min-width: 1200px) {
    #contest-cd {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        top: -28px;
        right: 20px;
        font-size: 1.25rem;
    }

    .cd-box {
        background-color: #fff;
        width: 100px;
        height: 140px;
        border-radius: 10px;
    }

    .cd-no {
        font-size: 3.5rem;
    }

    .cd-title {
        font-size: 1.5rem;
    }

    #cell-video-1 {
        flex: 3;
    }

    #cell-video-1 > div{
        width: 66%;
        max-height: 75vh;
    }

    #cell-video-2 {
        flex: 2;
    }


    .contest-choice {
        font-size:1.25rem;
    }

    #q-body {
        font-size:1.25rem;
    }

    .survey #cell-video-1 > div,
    .contest #cell-video-1 > div
    {
        width: 100%;
    }

    #survey-box {
        font-size: 1rem;
    }
}

/* xxl */
@media (min-width: 1400px) {
    .cd-box {
        background-color: #fff;
        width: 130px;
        height: 140px;
        border-radius: 10px;
    }

    .cd-no {
        font-size: 4rem;
    }

    .cd-title {
        font-size: 1.5rem;
    }
}


@media (max-height: 700px) and (min-width: 1000px) {

    #phone img {
        height: 60vh;
    }

    #cell-cta-countdown {
        margin-bottom: 5px;
    }

    .cd-box {
        background-color: #fff;
        width: 90px;
        height: 120px;
        border-radius: 10px;
        border: 3px solid #ff7020;
    }

    .cd-no {
        color: #000;
        font-size: 3rem;
        font-weight: 900;
    }

    .cd-title {
        font-size: 1rem;
    }
}

