@charset "UTF-8";

body{
  color: #324963;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/bg_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}

  .logo_area {
    padding-top: 1vh;
    top: 0;
    padding-bottom: 1vh;
    width: 100%;
    left: 0;
    height: 20vh;
    z-index: 0;
  }

.logo_area img {
  /* width: 10rem; */
  height: 100%;
}

#language_switcher{
  position: fixed;
  top:2px;
  right:2px;
  z-index: 100;
}
#language_switcher .lang{
  display:inline-block;
  width:2rem;
  height:2rem;
  border: 1px solid #324963;
  color: #324963;
  text-align: center;
  line-height:2rem;
}
#language_switcher .lang.active{color:white;background: #324963;}


#start{
  position: absolute;
  width: 100%;
  /* display: none; */
}
#start h1{ display:block}
#start .info, #score .info{margin: 0 4em;}
#button_start{margin: 4rem 0;font-size: 2rem;padding: 0.9rem 3rem !important;}

#button_again{margin: 1rem 0 6rem;font-size: 1.4rem; padding: 1rem 3rem;}

#score_scale{
	/* background: #ccc; */
	/* margin: 3rem auto; */
	position:relative;
	/* background-image: url(../images/scale.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top; */
	/* padding-top: 6em; */
	/* font-size: 1.5rem; */
}
#score_hand{
	position: absolute;
	width: 100%;
	top: 0;
}
#score_hand img{transform: rotate(0deg);transform-origin: 50% 85%;}

#display_score{
  font-size: 3em;
  margin-top: 0.2em;
  line-height: 1em;
  }
#display_time{
  /* position:absolute; */
  /* width: 100%; */
  /* bottom: 21%; */
  font-size: 2em;
  line-height: 1.1em;
}
#display_time span{
	display:block;
	font-size: 0.5em;
	margin-top: -1em;
}

#display_place{/* font-size:1.4rem; */}
#display_place span{display: block;height: 6em;background-image: url(../images/badge.png);background-size: contain;background-repeat: no-repeat;background-position: center top;padding-top: 1.6em;font-size: 2.5em;}

#display_ranking{ font-size:1.4rem}
#display_ranking span{ font-size:2rem}

#questions{
  display: none;
}

#question{
  margin-top: 20vh;
  position: relative;
}

#question_image img{max-height:50vh;padding: 1em;}

.form_content {
	position: relative;
  /* width: 55%; */
  /* height: 58rem; */
  /* margin: 0 auto; */
  padding-bottom: 16vh;
  box-shadow: 0 0 10px 5px #f1f3f5;
  -moz-box-shadow: 0 0 10px 5px #f1f3f5;
  -webkit-box-shadow: 0 0 10px 5px #f1f3f5;
  -o-box-shadow: 0 0 10px 5px #f1f3f5;
}

iframe {
  width: 100%;
  height: 22.5rem;
}

.play-video .fas, .stop-video .fas {
  font-size: 1.5rem;
  padding: 2.34375rem;
  background: -webkit-gradient(linear, left top, right top, from(#f95634), to(#fba220));
  background: linear-gradient(to right, #f95634, #fba220);
  box-shadow: 0 0 10px 5px #f1f3f5;
  -moz-box-shadow: 0 0 10px 5px #f1f3f5;
  -webkit-box-shadow: 0 0 10px 5px #f1f3f5;
  -o-box-shadow: 0 0 10px 5px #f1f3f5;
}

.play-video, .stop-video {
  top: 20%;
  left: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video_player:hover a.stop-video {
  visibility: visible;
}

.stop-video {
  display: none;
  visibility: hidden;
}

#question_title{position: relative;}
#question_image{
	/* min-height:60px; */
	/* background-image:url(../images/apple-touch-icon.png); */
	/* background-repeat: no-repeat; */
	/* background-position:center center; */
	/* background-size:contain; */
}
#question_count{/* margin-right: 6rem; */display: block;width: 4rem;height: 4rem;position: absolute;top: -2rem;right: 0.5rem;margin: 0 auto;background: #334a66;color: white;line-height: 4rem;text-align: center;border-radius: 50%;}

#question_title h1 {
  /* font-size: 2rem; */
  letter-spacing: 2px;
  margin-right: 4rem;
}

#question_body{font-size:1.5rem}

#answer_true, #answer_false {display: none;}

#question_answer .badge{
  font-size: 0.9em;
}

 .badge.true{
   background-color: green;
 }
.badge.false{
   background-color: red;
 }

.question_type_0,.question_type_0{display:none;}

#question_explanation{display:none;}

#form_buttons, #button_next_container{
  position: fixed;
  width: 100%;
  bottom: 4vh;
}
#form_buttons button {
    width: 100%;
    font-size: 1.25rem;
    padding: 1rem 0rem;
    /* padding-left: 3.5rem; */
    border-radius: 5px;
    cursor: pointer;
    color: white;
    /* background: linear-gradient(to right, #70abdd, #2672b1); */
}

#result_wrapper{
	position: fixed;
	bottom: 50vh;
	width:100%;
	text-align:center;
}
.result{
	display: inline-block;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	padding-top:2rem;
	font-size:1.3rem;
	color:white;
}

#result_correct{ background: linear-gradient(to right, #4CAF50, #4cafa2);}
#result_incorrect { background: linear-gradient(to left, #F44336, #f43684);}


#button_true { background: linear-gradient(to right, #4CAF50, #4cafa2);}
#button_false { background: linear-gradient(to left, #F44336, #f43684);}


.answer_button{
  width: 100%;
  padding: 1em;
  display: inline-block;
}

#button_next, #button_score{
  width: 100%;
  padding: 1em;
  display: none;
  font-size: 1.25rem;
}


#score{
  display: none;
}

.btn {
  font-size: 1.125rem;
  /* background: linear-gradient(to right, #70abdd, #2672b1); */
  background: #334a66;
}
.btn:hover {
  /* background: -webkit-gradient(linear, left top, right top, from(#107eeb), to(#214466)); */
  /* background: linear-gradient(to right, #56a2e1, #0e64ab); */
  background: #3e5673;
}


body {
  line-height: 1.65;
  font-style: normal;
  font-family: "Russo One", sans-serif;
  position: relative;
}

a,
button,
input {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

/* transition - start
================================================== */
a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* transition - end
================================================== */
.animate_25ms {
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
}

.animate_50ms {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.animate_100ms {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1510px;
  }
}
/* ==================================================
*   01 - media screen and (max-width: 1400px)
*   02 - media screen and (max-width: 1200px)
*	03 - media screen and (max-width: 992px)
*	04 - media screen and (max-width: 768px)
*	05 - media screen and (max-width: 576px)
*	06 - media screen and (max-width: 380px)
*   XX-Large devices (larger desktops)
*   No media query since the xxl breakpoint has no upper bound on its width
================================================== */
@media screen and (max-width: 1399.98px) {
  #question_title h1 {
    font-size: 1.5rem;
  }

  .form_buttons label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .clock_area img {
    width: 5rem;
  }



  .form_content {
    /* height: 53rem; */
  }

  iframe {
    height: 19rem;
  }

  .play-video, .stop-video {
    top: 17%;
  }
  .play-video .fas, .stop-video .fas {
    font-size: 1rem;
    padding: 2rem;
  }

  #question_title h1 {
    font-size: 1.3rem;
  }

  .form_buttons label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {

}
@media screen and (max-width: 767.98px) {


  iframe {
    height: 12rem;
  }

  .play-video .fas, .stop-video .fas {
    font-size: 1rem;
    padding: 1.8rem;
  }

  .play-video, .stop-video {
    top: 14%;
    left: 38%;
  }

  #question_title h1 {
    padding-top: 0rem !important;
    text-align: center;
  }




}
@media screen and (max-width: 575.98px) {


  .clock_area {
    display: none;
  }

  #question_title h1 {
    /* font-size: 1rem; */
  }

  #question_body {
    font-size: 1.2rem;
}

  .form_buttons label {
    font-size: 0.6rem;
  }


  #start .info, #score .info{margin: 2em 1em;font-size: 0.9rem;}
}
@media screen and (max-width: 379.98px) {
  .form_content {
    /* height: 40rem; */
  }

  #question_title h1 {
    font-size: 1rem;
  }

  #question_body {
    font-size: 1rem;
}

  .form_buttons {
    padding-top: 1rem !important;
  }
 

#button_start{margin: 4rem 0;font-size: 1.5rem;padding: 0.9rem 3rem !important;}


  
}


body {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 /* height: 100vh; */
	 background: #eceffc;
}
 .btn-share {
	 --btn-color: #324a66;
	 position: relative;
	 padding: 16px 32px;
	 font-family: Roboto, sans-serif;
	 font-weight: 500;
	 font-size: 16px;
	 line-height: 1;
	 color: white;
	 background: none;
	 border: none;
	 outline: none;
	 overflow: hidden;
	 cursor: pointer;
	 filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32));
	 transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .btn-share::before {
	 position: absolute;
	 content: "";
	 top: 0;
	 left: 0;
	 z-index: -1;
	 width: 100%;
	 height: 100%;
	 background: var(--btn-color);
	 border-radius: 24px;
	 transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .btn-share .btn-text, .btn-share .btn-icon {
	 display: inline-flex;
	 vertical-align: middle;
	 transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .btn-share .btn-text {
	 transition-delay: 0.05s;
}
 .btn-share .btn-icon {
	 margin-left: 8px;
	 transition-delay: 0.1s;
}
 .btn-share .social-icons {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 right: 0;
	 display: flex;
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 transform: translateY(-50%);
}
 .btn-share .social-icons li {
	 flex: 1;
}
 .btn-share .social-icons li a {
	 display: inline-flex;
	 vertical-align: middle;
	 transform: translateY(55px);
	 transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .btn-share .social-icons li a:hover {
	 opacity: 0.5;
}
 .btn-share:hover::before {
	 transform: scale(1.2);
}
 .btn-share:hover .btn-text, .btn-share:hover .btn-icon {
	 transform: translateY(-55px);
}
 .btn-share:hover .social-icons li a {
	 transform: translateY(0);
}
 .btn-share:hover .social-icons li:nth-child(1) a {
	 transition-delay: 0.15s;
}
 .btn-share:hover .social-icons li:nth-child(2) a {
	 transition-delay: 0.2s;
}
 .btn-share:hover .social-icons li:nth-child(3) a {
	 transition-delay: 0.25s;
}