/* 01. Default */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* wrapper */
.wrapper {
  background: url('../../assets/img/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
  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;
  overflow: hidden;
}
.casino {
  max-width: 750px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}
.feedback {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4792f), to(#fde808));
  background: -o-linear-gradient(top, #f4792f 0%, #fde808 100%);
  background: linear-gradient(180deg, #f4792f 0%, #fde808 100%);
  padding: 10px;
}
.feedback p {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #50295f;
}
.casinoBottom {
  border: 4px dashed #fde808;
  border-top: 0;
  padding: 30px;
}
.kingdomImg {
  text-align: center;
}
.kingdomImg img {
  max-width: 100%;
}
.content {
  text-align: center;
}
.contentSub {
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
.contentTitle {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  font-size: 25x;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.contentTitle span {
  font-weight: 700;
  color: #fde808;
}
.btn {
  display: inline-block;
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  background: #008000;
  border: 3px solid #fde808;
  border-radius: 10px;
  padding: 15px 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background: #fde808;
  color: #000;
}
.content .btn {
  margin-top: 30px;
}
.questionBlock {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}
.questionNumber {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  text-align: center;
  color: #fde808;
  display: none;
}
.currentQuestion {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.questionBlock .btn {
  width: 46%;
}

/* question6 */
.questionBlock6 .btn,
.questionBlock7 .btn {
  padding: 26px 10px;
  font-size: 16px;
}
.questionBlock6 .btnContainer,
.questionBlock7 .btnContainer {
  margin-bottom: 10px;
  margin-top: 30px;
}

/* question8 */
.questionBlock8 .btnContainer {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* question9 */
.questionBlock9 .btnContainer,
.questionBlock10 .btnContainer {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* thank */
.thank {
  display: none;
  border: 4px dashed #fde808;
  border-top: 0;
  padding: 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thankImg {
  text-align: center;
  position: relative;
}
.thankImg img {
  max-width: 400px;
}
.thankValue {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  height: 100%;
}
.thankValueText {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fde808;
}
.thankSub {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.thankTitle {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.thank span {
  color: #fde808;
}
.thankBtn {
  display: inline-block;
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  background: #008000;
  border: 3px solid #fde808;
  border-radius: 10px;
  padding: 15px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
  margin-bottom: 50px;
}
.lastChance {
  background: url('../../assets/img/countDownBox\ 1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 50px 50px 30px 50px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
}
.offer {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.last {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #fde808;
}
