@import url("../fonts/fonts.css");
html{
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: poppins_regular !important;
    color: black;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    background-color: #13110C !important;
    overflow-x: hidden;
    user-select: none;
}
.subscription-input-otp {
    background-color: #887e5a;
    border: 1.2px solid #252525;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 5px;
}
.otp-detail {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-top: 30px;
    text-align: center;
}
.hidden {
    display: none !important;
}

.subscription-input-otp input,
.subscription-input-otp input:active {
    outline: none;
    border-bottom-color: #000; /* Change border color */
}

.subscription-input-otp input {
    height: 50px;
    color: black;
    border-bottom: 1px solid #252525;
    font-size: 24px;
    width: 40px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: .5rem;
    text-align: center;
}
/* h1,h2,h3,h4,h5,h6,p,input,a{
    
} */
.wrap-layout{
    max-width: 612px;
    margin: 0 auto;
}
.wrap-content{
    max-width: 450px;
    margin: 0 auto;
}
.img-bg{
    max-width: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(243, 187, 3);
}
.nav-logo-esl {
    width: 80px;
    height: 50px;
    flex-shrink: 0;
    /* margin-top: 30px; */
}
.nav-logo-jazz{
    width: 60px;
}
.banner-center-cvm{
    width: 80%;
    max-width: 450px;
    min-width: 270px;
    /* min-height: 144px; */
    margin: 0 auto;
    /* margin-top: 40px; */
}
.gamenowBottom{
    position: fixed;
    bottom: 30px;
    z-index: -1;
    right: 15px;
    width: 100px;
}
.z-n1{
    z-index: -1;
}
#otpSentMsg{
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    visibility: hidden;
}
.otp-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #252525;
    height: 80px;
    /* width: 75vw; */
    margin: 0 auto;
    border-radius: 10px;
    /* background: #491b12a6; */
    padding: 0 15px 15px 15px;
    
}
.otp-input, .otp-input:active{
    color: black;
    outline: none;
    border:none;
    border-bottom: 1px solid #252525;
    font-size: 45px;
    width: 45px;
    background: transparent;
    margin-left: 5px;
    height: 50px;
    text-align: center !important;
}
.subscribe-area-2 .landing-otp-timer {
    margin-top: 15px;
    color: black;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
}

.subscribe-area-2 {
    padding:  0 25px;
    align-items: center;
    justify-content: center;
}

.enter-phone {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 133%;
    margin-top: 15px;
}

.subscribe-input::placeholder {
    color: #252525; /* Your desired placeholder color */
    font-size: 18px;
}

.subscribe-input {
    background: #887E5A;
    border: none;
    border-top: 2px solid #ACA58B;
    border-bottom: 2px solid #ACA58B;
    border-radius:10px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    height: 60px;
    letter-spacing: 1.2px;
    line-height: 133%;
    min-width: 300px;
    padding-left: 25px !important;
    transition:.5s ease;
    width: 100%;
    text-align: left;
}
.subscribe-input:focus{
    /* background-color: #fecf33; */
    /* color: #252525; */
    outline:none;
}

.container-fluid{
    display: flex;
    width: 100%;
    margin: 0;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
}

.container-fluid img{
    width: 100px;
}

.otp-detail {
    color: #252525;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin:0;
    padding: 7px;
    text-align: center;
}

.subscribe-otp-btn {
    background: #F3BC00;
    border: none;
    border-bottom: 10px solid #EB8D00;
    border-top: 10px solid #FBEB00;
    border-radius: 10px;
    color: #ffffff; 
    /* font-family: outfitRegular; */
    font-family: 'Bangers', sans-serif; 
    font-size: 18px; 
    font-weight: 900; 
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  2px 0 #000,
         2px  0px 0 #000,
         0px -2px 0 #000,
        -2px  0px 0 #000;
    padding: 10px;
    min-width: 200px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    margin: 15px auto;
}



.subscribe-otp-btn:hover {
    box-shadow: 0 5px #EB8D00;
    transform: translateY(4px);
  }
.subscribe-otp-btn:active {
    background-color: #3d3c3a !important;
    border:1px solid #3d3c3a;
    box-shadow: 0 5px #666;
    color: #ffca0a !important;
    -webkit-transform:translateY(4px);
    transform: translateY(4px);
}
.subscribe-otp-btn:active {
    outline: 0;  
}
    
.seekhoTxt{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    margin-top: 1.2em;
}
.service-charges {
    color: black;
    text-align: center;
    font-size: 12.14px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-top: 20px;
}

.terms-condition {
    color: #000AFC;
    text-align: center;
    font-size: 12.14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    text-decoration-line: underline;
}
.landing-logs a{
    text-decoration: none;
}
.terms-condition{
    color: #fff;
    text-decoration: none;
    /* padding: 0px 100px 0px 100px !important; */
}
.terms-condition .p-wrap-ul li{
    text-align: left;
}
.error-msg{
    color: white;
    text-align: center;
    border-radius: 5px;
    width: 75vw;
    margin: 0 auto;
    font-size: 13px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
/* @media (max-width: 992px) {

    .terms-condition{
        padding: 0px 10px 0px 10px !important;
    }
    .redeem-coins-heading {
        margin-top: 40px;
    }

    .subscribe-input::placeholder {
        font-size: 15px;
    }

    .subscribe-area-2 .landing-otp-timer {
        font-size: 12px;
    }

    .subscribe-img-inner {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        color: #FFF;
    }

    .landing-logs img.fourG-logo {
        margin-top: -68px;
        margin-right: 10px;
        width: 35px;
    }



    .landing-head a.landing-errow {
        width: 24px;
        margin-left: 15px;

    }

    .subscribe-img-inner h3 {
        font-size: 30px;
    }

    .subscribe-img-inner h4 {
        font-size: 18px;
    }

    .subscribe-img-inner h5 {
        font-size: 13px;
    }
    .terms-condition{
        margin-bottom: 50px;
    }
} */