@font-face {
    font-family: 'Roboto';
    src: url(assets/fonts/roboto/Roboto-Regular.woff) format('woff2');
    font-weight: normal;
    font-style: normal;
}
#main-body{
    background-image: url(./assets/bg-01.webp);
    text-align: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;   
}
#languageButton{
    margin: 3px;
}
#langSelect{
    text-align: center;
    height: 25px;
    width: 90px;
    background-color: #ffffff;
    border: 2px solid #13ee34;
    border-radius: 10px;
}
.error{
    color: rgb(239, 86, 86);
    border: 1px solid red;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    padding-inline: 10px;
}
.error img{
    width: 25px;
}
/* ===============Loader================== */

.loader{
    height: 60px;
}
#loader,
#loader:before,
#loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

#loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 73px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-top: 25px;
    margin-bottom: 15px;
}

#loader:before,
#loader:after {
    position: absolute;
    top: 0;
    content: '';
}

#loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/* =========================================== */
.logoHeader{
    height: 40px;
    margin-bottom: 15px;
}
.h1h3Common{
    text-transform: uppercase;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

#game_poster{
    max-width: 100%;
    max-height: 170px;
    border-radius: 15px;
}
.otp-2, .error{
    display: none;
}
.lp-phone-input-wrap {
    width: 280px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid #171614;
    background-color: #a371d3;
    padding: 3px;
    width: max-content;
}

.phone {
    background-color: blueviolet;
    border-right: 1px solid #BBB;
    height: auto;
    font-size: 1.5rem;
    /* border: 1px solid black; */
    border-radius: 5px;
    color: white;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-around;
    margin-right: 6px;
    /* padding-top: 2px; */
}

.text-input {
    font-size: 1rem;
    text-align: left;
    padding: 9px;
    border-radius: 5px;
    /* margin-bottom: 2px; */
}

.button {
    font-size: 26px;
    cursor: pointer;
    width: 90%;
    height: 5rem;
    border-radius: 3rem;
    background-color: #00E729;
    color: #000000;
    border: solid rgb(0, 0, 0);
    font-weight: 600;
    animation: pulse 1.5s infinite;
}
/* radio selection */
.radioMain{
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 5px;
}
.radio{
    color: white;
    text-transform: uppercase;
    border: solid white 1px;
    border-radius: 12px;
    font-size: x-small;
    background-color: black;
    padding: 0 10px 4px 10px;
}
.pricing{
    color: white;
    font-size: small;
}
@keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(#00E729, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(#00E729, 0);
    }
}
footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: .75rem;
    color: white;
}

footer h1 {
    position: relative;
    color: yellow;
    margin : 0px
    /* margin: 0rem 0rem 0rem 4rem; */
}

.avatar {
    height: 1.5rem;
    width: 1.5rem;
   margin-bottom: 8px;
}

footer p {
    position: relative;
    font-size: xxx-large;
    color: #4391EF;
    margin: 1px;
    /* margin-block-end: 0.5em; */
    /* margin: 0rem 0rem 0rem 4rem; */
}

footer img {
    position: relative;
    width: 3rem;
    left: -0.5rem;
    bottom: -0.5rem;
    /* margin: 0rem -5rem 0rem 0rem; */
}
.disclaimer{
    font-size: 12px;
    margin: 10px 10px 0 10px;
}
.tcp{
    display: flex;
    margin:1rem;
    cursor: pointer;
    justify-content: center;
}

.T-C, .P-P{
    margin: 1rem;
    cursor: pointer ;
}
footer>label {
    margin-top: 10px;
    font-size: small;
}
/* Vibration */
.vibration{
	animation: shake 0.5s infinite;   
}
@keyframes shake {
    0% {transform: translate(0);}

    20% {transform: translate(3px);}

    40% {transform: translate(-3px);}

    60% {transform: translate(3px);}

    80% {transform: translate(-3px);}

    100% {transform: translate(0);}
}
.counter{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}
#livecounter2{
    color: yellow;
    font-size: 28px;
    margin-bottom: -5px;
}

/* =========  vibration end  ============ */

.defaultFontMethod { 
    color: rgb(225, 201, 17);
    margin-bottom: 10px ;
}

input {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}