@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');


* {
    padding: 0;
    margin: 0s;
    /* font-family: 'Roboto', sans-serif; */
}

.front{
    position: relative;
    top: 45px;
}
.front1{
    position: relative;
    top: -20px;
}
.start-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 100px auto 0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 475px;
}

.start-page h1 {
    font-size: 25px;
    color: #001e4d;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    padding-bottom: 0px;
}

.start-page p {
    color: #001e4d;
    font-size: 16px;
    margin-bottom: 20px;
}

.start-btn {
    background: #001e4d;
    color: #fff;
    font-weight: 500;
    width: 150px;
    border: 0;
    padding: 10px;
    margin: 20px auto 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.start-btn:hover {
    background: #fff;
    color: #001e4d;
}

body {
    /* background: #001e4d; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    margin: 16vh 0; */
}

.app {
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 100px auto 0;
    border-radius: 10px;
    padding: 30px;
}

.app h1 {
    font-weight: 25px;
    color: #001e4d;
    font-weight: 600;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}

.quiz {
    padding: 20px 0;
}

.quiz h2 {
    font-size: 18px;
    color: #001e4d;
    font-weight: 600;
}

.btn {
    background: #fff;
    color: #222;
    font-weight: 500;
    width: 100%;
    border: 1px solid #222;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover:not([disabled]) {
    background: #222;
    color: #fff;

}

.btn:disabled {
    cursor: no-drop;
}

#next-btn {
    background: #001e4d;
    color: #fff;
    font-weight: 500;
    width: 150px;
    border: 0;
    padding: 10px;
    margin: 20px auto 0;
    border-radius: 4px;
    cursor: pointer;
    display: none;

}

.correct {
    background: #9aeabc;
}

.incorrect {
    background: #ff9393;
}

img {
    display: block;
    width: 300px;
}

#question {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* body::before {
    content: "";
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    height: 163%;
    background-image: url(https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA2L2stMjAtaGFuZC1xdWVzdGlvbjFfYmlyZF8yLmpwZw.jpg);
    background-repeat: no-repeat;
    background-size: 125% 100%;
    opacity: .1;
    z-index: -1;
} */



* {
    padding: 0;
    margin: 0;
}

.start-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 100px auto 0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 475px;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.start-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    /* background: #fff;
    width: 90%;
    max-width: 600px;
    margin: -109px auto 0;
    border-radius: 10px;
    padding: 30px; */
    /* Changed to row */
}

.main {
    display: flex;
    flex-direction: row;
    justify-content: center;
/* align-items: center; */
}


#left,
#right {
    width: 300px;
    min-height: 349px;
    margin: 20px;
    border: 2px dashed #fff;
}

.list,
.dropzone {
    background: #fde9d0;
    height: 41px;
    margin:23px;
    color: #000;
    display: flex;
    align-items: center;
    cursor: grab;
    transition: all 0.3s ease;
    box-shadow: #000 1px 1px 6px -4px;
    text-align: center;
}

.list:hover {
    background: #facc93;
    transform: scale(1.1);
}

.answers {
    display: flex;
    justify-content: center;

}

.result {
    /* color: #fff; */
    font-size: 18px;
    margin-top: 20px;
    display: none;
    /* Hide by default */
}

/* #submitBtn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
} */



.result h1 {
    text-align: center;
    margin-bottom: 10px;
    /* Add some space between the message and the result */
}

.cen {
    position: relative;
    left: 92px;
    width: 149px;
}

img {
    display: block;
    width: 70px;
}

.front1 img {
    position: relative;
    bottom: 45px;
}
#close-btn {
width: 25px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
top: -18px;
left: -8px;
}
body {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "Akshar", sans-serif;
			font-optical-sizing: auto;
			font-weight: weight;
			font-style: normal;
}  
.header {
    /* width: 100%; */
    text-align: center;
    background: red;
    color: white;
    padding: 15px;
    font-size: 25px;
 font-weight: 300px;
}
.container {
width: 1292px;
height: 633px;

background-image: url('../img/Ex15.jpg');
overflow: hidden;
background-size: 100% 100%;
box-shadow: 0 1px 17px -4px;
border-radius: 10px;
background-color: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 1150px;

}
.game{
display: flex;
justify-content: center;
align-items: center;
}
.question{
display: flex;
justify-content: center;
}
.close{
position: fixed;
right: 15px;
top: 0;
height: 43px;
width: 43px;
border-radius: 50%;
background-image: url(../img/close.png);
cursor: pointer;

}
.controls{
    display: flex;
    justify-content: center;

 }
.restart {
    position: absolute;
    width: 63px;
    height: 64px;
    background-size: 100% 100%;
    background-image: url(../img/replay.png);
    background-repeat: no-repeat;
    /* top: 725px; */
    top: 839px;
    cursor: pointer;
    transition: all .2s ease-in;
}


.restart:hover {

rotate: 90deg;
}