@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;
   background-size: cover;
   position: relative;
}

#rubricAud {
    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);
}

.sw1 {
    transform: translate(50px, -115px);
    border: 1px solid #000;
}

.sw2 {
    transform: translate(130px, -115px);
    border: 1px solid #000;
}

.sw3 {
    transform: translate(210px, -115px);
    border: 1px solid #000;
}

.sw4 {
    transform: translate(290px, -115px);
    border: 1px solid #000;
}

.swatch {
   font-family: Rubric;
   font-size: 18px;
   font-weight: bold;
   color: #000;
   position: absolute;
}

#swatch0 {
   top: 550px;
   left: 110px;
}

#swatch1 {
   top: 550px;
   left: 198px;
}

#swatch2 {
   top: 550px;
   left: 300px;
}

#swatch3 {
   top: 550px;
   left: 400px;
}

.st1 {
   transform: translate(398px, 92px) scale(0.143)
}

.static1 {
   transform:translate(337px, 108px) scale(0.12)
}

.st2 {
   transform: translate(822px, 137px) scale(0.128)
}

.static2 {
   transform:translate(815px, 158px) scale(0.22)
}

.st3 {
   transform: translate(728px, 52px) scale(0.258)
}

.static3 {
   transform: translate(728px, 52px) scale(0.27)
}

.st4 {
   transform: translate(879px, 52px) scale(0.258)
}

.static4 {
   transform: translate(879px, 52px) scale(0.27)
}

.leafTxt {
   font-family: Rubric;
   font-size: 30px;
   font-weight: bold;
   color: #000;
   position: absolute;
}

#leafTxt0 {
   top: 405px;
   left: 619px;
}

#leafTxt1 {
   top: 405px;
   left: 776px;
}

#leafTxt2 {
   top: 405px;
   left: 922px;
}

#leafTxt3 {
   top: 405px;
   left: 1076px;
}

.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;
}

#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: 660px;
   left: 635px;
   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;
}




@-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;
   }
}


@-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;
   }
}

svg text {
   -webkit-user-select: text;
   -moz-user-select: text;
   -ms-user-select: text;
   user-select: text;
}

svg text::selection {
   background: red;


}


.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;
}
#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);
}
#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;
}
 

 
#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;
}
 