* {
    padding: 0;
    margin: 0;
}
body {
    background-image: url(../images/mainbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
main {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}
.main1 {
    background: #0a0094 url(../assets/images/intro-top-area.jpg);
}
.main2 {
    background: url("../images/bg.png") bottom center;
}

.logo-img {
    width: 40px;
    height: 40px;
}
.stat-number {
    color: #fff000;
    text-shadow: 2px 0 3px #060606;
}
.bottom-featrued-image {
    height: 375px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bottom-featrued-image:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(../images/coins-bails.png) no-repeat bottom center;
    background-size: cover;
}
footer {
    /* background: #000058; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    height: 36px;
}

.ads {
    height: 32vh;
}
.text-warning {
    color: #fff000 !important;
}
.text-pink {
    color: #9015c5;
}
.box-radius {
    border-radius: 0 60px !important;
    background: url(../images/intro-screen-yellowline.png) no-repeat bottom left;
    top: 0;
    left: -1px;
    position: relative;
}

.box-radius::before {
    background: url(../images/intro-screen-blueline.png) no-repeat top right;
    width: 8px;
    height: 120px;
    background-size: 100%;
    top: 50px;
    content: "";
    right: 0;
    position: absolute;
}
/* .question {
    position: relative;
} */

/* .question::after {
    content: attr(data-content);
    position: absolute;
    right: 0px;
    left: 2px;
    height: auto;
    width: auto;
} */

.question-answer .options {
    margin: 0px 0 0;
    width: 100%;
    text-align: center;
}
.question-answer .options a {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 700;
    padding: 10px 11px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 8px;
    display: inline-block;
    margin: 3px auto;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.points {
    position: relative;
    color: #fff;
    list-style: none;
}
.points li {
    position: relative; /* Add margin between list items */
}
.points li:before {
    content: "";
    position: absolute;
    top: 7px; /* Adjust top positioning */
    left: -15px;
    right: 0px;
    background: #fcff07;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.flag {
    width: 20px;
    height: 15px;
}
.loginbtn {
    background: transparent
        url(https://fecdn20.qureka.com/assets/newui/images/button-witouttext.png)
        no-repeat top right;
    width: 100%;
    max-width: 157px;
    background-size: cover;
    margin: 0;
    margin-right: -33px;
    line-height: 38px;
    font-size: 22px;
    padding: 0 0 3px;
    position: absolute;
    top: 100px;
    right: 0px;
}
@media screen and (min-width: 0px) and (max-width: 720px) {
    .main {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100vh;
    }
}
