@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap');

.londrina-solid-thin {
  font-family: "Londrina Solid", serif;
  font-weight: 100;
  font-style: normal;
}

.londrina-solid-light {
  font-family: "Londrina Solid", serif;
  font-weight: 300;
  font-style: normal;
}

.londrina-solid-regular {
  font-family: "Londrina Solid", serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", serif;
  font-weight: 900;
  font-style: normal;
}

#header {
    padding: 20px 70px;
}

#header .row {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#header .row .brain-logo, #header .row .ace-logo {
    width: auto;
}

#footer img {
    width: 100%;
}

#footer {
    margin-top: -325px;
}
input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}
.train-brain {
    padding-top: 170px;
    padding-bottom: 350px;
    background-size: cover;
    background-position: center;
}
.select-theme ul li a {
    text-decoration: none;
}

.train-brain .form-area {
    background-color: #FFF8E5;
    border-radius: 17px;
    padding: 20px 50px 45px;
    width: 635px;
    margin: 0 auto;
}

.train-brain .form-area img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    font-family: 'satoshi';
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    margin-bottom: 45px;
    position:relative;
}

select.form-control::after {
    content: '\F124';
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 100px;
    background: #000;
}

.form-control::placeholder {
    color: #000;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.btn {
    margin: 0 auto;
    background-color: #EB641F;
    color: #fff;
    height: 70px;
    width: 70px;
    padding: 0;
    border-radius: 100%;
    font-size: 55px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: .5s ease all;
}

.btn:hover {
    background-color: #3A30A0;
    color: #fff;
    transform: .5s ease all;
}

.heading {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.heading h1 {
    color: #fff;
    font-family: "Londrina Solid", serif;
    margin: 0;
}

.choose-level {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px 50px;
    margin-top: 50px;
}

a.level {
    background-color: #93C704;
    color: #fff;
    font-family: 'Londrina Solid';
    text-decoration: none;
    border-radius: 22px;
    padding: 20px 30px;
    width: 205px;
    position:relative;
    display: block;
    z-index:9;
}

a.level h2 {
    margin: 0;
    font-size: 100px;
    line-height: 125px;
    text-align: center;
    text-shadow: 4px 4px #7DA804;
}

a.level h2 span {
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    text-shadow: none;
}

.levels {
    position: relative;
    opacity: 48%;
    transition: .5s ease all;
}

.levels:hover{
    opacity:1;
    transition: .5s ease all;
}

.levels::after {
    content: '';
    background-color: #7DA804;
    border-radius: 22px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    left: 15px;
    z-index:0;
}

.levels:last-child {
    transform: rotate(8deg);
    position: relative;
    top: 35px;
    left: 7px;
}

.levels:first-child {
    transform: rotate(-10deg);
    position: relative;
    top: 40px;
    right: 7px;
}

.select-theme ul {
    padding: 0;
    list-style: none;
    column-count: 2;
    margin: 0;
    gap: 35px;
}

.select-theme {
    width: 85%;
    margin: 0 auto;
    margin-top: 35px;
}

.select-theme ul li .icon-box {
    display: flex;
    align-items: center;
}

.select-theme ul li {
    margin-bottom: 35px;
}

.select-theme ul li .icon-box .title {
    width: 100%;
}

.select-theme .icon {
    z-index: 9;
}

.select-theme ul li .icon-box .title h2 {
    margin: 0;
    font-size: 40px;
    font-family: "Londrina Solid", serif;
    padding: 17px 15px 17px 75px;
    margin-left: -50px;
    background-color: #fff;
    z-index: 0;
    border-radius: 0px 17px 17px 0;
    position: relative;
}

.rules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
}

.img-text-box {
    text-align: center;
    position: relative;
}
.img-box {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.img-text-box .image {
    background-color: #fff;
    border-radius: 22px;
    padding: 40px 45px;
    width: max-content;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box::after {
    content: '';
    background-color: #048CA5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 13px;
    top: 17px;
    opacity: 26%;
    border-radius: 22px;
}

.btn.rule-btn .icon-box .icon {
    background-color: #EB641F;
    border-radius: 100px;
    height: 98px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    line-height: 0;
    z-index:9;
}

.btn.rule-btn {
    display: block;
    height: auto;
    width: 245px;
    background: transparent;
    border-radius: 0;
        margin-top: 80px;
}
.btn.rule-btn .icon-box .title {
    width: 60%;
    background-color: #9CC428;
    border-radius: 0 22px 22px;
    margin: 0 auto;
}

.btn.rule-btn .icon-box {
    display: flex;
    align-items: center;
}
.btn.rule-btn .icon-box .title h2 {
    background-color: #9CC428;
    width: 100%;
    border-radius: 0 22px 22px 0;
    font-family: 'Londrina Solid';
    margin-bottom: 0;
    padding: 15px 10px 15px 35px;
    position: relative;
    left: -25px;
    z-index: 0;
}


.img-text-box p {
    font-size: 26px;
    line-height: 30px;
    color: #3A30A0;
    font-family: 'Londrina Solid';
    width: 294px;
    margin: 0 auto;
    margin-top: 35px;
}

.quesion-level {
    position: relative;
    top: 175px;
}

.theme-type {
    position: absolute;
    border: 4px dashed #1D7621;
    border-radius: 30px 30px 0px 0px;
    padding: 15px 40px 25px;
    transform: rotate(90deg);
    left: -71px;
    top: 85px;
}

.theme-type::after {
    content: '';
    background-color: #1D7621;
    height: 15px;
    width: 219px;
    position: absolute;
    left: -4px;
    bottom: -4px;
}

.theme-type h2 {
    color: #1D7621;
    font-family: "Londrina Solid", serif;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

.question-area h3 {
    color: #3A30A0;
    font-family: 'Londrina Solid';
    font-size: 52px;
    text-align: center;
    line-height: 62px;
    margin: 0;
}

.question-area ul {
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 2fr);
    gap: 25px;
    margin-top:40px;
}

.question-area ul li {
    background-color: #E6F4FA;
    border-radius: 17px;
    padding: 20px 30px;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Londrina Solid';
    color: #000;
    display:flex;
    align-items:center;
    gap:20px;
}

.question-area ul li span {
    font-size: 32px;
    color: #3A30A0;
    line-height: 36px;
}

.question-time-area {
    display: flex;
    gap: 40px;
}

.time-level h4 {
    margin: 0;
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-family: 'Londrina Solid';
    text-align: center;
}

.time-level .bg-color h3{
    margin:0px;
    font-size: 35px;
    line-height: 40px;
}

.time-level .bg-color > span {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #EB641F;
    border: 5px solid #7BA21B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Londrina Solid';
    z-index: 9;
    position: relative;
    height: 75px;
}

.bg-color::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 14px;
    background-image: url(/acequiz/assets/img/arroe.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-color {
    position: relative;
    height: 85px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.bg-color:last-child {
    margin-bottom: 0;
}

.question-time-area {
    display: flex;
    gap: 45px;
    justify-content: flex-end;
}

.question-area {
    width: 800px;
}

.play-more {
    background-color: #0000006e;
    background-position: center;
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left:0;
}

.play-more .bingo img {
    width: 150px;
}

.play-more .bingo > h2 {
    margin: 10px 0;
    font-size: 60px;
    font-family: 'Londrina Solid';
    color: #3A30A0;
    line-height: 70px;
}

.play-more .bingo p {
    font-size: 35px;
    color: #EB641F;
    font-family: 'Londrina Solid';
    line-height: 45px;
    margin: 0;
}

.play-more .btn.rule-btn {
    display: block;
    height: auto;
    width: 295px;
    background: transparent;
    border-radius: 0;
    margin-top: 50px;
}

.play-more .bingo {
    background-size: revert-layer;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.play-more .contianer-fluid {
    width: 80%;
}

.dual-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin: auto;
}

.dual-btn button.btn.rule-btn .icon-box {
    display: block;
    text-align: center;
}

.dual-btn button.btn.rule-btn .icon-box .icon {
    background-color: #EB641F;
    border-radius: 100px;
    height: 98px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    line-height: 0;
    margin: 0 auto;
}

.dual-btn button.btn.rule-btn .icon-box .title {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.dual-btn button.btn.rule-btn .icon-box .title h2 {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    font-family: 'Londrina Solid';
    margin-bottom: 0;
    padding: 15px 10px 15px 10px;
    position: relative;
    left: 0;
    z-index: 0;
}

span.color {
    color: #9CC428;
}

.level-completed .bingo p {
    color: #000;
    font-family: 'satoshi';
    font-size: 16px;
    width: 355px;
    line-height: normal;
    margin: auto;
    margin-top: 25px;
}

.level-completed h3 {
    color: #EB641F;
    font-family: 'Londrina Solid';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.btn.rule-btn.change-theme .icon-box .icon {
    background-color: #4199D5!important;
    font-size:55px!important;
}
@media(max-width:1025px){
.train-brain {
    padding-top: 150px;
    padding-bottom: 285px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer {
    margin-top: -205px;
}
#header {
    padding: 20px 15px;
}
.select-theme {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
}
.select-theme ul li .icon-box .title h2{
    font-size:35px;
}
.question-area {
    width: 600px;
}
.question-area h3{
    font-size: 45px;
    line-height: 55px;
}
.question-time-area {
    display: flex;
    gap: 65px;
    justify-content: end;
    padding-right: 40px;
}

.play-more .bingo{
    padding-bottom:0px;
}
.overlay {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 28%;
}
.play-more {
        background-color: transparent;
        background-size: 1100px;
    }
}

@media(max-width:991px){
    .select-theme ul li .icon-box .title h2 {
        font-size: 30px;
        padding: 17px 15px 17px 65px;
    }
    .quesion-level {
    position: relative;
    top: 50px;
}
.question-time-area {
    display: flex;
    gap: 25px;
    justify-content: end;
    padding-right: 0;
}
.question-area {
    width: 525px;
}
.question-area h3 {
    font-size: 40px;
    line-height: 50px;
}
}

@media(max-width:767px){
    #header {
    padding: 10px 0;
}
.train-brain .form-area {
    padding: 20px 15px 30px;
    width: 100%;
    margin: 0 auto;
}
.train-brain .form-area img {
    width: 125px;
}
.train-brain {
    padding-top: 120px;
    padding-bottom: 120px;
    height: 100vh;
}
#footer {
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
.heading {
    background-size: contain;
}
.choose-level {
    flex-wrap: wrap;
}
.levels:first-child,
.levels:last-child{
        transform: none;
        top:0px;
        left:0;
        right:0;
}
a.level h2 {
    margin: 0;
    font-size: 80px;
    line-height: 100px;
}
a.level h2 span {
    font-size: 25px;
    line-height: 30px;
}
.rules {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    gap: 35px;
}
.question-time-area {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        left: 20px;
        position: relative;
    }
    .time-level {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.question-area {
        width: 100%;
    }
    .theme-type::after{
        width:193px;
    }
    .theme-type h2 {
    font-size: 20px;
    line-height: 25px;
}
.bg-color {
    position: relative;
    margin-left: 30px;
}
.time-level .tlq {
    width: 33%;
    text-align: center;
}
.question-area h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .question-area ul li{
    font-size: 24px;
    line-height: 30px;
    }
    .question-area ul{
        grid-template-columns: repeat(1, 2fr);
        padding:0 30px;
    }
    .time-level {
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
    #header .row .brain-logo img, 
    #header .row .ace-logo img {
    width: 110px;
}
.overlay {
        height: 128vh;
}
.play-more .bingo > h2{
        font-size: 50px;
            line-height: 60px;
}
.level-completed h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.dual-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    margin: auto;
}
.level-completed .bingo p {
    font-size: 16px!important;
    width: 100%;
    margin-top: 25px;
}
.play-more .dual-btn .btn.rule-btn{
    margin-top:20px;
}
.dual-btn button.btn.rule-btn .icon-box .icon{
    height:80px;
    width:80px;
}
}
@media(max-width:550px){
    .theme-type{
        display:none;
    }
    .question-time-area{
        left:0px;
    }
    .play-more .contianer-fluid {
    width: 100%;
}
button.btn.rule-btn .icon-box .icon{
        height: 80px;
    width: 80px;
    margin-left:40px;
}
}
@media(max-width:450px){
    .bg-color {
        position: relative;
        margin-left: 10px;
        width:90px;
    }
    .bg-color::after{
        left:11px;
    }
    .question-area h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .play-more .bingo > h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .play-more .bingo p{
            font-size: 28px;
    }
}