@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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

div,
input {
    font-variant-ligatures: none;
}

svg {
    visibility: hidden;
}

#main {
    width: 1280px;
    height: 720px;
    position: relative;
    background: none !important;
}

#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);
}

.containerM {
    position: absolute;
    border: 2px solid #000;
    left: 530px;
    height: 450px;
    top: 167px;
    width: 704px;
    pointer-events: none;
    z-index: 200;
}

#fill {
    transform: translate(80px, 49px) scale(0.8);
}

.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;

    /* 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; */
    display: none;
    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: 650px;
    left: 680px;
    z-index: 1;
}

.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;
} */

.cmChild {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
}

.cmChild:nth-child(1) {
    font-size: 37px;
    top: 21px;
    left: 28px;
}

.cmChild:nth-child(2) {
    font-size: 41px;
    top: 31px;
    left: 120px;
}

.cmChild:nth-child(3) {
    font-size: 37px;
    top: 121px;
    left: 47px;
}

.cmChild:nth-child(4) {
    font-size: 25px;
    top: 20px;
    left: 197px;
}

.cmChild:nth-child(5) {
    font-size: 37px;
    top: 33px;
    left: 285px;
}

.cmChild:nth-child(6) {
    font-size: 24px;
    top: 123px;
    left: 288px;
}

.cmChild:nth-child(7) {
    font-size: 37px;
    top: 101px;
    left: 350px;
}

.cmChild:nth-child(8) {
    font-size: 41px;
    top: 31px;
    left: 410px;
}

.cmChild:nth-child(9) {
    font-size: 37px;
    top: 230px;
    left: 38px;
}

.cmChild:nth-child(10) {
    font-size: 31px;
    top: 387px;
    left: 479px;
}

.cmChild:nth-child(11) {
    font-size: 37px;
    top: 100px;
    left: 204px;
}

.cmChild:nth-child(12) {
    font-size: 41px;
    top: 197px;
    left: 127px;
}

.cmChild:nth-child(13) {
    font-size: 37px;
    top: 189px;
    left: 252px;
}

.cmChild:nth-child(14) {
    font-size: 50px;
    top: 54px;
    left: 561px;
}

.cmChild:nth-child(15) {
    font-size: 47px;
    top: 341px;
    left: 110px;
}

.cmChild:nth-child(16) {
    font-size: 41px;
    top: 143px;
    left: 444px;
}

.cmChild:nth-child(17) {
    font-size: 28px;
    top: 275px;
    left: 219px;
}

.cmChild:nth-child(18) {
    font-size: 41px;
    top: 190px;
    left: 347px;
}

.cmChild:nth-child(19) {
    font-size: 41px;
    top: 285px;
    left: 308px;
}

.cmChild:nth-child(20) {
    font-size: 31px;
    top: 369px;
    left: 244px;
}

.cmChild:nth-child(21) {
    font-size: 31px;
    top: 258px;
    left: 419px;
}

.cmChild:nth-child(22) {
    font-size: 32px;
    top: 198px;
    left: 542px;
}

.cmChild:nth-child(23) {
    font-size: 31px;
    top: 389px;
    left: 330px;
}

.cmChild:nth-child(24) {
    font-size: 32px;
    top: 347px;
    left: 403px;
}

.cmChild:nth-child(25) {
    font-size: 41px;
    top: 289px;
    left: 508px;
}

.cmChild:nth-child(26) {
    font-size: 41px;
    top: 183px;
    left: 627px;
}

.cmChild:nth-child(27) {
    font-size: 41px;
    top: 305px;
    left: 627px;
}

.cmChild:nth-child(28) {
    font-size: 32px;
    top: 390px;
    left: 559px;
}

.st1 {
    transform: translate(527px, -61px) scale(0.041);
}

.static1 {
    transform: translate(439px, 11px) scale(0.04)
}

.st2 {
    transform: translate(432px, -58px) scale(0.031);
}

.static2 {
    transform: translate(584px, 11px) scale(0.04)
}

.st3 {
    transform: translate(660px, -56px) scale(0.025);
}

.static3 {
    transform: translate(727px, 11px) scale(0.04)
}

.st4 {
    transform: translate(732px, -62px) scale(0.041);
}

.static4 {
    transform: translate(872px, 11px) scale(0.04)
}

.st5 {
    transform: translate(428px, 41px) scale(0.045);
}

.static5 {
    transform: translate(1019px, 170px) scale(0.04)
}

.st6 {
    transform: translate(630px, 23px) scale(0.041);
}

.static6 {
    transform: translate(439px, 203px) scale(0.04)
}

.st7 {
    transform: translate(766px, 80px) scale(0.022);
}

.static7 {
    transform: translate(584px, 203px) scale(0.04)
}

.st8 {
    transform: translate(833px, 43px) scale(0.031);
}

.static8 {
    transform: translate(727px, 203px) scale(0.04)
}

.st9 {
    transform: translate(893px, -61px) scale(0.040);
}

.static9 {
    transform: translate(872px, 203px) scale(0.04)
}

.st10 {
    transform: translate(538px, 132px) scale(0.048);
}

.static10 {
    transform: translate(579px, 203px) scale(0.04)
}

.st11 {
    transform: translate(428px, 192px) scale(0.038)
}

.static11 {
    transform: translate(1019px, 203px) scale(0.04)
}

.st12 {
    transform: translate(702px, 144px) scale(0.036)
}

.static12 {
    transform: translate(1019px, 203px) scale(0.04)
}

.st13 {
    transform: translate(918px, 64px) scale(0.048)
}

.st14 {
    transform: translate(819px, 145px) scale(0.036)
}

.st15 {
    transform: translate(664px, 254px) scale(0.031);
}

.st16 {
    transform: translate(475px, 283px) scale(0.064);
}

.st17 {
    transform: translate(759px, 254px) scale(0.042);
}

.st18 {
    transform: translate(687px, 362px) scale(0.036)
}

.st19 {
    transform: translate(907px, 224px) scale(0.036)
}

.st20 {
    transform: translate(803px, 396px) scale(0.032)
}

.st21 {
    transform: translate(893px, 344px) scale(0.032)
}

.st22 {
    transform: translate(1038px, -68px) scale(0.064);
}

.st23 {
    transform: translate(1064px, 150px) scale(0.035);
}

.st24 {
    transform: translate(1174px, 123px) scale(0.042);
}

.st25 {
    transform: translate(1013px, 259px) scale(0.042);
}

.st26 {
    transform: translate(1145px, 261px) scale(0.050);
}

.st27 {
    transform: translate(984px, 393px) scale(0.033);
}

.st28 {
    transform: translate(1091px, 397px) scale(0.032);
}

.imgStart {
    position: absolute;
    left: 500px;
    top: 378px;
}

.imgEnd {
    position: absolute;
    right: 66px;
    top: 222px;
}


.animDiv {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
}

.actComDiv {
    display: flex;
    align-items: center;
}

.animDiv img {
    max-width: 100%;
}

#activityText {
    justify-self: flex-end;
}

#completedText {
    justify-self: flex-start;
}

@-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;
    }
}