#win_text {
  display: inline-block;
text-shadow: #000 0 0 1px, #000 0 -1px 2px, #fff 0 -3px 2px, rgb(255 255 255) 0px 8px 8px;
    color: #fff;
  transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
  font-size: 36px;
}
    
#win_text:hover #flash {
   text-shadow: #111 0 0 1px, rgba(255,255,255,0.1) 0 1px 3px;
  margin-left: 20px;
  transition: margin-left 1s cubic-bezier(0, 0.75, 0, 1);
}


/* subtle zoom to attention and then back */
#win_text {
  animation: 2s anim-popoutin  alternate ease-in-out;
}

@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: red;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
	#nagroda_text {
    color: #EEE;
    padding-top: 30px;
    text-align: center;
    font-size: 43px;
    transition-duration: 1s;
    transition-delay: 2s;
    color: #d381ff;
}

@-webkit-keyframes bounce {
  0% {
      text-shadow:
                  0 5px 0 #ccc,
                  0 2px 3px rgba(0, 0, 0, 1);  
  }
  100% {
    transform:translateY(-20px);
    text-shadow:  0 50px 0 #black,
                  0 0px 20px rgba(0, 0, 0, .8);
  }
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'FielmannSans';
    src: url('./FielmannSans-Regular.b780e1f.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html{
    font-family: 'Open Sans', sans-serif;
    font-family: 'FielmannSans';
}
body{
    background: rgb(0,0,0);
    background-repeat:no-repeat;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 25px;
}
h1{
    font-size: 42px;
    color: white;
    margin-bottom: 60px;
    text-align: center;
}
#quiz-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#question-header,.result-heading{
    font-size: 24px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.d-none {
    display: none;
}
#question-text {
    font-size: 28px;
    color: white;
    text-align: center;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow:0 0 8px #d381ff, inset 0 0 8px #fff;
    max-width: 700px;
    width: 100%;
}
#answers {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    
}
label span{
    min-height: 40px;
    display: flex;
    padding: 15px 15px;
    width: 100%;
    border-radius: 25px;
    box-shadow:0 0 8px #d381ff, inset 0 0 8px #fff;
    text-align: center;
    color: white;
    margin: 12px 0;
}
label input {
    display: none;
}
input:checked + span, input.correct + span {
    box-shadow:0 0 8px rgba(98,232,0,1), inset 0 0 8px rgba(1,122,21,1);
    /* background: rgb(98,232,0);
    background: linear-gradient(0deg, rgba(98,232,0,1) 0%, rgba(1,122,21,1) 100%); */
}

input.false + span {
	    box-shadow:0 0 8px rgb(255, 0, 0), inset 0 0 8px rgb(251, 0, 0);

}


.the_wheel{
    background: url(../images/wheel_back.png) 50% 50% no-repeat;
}
.btn{
    font-family: 'Recursive', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    display: inline-block;
    padding-left:40px;
    padding-right:40px;
    font-size: 17px;
    color: #fff;
    margin: 25px;
    height: 45px;
    line-height:45px;
    background-size: 300% 100%;
    letter-spacing:2px;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    outline: none;
    appearance: none;
    border:none;
    cursor: pointer;
}

.btn-3 {
    background-image: linear-gradient(to right, #d381ff, #d381ff, #fff, #fff);

}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 15px 0;
}
.container{
    max-width: 1680px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.container svg{
    width: 112px;
}
.header__title{
    font-size: 28px;
}

.bg,
.button {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 100%;
}


.bg {
  animation: pulse 1.2s ease infinite;
  background: #d381ff;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  border: none;
  background: #d381ff;
  background-size: 18px;
  cursor: pointer;
  outline: none;
}

.button a {
  position: absolute;
  color: #FFF;
  font-size: 22px;
	text-decoration:none;
	text-align:center;
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.q-start{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:black;
	display:flex;
	justify-content:center;
	align-items:center;
}