/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Vollkorn:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

*, ::after, ::before{ box-sizing: border-box; }
body{
    color: #000;font-size: 20px;font-family: 'Montserrat', sans-serif; font-weight: 400; margin: 0; background-color: #D6D4BB; line-height: 30px;
}
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
img { height: auto; max-width: 100%;vertical-align: middle;}
figure { margin: 1em 0; }
table { margin: 0 0 1.5em; width: 100%; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
img { border-style: none; max-width: 100%; height: auto;}

p{ margin-bottom: 20px; margin-top: 0px;}

a{text-decoration: none; transition: all 0.4s;}
a:hover{text-decoration: none; outline: none;}

strong,b{font-weight: 700;}
ol, ul { padding-left: 25px; }

/*## Title*/
h1,h2,h3,h4,h5,h6{ font-weight: 700; line-height: 1.5;}
h1,.h1{font-size: 50px; line-height: 1.1; letter-spacing: -0.028em;}
h2,.h2{font-size: 34px; line-height: 1.3; font-weight: 600;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 22px;}
h5,.h5{font-size: 18px;}
h6,.h6{font-size: 14px;}
.text-center{text-align: center;}
.row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}
.align-items-top{
    align-items: flex-start;
}
.justify-content-center{
    justify-content: center;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-7{
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-8{
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.justify-content-center{
    justify-content: center;
}


/*****Button Start*****/
.btn{
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border: 0;
    display: inline-block;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
    padding: 23px 82px;
    float: none;
    clear: none;
    color: #fff;
    background-color: #c31010;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
 
}
.btn:hover,
.btn:focus{
    background-color: #8e0808;
}

/*****Button END*****/
.w-input, .w-select {
    height: auto;
    padding: 10px 25px;
    border: 2px solid #cbced2;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    color: #6c33da;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    vertical-align: middle;
}
.w-input:focus, .w-select:focus{
    border-color: #6c33da;
    outline: none;
}
input[type="radio"],
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.form-group{
    margin-top: 10px;
    margin-bottom: 30px;
}
.mt-1{margin-top: 10px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 20px;}

.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}

/*****Heading Start*****/
.heading-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.heading-8 {
    padding-right: 101px;
    padding-left: 101px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.heading-8.plug{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
    margin-bottom: 0;
}
.heading-9 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 44px;
}
/*****Heading END*****/

.highlighte{
    /*background-color: rgb(255 248 70 / 50%);*/
    font-weight: 700;
}
.hide-elm,
.step-hide{
    display: none;
}
.bold-text-4{    
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.blk-img {
    width: 260px;
    padding: 0px 22px 32px;
    float: right;
}
.card-left{
    float: left;
}
.site{
    /*background-image: url(../images/home-bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;*/

    /*background-image: linear-gradient(to left bottom, #ff5555, #ff789c, #efa1cd, #ddc4e3, #e1e1e1);*/
    background-color: #e8e8e8;
}
.container{ margin-left: auto; margin-right: auto; max-width: 940px; position: relative; z-index: 1  }

.bg-video{
    position: fixed;
    display: flex;
    overflow: visible;
    min-height: 100%;
    height: 500px;
    min-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    z-index: -1; 
    align-items: flex-end;
    text-align: center;
    justify-content: center
}

.bg-video>video{
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}
.bg-video .moon-bg{
    max-width: 1100px;
}
.header-bg{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.header{
    display: flex;
    justify-content: center;    
}
.header .logo{
    max-width: 230px;
}
.logout{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}
.logout-icon{
    height: 40px;
    width: 45px;
    padding: 5px;
    margin: 4px 2px 0 2px;
}
.content-blk{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    border-radius: 0px;
}
.content-blk-inner{
    padding-left: 60px;
    padding-right: 50px;
    clear: both;
}
.content-blk-inner.inner-small{
    padding-left: 20px;
    padding-right: 20px;
}
.form-content{
    width: 100%;
    max-width:500px;
    margin: 0 auto;
}
.login-form .btn{
    width: 400px;
    max-width: 100%;
}
.error-message, .red-color, .error-message a{
    color: #dc3545;
}
.error-message a{
    text-decoration: underline;
}
.content-blk-paper{
    padding-top: 40px;
    /*background-image: repeating-linear-gradient(#ffffff66 0px, #ffffffa3 39px, steelblue 40px);*/
    background-image: repeating-linear-gradient(#ffffff96 0px, #ffffffc9 39px, steelblue 40px);
    font-family: 'Caveat', cursive;
}
.waiting-area{
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.content-blk-paper:after {
    content: '';
    position: absolute;
    left: 45px;
    height: 100%;
    width: 2px;
    background: rgba(255,0,0,0.4);
    top: 0;
}
.content-blk-paper .step h2,
.content-blk-paper .step h3 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.content-blk-paper .step p {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 40px;
}
.content-blk-paper .step img{
    width: 360px;
    margin-bottom: 40px;
}


.countdownHolder{
    padding-top: 40px;
    max-width: 100%;
}
.countDays{  display:none !important; }
.countDiv0{  display:none !important; }
.countdownHolder .digit.static{
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
    
    background-image: linear-gradient(bottom, #ed3d95 50%, #ff69b4 50%);
    background-image: -o-linear-gradient(bottom, #ed3d95 50%, #ff69b4 50%);
    background-image: -moz-linear-gradient(bottom, #ed3d95 50%, #ff69b4 50%);
    background-image: -webkit-linear-gradient(bottom, #ed3d95 50%, #ff69b4 50%);
    background-image: -ms-linear-gradient(bottom, #ed3d95 50%, #ff69b4 50%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #ed3d95),
        color-stop(0.5, #ff69b4)
    );
}
.countdownHolder .countDiv:before, .countdownHolder .countDiv:after{
    background-color: #ed3d95;
}
/* ==============================================================================
// Media style goes here
// ==============================================================================*/
@media screen and (max-width: 650px) {
    .countdownHolder{
        font-size: 30px;
    }
}
@media screen and (max-width:460px){
    .content-blk-paper .step img{
        width: 280px;
    }    
}
@media screen and (max-width:340px){
    .content-blk-paper .step img{
        width: 200px;
    }    
}