@font-face {
    font-family: font;
    src: url('moda.ttf');
  }
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: font;

}
.body{
    position: relative;
}
.con{

    border: 20px solid #97352a;
    border-top: none;
    border-bottom: none;
    border-radius: 20px;
}
header{
    position: relative;
    /* height: 30px; */
}
header .info{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top:0
}
header p{
    z-index: 3;
    font-size: 30px;
    color:#fdff00;
    font-weight: bold

}

.question-container{
    /* background: url('../img/games-bg.png');
    background-size: cover; */
    margin: 20px;
    display: flex;
    border: 6px dotted #a48044;
    padding: 20px
    /* border:2px dotted yellow */
}
.question{
    width:100%;
    display: none;
    position: relative;
}
.question .headQuestion{
    /* position: relative; */
    /* top:-120%; */
    padding: 20px;
    width:45%;
    margin: auto;
    background: #eee;
    font-size: 25px;
    font-weight: bold;
    margin-bottom:30px;
    border-radius: 5px;

}

.question .h1{
    /* font-family:'Oswald', cairo; */
    font-size: 50px;
    font-weight: bold;
}
.question .pdescript{
    font-size: 30px;
}
.question .pdescript span{
    font-family: font;
    display: inline-block;
    text-align: center;
    margin-top: 10px;

}

.aya::after{
    content: "\f0a3 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.48rem;
    width: 50px;
    height: 30px;

} 
.answer{
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 1.2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.answer:hover{
    background: #ccc;
    
}
.answer P{
    font-size: 20PX
}
.answer:hover P{
    color: #97352a

}
.active{
    display: block;
}
.question .next .h2{
    font-size: 23px;
}
.question .next .h2:hover{
    color:#bb392c 
}
.congrate{
    position: absolute;
    z-index: 10;
    top:40%;
    left:5%;
    width: 90%
}
.message{
    display: flex;
    align-items:center;
    z-index: 10;
    background: rgba(255,255,255,.3);
    position: absolute;
    height: 95%;
    width: 97%;
    display: none;
}
.good, .wrong{
    display: none
}
.scorestyle{
    font-family:'Oswald', cairo;
    font-size: 25px;
    padding: 10px;
    margin: 5px;
}
/*===============================================*/
/*===============================================*/
/*Drag and Drop sytle*/
.newDrag{
    width: 90%;
}
.drop{
    padding: 5px ;
    margin: 3px;
    text-align: center;
    font-size: 20px;

}
.drag{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}
.no-border{
    border: none!important;
}
.theAnswers{
    background-color: #ccc;
    border:2px solid #bb392c;
    padding: 10px 5px 0;

    margin-bottom: 30px;
}
button{
    width: 11em;
    background: #bd3a2d;
    color: #ffff;
    border: none;
    padding: 10px 0;
}
.DND button.start{
    position: relative;
}
.DND button.start::before {
    position: absolute;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    top: -2px;
    right: -144px;
    content: "Click at the first";
    display: inline;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #000;

}
/*End Drag and Drop sytle*/

.ui-state-active, .ui-state-hover{
    background: #bb392c
}
@media (max-width: 991.98px) {    
    .question .headQuestion {
        font-size: 24px
    }
}
@media (max-width: 575.98px) {
    header p{
        font-size: 15px
    }
    .question .h1{
        font-size: 20px;

    }
    .question .headQuestion{
        font-size: 16px;
        width:100%;
    }
    .question .pdescript{
        font-size: 20px;
        margin-top: 10px;
    
    }
    .question .pdescript span{
        display: block 
    
    }
    .question .pdescript span .fa-fw{
        font-size: 15px
    
    }
    .answer{
        padding: 10px;
    }
    .scorestyle{
        font-size:16px
    }
    .mx-auto .h1{
        font-size: 27px
    }
}