@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;
    display: flex;
    align-items: center;
    justify-content: center;;
}

div,
input {
    font-variant-ligatures: none;
}

svg {
    visibility: hidden;
}

#main {
    /* width: 1280px; */
    /* height: 720px; */
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rubricAud {
    /* display: inline-block; */
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #F29B34;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}


.optionDesign {
    box-shadow: inset 0px 0px 5px #666;
    border: 1px solid #FFF;
    border-radius: 7px;
    background: #ffff99;
    padding: 10px;
}

/* #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;
} */

#submit {
    font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;

    /* Modern gradient (blue) */
    /* background: linear-gradient(145deg, #42a5f5, #1e88e5); */
    /* background: linear-gradient(145deg, #0a1a2d, #357ab7); */
    background: linear-gradient(145deg, #ceafff, #ff9292);
    color: #000000;

    /* color: #fff; */
    cursor: pointer;
    padding: 7px 0;
    border-radius: 10px;

    border: 1px solid #1565c0;

    /* Softer shadow */
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25),
                -2px -2px 5px rgba(255,255,255,0.3);

    visibility: hidden;
    transition: all 0.25s ease;
}

#submit:hover {
    background: linear-gradient(145deg, #e2efff, #f3ff49);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.25),
                inset -2px -2px 5px rgba(255,255,255,0.2);
}


/* #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;
} */

#answer {
    position: relative;
    font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;

    /* blue gradient */
    /* background: linear-gradient(145deg, #4a90e2, #357ab7); */
    background: linear-gradient(145deg, #0a1a2d, #357ab7);

    color: #fff;
    cursor: pointer;
    padding: 7px 0;
    border-radius: 10px;

    border: 1px solid #2f5d9a;

    box-shadow: 3px 3px 6px rgba(0,0,0,0.25),
                -2px -2px 5px rgba(255,255,255,0.3);

    float: right;
    visibility: hidden;

    transition: all 0.25s ease;
}

#answer:hover {
    background: linear-gradient(145deg, #0a1a2d, #357ab7);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.25),
                inset -2px -2px 5px rgba(255,255,255,0.3);
}


#checkSolution {
    /* position: absolute; */
    width: 350px;
    top: 650px;
    /* left: 680px; */
    z-index: 1;
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextpreNav {
    /* width: 540px;
    position: absolute;
    display: inline-block; */
}

#nextBtn {
    background: url(../Assets/images/arrow.png);
    background-size: 61px 61px;
    width: 61px;
    height: 61px;
    float: right;
    cursor: pointer;
}

#preBtn {
    background: url(../Assets/images/arrow2.png);
    background-size: 61px 61px;
    float: left;
    width: 61px;
    height: 61px;
    cursor: pointer;
}


/* #activityText {
    position: absolute;
    left: 200px;
    top: 65px;
    -webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
} */

@-webkit-keyframes activityTextAnim {
    0% {
        left: 200px;
        top: -100px;
    }

    50% {
        left: 200px;
        top: 95px;
    }

    100% {
        left: 200px;
        top: 65px;
    }
}


@keyframes activityTextAnim {
    0% {
        left: 200px;
        top: -100px;
    }

    50% {
        left: 200px;
        top: 95px;
    }

    100% {
        left: 200px;
        top: 65px;
    }
}

/* #completedText {
    position: absolute;
    left: 600px;
    top: 65px;
    -webkit-animation-name: completedTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: completedTextAnim;
    animation-duration: 1s;
} */

.st1 {
    transform: translate(437px, 8px) scale(0.042);
}

.static1 {
    transform: translate(439px, 11px) scale(0.04)
}

.st2 {
    transform: translate(642px, 8px) scale(0.038);
}

.static2 {
    transform: translate(584px, 11px) scale(0.04)
}

.st3 {
    transform: translate(815px, 8px) scale(0.042);
}

.static3 {
    transform: translate(727px, 11px) scale(0.04)
}

.st4 {
    transform: translate(1000px, 8px) scale(0.038);
}

.static4 {
    transform: translate(872px, 11px) scale(0.04)
}

.st5 {
    transform: translate(994px, 170px) scale(0.042);
}

.static5 {
    transform: translate(1019px, 170px) scale(0.04)
}

.st6 {
    transform: translate(437px, 170px) scale(0.042);
}

.static6 {
    transform: translate(439px, 203px) scale(0.04)
}

.st7 {
    transform: translate(633px, 170px) scale(0.042);
}

.static7 {
    transform: translate(584px, 203px) scale(0.04)
}

.st8 {
    transform: translate(815px, 170px) scale(0.042);
}

.static8 {
    transform: translate(727px, 203px) scale(0.04)
}

.st9 {
    transform: translate(437px, 320px) scale(0.042);
}

.static9 {
    transform: translate(872px, 203px) scale(0.04)
}

.st10 {
    transform: translate(642px, 320px) scale(0.042);
}

.static10 {
    transform: translate(642px, 203px) scale(0.04)
}

.st11 {
    transform: translate(815px, 320px) scale(0.042);
}

.static11 {
    transform: translate(1019px, 203px) scale(0.04)
}

.st12 {
    transform: translate(1000px, 320px) scale(0.042);
}

.static12 {
    transform: translate(1019px, 203px) scale(0.04)
}







@-webkit-keyframes completedTextAnim {
    0% {
        left: 600px;
        top: 225px;
    }

    50% {
        left: 600px;
        top: 35px;
    }

    100% {
        left: 600px;
        top: 65px;
    }
}


@keyframes completedTextAnim {
    0% {
        left: 600px;
        top: 225px;
    }

    50% {
        left: 600px;
        top: 35px;
    }

    100% {
        left: 600px;
        top: 65px;
    }
}

#Layer_2{
    /* margin-top: 10px; */
    margin-top: 20px;
    background-color: lightblue;  /* sets background */
    border: 2px solid #000; 
    padding: 10px 3px 0px 15px;
    border-radius: 20px;
}

@media (max-width: 800px) {
    /* styles apply only when screen width is <= 800px */
    .rubtxt{
        font-size: 20px !important;
        margin: 10px;
    }
}

@media (max-height: 500px) {
    .rubtxt{
        font-size: 20px !important;
        margin: 10px;
    }
}

@media (max-width: 600px) {
    /* styles apply only when screen width is <= 800px */
    .rubtxt{
        font-size: 16px !important;
        margin: 3px;
    }
}

@media (max-height: 450px) {
    .rubtxt{
        font-size: 16px !important;
        margin: 3px;
    }
    #Layer_2{
        height: 100px !important;
    }
}

@media (max-height: 350px) {
    #Layer_2{
        height: 175px !important;
    }
}

.stS:hover{
    stroke: white;
}

.rubtxt:hover{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.9);
    text-shadow: 0px 0px 10px rgba(0, 123, 145, 0.2);
}