@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&display=swap');
body
{
    font-family: "Baloo Thambi 2", sans-serif, sans-serif;
    position: relative;
    background: #fff;
    margin: 0px!important;
}
.front-index {
    background: url(../images/mizo_epres_bg01.jpg) no-repeat;
    background-position: top;
    background-size: cover; 
}
.mizo-puzzle {
    background: url(../images/mizo_epres_bg02.jpg) no-repeat;
    background-position: top;
    background-size: cover; 
}


canvas {
    width: 1000px!important;
    height: 1600px!important;
    left: 40px!important;
    top: 120px!important;
}
p,h1,h2,h3,h4,h5,h6
{
    margin-bottom: 0;
    line-height: normal;
}
.steps
{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #ffffff;
    display: grid;
    place-items: center;
    position: relative;

}

.steps-inner
{
    min-height: 300px;
    border-radius: 25px;
    background-color: rgb(243, 247, 254);
    overflow: hidden;
    z-index: 5;
    position: relative;
    margin: 50px 0;

}
.not-front .steps-inner
{
    border-radius: 0px;
}
.wrapper
{
    padding: 70px 100px;
}
.step-heading h2
{
    font-size: 60px;
    color: #064ea2;
    font-weight: bold;
    text-transform: uppercase;
}
.step-heading p
{
    font-size: 30px;
    color: #2fb1e8;
}
.step-bar .step-counter
{
    font-size: 20px;
    color: #2fb1e8;
    font-weight: bold;
    text-align: right;
    display: block;
}
.step-bar-inner
{
    border-radius: 9px;
    background-color: #dddddd;
    width: 100%;
    height: 16px;
    margin-top: 0.5rem;    
}
.step-bar-inner .step-bar-move
{
    width: 30%;
    border-radius: inherit;
    height: inherit;
    background-color: #064ea2;
    /* background-image: -moz-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);
    background-image: -webkit-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);
    background-image: -ms-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);  */
}
.form-heading
{
    font-size: 28px;
    color: #064ea2;
    font-weight: bold;
    margin-top: 1.5rem;
}
.form-inner
{
    margin-top: 1rem;
}
.form-input
{
    display: block;
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    height: 90px;
    font-size: 24px;
    color: #2fb1e8;
    font-weight: 500;
    padding: 12px;
    transition: 0.5s all ease;
}
.active-input
{
    background-color: rgb(233, 233, 233);
    transition: 0.5s all ease;
}
.active-input input
{
    margin-right: 40px !important;
    transition: 0.5s all ease;
}
.form-input input
{
    -webkit-appearance: none; 
    border: solid 2px #dddddd;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    cursor: pointer;
    margin-right: 20px;
    transition: 0.5s all ease;

}
.form-input input:checked
{
    background-color: #064ea2;
    position: relative;
}
.form-input input:checked::after
{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\f00c";
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.form-buttons
{
    text-align: center;
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;

}
.form-buttons button
{
    border-radius: 37px;
    width: 46%;
    height: 74px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s all ease;
}
.form-buttons button i
{

    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: 0.5s all ease;
}
.form-buttons .next:hover i,.apply:hover i
{
    transform: translateX(10px);
}
.form-buttons .prev:hover i
{
    transform: translateX(-10px);
}
.form-buttons .prev
{

    background-color: rgb(44, 42, 42);
}
.form-buttons .next, .apply
{

    background-color: #064ea2;

}
.timer
{
    position: absolute;
    top: 30px;
    right: -50px;
    border-radius: 46px;
    background-color: #064ea2;
    box-shadow: 0px 9px 57px 0px rgba(19, 19, 19, 0.08);
    width: 270px;
    height: 90px;
    z-index: 10000;
    padding: 10px 15px;
    display: flex;
}
.countdown
{
    border-radius: 39px;
    background-color: rgb(255, 255, 255);
    width: 90px;
    height: 100%;
    text-align: center;
    display: grid;
    place-content: center;
}
.countdown span
{
    display: block;
}
.countdown .time
{

    font-size: 28px;
    color: rgb(239, 65, 109);
    font-weight: bold;
    line-height: 1;


}
.countdown .time-ex
{
    font-size: 12px;
    color: rgb(89, 89, 89);
    font-weight: bold;
    text-transform: uppercase;  
    line-height: 1;
}
.timer-heading
{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    display: grid;
    place-items: center;
    margin-left: 20px;
    margin-right: auto;
}
/*thankyou-page*/

.thankyou-page
{
    background-color: transparent;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
.thankyou-page-inner
{
    background: rgb(243, 247, 254, 0.6);
    border-radius: 90px;
    width: 100%;
    position: relative;
    top: 12%;
    /*transform: translateY(50%);*/
    text-align: center;
}
.tick
{
    position: relative;
}
.done-tick
{
    width: 120px;
    height: 120px;
    border: solid 1px transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-left-color: rgb(239, 65, 109);
    animation: rotate-circle 0.5s linear forwards;
    animation-delay: 0.5s;
    border-radius: 50%;
    background-color: transparent;
}


.tick i
{
    font-weight: 900;
    font-size: 50px;
    color: rgb(239, 65, 109);
    position: absolute;
    animation: tick-icon 0.8s linear forwards;
    animation-delay: 0.5s;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation-delay: 0.5s;
}

.thankyou-page-inner h2
{
    font-size: 45px;
    color: rgb(239, 65, 109);
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}
.thankyou-page-inner p
{

    font-size: 24px;
    color: rgb(239, 65, 109);
    margin-top: 20px;
}

.thankyou-page-inner .wrapper
{
    padding: 80px 180px;
}
.next-prev-btn .back
{   
    border: 0;
    border-radius: 50px;
    background-color: #064ea2;
    font-size: 24px;
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    height: 67px;
    margin-top: 35px;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.next-prev-btn .back:hover
{   
    background-color: #2fb1e8;
    text-decoration: none;
}

.next-prev-btn .back-to-front
{   
    border: 0;
    border-radius: 50px;
    background-color: #2fb1e8;
    font-size: 24px;
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 67px;
    margin-top: 35px;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.next-prev-btn .back-to-front:hover
{   
    background-color: #064ea2;
}



#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px rgb(239, 65, 109) !important;
    border-bottom: solid 3px rgb(239, 65, 109) !important;

}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}
.mizo-wave-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
}
.not-front .mizo-wave-bottom {
    left: -20px;
    width: calc(100% + 20px);
}
.mizo-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 108px;
}
.logo {
    position: relative;
    float: left;
    width: 100%;
}
.mizo-bg-gradient {
    position: absolute;
    top: 0px;
    width: calc(100% + 25px);
    margin-left: -25px;
    height: 40%;
    background: rgb(255,255,255);
    background: linear-gradient(360deg, rgba(255,255,255,0) 16%, rgba(6,78,162,0.4654236694677871) 97%);
}
.mizo-c1 {
    position: absolute; 
    bottom: 40%;
    left: 0%;
    width: 500px;
    height: auto;
    transform: rotate(-15deg);
}
.mizo-c1 img {
    position: relative;
    float: left;
    width: 100%;
}
.mizo-c2 {
    position: absolute; 
    bottom: 40%;
    right: 0%;
    width: 500px;
    height: auto;
    transform: rotate(15deg);
}
.mizo-c2 img {
    position: relative;
    float: left;
    width: 100%;
}
.answer-red {
    background-color: red!important;
    color: #ffffff;
}
.answer-green {
    background-color: green!important;
    color: #ffffff;
}
.next {
    opacity: 0;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.not-front .next {
    opacity: 1;
}
.apply {
    opacity: 0;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.next-show {
    opacity: 1;
}
.fullscreenbtn {
    position: absolute;
    top:120px;
    left: 30px;
    width: 45px;
    height: 45px;
    z-index: 999999;
    cursor: pointer;
}
.fullscreen1 {
    background: url(../images/fulscreen_button01.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.fullscreen2 {
    background: url(../images/fulscreen_button02.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.puzzle-img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.puzzle-img img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.front-index .thankyou-page-inner {
    width: 100%;
}
.thankyou-page-inner {
    top: 10vh;
}

