html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;

}

body {
  background: #fff url('../images/bottom-lines-bg.png') top repeat;
  font-family: 'Hanken Grotesk';
}
body.leaderboard-bg{
  background: #212529;
}
.dark-body{
  background:#212529;
}

body.questions {
  height: 100vh;
  overflow-x: hidden; 
  overflow-y: scroll; 
}

a,
S .sticky,
.logo,
button,
path {
  -webkit-transition: all .5s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

h1 {
  font-size: 125px;
  color: #fff;
  font-family: 'GT Pressura';
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 120px;
}

h2 {
  font-size: 56px;
  font-weight: normal;
  font-family: 'GT Pressura';
  color: #fff;
  text-transform: uppercase;
  line-height: 78px;
}

h3 {
  font-size: 38px;
  font-weight: bold;
  font-family: 'Hanken Grotesk';
  color: #dd3113;
  text-transform: uppercase;
  text-align: center;
}



p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #071D49;
}

a {
  color: #008BEC;
}

a:hover {
  color: #EC2531;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

header {
  padding: 22px 0 15px 0;
}

.zoomBox {
  width: 85%;
  padding-top: 35px;
  padding-bottom: 30px;
  transform: scale(1);
}

.zoomBox.animate {
  animation: zoomBounceIn 0.6s ease-out;
  opacity: 1;
}

@keyframes zoomBounceIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  60% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.main-header-bg{
  background: #212529;
}
.questions-header-bg{ 
  background: #212529 url('../images/question-head-bg-design.svg') no-repeat;
  background-size: auto 78%;
  background-position: -58px center;
background-repeat: no-repeat;
}
.fade-up-logo {
  opacity: 0;
  transform: translateY(10px); 
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.2s; 
}

@keyframes fadeUp {
  0% {
      opacity: 0;
      transform: translateY(10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); 
  }
}

.fade-left-head {
  opacity: 0;
  transform: translateX(-220px); 
  animation: fadeLeft 1s ease-out forwards;
  animation-delay: 0.5s; 
}

@keyframes fadeLeft {
  0% {
      opacity: 0;
      transform: translateX(-220px);
  }
  100% {
      opacity: 1;
      transform: translateX(0); 
  }
}


.fade-right-head {
  opacity: 0;
  transform: translateX(220px); 
  animation: fadeRight 1s ease-out forwards;
  animation-delay: 0.7s; 
}

@keyframes fadeRight {
  0% {
      opacity: 0;
      transform: translateX(220px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}


.fade-left-head2 {
  opacity: 0;
  transform: translateX(-220px); 
  animation: fadeLeft 1s ease-out forwards;
  animation-delay: 0.9s; 
}

@keyframes fadeLeft2 {
  0% {
      opacity: 0;
      transform: translateX(-220px);
  }
  100% {
      opacity: 1;
      transform: translateX(0); 
  }
}

.intro-secnd-sec{
  background: #f3f3f3;
}
.scnd-sec-head{
  color: #dd3113;
  font-family: 'Hanken Grotesk';
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.scnd-sec-head span{
  display: block;
}

.scnd-sec-head span.ipad-mini-txt {
  display: inline-block;
  overflow: hidden;
  font-size: 62px;
  line-height: 58px;
}

.ipad-mini-txt span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  animation: floatUp 0.5s ease-out forwards;
  animation-delay: 2.8s;
}

@keyframes floatUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ipad-mini-txt span:nth-child(1) { animation-delay: 2.51s; }
.ipad-mini-txt span:nth-child(2) { animation-delay: 2.52s; }
.ipad-mini-txt span:nth-child(3) { animation-delay: 2.53s; }
.ipad-mini-txt span:nth-child(6) { animation-delay: 2.51s; }
.ipad-mini-txt span:nth-child(7) { animation-delay: 2.52s; }


.text-reveal {
  position: relative;
  overflow: hidden;
  
}

.text-reveal span {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  animation: swipeIn 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.text-reveal span:nth-child(1) { animation-delay: 1.51s; }
.text-reveal span:nth-child(2) { animation-delay: 1.75s; }
.text-reveal span:nth-child(3) { animation-delay: 1.97s; }

@keyframes swipeIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ipad-img {
  position: absolute;
  right: 38px;
  bottom: -67px;
}

.ipad-img img {
  width: 100%;
  transform: scale(0.7); /* Start slightly more zoomed out */
  opacity: 0; /* Start hidden */
  animation: zoomIn 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) 2.8s forwards; /* Faster animation */
}

@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    transform: scale(1.15); /* Slightly overshoot for a more dynamic effect */
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.intro-bottom-sec{
  border-top: 1px solid #dbdbdb;
  padding: 25px 0;
}

.start-over-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  height: 95px !important;
  font-size: 36px !important;
  width: 100% !important;
}


.play-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}


.play-btn::before {
  content: "";
  position: absolute;
  width: 90px; 
  height: 240px; 
  background-color: rgba(255, 255, 255, 0.30);
  transform: rotate(20deg);
  top: -50px;
  left: -60px;
  transform-origin: center;
  animation: swipeHighlight 4s linear infinite; 
  overflow: hidden;
}

@keyframes swipeHighlight {
  0% {
      left: -60px;
      opacity: 1;
  }
  30% {
      opacity: 1;
  }
  100% {
      left: 100%;
      opacity: 1;
  }
  40%, 100% { 
      left: 100%;
      opacity: 0;
  }
}

.register-header{
  background: #fff url('../images/bottom-lines-bg.png') top repeat;
}

.w-85{
  width: 85%;
}
.leaderboard-header{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.leaderboard-content-main{
  margin: 0;
}
.leaderboard-content h3{
  overflow-wrap: break-word;
    word-break: break-word;
}

.leaderboard-content{
  background: #f7f7f7;
  border: 2px solid #d1d3d4;
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  border-radius: 9px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease
}
.leaderboard-content.animate {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.leaderboard-content.selected{
  border: 4px solid #dd3113;
}
.leaderboard-content h3{
  font-size: 35px;
  text-align: left;
}
.lead-bodr-right{
  border-right: 2px solid #d1d3d4;
}

.pl-5perc{
  padding-left: 4%;
}
#leaderboard{
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.scrollable-div {
  height: calc(100vh - 578px);
  overflow-y: auto;
  margin-bottom: 25px;
}
.scrollable-div::-webkit-scrollbar {
  width: 6px;
}

.scrollable-div::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.fade-up-tanks-txt h1{
  font-size: 95px;
  line-height: 106px;
}
.fade-up-tanks-txt {
  opacity: 0;
  transform: translateY(10px); 
  animation: fadeUpthanks 1s ease-out forwards;
  animation-delay: 0.2s; 
}

@keyframes fadeUpthanks {
  0% {
      opacity: 0;
      transform: translateY(10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); 
  }
}

.fade-up-tanks-txt:nth-child(1) { animation-delay: 0.2s; }
.fade-up-tanks-txt:nth-child(2) { animation-delay: 0.4s; }
.fade-up-tanks-txt:nth-child(3) { animation-delay: 0.6s; }





/*old CSS Start*/

.bg-img {
  height: 100vh;
  position: relative;
}

.main-head-bg {
  background:transparent;
  border-radius: 15px 15px 0px 0px;
  padding: 22px 25px 17px 25px;

}
.main-head-bg img{
  display:block;
  margin:0 auto;
  border: 1px solid #fff;
  max-width: 410px;
}
.main-head-bg h1{
  text-align: center;
}
.pop-content-main {
  background:transparent;
  border-radius: 0px 0px 15px 15px;
  padding: 20px 14px 14px 14px;
}


.sucess-btn {
  position: relative;
  z-index: 1;
}

.wrong-btn {
  position: relative;
  z-index: 1;
}
.questions-content-bg{
  background: #fff;
}
.pop-content-main a {
  background-color: #f7f7f7;
  padding-top: 26px;
  padding-bottom: 26px;
  width: 100%;
  display: block;
  border: 2px solid #808285;
  margin-bottom: 22px;
  border-radius: 9px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 105px;
  padding-right: 15px;
  color: #231f20;
  font-size: 30px;
  transition: transform 0.6s cubic-bezier(2, -0.55, 0.27, 1.55), box-shadow 0.6s ease;
  font-family: 'Hanken Grotesk';
  font-weight: bold;
  flex-wrap: wrap;
  transform: scale(1);
}
.pop-content-main a p{
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'Hanken Grotesk';
  line-height: 20px;
}
.pop-content-main a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #FEFEFE;
  /*transform: scale(1.05);*/
}

.pop-content-main a.a-btn {
  background-image: url('../images/a-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
  
}

.pop-content-main a.b-btn {
  background-image: url('../images/b-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
}

.pop-content-main a.c-btn {
  background-image: url('../images/c-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
}

.pop-content-main a.d-btn {
  background-image: url('../images/d-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
}

.pop-content-main a.clicked-wrong-btn {
  background-color: #E60029;
  background-image: url('../images/wrong-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
  color: #fff;
  border: none;
}

.pop-content-main a.clicked-success-btn2 {
  background-color: #70c050;
  border-color: #70c050;
  background-image: url('../images/success-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
  color: #fff;
}

.pop-content-main a.clicked-success-btn {
  background-color: #70c050;
  border-color: #70c050;
  background-image: url('../images/success-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
  color: #fff;
}

.pop-content-main a.clicked-wrong-btn-others {
  background-image: url('../images/wrong-ico.svg');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 56px 56px;
  transition: background-image 0s, background-size 0.2s ease-in-out;
}


.jerk {
  animation: jerkRotateAnimation 1s ease-in-out forwards, slowMove .5s ease-in-out forwards;
}

@keyframes jerkRotateAnimation {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
  }

  10% {
    transform: translateX(-6px) rotate(-5deg) scale(1.05);
  }

  20% {
    transform: translateX(6px) rotate(6deg) scale(1.10);
  }

  30% {
    transform: translateX(-6px) rotate(-6deg) scale(1.15);
  }

  40% {
    transform: translateX(6px) rotate(6deg) scale(1.20);
  }

  50% {
    transform: translateX(-6px) rotate(-6deg) scale(1.20);
  }

  60% {
    transform: translateX(4px) rotate(3deg) scale(1.15);
  }

  70% {
    transform: translateX(-3px) rotate(-2deg) scale(1.10);
  }

  80% {
    transform: translateX(2px) rotate(1deg) scale(1.05);
  }

  90% {
    transform: translateX(-1px) rotate(-0.5deg) scale(1.02);
  }

  100% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
}


@keyframes slowMove {
  70% {
    transform: rotate(-2deg) scale(1.25, 1.25);
  }

  80% {
    transform: rotate(2deg) scale(1.15, 1.15);
  }

  100% {
    transform: rotate(-2deg) scale(1, 1);
  }
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.zoom-animation {
  animation: zoomInOut 1s ease;
}

#fireworks-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.8;
  transform: translate(-50%, -50%);
}
.canvas-wrapper{
  position: relative;
  overflow: hidden;
}
canvas#fireworksCanvas {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1800px;
  display: block;
}

.form-control {
  background-color: #f7f7f7;
  height: 85px;
  width: 100%;
  display: block;
  border: 1px solid #808285;
  margin-bottom: 14px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #000;
  font-family: 'Hanken Grotesk';

}

input.success {
  background-image: url(../images/form-success.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  border: 1px solid #00CB55 !important;
}

input.error {
  background-image: url(../images/form-error.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  border: 1px solid #FC3B6D !important;
}

.btn-primary {
  width: 100%;
  border-radius: 45px;
  height: 50px;
  background-color: #00CB55;
  border: none;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #02AA48;
}

a.btn-qr-download {
  width: 100%;
  border-radius: 45px;
  height: 50px;
  background-color: #00CB55;
  border: none;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #FFFFFF;
  padding: 0;
}

a.btn-qr-download:hover {
  color: #fff;
  background-color: #02AA48;
}

.qr-code {
  margin: 20px auto;
}

.download-btn-ico {
  padding: 0px 9px 0 0;
  margin-top: -7px;
  display: block;
}
.question-count h1{
  font-size: 28px;
  font-family: 'din_condensedbold';
  padding: 10px 0;
}
.question-count h1 span{
  color: #a48f31;
}
h1.true-false{
  font-size: 26px;  
  font-family: 'din_next_lt_probold_condensed';
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.full-width{
  width: 100%;
}

.btn-wrap button {
  font-family: 'Hanken Grotesk';
  height: 145px;
  background: #dd3113;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 41px;
  font-weight: bold;
}

/* New Home Style */
.outer-wrapper {
  width: 80%;
}

.leaderboard-wrapper {
  width: 90%;
}

.outer-wrapper .welcome {
  padding: 60px 0;
}

.outer-wrapper .welcome .bottom-wrap span.trivia {
  font-family: 'silvertonewoXcondalternateosf';
  background: #a48d29;
  font-size: 300px;
  padding: 10px;
  color: #fff;
}

.outer-wrapper .btn-wrap {
  margin: 80px 0;
}

.outer-wrapper .btn-wrap button {
  font-family: 'Hanken Grotesk';
  height: 145px;
  background: #dd3113;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 41px;
  font-weight: bold;
}

.outer-wrapper .btn-wrap button:hover,
.outer-wrapper .btn-wrap button:focus,
.outer-wrapper .btn-wrap button:active {
  background: #c6200a;
}


.outer-wrapper .btn-wrap-registr {
  margin: 60px 0;
}

.outer-wrapper .btn-wrap-registr button {
  font-family: 'Hanken Grotesk';
  height: 110px;
  background: #dd3113;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}

.outer-wrapper .btn-wrap-registr button:hover,
.outer-wrapper .btn-wrap-registr button:focus,
.outer-wrapper .btn-wrap-registr button:active {
  background: #c6200a;
}


.footer-wrap {
  width: 90%;
  color: #fff;
  padding: 60px 0;
}

.footer-wrap .footer-top .imp-info {
  font-family: 'Hanken Grotesk';
  font-size: 18px;
  padding-left: 40px;
  font-weight: bold;
}
.footer-txt-normal {
    font-weight: normal;
    font-size: 15px;
    font-family: 'din_next_lt_procondensed';
}

.footer-wrap span {
  font-family: 'din_next_lt_procondensed';
  font-size: 14px;
}

.header-wrap {
  width: 85%;
  padding: 80px 0 70px;
}

.register-form .form-group {
  margin-bottom: 30px;
}

.register-form .form-control {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
}

.register-form .form-control:focus {
  border-color: #dd3113;
  box-shadow: 0px 0px 10px #dd3113;
}
.register-form .form-control::placeholder {
  color: #231f20;
  opacity: 1; 
}

.roleselect {
  color: #fff;
  font-family: 'Gotham Book';
}
.roleselect p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.roleselect p a {
  color: #fff;
  text-decoration: underline;
}

.roleselect p a:hover {
  text-decoration: underline;
}
.roleselect h3 {
  font-family: 'din_next_lt_procondensed';
  font-size: 30px;
  margin-bottom: 24px;
}

.roleselect .form-check {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.roleselect .form-check input {
  width: 24px;
  height: 24px;
  border: none;
  margin-top: 0;
}

.roleselect .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.roleselect .form-check-input:checked {
  background-color: #a48d29;
}

.roleselect .form-check label {
  font-size: 24px;
  padding-left: 18px;
  text-transform: uppercase;
}



.thanks-head{
  padding: 45px 0;
}

.thanks-body{
  color: #fff;
  text-transform: uppercase;
}
.thanks-body h4{
  font-family: 'silvertonewoXcondalternateosf';
  font-size: 100px;
  color: #a48d29;
  margin-bottom: 20px;
}
/*.thanks-body .way-answer{
  font-family: 'din_condensedbold'; 
  margin-bottom: 20px;
}*/
.thanks-body .way-answer{
  font-family: 'din_condensedbold'; 
  padding-bottom: 20px;
  font-size:30px;
}
.thanks-body .way-answer span{  
  color: #a48d29;
  position: relative;
}
.thanks-body .way-answer::after{
  content: ' ';
  width: 40%;
  height: 3px;
  display: block;
  position: absolute;
  background: #a48d29;
  left: 30%;
  border-radius: 3px;
  bottom: 0;
}
.thanks-body p{
  font-family: 'din_condensedbold';
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  padding: 28px 0;
}
.thanks-body p span{
  color: #a48d29;
}
.qr-code-img{
  background: #00CB55;
  position: absolute;
  top: 8%;
  left: 61%;
  width: 32%;
  height: 48%;
}
.qr-code-img img{
  width: 100%;
}
.go-trivia-button {
  position: absolute;
  top: 78.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 67%;
  height: 9%;
  background: #a48d29;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  font-size: 250%;
  transition: all 0.3s ease;
  font-weight: 500;
}
.go-trivia-button:hover {
  background: #665a24;
  color: #fff;
}

.role-error {
  font-family: 'din_next_lt_procondensed';
  font-size:14px;
  text-align:right;
  padding-left:12px;
  text-transform:none;
}
.map-link-button {
  position: absolute;
  bottom: 8%;
  left: 32%;
  padding: 0;
  width: 12%;
  height: 2.5%;
  color: #ffffff;
}
.map-link-button2 {
  position: absolute;
  bottom: 11.5%;
  left: 27%;
  padding: 0;
  width: 11%;
  height: 5%;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .bg-img {
    background: #000 url(../images/main-bg.png) no-repeat center;
    height: 100vh;
    position: relative;
  }
  .form-control {
    height: 70px;
}
.header-wrap {
  width: 100%;
  padding: 50px 0 40px;
}
  h2 {
    font-size: 32px;
    font-weight: normal;
    font-family: 'GT Pressura';
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}
  .zoomBox {
    width: 100%;
    padding-top: 15px;
    transform: scale(1);
  }
  .outer-wrapper {
    width: 95%;
    padding-top: 0 !important;
}
  canvas#fireworksCanvas {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 800px;
    display: block;
  }

  .main-head-bg {
    background: transparent;
    border-radius: 15px 15px 0px 0px;
    padding: 17px 12px 13px 12px;

  }

  .pop-content-main a.clicked-success-btn {
    background-color: #00CB55;
    border-color: #00CB55;
    background-image: url(../images/success-ico.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 56px;
    color: #fff;
  }


  .pop-content-main a {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    border-radius: 9px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 15px;
    font-size: 19px;
    transition: transform 0.6s cubic-bezier(2, -0.55, 0.27, 1.55), box-shadow 0.6s ease;
    flex-wrap: wrap;
  }


  .pop-content-main a.a-btn {
    background-image: url('../images/a-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
  }

  .pop-content-main a.b-btn {
    background-image: url('../images/b-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
  }

  .pop-content-main a.c-btn {
    background-image: url('../images/c-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
  }

  .pop-content-main a.d-btn {
    background-image: url('../images/d-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
  }

  .pop-content-main a.clicked-wrong-btn {
    background-color: #E60029;
    background-image: url('../images/wrong-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
    color: #fff;
  }

  .pop-content-main a.clicked-success-btn2 {
    background-color: #70c050;
    border-color: #4EEAAB;
    background-image: url('../images/success-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
    color: #fff;
  }

  .pop-content-main a.clicked-success-btn {
    background-color: #70c050;
    border-color: #70c050;
    background-image: url('../images/success-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
    color: #fff;
  }

  .pop-content-main a.clicked-wrong-btn-others {
    background-image: url('../images/wrong-ico.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 29px;
  }

  .pop-content-main a p{
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'din_next_lt_procondensed';
    line-height: 20px;
  }
  body.questions {
    height: 100vh;
    overflow-x: hidden; 
    overflow-y: scroll; 
    
  }
  
  .outer-wrapper .welcome {
    padding: 30px 0;
  }

  .outer-wrapper .btn-wrap {
    margin: 30px 0;
  }

  .footer-wrap {
    padding-top: 30px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top .img-wrap {
    width: 80%;
    margin: auto;
    margin-bottom: 32px;
  }

  .footer-wrap .footer-top .imp-info {
    padding-left: 0;
  }

  .roleselect h3 {
    line-height: 40px;
  }
  .thanks-head{
    padding: 30px 0;
  }

  .full-width{
    width: 95%;
  }
  .full-width img{
    width: 80%;
  }
  header{
    text-align: center;
  }
  header img{
    width: 80%;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 820px) 
  and (orientation: portrait) {
    .outer-wrapper {
      width: 100%;
    }
    .intro-bottom-sec {
      padding: 0;
  }
  h2 {
    font-size: 53px;
    font-weight: normal;
    font-family: 'GT Pressura';
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
}
}

@media (min-width: 992px) {
  .container {
    padding-right: 53px;
    padding-left: 57px;
  }

}

@media only screen and (min-width: 1200px) {
  .outer-wrapper {
    width: 60%;
  }
.leaderboard-wrapper{
  width: 70%;
}
  .footer-wrap {
    width: 70%;
  }

  .header-wrap {
    width: 65%;
  }
  .full-width{
    width: 50%;
  }
}

@media only screen and (min-width: 1023px) {

  .full-width{
    width: 80%;
  }
}