@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: Montserrat, sans-serif;
    height: 100vh;  
    overflow: auto;
}
.d-flex,
.navbar {
    display: flex
}
#header{
    top: 0;
    z-index: 2;
}
.logo-wrapper {
    max-width: 290px;
}
.logo-wrapper a {
    width: 100%;
    height: auto;
}
.logo-wrapper a img {
    width: 100%;
    height: auto;
}
header{
    position: sticky;
    top: 0;
    z-index: 10000;
}
.navbar {
    /* overflow-x: hidden; */
    background-color: #fff;
    align-items: center;
    font-weight: 600;
    max-width: 100%;
    padding: 0 1.5rem;
}

.section {
    margin-bottom: 100px
}

.navbar a {
    float: left;
    font-size: 15px;
    color: rgb(23, 23, 23);
    text-align: center;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.nav_wrapper > a,
.nav_wrapper .lvl-1 a.dropbtn{
    text-transform: uppercase;
}
.dropdown {
    float: left;
    overflow: hidden
}

.navbar .active {
    color: #e20177 !important
}

.lvl-1 .dropbtn {
    font-size: 15px;
    border: 0;
    outline: 0;
    padding: 15px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    letter-spacing: 0.5px;
}
.navbar .lvl-2 span::after {
    content: "❯";
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px
}

.dropdown-content .lvl-2,
.dropdown-content a {
    color: #fff;
    position: relative
}

.dropdown-content,
.dropdown-content-inner {
    display: none;
    position: absolute;
    background-color: #171717;
    min-width: 270px;
    max-width: 270px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    top: 50px;
    z-index: 1000;
    padding: 10px 0;
    /* border-radius: 10px */
}

.dropdown-content a {
    float: none;
    padding: 12px 16px 12px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-left: 15px
}

.dropdown-content a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e20177;
    color: red !important
}

.dropdown-content .dropdown-content-inner>a:is(:nth-child(1), :nth-child(2))::before {
    top: 37%
}

.dropdown-content .dropdown-content-inner>a:is(:nth-child(3))::before {
    top: 50%
}

.footer .footer-menu a:hover,
.navbar a:hover {
    color: #e20177
}

.dropdown-content .dropdown-content-inner {
    left: 270px;
    top: -10px;
    width: 100%;
    border-left: 5px solid #fff
}

.dropdown:hover .dropdown-content,
.lvl-2:hover .dropdown-content-inner {
    display: block
}

.banner-section,
.toggleDiv {
    background-color: #f5f5f5
}
section{
    height: 100%;
    overflow: auto;
}
#header{
    position: sticky;
    top:0;
    left: 0;
    z-index: 2617;
    transition: all 0.5s linear;
}

img{
    width: 100%;
    height: auto;
    display: block;
}
#footer{
    position: relative;
    background: #262626;
    z-index: 1000;
    height: 10%;
}

.footer {
    background-color: #171717;
    color: #fff;
    margin-top: 100px
}

.footer-inner {
    width: 100%;
    margin: auto;
    padding: 100px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    max-width: 1280px;
}

.footer .logo {
    width: 270px;
    margin: auto;
    display: block
}

.footer .logo-container {
    width: 100%
}

.footer .footer-menu {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 60px;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap
}

.footer .footer-menu a {
    text-decoration: none;
    color: #fff;
    transition: .5s
}

.footer .footer-links {
    font-size: 14px;
    margin-top: 40px;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer .footer-links a {
    text-decoration: underline;
    color: #fff
}

.footer .cookie-popup {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 40px
}

.footer .bottom-text,
.footer .copyright-text {
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 300;
}

.footer-menu .separator {
    background: #e20177;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%
}
.footer .blue_line {
    width: 30%;
    border-top: 2px solid #009ddc94;
}


.banner_area{
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
main{
    height: fit-content;
}
.banner_area{
    width: 100%;
    height: 100%;
    background: url(../images/quiz-bg-3.jpg);
    background-position: 0% 0% !important;  
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* z-index: 1; */
}
.banner_area::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #eee;
    transform: scaleX(0);
    transition: transform 0.3s linear;
}
.wrapper{
    position: relative;
    width: 760px;
    max-width: 65%;
    margin: 120px auto 120px auto;
    height: auto;
    z-index: 100;
}
.steps_box{
    display: flex;
    align-items: center;
    gap: 10px;
    padding:10px 100px 20px 40px;
    opacity: 0;
    user-select: none;
    transition: opacity 0.3s linear;
    flex-wrap: wrap;
    display: none;
}
.steps_box .show_statement{
    margin-right: 50px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 300;
}
.steps_box.show{
    opacity: 1;
    display: block;
}
.indication_box{
    display: flex;
    gap: 10px;
}
.indication_box .indication{
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #009ddc;
    border-radius: 50%;
    border: 2px solid #009ddc;
    font-weight: bold;
}
.indication_box .indication.active{
    background: #009ddc;
    color: #FFF;
}
.game_container{
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.game_container .card_header .chooseOne{
    font-size: 1.6em;
    font-weight: bold;
    padding: 15px;
    color:#FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.game_container .card_header .chooseOne .wrong,
.game_container .card_header .chooseOne .right{
    display: inline-block;
    width: 2em;
    height: 2em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: currentColor;
    display: none;
    margin-right: 20px;
}
.game_container .card_header .chooseOne.right{
    display: flex;
    background: #54b948;
}
.game_container .card_header .chooseOne.wrong{
    display: flex;
    background: #e20177;
}
.game_container .card_header .chooseOne.default{
    background: #e20177;
}
.game_container .card_header .chooseOne.right .right{
    display: block;
}
.game_container .card_header .chooseOne.wrong .wrong{
    display: block;
}
.game_container .card_body{
    padding:0 15px;
}
.game_container .card_body .question{
    margin-top: 30px;
    color: rgb(23, 23, 23);
    font-size: 1.3em;
}
.game_container .card_body .show_answer_text{
    margin-top: 40px;
}
.game_container .card_body .start_quiz,
.game_container .card_body .NEXT_QUESTION_btn{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    border: 2px solid #1b4298;
    border-radius: 500px;
    background-color: #1b4298;
    color: #FFFFFF;
    padding: 8px 35px 8px 35px;
    transition: 0.5s linear;
    cursor: pointer;
    margin: 40px 0 0px 0;
    text-transform: capitalize;
}
.game_container .card_body .start_quiz:hover,
.game_container .card_body .NEXT_QUESTION_btn:hover{
    border: 2px solid #e20177;
    background: #e20177;
}
.game_container .card_body .true_and_false_btn{
    margin: 40px 0 20px 0;
}
.game_container .card_body .true_and_false_btn .true_btn,
.game_container .card_body .true_and_false_btn .false_btn{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #54b948;
    border: 2px solid #54b948;
    border-radius: 500px;
    background: none;
    padding: 8px 50px 8px 50px;
    transition: all 0.3s linear;
    cursor: pointer;
}
.game_container .card_body .true_and_false_btn .false_btn{
    color: #e20177;
    border: 2px solid #e20177;
    margin-left: 10px;
}
.game_container .card_body .true_and_false_btn .true_btn:hover{
    background-color: #54b948;
    color:#FFFFFF;
}
.game_container .card_body .true_and_false_btn .false_btn:hover{
    background-color: #e20177;
    color:#FFFFFF;
}
.display_none{
    display: none !important;
}
.card_footer{
    padding:0 15px;
    margin-bottom: 10px;
}
.card_footer p{
    margin-top: 40px;
    color: #17171799;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 300;
}
.card_footer .reference_box{
    border-top: 1px solid #ccccccbf;
    margin-top: 50px;
}
.reference_container{
    display: none;
}
.reference_container ol{
    margin-left: 20px;
    color: #17171799;
    font-size: 12px;
    font-weight: 300;
}
.reference_container ol li{
    word-wrap: break-word;
}
.reference_box .checkBox{
    color: #17171799;
    font-size: 14px;
    padding:0 0 10px 0;
}
.reference_box .checkBox input{
    appearance: none;
    -webkit-appearance: none;
}
.reference_box .checkBox label{
    cursor: pointer;
    user-select: none;
}
.reference_box .checkBox:has(input:checked) + .reference_container{
    display: block;
}
.reference_box .checkBox label{
    position: relative;
    display: block;
    width: fit-content;
}
.reference_box .checkBox label::after{
    position: absolute;
    content: "";
    top: 30%;
    right: -30%;
    width: 8px;
    height: 8px;
    border-top:1px solid #171717;
    border-right:1px solid #171717;
    transform: rotate(-45deg);
}
.reference_box .checkBox input:is(:checked) + label::after{
    top: 30%;
    transform: rotate(-225deg);
}
.reference_box .checkBox label::before{
    content: "View references";
}
.reference_box .checkBox input:is(:checked) + label::before{
    content: "Hide references";
}
.final_text{
    font-size: 1.5em;
    color:#1b4298;
}
.the_end_para{
    font-size: 1.2em;
}
.the_end_link{
    font-size:inherit;
    color:#e20177;
    font-weight: 600;
    text-decoration: underline;
}
.end_footer_text{
    font-style: normal;
}
/* sagar nav css start */
/* navbar height change 70px to fitContent */
.nav_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.mobile_ham_burger{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-left: auto;
    margin-right: 20px;
    stroke: none;
    max-width: none;
    min-width: 1.3em;
    position: relative;
    fill: currentColor;
    color: currentColor;
    cursor: pointer;
}
#language{
    position: absolute;
    top:40px;
    right: 0px;
    width: 300px;
    background: rgb(23 23 23);
    color: #FFFFFF;
    display: none;
    transition: opacity 0.3s ease-in;
}
#language > div{
    padding: 13px 15px;
}
#language > div.selected{
    color: rgb(226 1 119);
}
.language_menu{
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
}
.language_menu svg{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: rgb(23 23 23 / 50%);
    cursor: pointer;
}
.language_menu:hover svg ~ #language{
    display: block;
    cursor: pointer;
}
.language_menu:hover svg ~ #language > div:hover{
    color: rgb(226 1 119);
}
.sideBar_bg{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 100000;
    display: none;
    overflow: hidden;
}
.sideBar_bg.active{
    display: block;
}
.sideBar_bg .nav_wrapper{
    background: rgb(226 1 119);
    width:440px;
    max-width: 85%;
    min-width: 240px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-100px);
    transition: transform 0.5s ease-out;
    z-index: 1000000000000;
}
.sideBar_bg.active .nav_wrapper{
    transform: translateX(0);
    transition: transform 0.5s ease-in;
    transition-delay: 0.3s;
}
.sideBar_bg .nav_wrapper .menuText{
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper a{
    display: block;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff4d;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.sideBar_bg .nav_wrapper .lvl-1 a.dropbtn{
    padding-left: 20px;
}
.sideBar_bg .nav_wrapper .lvl-1 .box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .lvl-1.dropdown{
    overflow: scroll;
}
.sideBar_bg .nav_wrapper .lvl-1 .box span {
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .active{
    color: #000000;
}
.sideBar_bg .nav_wrapper .lvl-1 .box a.active + span,
.sideBar_bg .nav_wrapper .lvl-2 .box a.active + span{
    color: #000000;
}
.sideBar_bg .nav_wrapper .lvl-1 .box + .dropdown-content_02.active,
.sideBar_bg .nav_wrapper .lvl-1 .box + .dropdown-content_02-inner.active{
    height: fit-content;
}
.sideBar_bg .nav_wrapper .lvl-1 a{
    padding-left: 30px;
    display: inline-block;
}
.sideBar_bg .nav_wrapper .lvl-1 .box a{
    border-bottom: none;
}
.sideBar_bg .nav_wrapper .dropdown-content_02,
.sideBar_bg .nav_wrapper .dropdown-content_02-inner{
    height: 0;
    overflow: hidden;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box a{
    border-bottom: none;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box span {
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .box .outer_arrow.active,
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag .inner_arrow_lag.active,
.sideBar_bg .nav_wrapper .box .inner_arrow.active{
    transform: rotate(90deg);
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .dropdown-content_02-inner a{
    padding-left: 45px;
    display: inline-block;
}
.sideBar_bg .nav_wrapper .language_menu_02{
    padding: 15px 0px 15px 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag{
    display: flex;
    justify-content: space-between;
}
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag .inner_arrow_lag{
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sideBar_bg .nav_wrapper .language_menu_02 svg{
    width:20px;
    color: #FFFFFF;
}
.sideBar_bg .nav_wrapper #language_02{
    width: 100%;
    padding: 0px 10px 0 10px;
    display: none;
    margin-bottom: 35px;
}
.sideBar_bg .nav_wrapper #language_02 div{
    padding: 10px 5px;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff4d;
    font-weight: bold;
    
}
.sideBar_bg .nav_wrapper #language_02 div:nth-last-child(1){
    border-bottom: none;
}
.sideBar_bg .nav_wrapper #language_02.active{
    border-bottom: 1px solid #ffffff4d;
    display: block;
}
.sideBar_bg .nav_wrapper #language_02.active .selected{
    color: #000000;
}

@media only screen and (max-width:800px)  {
    .wrapper{
        max-width: 90%;
    }
    .banner_area::after{
        background: url(../images/mobile-bg.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: transform 0.3s linear;
    }
    /* .banner_area::after:where(:has(.steps_box.show)){
        display: none;
    } */
    
}
@media only screen and (max-width:400px)  {
    .game_container .card_body .true_and_false_btn{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .game_container .card_body .true_and_false_btn .false_btn{
        margin: 0;
    }
}
