* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-x: hidden;
}

.wrapper {
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 12, 20, 1);
    /* border: 2px solid yellow; */
}

.navigation {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding-left: 2%;
    /* border: 2px solid green; */
}

.backBtn {
    border: none;
    outline: none;
    background: none;
}

.navScoreContainer {
    display: flex;
    width: 25%;
    height: 100%;
    align-items: center;

}

.coins {
    width: 3.4rem;
    height: 2.3rem;
}

.score {
    font-size: 2.2rem;
    color: rgba(255, 250, 242, 1);
    font-family: 'Broadway', sans-serif;
}

.logoContainer {
    width: 100%;
    height: 14.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logoImg {
    width: 40%;
    height: 80%;
}

.logoContainer p {
    color: white;
    font-size: 1.2rem;
    font-family: 'Satoshi', sans-serif;
}

.lineContainer {
    margin-top: 4%;
    width: 100%;
    display: flex;
    justify-content: center;

}

.line {
    width: 80%;
}

.contentContainer {
    width: 100%;
    height: 69vh;
}

.numberContianer {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Quantitiy {
    color: white;
    font-size: 1.5rem;
    ;
}

.number {
    color: rgba(255, 193, 0, 1);
    font-size: 1.5rem;

}

.questionContainer {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

#question {
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Satoshi';
    padding: 4%;
}

.btn-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 30rem;
    flex-wrap: wrap;
}


#answer-buttons>div {
    border-radius: 15px;
    color: white;
    outline: none;
    background-color: rgba(41, 44, 51, 1);
    text-align: center;
    font-family: 'Satoshi';
    width: 40%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.btn img {
    width: 5rem;
    height: 3rem;
}

.btn p {
    font-size: 2rem;
}

.btn:hover {
    border-color: black;
}

.correct {
    --hue: var(--hue-correct);
    color: black;
}

.wrong {
    --hue: var(--hue-wrong);
}

.start-btn,
.next-btn {
    width: 30%;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: bold;
    /* padding: 10px 20px; */
    font-family: 'Satoshi';
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottomLine {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
}


.answer {
    color: white;
    font-family: Satoshi;
}


.footer {
    height: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.instruction1 {
    color: white;
    font-size: 1.2rem;
    font-family: Satoshi;
}

.spanCorrect {
    color: rgba(255, 193, 0, 1);
    font-size: 1.2rem;
    font-family: Satoshi;
}

.instruction2 {
    color: white;
    font-size: 1rem;
    font-family: Satoshi;
}

.endCard {
    color: #fff;
    width: 80%;
    height: 60%;
    background-color: #000;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.headline {
    font-size: 2rem;
    font-family: satoshi;
    font-weight: bolder;
    text-align: center;
    margin: 1rem 0;
}

.scoreLine {}

/* 
.scoreContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 2rem;
    gap: 1rem;
} */

.correctContainer,
.wrongContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #1ECB98;
    width: 50%;
    padding: 1rem;
    border-radius: 1rem;
    /* height: 8rem; */
    height: 100%;
}

.wrongContainer {
    background-color: #FF5F6D;
}

.headliner {
    font-size: 1.5rem;
    font-family: satoshi;
    font-weight: bolder;
    text-align: center;
}

.correct,
.wrong {
    font-size: 2rem;
    font-family: "Satoshi";
    font-weight: bolder;
    text-align: center;
    color: white;
}

.hide {
    display: none;
}









/* final score board css */
.wrapperNew {
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 12, 20, 1);
    /* border: 2px solid yellow; */
    padding-top: 5vh;
}

.scoreContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 88.6%;
    height: 45%;
    margin: auto;
    background-color: rgba(41, 44, 51, 1);
    margin-top: 20%;
    box-shadow: 0px 4px 4px #292C33;
    border-radius: 15px;
}

.scoreLine {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Satoshi";
    font-weight: bolder;
    text-align: center;

}

.scoreCard {
    font-weight: 400;

    font-size: 1.8rem;
}

.displayBoard {
    /* border: 2px solid green; */
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30.55%;
}

.correctContainer,
.wrongContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #1ecb98; */
    width: 40.55%;
    height: 100%;
    border-radius: 15px;

    color: white;
}

#result {
    color: rgba(255, 193, 0, 1);
    font-size: 1.8rem;
    font-weight: 700;
}