/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

@font-face {
  font-family: 'albbweb';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/alibaba/Alibaba-Regular.woff2') format('woff2'); 
}

@font-face {
  font-family: 'albbweb';
  font-style: normal;
  font-weight: bold;
  src: local(''),
       url('../fonts/alibaba/Alibaba-Bold.woff2') format('woff2'); 
}


html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-size: 100%;
  font-family: "albbweb", Tahoma, "Ubuntu", Arial;
  overflow-x: hidden;
  line-height: normal;
  word-wrap: break-word;
  background-color: var(--brand-pri);
}

a {
  text-decoration: none;
  transition: color .2s ease-in-out;
}

button {
  border: none;
  /*transition: all .2s ease-in-out;*/
}

.hidden {
  display: none;
}

input,
select,
textarea,
button {
  font-family: "albbweb", Tahoma, "Ubuntu", Arial; }

html {
  /*direction: rtl;*/
  /*background-color: #EEE;*/
}

/* --- */

:root {
  --brand-pri: #fdb913;
  --brand-sec: #0078dc;
  --brand-ter: #674fbf;
  --red: #c62828;
}

.button {
  color: #FFF;
  cursor: pointer;
  margin: 1em .5em;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 8px;
  display: inline-block;
  background-color: black;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: var(--brand-pri);
}

/* --- */

.input.error {
  color: var(--red);
  box-shadow: -.25em .25em 0 0 var(--red),
              inset 0 0 0 2px var(--red);
}

.error-message {
  display: block;
  padding: 5px 0;
  font-size: .8em;
  color: var(--red);
}

/* --- */

.content-wrap {
  z-index: 1;
  display: block;
  font-size: 1em;
  max-width: 60em;
  padding: 2em 2em;
  text-align: center;
  position: relative;
}

.wrapper {
  width: 100%;
  display: flex;
  direction: rtl;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-pri);
  background: radial-gradient(circle, rgba(255,183,42,1) 35%, rgba(245,125,45,1) 100%);
  background-position: top right, top left, bottom left, bottom right;
  background-repeat: no-repeat;
  /*background-size: 40%;*/
}

.seperator {
  width: 70%;
  max-width: 300px;
}


/* --- */


content#splash {
  height: 100%;
  background-color: var(--brand-sec);
}

content#splash .content-wrap {
  width: 100%;
  height: 640px;
  max-width: 360px;
  overflow-y: scroll;
  align-items: center;
  border-radius: 10px;
  padding: 30px 0 60px;
  /*box-shadow: 0 0 20px 0 #702b0230;*/
  box-shadow: 0 0 0 1px #FFFFFF60;
  justify-content: center;
  background: rgb(243,107,36);
  background: linear-gradient(45deg, rgba(243,107,36,1) 0%, rgba(255,183,42,1) 35%, rgba(245,125,45,1) 100%);
}

content#splash .content-wrap .content-head {
  z-index: 1;
  width: 100%;
  margin: auto;
  height: 80px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/logo-comb.svg);
}

content#splash.final .content-wrap .content-head {
  height: 50px;
}

content#splash .content-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 4em 1em 2em;
  margin: -3em 1em 1em 1em;
  background: rgb(255,255,255);
  background: linear-gradient(35deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.4) 45%, rgba(255,255,255,0.7) 100%);
}

content#splash.final .content-box {
  padding: 2em 1em 2em;
}

content#splash .content-box h1 {
  font-size: 1.3em;
  font-weight: bold;
}

content#splash .content-box h2 {
  font-weight: bold;
}

content#splash .content-box .two-col {
  margin: 1em 0;
  display: flex;
  align-items: center;
}

content#splash .content-box .two-col .text-col {
  flex: 4;
  margin-left: .7em;
  text-align: justify;
}

content#splash.final .content-box .two-col .text-col {
  flex: 4;
}

content#splash .content-box .two-col .img-col {
  flex: 2;
}

content#splash .content-box .text-block {
  padding: 1em;
  margin: 1em 0;
  font-size: .8rem;
  position: relative;
  border-radius: 8px;
  background: rgb(255,255,255);
  background: linear-gradient(35deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 45%, rgba(255,255,255,0.8) 100%);
}

content#splash.final .content-box .text-block.quote {
  letter-spacing: -.5px;
}

content#splash .content-box .text-block.quote:before {
  content: "";
  border: 15px solid transparent;
  border-right-color: #FFFFFF50;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -30px;
  top: 30px;
}

content#splash .content-box .text-block.align-center p {
  text-align: center;
}

content#splash .content-box .text-block.align-right p {
  text-align: right;
}

content#splash .content-box p {
  font-size: .8rem;
  text-align: justify;
}

content#splash .content-box .key-visual {
  margin: 1em 0;
  overflow: hidden;
  border-radius: 8px;
}

content#splash .content-box .share-result {
  width: 280px;
  height: 280px;
  margin: 1em auto;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #000;
  box-shadow: 0 0 0 1px #fff;
  animation: glowing 2s ease-in-out infinite;
}

@keyframes glowing {
  0%   {box-shadow: 0 0 0 1px #fff;}
  50%  {box-shadow: 0 0 0 5px #fff; transform: scale(1.02);}
  100% {box-shadow: 0 0 0 1px #fff;}
}

content#splash p.last-part {
  width: 100%;
  font-size: 1rem;
  padding: 1em 0 1em;
  text-align: center;
}

content#splash p .link {
  color: #c62828;
  font-weight: bold;
  text-decoration: underline;
}

content#splash.final p.last-part {
  padding-bottom: 0;
}

content#splash .button {
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  bottom: -30px;
  position: absolute;
}

content#splash .button.download {
  bottom: 0;
  width: 210px;
  display: block;
  font-size: 1rem;
  text-align: center;
  position: relative;
  margin: -40px auto 20px;
  padding: 1em 1em 0.7em 1em;
}

/* --- */
/*
.overlay-info {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translateZ(1000px);
  background-color: rgba(0,0,0,.5);
}*/

/*.overlay-info .content-box {
  max-width: 60%;
}*/

content#game {
  height: 100%;
  background-color: var(--brand-sec);
}

content#game .content-wrap {
  width: 100%;
  padding: 30px 0;
  height: 640px;
  max-width: 360px;
  overflow: hidden;
  align-items: center;
  border-radius: 10px;
  /*box-shadow: 0 0 20px 0 #702b0230;*/
  box-shadow: 0 0 0 1px #FFFFFF60;
  justify-content: center;
  background: rgb(243,107,36);
  background: linear-gradient(45deg, rgba(243,107,36,1) 0%, rgba(255,183,42,1) 35%, rgba(245,125,45,1) 100%);
}

content#game .quiz-wrap {
  /*width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;

  width: 330px;
  margin: auto;
  height: 340px;
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #CCC;
  background-color: #FFFFFF40;
}

content#game .questions-halo {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  opacity: .9;
  filter: blur(5px);
  position: absolute;
  animation: blur 2s ease-in-out infinite;
}

@keyframes blur {
  0%   {filter: blur(5px); transform: translateY(-1em);}
  50%  {filter: blur(10px); transform: translateY(0);}
  100% {filter: blur(5px); transform: translateY(-1em);}
}

content#game .questions-halo .halo-wrap {
  width: 100%;
  height: 100%;
  /*margin: 10px auto;*/
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

content#game .questions-halo .halo-wrap .halo {
  top: 40%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgb(254,244,195);
  background: radial-gradient(circle, rgba(254,255,255,1) 10%, rgb(255 212 0) 40%);
  -webkit-animation: halo 2s ease-in-out infinite;
  -moz-animation: halo 2s ease-in-out infinite;
  animation: halo 2s ease-in-out infinite;
}

@keyframes halo {
  0% {transform: scale(2.0);}
  50% {transform: scale(3.0);}
  100% {transform: scale(2.0);}
}

content#game .quiz-wrap .questions-navbar {
    display: flex;
    width: 110%;
    transform: skew(30deg);
    margin: 0px -10px;
    top: 0;
    position: absolute;
}

content#game .quiz-wrap .questions-navbar .strip {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background-color: #FFFFFF40;
}

content#game .quiz-wrap .questions-navbar .bump {
  content: "";
  width: 10em;
  height: 2.5em;
  display: block;
  position: relative;
  padding-right: 10px;
  border-radius: 0 0 0 10px;
  background-color: #FFFFFF40;
}

content#game .quiz-wrap .questions-navbar span {
  width: 12px;
  height: 12px;
  margin: 15px 2px 0;
  border-radius: 100%;
  display: inline-block;
  transform: skew(-30deg);
  background-color: #FFFFFF40;
}

content#game .quiz-wrap .questions-navbar .logotype {
  top: 25px;
  width: 100%;
  opacity: .4;
  height: 14px;
  margin-right: 8px;
  position: absolute;
  transform: skew(-30deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/alibaba-logotype.svg);
}

content#game .quiz-wrap .questions {
  width: 100%;
  font-weight: bold;
  padding: 2em 1em .5em;
  align-self: self-end;
}

content#game .quiz-wrap .choices {
  padding: 0 1em 0;
}

content#game .quiz-wrap .choices ul li {
  font-size: 12px;
  margin: .4em .2em;
  display: inline-block;
}

content#game .btn,
content .btn {
  height: 30px;
  display: block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: .5em .8em .3em;
  background-color: #FFFFFF60;
  box-shadow: 0 1px 0 2px #f1712340;
  color: black;
}

content .btn i {
  margin-left: 4px;
  vertical-align: middle;
}

content#game .btn:hover,
content .btn:hover {
  box-shadow: 0 1px 0 2px #f1712380;
}

content#game .btn.nav {
  padding: 1em;
  margin: 10px;
  box-shadow: none;
  font-weight: bold;
  background-color: transparent;
}

content#game .btn.nav:hover {
  box-shadow: none;
}

content#game .textfield {
  outline: 0;
  width: 250px;
  display: block;
  margin: 0 0 10px 0;
  border-radius: 8px;
  box-sizing: border-box;
  padding: .7em .8em .3em;
  border: 1px solid #555;
  box-shadow: 0 2px 0 1px #f1712340;
}

content#game .textfield::placeholder { color: #777; opacity: 1; }
content#game .textfield:-ms-input-placeholder { color: #777;}
content#game .textfield::-ms-input-placeholder { color: #777;}

content#game .dropdown {
  outline: 0;
  color: black;
  height: 30px;
  cursor: pointer;
  font-size: 12px;
  appearance: none;
  border-radius: 8px;
  line-height: normal;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #FFFFFF60;
  padding: .5em .8em .3em 2.5em;
  box-shadow: 0 1px 0 2px #f1712340;
}

content#game .dropdown-wrap {
  position: relative;
}

content#game .dropdown-wrap::after {
  top: 6px;
  left: 10px;
  width: 10px;
  height: 10px;
  display: block;
  font-size: 16px;
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}

select::-ms-expand {
  outline: 0;
  display: none;
}

/**/

content#game .bot {
  width: 160px;
  /*height: 15em;*/
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bot-full.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 500px;
  transform-origin: bottom;
  margin: auto auto -16em auto;
  animation: bot 1.5s ease-in-out infinite;
}

@keyframes bot {
  0%   {transform: translateY(0) scaleY(1.0);}
  50%  {transform: translateY(10px) scaleY(.98);}
  100% {transform: translateY(0) scaleY(1.0);}
}

content#game .bot .bot-face {
}

content#game .bot .bot-body {
}

content#game .shadow {
  left: 0;
  right: 0;
  top: 13em;
  width: 7em;
  content: "";
  height: 20px;
  margin: auto;
  filter: blur(3px);
  background: #702a00;
  position: absolute;
  border-radius: 100%;
  animation: shadow 1.5s ease-in-out infinite;
}

@keyframes shadow {
  0%   {transform: translateY(0); opacity: .2;}
  50%  {transform: translateY(-10px); opacity: .3; width: 6em;}
  100% {transform: translateY(0); opacity: .2;}
}

content#game .globe {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/globe.svg);
  position: absolute;
  width: 650px;
  height: 650px;
  margin: auto;
  bottom: -580px;
  right: -140px;
  z-index: -1;
  animation: globe 2s linear infinite;
}

@keyframes globe {
  0%   {transform: rotate(0);}
  100% {transform: rotate(-360deg);}
}


/* --- Page Transition --- */

content#game.page-transition .bot {
  animation: bot-transition 2s ease-in-out;
}

@keyframes bot-transition {
  0%   {transform: rotate(0);}
  100% {transform: rotate(360deg);}
}

content#game.page-transition .questions-halo {
  animation: halo-transition 2s ease-in-out;
}

@keyframes halo-transition {
  0%   {filter: blur(5px); opacity: 1;}
  10%   {filter: blur(5px); opacity: 0;}

  80%  {filter: blur(10px); opacity: 0;}
  90%  {filter: blur(10px); opacity: 1;}
  95%  {filter: blur(10px); opacity: 0;}
  100% {filter: blur(5px); opacity: 1;}
}

content#game.page-transition .shadow {
  animation: shadow-transition 2s ease-in-out infinite;
}

@keyframes shadow-transition {
  0% {transform: translateY(0); opacity: .2;}
  100% {transform: translateY(0); opacity: .2;}
}


/* --- */


content#artwork {
  height: 100%;
  background: #FFF;
}

content#artwork .content-wrap {
  width: 100%;
  height: 800px;
  max-width: 800px;
  overflow: hidden;
  align-items: center;
  padding: 30px 0 60px;
  background: linear-gradient(45deg, rgba(243,107,36,1) 0%, rgba(255,202,40,1) 35%, rgba(245,125,45,1) 100%);
}

content#artwork .content-wrap .content-head {
  z-index: 1;
  width: 100%;
  margin: auto;
  height: 120px;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/logo-comb.svg);
}

content#artwork .backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

content#artwork .backdrop .bot {
  left: 60px;
  bottom: 320px;
  width: 180px;
  height: 220px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bot-full.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin: auto auto -16em auto;
}

content#artwork .backdrop .bot:after {
  left: 0;
  right: 0;
  top: 240px;
  width: 7em;
  content: "";
  height: 20px;
  margin: auto;
  filter: blur(3px);
  position: absolute;
  border-radius: 100%;
  background: #702a0050;
}

content#artwork .backdrop .globe {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/globe-s.svg);
  position: absolute;
  width: 800px;
  height: 800px;
  margin: auto;
  bottom: -680px;
  left: -300px;
  z-index: -1;
}

content#artwork .backdrop .promo-text {
  right: 70px;
  opacity: .5;
  bottom: 60px;
  position: absolute;
}

content#artwork .backdrop .promo-text i {
  margin-left: 3px;
  font-weight: bold;
  vertical-align: middle;
}

content#artwork .backdrop .promo-text strong {
  font-weight: normal;
  letter-spacing: -1px;
}

content#artwork .backdrop .promo-text strong + i {
  margin: 0 4px;
}

content#artwork .backdrop .promo-text span {
  font-size: 1.1rem;
}

content#artwork .content-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 0em 4em 2em;
}

content#artwork .text-block {
  position: relative;
  border-radius: 10px;
  margin: 5px;
  height: 95pxpx;
  text-align: right;
  padding: 1.4em 1.2em 1em;
  background: rgb(255,255,255);
  background: linear-gradient(35deg, rgb(255 238 181 / 43%) 20%, rgb(255 245 180) 100%);
}

content#artwork .text-block.dbg {
  background: linear-gradient(35deg, rgb(255 255 255 / 50%) 20%, rgba(255,248,200,0.8) 100%);
}

content#artwork .text-block.wbg {
  background: linear-gradient(35deg, rgba(255,255,255,0.8) 20%, rgba(255,248,200,0.8) 100%);
}

content#artwork .text-block.head {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.6em 1em 1.2em;
}

content#artwork .text-block .title {
  font-size: .8rem;
}

content#artwork .text-block .ugc {
  display: block;
  display: flex;
  font-size: 14px;
  margin-top: 8px;
  font-weight: bold;
}

content#artwork .text-block .data {
  order: 2;
  margin-right: 5px;
}

content#artwork .text-block i {
  width: 16px;
  color: #ff5722;
  font-weight: bold;
}


content#artwork .text-block-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

content#artwork .text-block-wrap.p3,
content#artwork .text-block-wrap.p4 {

  width: 70%;

}















