@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.start-bg {
    background: url('../images/bg.jpg') no-repeat center center;
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;  /* Optional: parallax effect */
    min-height: 100vh;
}

.start-bg::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: -1;
}

.logo {
    max-width: 35%;
}
.btn-green{
    color: #203318
}

/*---- quiz page--*/
.quiz-bg {
    background: url('../images/quiz.jpg') no-repeat center center;
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;  /* Optional: parallax effect */
    min-height: 100vh;
}

.quiz-bg::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: -1;
}
.quiz-bg .logo {
    max-width: 30%;
}
.quiz-box{
    background: url('../images/quiz-bg.png') no-repeat center center;
    height:205px;
    width:100%
}
/*.opt-bg{
    background: url('../images/opt-bg.png') no-repeat center center;
    height:140px;
    width:98%
}
.opt-bg ul {
   
    width: 100%;
}
.opt-bg li:first-child{margin: 7vh 8px;}
.opt-bg li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin: 7vh 8px;
}
.opt-bg li:last-child{margin-right: 0}*/
.question-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* GREEN CENTER LINE */

/*.q-box {
    width: 429px;
    height: 120px;

    background: url('../images/option.png') no-repeat center;
    background-size: cover;

    color: white;
    font-size: 14px;
    text-align: left;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 65px;
    margin: 0 25px;
    z-index: 1;
    position: relative;
   line-height: 1.2;
}

.q-box:before, .q-box:after {
    display: table;
    content: "";
}



.q-box::after {
    content: "";
    background:#65be16;
    height: 0.3rem;
    left: 98%;
    width: 20%;
    display: block;
    position: absolute;

}
.q-box-last:after {
    display: none;
}*/
@media (max-width: 768px) {
    body {
        background-attachment: scroll;
        font-family: "Roboto", sans-serif;
    }
}
.radio-bg {
    display: block;
    width: 100%;
    // padding: 28px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;

    /* IMAGE FROM CSS */
    background: url('../images/option.png') no-repeat center;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    text-align: left;
     display: inline-block;
    align-items: center;
    width:400px;
    padding: 30px 15px 28px 44px;
    height: 12vh;
    line-height: 1.2
}
.radio-bg--active {
    display: block;
    width: 100%;
    // padding: 28px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;

    /* IMAGE FROM CSS */
    background: url('../images/active.png') no-repeat center;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    text-align: left;
     display: inline-block;
    align-items: center;
    width:400px;
    padding: 30px 15px 28px 44px;
    height: 12vh;
    line-height: 1.2
}


.list {
    position: relative;
    z-index: 1;
}

/* Text above overlay */

/* Selected state */
input[type="radio"]:checked + .radio-bg {
    outline: transparent;
    transform: 0;
}

.radio-bg:before, .q-box:after {
    display: table;
    content: "";
}



.list::after {
    content: "";
    background:#65be16;
    height: 0.3rem;
    left: 98%;
    width: 20%;
    display: block;
    position: absolute;
    top:45%
}
.list-last:after {
    display: none;
}

.btn-next{
    background: url('../images/next.png') no-repeat center;
    background-size: cover;
    background-position: center;
    padding: 10px;
    width: 155px;
    height: 58px;
    align-content: center;
}
.btn-pre{
    background: url('../images/pre.png') no-repeat center;
    background-size: cover;
    background-position: center;
    padding: 10px;
    width: 155px;
    height: 58px;
    align-content: center;
}
/*-------------* WInner ---------*/
.wi-box{
    background: url('../images/winner.png') no-repeat center;
    background-size: cover;
    height: 340px;
    width: 440px;
    padding: 11px 100px;
}
.wi-box hr{
    background: #3FFF00
}
.wi-btn{
    background: url(../images/winner-bottom.png) no-repeat center;
    padding:11px 106px 19px;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.wi-btn:hover{color:#fff}

