/*FONTS CSS*/
@import url('font-icons.css');

@font-face {
    font-family: born-ready;
    src: url('../fonts/born-ready-slanted.ttf');
    font-style: normal;
}

@font-face {
    font-family: Refuse Pro;
    src: url('../fonts/newfont.otf');
}

@font-face {
    font-family: Gotham Bold;
    src: url('../fonts/Gotham-Font/Gotham-Bold.otf');
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

:focus {
    outline: none;
}

body {
    font-size: 12px;
    font-family: 'Refuse Pro';
    color: #000000;
    font-weight: normal;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    height: 100%;
}

.mandate {
    text-align: start;
    font-size: 0.5rem;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

a {
    text-decoration: none;
    outline: none;
    color: #000000;
    outline: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
}

.imgl {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
    margin-top: -135%;
}

.imgt {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
    margin-top: -5%;
}

.imgf {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
    margin-top: -12%;
}

.imgp {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
    margin-top: -90%;
}

.imgpc {
    position: absolute;
    top: 80%;
    left: 20%;
}

p {
    line-height: normal;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: block;
    color: #000000;
}

h2 {
    font-size: 16px;
}

ul,
ul li,
ol,
ol li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 1.7vmin;
    position: relative;
    font-family: 'Refuse Pro';
    /* font-size: 1.5rem; */
}

.input-group {
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Refuse Pro';
    font-size: 1.5rem;
}

select,
select option {
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-control {
    float: left;
    width: 100%;
    font-size: 2vmin;
    outline: medium none;
    height: 8vmin;
    color: #000000;
    border: 0;
    border: 0.22vmin solid #1e1e1c;
    background: transparent;
    line-height: 4.8vmin;
    padding: 1rem 1.5rem;
    ;
    transition: all 0.4s ease 0s;
    border-radius: 0;
}

.form-control::placeholder {
    text-align: start;
    color: #3b3b3b !important;
}

.form-control:focus{
    border: none !important;
    box-shadow: none !important;
}

.form-select{
    border: 0;
    text-align: start;
    /* font-size: 1rem; */
    font-weight: 900;
    font-size: 1.1rem !important;
    font-family: 'Refuse Pro';
    line-height: 1 !important;
    color: #3d3d3d !important;
    background-position: 0% !important;
    background: transparent;
}

.form-select:focus {
    border: none !important;
    outline: 0;
    box-shadow: 0 !important;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0 !important;
    padding-left: 10px;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    padding: 1.1rem 2.5rem !important;
}

.form-control:focus {
    outline: none;
    transition: all 0.3s ease 0s;
}

.input-label {
    float: left;
    width: 100%;
    margin-bottom: .4vmin;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 1.6vmin;
}

.form-container-desktop {
    background: url(../images/deskstop_version_Wall.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*Checkbox and Radio Box Css*/
.check-label {
    float: left;
    flex: 1;
    color: #000000;
    font-size: 1.8vmin;
    font-weight: 400;
    padding-left: 1vmin;
}

.check-label a {
    color: #000000;
}

.radio-group-btn {
    display: flex;
    align-items: center;
}

input[type=radio] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4vmin;
    width: 4vmin;
}

input[type=radio]:checked {
    border-radius: 50%;
    background: #b52026;
    content: '';
    height: 4vmin;
    width: 4vmin;
    margin: auto auto;
    right: 0;
    bottom: 0;
}

.radio-group-btn .input-label {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
}

.radio-group-btn .input-group {
    text-align: center;
    font-size: 1.8vmin;
    color: #000000;
    width: auto;
    margin-right: 2.5vmin;
}

.select-group:after {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    right: 1.5vmin;
    content: '\e9bd';
    font-family: 'icon';
    pointer-events: none;
    font-size: 1.8vmin;
    color: #000000;
    z-index: 2;
}

.logodisplay {
    width: 12%;
}

.custom-select {
    display: inline-block;
    position: relative;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.select-span {
    float: left;
    width: 100%;
    font-size: 16px;
    outline: medium none;
    height: 48px;
    color: #000000;
    border: 0;
    border: 2px solid #818e96;
    background: transparent;
    line-height: 44px;
    padding: 0 10px;
    transition: all 0.4s ease 0s;
    font-family: 'MyriadPro-Bold';
    border-radius: 4px;
    position: relative;
}

.custom-select select {
    border: 0;
    font-size: 14px;
    padding: 0 30px 0 6px;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0);
}

.custom-select .select-span {
    padding-right: 14px;
    padding-top: 3px;
}

.custom-select .is-filled+.select-span {
    border-color: #041d2d;
}

.custom-select select option {
    color: #000000;
}

.custom-select:after {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    right: 12px;
    content: '\e9bd';
    font-family: 'icon';
    pointer-events: none;
    font-size: 14px;
    color: #000000;
    padding-top: 2px;
}

.invalid-code .select-span {
    border-color: #ed1c24;
}

.invalid-code .custom-select:after {
    right: 42px;
}

/*NORMAL CSS*/
::selection {
    background: #fff;
    color: #000000;
}

::-moz-selection {
    background: #0067ab;
    color: #000000;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.event-none {
    pointer-events: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*BUTTON CSS*/
.btn {
    display: inline-block;
    padding: 10px 14px;
    text-align: center;
    color: #000000;
    font-family: 'Refuse Pro';
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 0;
    background: #f9f9f9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 0;
    cursor: pointer;
}

.primary-btn {
    background: #1e1e1c;
    color: #fff;
    width: 100%;
}

.secondry-btn {
    background: #8935c0;
    color: #fff;
    width: 100%;
}

.icon {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.block {
    float: left;
    width: 100%;
}

/*Register Page CSS*/
.form-container {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.form-wrap {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-content .form-inner {
    margin-top: 2rem;
}

.form-inner {
    float: left;
    width: 100%;
    max-width: 60vmin;
    margin-top: 2rem;
}

.form-title {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.form-title-label {
    float: left;
    width: 100%;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    line-height: 1em;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #dddddd;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.53);
}

input[type=checkbox] {
    transform: scale(2);
    border: 1px solid #fff;
    padding: 0.3em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: scale(1.5);
    background-color: white;
}

input[type='checkbox']::before {
    content: '';
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

input[type='checkbox']:checked::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    border: 0px;
    background-color: transparent;
}

.mainhead1 {
    font-size: 3.2rem;
    color: white;
    margin-top: 0.5rem;
    -ms-transform: rotate(1.5deg);
    /* IE 9 */
    transform: rotate(1.5deg);
}

.subbtn {
    color: red;
    width: 100%;
    font-size: 2rem;
    background-color: #006939;
    margin-top: 2rem;
}

.button-bar {
    float: left;
    width: 100%;
    padding: 8px;
}

.button-container {
    margin: 0 -4px;
}

.button-bar-outer {
    float: left;
    width: 100%;
    display: flex;
}

.full-btn-bar .button-bar-outer {
    flex-wrap: wrap;
}

.full-btn-bar .button-bar-outer .col {
    width: 100%;
    flex: inherit;
    margin-bottom: 8px;
}

.full-btn-bar .button-bar-outer .col:last-child {
    margin-bottom: 0;
}

.button-bar-outer .col {
    flex: 1;
    padding: 0 4px;
}

.button-bar-outer .btn {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-bar.full-btn {
    padding-left: 0;
    padding-right: 0;
}

.full-btn .button-bar-outer .col {
    padding: 0;
}

.terms {
    color: white;
    font-size: 1rem;
    /* margin-left: 0.5rem; */
}

.upibtn {
    width: 30%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 5vmin;
    background-image: url('../images/verifybtn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.regbtn {
    text-align: center;
    width: 50%;
    margin-top: 15px;
    margin-left: 25%;
    background-image: url('../images/regbtn.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.regbtn1 {
    text-align: center;
    width: 40%;
    margin-top: 15px;
    padding: 0.8rem 0.2rem;
    margin-left: 30%;
    background-image: url('../images/regbtn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.regbtn2 {
    text-align: center;
    width: 60%;
    margin-top: 15px;
    padding: 0.8rem 0.2rem;
    margin-left: 20%;
    background-image: url('../images/regbtn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.regbtn3 {
    text-align: center;
    width: 70%;
    margin-top: 15px;
    padding: 0.8rem 0.2rem;
    margin-left: 15%;
    background-image: url('../images/regbtn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.nostylebtn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.plabel {
    font-size: 1.3rem;
    color: #ffffff;
}

.plabel1 {
    font-size: 1.3rem;
    color: #000;
}

.ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1rem 0.2rem;
    height: 38vmin;
    background-image: url('../images/ticket.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1.2rem 0.2rem;
    height: 8vmin;
    background-color: white;
    margin-top: 20px;
}

.textdiv {
    margin-left: 20%;
    margin-top: 10%;
    padding: 5px;
}

.tablesmall {
    margin: 5% 0%;
}

@media (max-device-width: 1920px) {

    .form-container-desktop {
        display: block;
    }

    .form-container1 {
        display: none;
    }
}

@media (max-device-width: 1159px) and (orientation: portrait) {
    .logodisplay {
        width: 20%;
    }

    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    body {
        margin-top: 20px;
    }

    .form-container-desktop {
        display: block;
    }

    .form-container1 {
        display: none;
    }
}

@media (max-device-width: 799px) and (orientation: portrait) {
    .logodisplay {
        width: 45%;
    }

    body {
        margin-top: 0px;
    }

    .form-inner {
        margin-top: 0rem;
    }

    .form-container {
        align-items: flex-start;
    }

    .thankyoupage-form-title {
        margin: 2rem 0 2rem 0;
    }

    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .subbtn {
        color: yellow;
        font-size: 2rem;
        background-color: gold;
        margin-top: 2rem;
    }

    .upibtn {
        width: 30%;
        text-align: center;
        float: right;
        padding: 1rem 1rem;
        height: 14vmin;
        background-image: url('../images/verifybtn.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ticket {
        width: 100%;
        text-align: center;
        float: right;
        padding: 0.4rem 0.2rem;
        height: 45vmin;
        background-image: url('../images/ticket.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
    }

    .textdiv {
        margin-left: 20%;
        margin-top: 8%;
        padding: 5px;
    }

    .ticket1 {
        width: 100%;
        text-align: center;
        float: right;
        padding: 1rem 0.2rem;
        height: 15vmin;
        background-color: white;
        margin-top: 20px;
    }

    .form-container-desktop {
        display: none;
    }

    .form-container1 {
        display: block;
    }
}

@media (max-device-width:767px) and (orientation: portrait) {

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        padding: 1.1rem 1.5rem !important;
        border: none;
    }

    #mobile{
        background: url(../images/slate1/background_mobile.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .logodisplay {
        width: 45%;
    }

    .btn-bar .btn {
        height: 12vmin;
        max-width: 74vmin;
        font-size: 5vmin;
    }

    .btn-bar {
        margin-top: 6vmin;
    }

    .form-inner {
        max-width: 100%;
        padding: 0 7vmin;
    }

    .form-title-label {
        font-size: 2.5rem;
        color: white;
    }

    .mainhead1 {
        font-size: 3rem;
        color: white;
        margin-top: 0.5rem;
        -ms-transform: rotate(1.5deg);
        /* IE 9 */
        transform: rotate(1.5deg);
    }

    .form-control {
        height: 16vmin;
        line-height: 9.8vmin;
        padding: 1.1rem 1.5rem;
        font-size: 1.3rem;
    }

    .form-control::placeholder {
        font-family: 'Refuse Pro';
        font-size: 1rem;
        margin: 10px;
        color: #2b2b2b !important;
        text-align: start;
    }

    .select-group:after {
        font-size: 3.8vmin;
        right: 3vmin;
    }

    .input-label {
        font-size: 3.2vmin;
    }

    .button-bar-outer .btn {
        height: 12vmin;
    }

    .form-title {
        margin-bottom: 2vmin;
    }

    .checkbox label {
        height: 5vmin;
        width: 5vmin;
    }

    .checkbox input[type=radio]:checked+label:after {
        height: 2.5vmin;
        width: 2.5vmin;
    }

    .checkbox input:checked+label:after,
    .checkbox label.active:after {
        font-size: 2.6vmin;
    }

    .check-label {
        font-size: 1.5rem;
    }

    .form-group {
        margin-bottom: 2vmin;
    }

    .form-container .form-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .congrats-content .container {
        width: 90vmin;
    }

    .title-label {
        font-size: 8vmin;
    }

    .title-pre {
        font-size: 5vmin;
    }

    .thankyoupage-form-title {
        margin: 5.5rem 0 5.5rem 0;
    }

    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .subbtn {
        color: yellow;
        font-size: 2rem;
        background-color: #006939;
        margin-top: 2rem;
    }

    .upibtn {
        width: 30%;
        text-align: center;
        float: right;
        padding: 1rem 1rem;
        height: 14vmin;
        background-image: url('../images/verifybtn.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ticket {
        width: 100%;
        text-align: center;
        float: right;
        padding: 0.4rem 0.2rem;
        height: 45vmin;
        background-image: url('../images/ticket.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
    }

    .textdiv {
        margin-left: 17%;
        margin-top: 5%;
        padding: 10px;
    }

    .ticket1 {
        width: 100%;
        text-align: center;
        float: right;
        padding: 1.3rem 0.2rem;
        height: 15vmin;
        background-color: white;
        margin-top: 20px;
    }

    .form-container-desktop {
        display: none;
    }

    .form-container1 {
        display: block;
    }
}

@media (max-device-width:370px) and (orientation: portrait) {
    .logodisplay {
        width: 45%;
    }

    .form-container {
        height: inherit;
    }

    .full-screen-wrap {
        position: static;
    }

    .thankyoupage-form-title {
        margin: 3rem 0 3rem 0;
    }

    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .subbtn {
        color: yellow;
        font-size: 1.4rem;
        background-color: #006939;
        margin-top: 2rem;
    }

    .ticket {
        width: 100%;
        text-align: center;
        float: right;
        padding: 0.4rem 0.2rem;
        height: 45vmin;
        background-image: url('../images/ticket.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
    }

    .textdiv {
        margin-left: 17%;
        margin-top: 4%;
        padding: 8px;
    }

    .ticket1 {
        width: 100%;
        text-align: center;
        float: right;
        padding: 1rem 0.2rem;
        height: 15vmin;
        background-color: white;
        margin-top: 20px;
    }

    .tablesmall {
        margin: 5% -3%;
    }

    .form-container-desktop {
        display: none;
    }

    .form-container1 {
        display: block;
    }
}

@media (max-device-width:812px) and (orientation: landscape) {
    .form-container {
        height: inherit;
    }

    .full-screen-wrap {
        position: static;
    }

    .form-container .form-wrap {
        padding: 6vmin 0;
    }

    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .subbtn {
        color: yellow;
        font-size: 1.5rem;
        background-color: #006939;
        margin-top: 2rem;
    }
}

input[type=text],
input[type=tel],
input[type=email] {
    text-align: start;
    font-size: 1.2rem;
    font-weight: 900;
    font-family: 'Refuse Pro';
    color: black;
}

.form-control:focus{
    border: none !important;
    box-shadow: none !important;
}

.form-select{
    border: 0;
    text-align: start;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Refuse Pro';
    line-height: 1 !important;
    color: #000000 !important;
    background-position: 0% !important;
    background-color: transparent !important;
}

.form-select:focus {
    border: none !important;
    outline: 0;
    box-shadow: 0 !important;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    background-color: var(--bs-body-bg);
    border: none;
    outline: 0;
    box-shadow: 0 !important;
}

h1 {
    font-size: 40px;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #b1802a, #fdef92);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

a {

    background-color: #6cb864;
    background-image: linear-gradient(45deg, #6cb864, #6cb864);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.thankyou {
    border-radius: 5px;
    border-top: 2px solid #b1802a;
    border-bottom: 2px solid #fdef92;
    background-image:
        linear-gradient(#b1802a, #fdef92),
        linear-gradient(#b1802a, #fdef92);
    background-size: 2px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
    text-align: center;
}