/*
 * Globals
 */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'CeraPro-Regular';
    src: url('../font/CeraPro-Regular.ttf') format('truetype'), url('../font/CeraPro-Regular.woff') format('woff'), url('../font/CeraPro-Regular.woff2') format('woff2'), url('../font/CeraPro-Regular.eot') format('woff');
    font-style: normal;
}


/* Links */

a,
a:focus,
a:hover {
    color: rgb(53, 103, 209);
}


/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

html {
    background: #000;
}


/*
 * Base structure
 */

body {
    display: -ms-flexbox;
    display: flex;
    color: #606060;
    background: url(../img/Backdrop2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: "CeraPro-Regular";
    background-color: #000;
    justify-content: center;
}

#otheroption
{
    display: none;
}

.low-box{
    position: relative;
    bottom: -20px;
    left: 0px;
    width: 65%;
}
.low-box-low{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    display: none;
}

.high-box{
    width: 90%;
}

.thank-you {
    background: #c2e6f3;
    padding: 20px;
    font-weight: 600;
    color: #031875;
    border: 2px solid #031875;
    display: none;
}

.exerror {
    color: red;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: none;
}

label {
    font-size: 13px;
    color: #2e2e2e;
    display: inline-block;
    margin-bottom: 0.2rem;
}
.form-group{
    margin-bottom: 0.7rem;
}
.w-90{
    width: 90%;
}
.img-col {
    flex-direction: column;
}
.form-row {
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 0px;
    border-color: #7FCFEE;
    height: calc(1.0em + 0.75rem + 10px);
}

.error {
    color: red;
    font-size: 12px;
}

.register_form {
    background: #EFEFEF;
    max-width: 600px;
    margin-bottom: 30px;
    border-radius: 0px;
    border-top: 12px solid #7F7EFD;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 30px;
    height: fit-content;
}

.wd-btn {
    font-size: 20px;
    font-weight: 800;
    border-radius: 0px;
    width: 200px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    background: #7F7EFD ;
}

.wd_form {

}

.form-header {
    background-size: 20%;
    padding-bottom: 20px;
    color: #000F4D;
    font-size: 30px;
    font-weight: 600;
}

.top-logo {
    justify-content: flex-start;
}

.cover-container {
    max-width: 1140px;
}

.inner {
    text-align: left;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0px 10px;
    background-color: #fff0;
    border: 0px;
}


/*
 * Header
 */

.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

sup {
    font-size: 10px;
}


/*
 * Footer
 */

.mastfoot {
    font-size: 11px;
    font-weight: 500;
    width: 100%;
    display: block;
    color: #7A7A7A;
    margin-top: 100px;
}

.mastfoot a {
    color: #0274BE !important;
}

.countdown {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.countdown .movie-name-picture {
    width: 40%;
    margin-bottom: 30px;
}

.countdown .movie-date {
    text-transform: uppercase;
    color: #bbb;
    font-size: 0.9rem;
    font-weight: 700;
}

.countdown ul {
    margin-top: -20px;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.countdown li {
    font-family: CeraPro-Regular;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.7rem;
    margin: 4px;
    color: #fff;
    list-style-type: none;
    padding: 30px 36px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 85px;
    font-weight: 600;
    padding: 15px;
}

.countdown li span {
    display: block;
    font-family: "CeraPro-Regular";
    font-size: 38px;
    font-weight: 600;
}

.calendar {
    margin-top: 30px;
    width: 100%;
    padding: 20px;
}

.calendar li {
    font-family: CeraPro-Regular;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 18px;
    margin: 4px;
    color: #fff;
    list-style-type: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    border: 1px solid #fff;
}

.calendar ul {
    margin-top: -20px;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.wditem {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wditem2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.wdimg {
    max-width: 43px;
}

.wdtxt {
    margin-bottom: 0px;
    margin-left: 15px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.wdtxt2 {
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.wdtxt3 {
    margin-top: -20px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
    background: #000;
    display: inline;
    padding: 15px;
}

footer {
    margin-top: 80px;
}

footer p {
    margin-bottom: 5px;
    font-size: 12px;
}

.wdhead {
    text-align: left;
    font-size: 25px;
    color: #07B8E0;
    font-weight: 600;
}

h2.wd {
    font-size: 40px;
    font-weight: 900;
}

h3.wd {
    font-size: 25px;
}

.wddate .wdtxt {
    font-weight: 900;
}

.inner img {
    max-width: 120px;
}

.primg {
    max-width: 40%;
    margin-bottom: 32px;
    z-index: 9999 !important;
    position: relative;
    margin-right: 10px;
}

.flwd {
    width: 500px;
    margin: auto;
    background: #19b89d !important;
}

.flwdct {
    width: 500px;
    margin: auto;
    background: url(../img/count-img.png) left no-repeat;
    background-size: 20%;
    background-position: 0px 0px;

}
.flwdctthn {
    width: 100%;
    margin: auto;
    background: url(../img/thank-img.png) left no-repeat;
    background-size: 20%;
    background-position: 0px 0px;
    height: 100%;

}

.calbox {
    width: 100%;
    border: 2px solid #fffff;
}

.cal {
    display: inline-block;
    font-family: CeraPro-Regular;
    font-size: 22px;
    color: #606060;
}

.cal2 {
    display: inline-block;
    font-family: CeraPro-Regular;
    font-size: 22px;
    color: #606060;
}

.cala {
    display: inline-block;
    font-family: CeraPro-Regular;
    font-size: 22px;
    color: #606060;
}

.calcol {
    border-top: 1px solid #DEDEDE;
}

.caltext {
    font-family: CeraPro-Regular;
    font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 12px;
    color: #000F4D;
    font-weight: 800;
}

.calimg {
    max-width: 50%;
    padding: 10px;
}

.calbg {
    font-size: 20px;
    color: #000F4D;
}

.redtext {
    color: red;
    font-family: CeraPro-Regular;
}

.ft {
    padding: 10px !important;
}

ul li {
    position: relative;
    display: block;
    padding: 0.5rem;
}

.imgrow {
    margin-bottom: -80px;
    margin-top: -20px;
}

.cala:hover {
    color: red;
}

.date {
    text-align: right;
    /*  margin-top: 20px !important; */
}

.dttext {
    text-align: left;
    border-left: 2px solid #fd0302 !important;
}

.ddt {
    font-size: 22px;
    font-family: CeraPro-Regular;
    font-weight: 300;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.img-box {
    text-align: right;
}

.ctimg {
    background-color: #EFEFEF;
    margin-top: 0px;
    margin-bottom: 150px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 20px;
    height: 400px;
}

.greenli {
    background: rgb(35, 185, 158);
    background: -moz-linear-gradient(180deg, rgba(35, 185, 158, 1) 50%, rgba(51, 204, 174, 1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(35, 185, 158, 1) 50%, rgba(51, 204, 174, 1) 50%);
    background: linear-gradient(180deg, rgba(35, 185, 158, 1) 50%, rgba(51, 204, 174, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23b99e", endColorstr="#33ccae", GradientType=1);
}

.blueli {
    background: rgb(90,128,209);
background: -moz-linear-gradient(180deg, rgba(90,128,209,1) 50%, rgba(111,151,221,1) 50%);
background: -webkit-linear-gradient(180deg, rgba(90,128,209,1) 50%, rgba(111,151,221,1) 50%);
background: linear-gradient(180deg, rgba(90,128,209,1) 50%, rgba(111,151,221,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a80d1",endColorstr="#6f97dd",GradientType=1);
}

.pinkli {
    background: rgb(239,64,92);
background: -moz-linear-gradient(180deg, rgba(239,64,92,1) 50%, rgba(252,109,136,1) 50%);
background: -webkit-linear-gradient(180deg, rgba(239,64,92,1) 50%, rgba(252,109,136,1) 50%);
background: linear-gradient(180deg, rgba(239,64,92,1) 50%, rgba(252,109,136,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef405c",endColorstr="#fc6d88",GradientType=1);
}

.greyli {
    background: rgb(50,50,50);
background: -moz-linear-gradient(180deg, rgba(50,50,50,1) 50%, rgba(81,81,81,1) 50%);
background: -webkit-linear-gradient(180deg, rgba(50,50,50,1) 50%, rgba(81,81,81,1) 50%);
background: linear-gradient(180deg, rgba(50,50,50,1) 50%, rgba(81,81,81,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#515151",GradientType=1);
}

.redcal {

}

@media (max-width: 575.98px) {
    .w-90{
    width: 100%;
}
    .low-box{
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    .low-box-low{
    display: block;
}

.high-box{
    width: 100%;
}
    body {
    background: url(../img/m1.jpg) no-repeat;
    background-size: contain;
    }
    .register_form {
    margin-top: 35px;
    }

    .img-box {
        text-align: center;
    }

    .wrapper {
        display: block;
        margin-top: 25px;
    }

    .top-logo {
        justify-content: center;
    }

    .flwdct {
        width: 100%;
    }

    .date {
        margin-top: 20px !important;
    }

    .primg {
        max-width: 80%;
        margin-right: 0px;
    }

    .cal {
        border-right: none;
        margin: 5px;
    }

    .cover-container {
        padding: 10px;
        margin-left: 70px;
    }

    .caltext {
        font-size: 25px;
        margin-top: 80px;
    }

    .dttext {
        text-align: center;
        margin-top: 10px !important;
    }

    .date {
        text-align: center;
    }

    .imgrow {
        margin-bottom: -40px;
    }

    .inner img {
        max-width: 80px;
    }

    .wdtxt3 {
        font-size: 18px;
    }

    h2.wd {
        font-size: 40px;
    }

    .wdimg {
        max-width: 25px;
    }

    .mastfoot {
        font-size: 10px;
    }

    .countdown li span {
        font-size: 35px;
    }

    .countdown li {
        padding: 10px;
    }
}