@charset "utf-8";
@font-face {
    font-family: Rubric;
    font-style: normal;
    font-weight: normal;
    src: url(../__fonts/Cabin-Bold.ttf);
}

@font-face {
    font-family: Ans;
    font-style: normal;
    src: url(../__fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Title;
    font-style: normal;
    font-weight: normal;
    src: url(../__fonts/MyriadPro-Semibold_2.otf);
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#main {
    position: absolute;
    width: 1280px;
    height: 720px;
    background: rgba(0, 0, 0, 0.5);
    background:url(../Assets/images/bg1.png);
}

.audios-a {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#startScr {
    position: absolute;
    width: 1280px;
    height: 720px;
    background: url(../Assets/images/bg.jpg);
}

#lastScr {
    position: absolute;
    width: 1280px;
    height: 720px;
    background: url(../Assets/images/bg1.jpg);
    display: none;
}

#cover {
    width: 1280px;
    height: 720px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

#dialog {
    font-family: Rubric;
    font-size: 30px;
    margin: 0 auto;
    padding: 20px;
    width: 530px;
    text-align: justify;
    border: #900 solid 3px;
    background-color: #FFF;
    border-radius: 15px;
}

#lastdialog {
    font-family: Rubric;
    font-size: 40px;
    margin: 0 auto;
    padding: 20px;
    width: 530px;
    height: 250px;
    text-align: center;
    border: #900 solid 3px;
    background-color: #FFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

#rubricTxt {
    width: 1150px;
    height: 70px;
    font-family: Rubric;
    border: 2px solid #999999;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    margin: 10px auto;
}

#quesDiv {
    border: 2px solid #990000;
    width: 900px;
    height: 600px;
    margin: 10px auto;
}

.optionDesign {
    border: 2px solid #FFF;
    box-shadow: inset 0px 0px 5px #666;
    border-radius: 7px;
    background-color: rgba(204, 204, 204, 0.5);
}

.spnDiv {
    border: 1px solid #000;
    box-shadow: inset 0px 0px 5px #666;
    background-color: #CCEAE6;
    /* border-radius:7px; */
    padding: 5px;
    width: max-content;
    display: none;
    pointer-events: none;
}

#homeBtn {
    top: 650px;
    left: 1155px;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    background-size: 53px 53px;
}

#instructionScr {
    width: 150px;
    height: 190px;
    left: 1095px;
    top: 320px;
    z-index: 1;
    font-family: Rubric;
    position: absolute;
    width: auto;
    padding: 10px;
    border-radius: 15px;
    font-size: 30px;
    color: #000;
    background-color: #fff;
    border: #900 solid 3px;
}

.txtformat {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid black;
}

#start {
    font-size: 21px;
    font-family: Ans;
    width: 145px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
    margin: 0 auto;
    margin-top: 15px;
}

#instructionBtn {
    position: absolute;
    left: 1100px;
    top: 550px;
    font-size: 21px;
    font-family: Ans;
    display: block;
    width: 165px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
    float: right;
}

#submit {
    font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
    visibility: hidden;
}

#answer {
    position: relative;
    font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
    float: right;
    visibility: hidden;
}

#checkSolution {
    position: absolute;
    width: 350px;
    top: 635px;
    left: 20px;
    z-index: 1;
}

.nextpreNav {
    top: 104px;
    left: 2px;
    width: 127px;
    position: absolute;
    display: inline-block;
}

#nextBtn {
    background: url(../../__images/arrow.png);
    background-size: 61px 61px;
    width: 61px;
    height: 61px;
    float: right;
    cursor: pointer;
}

#preBtn {
    background: url(../../__images/arrow2.png);
    background-size: 61px 61px;
    float: left;
    width: 61px;
    height: 61px;
    cursor: pointer;
}

#activityText {
    position: absolute;
    left: 260px;
    top: 65px;
    -webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}

@-webkit-keyframes activityTextAnim {
    0% {
        left: 260px;
        top: -100px;
    }
    50% {
        left: 260px;
        top: 95px;
    }
    100% {
        left: 260px;
        top: 65px;
    }
}

@keyframes activityTextAnim {
    0% {
        left: 260px;
        top: -100px;
    }
    50% {
        left: 260px;
        top: 95px;
    }
    100% {
        left: 260px;
        top: 65px;
    }
}

#completedText {
    position: absolute;
    left: 540px;
    top: 65px;
    -webkit-animation-name: completedTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: completedTextAnim;
    animation-duration: 1s;
}

@-webkit-keyframes completedTextAnim {
    0% {
        left: 540px;
        top: 225px;
    }
    50% {
        left: 540px;
        top: 35px;
    }
    100% {
        left: 540px;
        top: 65px;
    }
}

@keyframes completedTextAnim {
    0% {
        left: 540px;
        top: 225px;
    }
    50% {
        left: 540px;
        top: 35px;
    }
    100% {
        left: 540px;
        top: 65px;
    }
}