h2,
h3 {
  text-transform: uppercase;
  text-align: center;
  color: rgb(211, 211, 206);
}
.game-h3 {
  border-bottom: azure 1px solid;
  padding-bottom: 1rem;
}
.cont-game {
  min-width: 320px;
  max-width: 768px;
}
.game-p {
  text-align: center;
  border-radius: 0.5rem;
  line-height: 1.5;
  padding: 0 1rem 1rem 1rem;
}

@media only screen and (min-width: 900px) {
  .game-p {
    padding: 2rem;
    padding-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
.game-text {
  text-align: center;
  color: hsl(0, 0%, 90%);
  padding: 0.6rem;
  border-radius: 1rem;
}

.js-game-q1,
.js-game-q2,
.js-game-q3,
.js-game-q4,
.js-game-q5 {
  margin: 0rem 2rem;
  padding: 0.5rem;
  padding-bottom: 1rem;
  background-color: #252729;
  border-radius: 1rem 1rem 0 0;
}

.game-kontakty {
  margin: auto;
  margin-top: 2rem;
  width: fit-content;

  padding: 0.7rem;
  border-radius: 1rem;
  border: solid #eb284c;
}
.item {
  color: #eb284c;
}
.item:hover {
  color: hsl(0, 0%, 90%);
}
.game-answer {
  text-align: center;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  margin: 0.6rem 1rem;
}
.radio-label {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}

.radio-label:hover,
.radio-label:focus-within {
  background: hsla(0, 0%, 80%, 0.14);
}

.radio-input {
  display: none;
}

.radio-design {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(
    to right bottom,
    hsl(349, 96%, 66%),
    hsl(0, 60%, 35%)
  );
}

.radio-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: 0.3s;
}

.radio-input:checked + .radio-design::before {
  transform: scale(0);
}

.radio-text {
  color: hsl(0, 0%, 90%);
  margin-left: 0.9rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: 0.3s;
}

.radio-input:checked ~ .radio-text {
  color: hsl(349, 96%, 66%);
}

.arrowed {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  margin: 0rem 2rem;
  background-color: #2b2d2e;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 1rem;
}

/* .btn-design:checked + .btn-design::before {
  transform: scale(0);
} */

.btn-design:hover {
  border: none;
  background: #eb284c;
  transition: 0.3s;
  transform: scale(1.1);
}
.btn-design {
  width: 4rem;
  height: 2.5rem;
  background: hsl(0, 0%, 90%);
  border: none;
  border-radius: 0.5rem;
  transform: scale(1.1);
  transition: 0.3s;
  cursor: pointer;
}
.js-btn-back.hide,
.js-btn-forward.hide {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.js-btn-forward img {
  height: 100%;
  appearance: none;
  transform: rotate(90deg);
}

.js-btn-back img {
  height: 100%;
  appearance: none;
  transform: rotate(-90deg);
}

.logo {
  width: 5rem;
  margin: auto;
}
.hide {
  display: none;
}
.one {
  color: hsl(349, 96%, 66%);
}

.modal {
  display: none;
  position: fixed;
  z-index: 31;
  padding-top: 17rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: #eb284c;
  padding: 1rem;
  border-color: 1px solid #2b2d2e;
  border-radius: 0.5rem;
  width: 50%;
  margin: auto;
}

.close {
  color: #2b2d2e;
  float: right;
  margin-left: 0.5rem;
  font-size: 3rem;
}

.close:hover,
.close:focus {
  color: hsl(0, 0%, 90%);
  cursor: pointer;
}
