@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@font-face {
  font-family: 'PSL-modern';
  src: url("/fonts/PSL160pro.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PSL-modern';
  src: url("/fonts/PSL161pro.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'avenir';
  src: url("/fonts/Avenir.otf");
}

@font-face {
  font-family: 'avenir-next';
  src: url("/fonts/AvenirNextCondensed.ttf");
}

@font-face {
  font-family: 'avenir-next-light';
  src: url("/fonts/AvenirNextCondensed-light.ttf");
}

@font-face {
  font-family: 'lillybelle';
  src: url("/fonts/LillyBelle.ttf");
}

@font-face {
  font-family: 'PSL';
  src: url("/fonts/PSL-Display.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PSL';
  src: url("/fonts/PSL-DisplayBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("/fonts/Kanit-Regular.ttf");
}

@font-face {
  font-family: 'Kanit';
  src: url("/fonts/Kanit-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: #88c6e9 !important;
}

@media only screen and (max-width: 480px) {
  span.break-sm {
    display: block;
  }
}

.doNotWrap {
  white-space: nowrap;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "lillybelle";
  background-color: #3d1a6f;
  border-radius: 0;
}

.navbar a {
  color: #fff !important;
}

@media only screen and (max-width: 480px) {
  .navbar a {
    font-size: 0.9rem;
  }
}

.navbar .logo {
  height: inherit;
  min-height: 50px;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 480px) {
  .navbar .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar .logo img {
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .navbar .logo img {
    max-height: 1.6rem;
  }
}

.lang-btn {
  z-index: 3;
  right: 0;
}

.lang-btn a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0 1rem 0.25rem 1.5rem;
  font-family: "PSL-modern";
  line-height: 1;
  font-size: 2rem;
  color: #3d1a6f !important;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .startgame {
    background-image: url("/images/world.png");
    height: calc(100vh - 60px);
    background-position: center calc(100% + 300px);
    background-size: 165%;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .startgame {
    background-image: url("/images/world.png");
    height: calc(100vh - 60px);
    background-position: center calc(100% + 400px);
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

.startgame .world-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.startgame .world-wrapper .game-logo {
  top: 0;
}

@media only screen and (max-width: 480px) {
  .startgame .world-wrapper .game-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .startgame .world-wrapper .game-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5rem;
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .startgame .world-wrapper .game-logo {
    width: 100%;
    margin-top: 29%;
  }
}

.startgame .world-wrapper .game-logo .cloud-left {
  top: 1.5rem;
  left: 1rem;
}

.startgame .world-wrapper .game-logo .cloud-left img {
  max-width: 80px;
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .startgame .world-wrapper .game-logo .cloud-left {
    top: 10%;
    left: 3rem;
  }
}

.startgame .world-wrapper .game-logo .cloud-right {
  top: 48%;
  right: 1rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.startgame .world-wrapper .game-logo .cloud-right img {
  max-width: 100px;
}

.startgame .world-wrapper .game-logo .logo img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .startgame .world-wrapper .game-logo .logo img {
    margin-top: 25%;
    width: 85%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .startgame .world-wrapper .game-logo .logo img {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .startgame .world-wrapper .game-logo .logo img {
    width: 75%;
  }
}

.startgame .world-wrapper .game-logo .btn {
  border-radius: 2rem;
  font-size: 2.25rem;
  padding: 0 2rem 0.25rem 2rem;
  line-height: 1;
  font-family: "PSL-modern";
  color: #3d1a6f;
  font-weight: bold;
}

@media only screen and (min-width: 1680px) {
  .gameplay {
    height: calc( 100vh - 60px);
  }
}

.gameplay .cloud-left {
  top: 3rem;
  left: 5rem;
}

.gameplay .cloud-left img {
  max-width: 200px;
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .cloud-left {
    left: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .gameplay .cloud-left {
    left: .5rem;
    top: 4rem;
  }

  .gameplay .cloud-left img {
    max-width: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .cloud-left {
    left: 2rem;
    top: 3rem;
  }

  .gameplay .cloud-left img {
    max-width: 80px;
  }
}

.gameplay .cloud-right {
  z-index: 0;
  right: 5rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.gameplay .cloud-right img {
  max-width: 300px;
}

@media only screen and (min-width: 992px) {
  .gameplay .cloud-right {
    top: 500px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .cloud-right {
    top: 500px;
    right: 1rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .cloud-right {
    top: 250px;
    right: 1rem;
  }

  .gameplay .cloud-right img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .gameplay .cloud-right {
    top: 400px;
    right: 1rem;
  }

  .gameplay .cloud-right img {
    max-width: 100px;
  }
}

.gameplay .countdown-wrapper {
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gameplay .countdown-wrapper .countdown-circle {
  height: 300px;
  background-color: #3d1a6f;
  width: 300px;
  border-radius: 50%;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15rem;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .gameplay .countdown-wrapper .countdown-circle {
    height: 150px;
    width: 150px;
    font-size: 5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .countdown-wrapper .countdown-circle {
    height: 125px;
    width: 125px;
    font-size: 5rem;
  }
}

.gameplay .gameplay-wrapper {
  max-width: 1000px;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1680px) {
  .gameplay .gameplay-wrapper {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper {
    max-width: 500px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper {
    max-width: 400px;
  }
}

.gameplay .gameplay-wrapper .score-wrapper .scorebox {
  background-color: #3d1a6f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.gameplay .gameplay-wrapper .score-wrapper .scorebox h5 {
  color: #ffcb06;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorebox {
    padding: 0 .5rem;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorebox {
    padding: 0rem 0.5rem;
  }
}

.gameplay .gameplay-wrapper .score-wrapper .scorebox p {
  font-family: "PSL-modern";
  font-size: 1.75rem;
  line-height: .75;
}

.gameplay .gameplay-wrapper .score-wrapper .scorecircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper {
  background-color: #fff;
  border-top-right-radius: 2rem;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper {
    height: inherit;
    width: 50%;
    max-width: 50px;
    border-top-left-radius: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1rem 0 0.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper {
    width: inherit;
    height: 50%;
    border-bottom-right-radius: 2rem;
    padding: 0 1rem 0 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper {
    width: inherit;
    height: 70%;
    border-bottom-right-radius: 2rem;
    padding: 0 1rem 0 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper {
    width: inherit;
    height: 60%;
    border-bottom-right-radius: 2rem;
    padding: 0 1rem 0 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle {
  margin-top: 1px;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle {
    width: calc(100% / 15);
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle {
    width: calc(100% / 15);
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle {
    width: calc(100% / 15);
  }
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle {
    height: calc(100% / 15);
  }
}

.gameplay .gameplay-wrapper .score-wrapper .scorecircle .circle-wrapper .box-circle .circle {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
}

.gameplay .gameplay-wrapper .score-wrapper .bg-score-purple {
  background-color: #3d1e6d !important;
}

.gameplay .gameplay-wrapper .score-wrapper .bg-score-pink {
  background-color: #c8007b !important;
}

.gameplay .gameplay-wrapper .score-wrapper .bg-score-gold {
  background: url("/images/star.png");
  background-size: 100%;
}

.gameplay .gameplay-wrapper .question-wrapper .image-wrapper {
  border: 0.25rem solid #ffcb06;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .image-wrapper {
    border: 0.5rem solid #ffcb06;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .no-wrapper {
  top: -1.25rem;
  left: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .no-wrapper {
    top: -1rem;
    left: -0.5rem;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .no-wrapper .no {
  width: 3rem;
  height: 3rem;
  background-color: #ffcb06;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d1a6f;
  font-family: "PSL-modern";
  font-size: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .no-wrapper .no {
    width: 5rem;
    height: 5rem;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .question .text-question {
  padding: 0.5rem;
  border-radius: 2rem;
  color: #3d1a6f;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 0px -1px #cfcdd3;
  box-shadow: 0px 5px 0px -1px #cfcdd3;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question h2 {
    font-size: 1.5rem;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .question .text-question .one {
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .one {
    width: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .one {
    width: 23px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .one {
    width: 23px;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .question .text-question .break-sm {
  display: block;
}

.gameplay .gameplay-wrapper .question-wrapper .question .text-question .space {
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .space {
    width: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .space {
    width: 23px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .question .text-question .space {
    width: 23px;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper {
  border-radius: 5px;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 5px 0px -1px #cfcdd3;
  box-shadow: 0px 5px 0px -1px #cfcdd3;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right {
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left,
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right {
    padding-top: 5px;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice {
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice:hover p,
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice:hover p {
    background-color: #9d87c6;
    color: #fff;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice .active,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice .active {
  background-color: #9d87c6;
  color: #fff;
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice.down,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice.down {
  margin-top: 5px;
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice p,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice p {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 2rem;
  font-family: "PSL-modern";
  color: #414042;
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice .border-down-right,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice .border-down-right {
  background-color: #e6e6e6;
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: -1rem;
  right: -1.75rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice .border-above-right,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice .border-above-right {
  background-color: #e6e6e6;
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: -1.75rem;
  top: -1rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice .border-above-left,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice .border-above-left {
  background-color: #e6e6e6;
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: -1.75rem;
  top: -1rem;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-left .choice .border-down-left,
.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .choice-right .choice .border-down-left {
  background-color: #e6e6e6;
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: -1rem;
  left: -1.75rem;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount {
  z-index: 10;
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -35px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount {
    margin-top: -50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount {
    margin-top: -35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount img {
    max-width: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount img {
    max-width: 70px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount img {
    max-width: 100px;
  }
}

.gameplay .gameplay-wrapper .question-wrapper .choice-wrapper .timecount .time-text {
  padding-bottom: 10px;
  position: absolute;
  width: calc(100% - .5rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "PSL-modern";
  font-size: 5rem;
}

.register .pad-regisBtn,
.result .pad-regisBtn {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.register .back-to-home,
.result .back-to-home {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #414042;
}

.register .back-to-home img,
.result .back-to-home img {
  padding-bottom: 3px;
  width: 12px;
}

.register #circle,
.result #circle {
  margin: auto;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffcb05;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .register #circle,
  .result #circle {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 480px) {
  .register #circle,
  .result #circle {
    width: 160px;
    height: 160px;
  }
}

.register #circle #reward,
.result #circle #reward {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register #circle #reward img,
.result #circle #reward img {
  width: 100%;
  text-align: center;
}

.register .badge-score,
.result .badge-score {
  color: #000;
  background-color: #ffcb05;
  font-size: 2rem;
  border-radius: 0.5rem !important;
}

@media only screen and (max-width: 480px) {
  .register .badge-score,
  .result .badge-score {
    font-size: 1.8rem;
  }
}

.register .congrat-text,
.result .congrat-text {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .register .congrat-text,
  .result .congrat-text {
    font-size: 1.5rem;
  }
}

.register .regisROP span,
.result .regisROP span {
  font-size: 1.8rem;
  color: #3d1a6f;
  text-decoration: underline;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .register .regisROP span,
  .result .regisROP span {
    font-size: 1.6rem;
  }
}

.register .regisROP a:hover,
.result .regisROP a:hover {
  text-decoration: none;
}

.register .cloud-left,
.result .cloud-left {
  top: 3rem;
  left: 5rem;
}

.register .cloud-left img,
.result .cloud-left img {
  max-width: 200px;
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .register .cloud-left,
  .result .cloud-left {
    left: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .register .cloud-left,
  .result .cloud-left {
    left: .5rem;
    top: 4rem;
  }

  .register .cloud-left img,
  .result .cloud-left img {
    max-width: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .register .cloud-left,
  .result .cloud-left {
    left: 2rem;
    top: 3rem;
  }

  .register .cloud-left img,
  .result .cloud-left img {
    max-width: 80px;
  }
}

.register .cloud-right,
.result .cloud-right {
  z-index: 0;
  right: 5rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.register .cloud-right img,
.result .cloud-right img {
  max-width: 300px;
}

@media only screen and (min-width: 992px) {
  .register .cloud-right,
  .result .cloud-right {
    top: 500px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .register .cloud-right,
  .result .cloud-right {
    top: 500px;
    right: 1rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .register .cloud-right,
  .result .cloud-right {
    top: 250px;
    right: 1rem;
  }

  .register .cloud-right img,
  .result .cloud-right img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .register .cloud-right,
  .result .cloud-right {
    top: 400px;
    right: 1rem;
  }

  .register .cloud-right img,
  .result .cloud-right img {
    max-width: 100px;
  }
}

.register .register-wrapper,
.result .register-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 5px 10px -2px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 1rem;
  font-family: "PSL-modern";
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .register .register-wrapper,
  .result .register-wrapper {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) and (max-height: 500px) {
  .register .register-wrapper,
  .result .register-wrapper {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .register .register-wrapper,
  .result .register-wrapper {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .register .register-wrapper,
  .result .register-wrapper {
    margin-top: 100px;
    max-width: 800px;
  }
}

.register .register-wrapper .title,
.result .register-wrapper .title {
  color: #3d1a6f;
  font-weight: bold;
}

.register .register-wrapper .btn,
.result .register-wrapper .btn {
  color: #fff;
  background-color: #3d1a6f;
  border-color: #3d1a6f;
  font-size: 1.5rem;
  padding: 0 1rem 0 1rem;
}

.register .register-wrapper .btn:focus,
.result .register-wrapper .btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.register .register-wrapper .btn:not(:disabled):not(.disabled).active:focus,
.register .register-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
.result .register-wrapper .btn:not(:disabled):not(.disabled).active:focus,
.result .register-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #3d1a6f;
  border-color: #3d1a6f;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.register .register-wrapper .text,
.result .register-wrapper .text {
  font-size: 1.5rem;
  color: #414042;
}

.register .register-wrapper .text input,
.result .register-wrapper .text input {
  font-size: 1.5rem;
  border-radius: .5rem;
}

.register .register-wrapper .text input:focus,
.result .register-wrapper .text input:focus {
  border-color: #3d1a6f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 19, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(63, 19, 111, 0.25);
}

@media only screen and (max-width: 480px) {
  .register .register-wrapper .text .form-group label,
  .result .register-wrapper .text .form-group label {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.register .thankyou,
.result .thankyou {
  color: #3d1a6f;
  font-family: "lillybelle";
  height: calc(100vh - 60px);
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .register .thankyou h1,
  .result .thankyou h1 {
    font-size: 5rem;
  }

  .register .thankyou h3,
  .result .thankyou h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .register .thankyou h1,
  .result .thankyou h1 {
    font-size: 5rem;
  }

  .register .thankyou h3,
  .result .thankyou h3 {
    font-size: 3rem;
  }
}

.register .thankyou .btn,
.result .thankyou .btn {
  border-radius: 2rem;
  font-size: 2.25rem;
  padding: 0.5rem 2.5rem;
  line-height: 1;
  font-family: "PSL-modern";
  color: #3d1a6f;
  font-weight: bold;
}

