.card-landing {
    background-image: url("../images/landing2.jpg");
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url('../landingfonts/Fonts/Bebas-Regular.otf');
}

@font-face {
    font-family: 'BEBAS_0';
    src: url('../landingfonts/Fonts/BEBAS_0.TTF');
}

@font-face {
    font-family: 'BOD_BI_1';
    src: url('../landingfonts/Fonts/BOD_BI_1.TTF');
}

@font-face {
    font-family: 'BOD_I_1';
    src: url('../landingfonts/Fonts/BOD_I_1.TTF');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../landingfonts/Fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../landingfonts/Fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../landingfonts/Fonts/Montserrat-SemiBold.otf');
}


@media(max-width: 645px) {
    h1,
    .h1 {
        font-size: 18px;
        font-family: "OpenSans";
        color: #000000;
        text-align: center;
        font-weight: 600;

    }
    .timing {
        text-align: center;

    }
}

.time-wrap {
    margin-top: -22px
}

@media(min-width: 645px) {
    h1,
    .h1 {
        padding-left: 40px;
        font-size: 24px;
        font-family: "OpenSans";
        color: #000000;
        text-align: center;
        font-weight: 600;
    }
    .timing {
        text-align: center;
        padding-left: 40px;
    }
}

.time-wrap {
    margin-top: -22px
}
.page-holder {
    min-height: 100vh;
}

.bg-cover {
    background-size: cover !important;
    background-position: 75% 50%;
}
.right-align {
    display: flex;
    justify-content: flex-end;
}

ul li:before {
    content: "✓";
    color: #54075B;
    font-size: 14px;
    padding-right: 10px;
}

@media(min-width: 645px) {
    li {
        font-size: 12px;
        color: #000000;
        font-family: "OpenSans";
        padding: 0;
    }
    ul {

        list-style: none;

    }
    .btn-class {
        width: 100%;
        text-align: center;
        margin-top: 8px;
        background-color: #54075B;
        border: 2px #ffffff solid;
        color: #ffffff !important;

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

    }
    .p-excisting {
        color: black;
        justify-content: center;
        display: flex;
        margin-top: 8px;
        font-size: 12px;
    }
    .foot {
        display: flex;
        justify-content: flex-end;
        margin-top: 175px;
    }
    .page-holder {
        min-height: 100vh;
    }
    .right {
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #bdbec0;
        height: 100%;
        color: #3d231b;
    }
    .text-div-vkyc {
        margin-right: 10%;
        display: inline-block;
    }
    .title-p {
        font-size: 50px;
        font-family: 'Bebas-Regular';
        color: #54075B;
        text-align: center;
    }
    .lvl-3 {
        font-family: 'BOD_I_1';
        font-size: 24px;
    }
    .lvl-2 {
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
    }

    .lvl-1 {
        font-family: 'Montserrat-Regular';
        font-size: 24px;
    }
    .btn-lvl-2 {
        font-family: 'Montserrat-Regular';
    }

    .btn-lvl-1 {
        font-family: 'Montserrat-SemiBold';
        font-size: 13px;
    }
    .btn-span {
        display: inline-block;
        padding: 5px 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: initial;
        pointer-events: none;
        width: 350px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 40px;
        background: #54075B;
        color: white;
    }
    .txt-inline-grid {
        margin: 20px 5px;
        display: grid;
        justify-content: center;
        text-align: center;
        color: black;
    }
    .btn-div {
        display: flex;
        justify-content: center;
        margin-top: 15px;

    }
    .content-tc {
        position: fixed;
        transform: rotate(-90deg) scaleX(1);
        transform-origin: top left;
        right: 10px;
        bottom: 80px;
    }
    .logo-img {

        padding: 20px 10px;
        height: 100px;
    }
    .footer-div {
        position: fixed;
        bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mg-t-30 {
        margin-top: 30px;
    }

}

@media(max-width: 645px) {
    .mg-t-30 {
        margin-top: 10px;
    }

    .footer-div {
        display: none;
    }
    .logo-img {

        padding: 20px 10px;
        height: 80px;
    }
    .content-tc {
        position: fixed;
        transform: rotate(-90deg) scaleX(1);
        transform-origin: top left;
        right: -25px;
        bottom: 15px;
    }
    .txt-inline-grid {
        margin: 5px;
        display: grid;
        justify-content: center;
        text-align: center;
        color: black;
    }
    .btn-div {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        background: #d8d9da;
    }
    .btn-span {
        display: inline-block;
        padding: 5px 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: initial;
        pointer-events: none;
        width: 250px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 15px;
        background: #54075B;
        color: white;
    }
    .lvl-3 {
        font-family: 'BOD_I_1';
        font-size: 20px;
    }
    .lvl-2 {
        font-family: 'Montserrat-SemiBold';
        font-size: 16px;
    }

    .lvl-1 {
        font-family: 'Montserrat-Regular';
        font-size: 18px;
    }
    .btn-lvl-2 {
        font-family: 'Montserrat-Regular';
        font-size: 11px;
    }

    .btn-lvl-1 {
        font-family: 'Montserrat-SemiBold';
        font-size: 9px;
    }
    .title-p {
        font-size: 30px;
        font-family: 'Bebas-Regular';
        color: #54075B;
        text-align: center;
    }
    .text-div-vkyc {

        display: none;
    }
    .text-div-vkyc-2 {
        margin-top: 0;
        display: inline-block;
    }
    body {

        background-color: #d8d9da !important;
    }
    .right {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d8d9da;
        height: 100%;
        color: #3d231b;
    }
    .foot {
        display: flex;
        justify-content: flex-end;
        margin-top: 193px;
    }
    .page-holder {
        min-height: 50vh;
    }
    .p-excisting {
        color: black;
        justify-content: center;
        display: flex;
        margin-top: 8px;
        font-size: 12px;
        width: 150%;
    }
    .display-justify {
        justify-content: center;
        display: flex;
        /* margin-top: 50px; */
    }
    li {
        font-size: 12px;
        color: #000000;
        font-family: "OpenSans";
        padding: 0;
    }
    ul {
        padding: 0;
        list-style: none;
        width: 45%;
    }
    .btn-class {
        width: 100%;
        text-align: center;
        margin-top: 8px;
        background-color: #54075B;
        border: 2px #ffffff solid;
        color: #ffffff !important;
    }
    .centering-image {
        background-position: 25% 50%;
    }
}
.box {
    border: 2px #ffffff solid;
    color: black;
    height: 50px;
    width: 285px;
    display: grid;
    font-weight: bold;
}

.disable-pointer {
    pointer-events: none;
}
body {
    width: 100%;
}

.ft-14 {
    font-size: 14px;
}


html {
    height: 100%;
}
body {
    height: 100%;
}
.intro {
    height: 100%;
}

.left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #3d231b;
    height: 100%;
    color: #fff;
}

@media(max-width: 645px) {
    .left {
        height: 50%;
    }
    .right {
        height: 50%;
    }
}
.about {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    height: 100%;
}
header {
    position: absolute;
    z-index: 10;
    right: 10px;
}


.btn-div .btn {
    background-image: linear-gradient(#fff1f1, #f79e00);
    color: black;
    width: 150px;
    border-radius: 40px;
    font-family: 'Montserrat-Bold';
    height: 40px;
}


button:focus {
    outline: 0;
}
*:focus {
    outline: none !important
}


.fa-facebook {
    background: #3B5998;
    color: white;
    font-size: 8px;
    padding: 2px;
}
a {
    color: #0f0f0f;
    text-decoration: none;
}
