body{font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  background-image: url('bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size:18px;

}

header {color:#000;background:#fff;}

#hero {
  padding-bottom:32px;}
  
 #banner {font-size:40px;color:#fff;padding: 18px 0;line-height:1.2em;} 
 .main-box {background: #ffffff; border: 2px solid #000000;margin-bottom:24px;}
 .prizebox {display:block !important}
 
p.question {
font-size: 17px;
}

#q2, #q3, #q4, #q5, #q6 strong {font-size:13px; color: #111;font-weight: 700; margin-top:6px;}

.big {font-size:20px !important; font-weight:bold; padding-top:4px !important;}

sup {top: -0.8em;
  font-size: 0.5em;}

.hero-text {font-size:32px; line-height:36px;font-weight:700;margin-bottom:16px;}


.survey_button { background: #E21836;
  color: #fff !important;
  border-radius: 56px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 6px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
  white-space: nowrap;
  margin: 4px auto;}

.survey_button:hover {color:#fff;text-decoration:none; }

.timer_block {
    background: #FFD04B;
    color:#111;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 20;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.card2 {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.card2 {
max-width: 199px;
height: auto;
background-color: unset;
border: none;
margin: 0 auto;

}

 .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 50s linear infinite;
}

.marquee p {
  display: inline-block;
  color: #fff;
  font-size:16px;
  font-weight:400;
  margin: 0;
}

@keyframes marquee {
  0% {
  transform: translate3d(0, 0, 0);
  }
  100% {
  transform: translate3d(-50%, 0, 0);
  }
}


#popup-bubble {
  display: none;
  position: fixed;
  bottom: 8px;
  left: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 12px;
  max-width: 296px;
  background-color: #fff;  
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
}

#flex-container {
  display: flex;
  align-items: center;
}

#popup-bubble.show {
  opacity: 1;
}

#bubble-image {
  width: 48px;
}

#bubble-text {
  margin-left: 10px;
  font-size: 14px;
}


.prize-container {
  position: relative;
  width: 200px;  /* Adjust as needed */
  height: 132px; /* Adjust as needed */
  margin: 0 auto;
}

.gift-card {
  position: absolute;
  top: 0;
  left: 20px;
  animation: myAnim 3s ease 0s infinite normal forwards;
}

.gift-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;  /* Adjust as needed */
  height: 72px; /* Adjust as needed */
}


.question {padding-top:12px;}

.columns {
  display: flex;
}

.left-column {
  width: 100%;
}

.right-column {
  width: 100%;
  display:none;
}

.reward-content p {font-size: 16px;}

.reward-container {
  display: flex;
  flex-direction: column;
}

.reward-image, .reward-content {
  flex: 1;margin-bottom:12px;
}


.crossed {text-decoration: line-through;color: red; font-size:15px;}
.price {color: green; font-weight: bold; font-size: 22px;}
 
  
  @keyframes myAnim {
    0%,
    100% {
      transform: rotate(0deg);
      transform-origin: 50% 50%;
    }
  
    10% {
      transform: rotate(3deg);
    }
  
    20% {
      transform: rotate(-5deg);
    }
  
    30% {
      transform: rotate(5deg);
    }
  
    40% {
      transform: rotate(0deg);
   
    }
  }
  

.blink {
  animation: blinkEffect 1.5s infinite;
  color: #FF0000;
  font-weight: bold;
  background: yellow;
  }
  
  
  .flash {animation: blinkEffect 1.5s infinite;font-weight: bold;}
  
  @keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  
  50% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
  }

@media only screen and (min-width: 800px) {
  
  body{
  background-position: top center;
}
  
  .left-column {
    width: 75%;
  }
  
  .right-column {
    width: 25%;
    display:inline-block;
    padding-bottom:24px;
    display: grid;
    place-items: center;
  }
  
  .display-m {display:none;}
  
  .reward-container {
    flex-direction: row;
  }
  
  .reward-image {
    flex: 2;
    display: grid;
    place-items: center;
  }
  
  .reward-content {
    flex: 3;
  }
  
  .survey_button {font-size: 20px;}
}

