/* start spin style */
/* * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}*/
body {
  /* display: flex;
  flex-direction: column;
  min-height: 100vh; */
  background: url('images/bg-img.png'), #b22222 !important;
  /* height: 100vh; */
  /* background: url('images/bg-img.png'), linear-gradient(to bottom, rgb(222, 2, 2),rgb(153, 0, 4)) !important; */
  /* background-color: #b22222 !important; */
}
a{
  color: #fff !important;
}
header{
  margin-bottom: 0px !important;
}
.wrapper {
  width: 100%;
  max-width: 300px;
  max-height: auto;
  padding: 10px;
  border-radius: 1em;
  text-align: center;
  margin: auto;
}

.qr-img{
  max-width: 200px !important;
  margin: auto;
}
#wheel {
  max-height: inherit;
  width: inherit;
  top: 0;
  padding: 0;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
#spin-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 26%;
  width: 26%;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: radial-gradient(#fcab37 50%, #c27a04 85%);
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.container > img {
  position: absolute;
  width: 4em;
  top: 45%;
  right: -8%;
}
 #final-value {
  font-size: 1.5em;
  text-align: center;
  margin-top: 1.5em;
  color: #202020;
  font-weight: 500;
}
#final-value{
color: #fff;
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 12px;
  }
  .container >img {
    right: -5%;
  }
}
/* End spin style */

*{
  box-sizing: border-box;

  padding: 0;
  font-family: "Poppins", sans-serif;
}

.box-logo{
  text-align:center;
}
.box-logo > img{
  max-width: 110px;
  width: 100%;
}
.main-box{
  max-width: 400px;
width: 100%;
margin: 10px auto;
/* margin-top: 30px; */

border-radius: 20px;
}
.box-input{
  width: 90%;
  margin:auto;
}
.box-input h4{
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.box-form label{
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.box-table {
height: auto;
border-radius: 5px;
border: 1px solid #fff;
margin-bottom: 20px;
padding: 10px;
text-align: center;
}
.box-table >img{
  max-width: 60px;

}
.box-table h5{
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
    margin-bottom: 0;
}
.box-table h6{
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.box-form input{
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  padding: 9px 15px;
}
.box-form button{
  text-align: center;
border-radius: 10px;
border: 2px solid #fff;
color: #fff;
padding: 10px 30px;
/* background:linear-gradient(to bottom, rgb(255, 223, 129),rgb(255, 186, 21)) !important; */
font-size: 16px;
font-weight: 600;
margin-top: 10px;

}
.otp{
  margin-left: 12% !important;
}
.otp-box{
  border: 1px solid #fff;
  max-width: 300px;
  width: 100%;
  padding: 15px;
}
.box-btn {
  text-align: center;
  border-radius: 5px;

}
.box-btn button{
  padding: 15px 0;
  min-width: 250px;
  border-radius: 50px;
  letter-spacing: .30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: auto;
    margin-bottom: 23px;
}
.box-btn button img{
width: 30px;
}
.box-btn-1 {
  border: 0;
  font-size: 18px;
  padding: 15px 25px;
  color: #222222;
  min-width: 160px;
  border-radius: 50px;

  /* Main gradient */
  background: linear-gradient(to bottom, #fff7d6, #ffdf7f);

  /* Advanced glow pulse */
  animation: goldenPulse 1.4s infinite ease-in-out;
  cursor: pointer;

  /* Smooth shadow */
  box-shadow: 0 0 12px rgba(255, 224, 120, 0.6);
}

/* Keyframes: soft white → yellow → gold → white */
@keyframes goldenPulse {
  0% {
    transform: scale(1);
    background: linear-gradient(to bottom, #ffffff, #ffeec2);
    box-shadow: 0 0 10px rgba(255, 240, 180, 0.5);
  }
  50% {
    transform: scale(1.07);
    background: linear-gradient(to bottom, #ffe69c, #ffcc3a);
    box-shadow: 0 0 22px rgba(255, 200, 60, 0.9);
  }
  100% {
    transform: scale(1);
    background: linear-gradient(to bottom, #ffffff, #ffeec2);
    box-shadow: 0 0 10px rgba(255, 240, 180, 0.5);
  }
}



.box-btn-2{
  /* background-color:#e23d3d; */
  border: 0;
  font-size: 18px;
  color: #fff;
  border-radius: 50px !important;
  background: linear-gradient(to bottom, rgb(255, 67, 67),rgb(194, 0, 0)) !important;
}

.btn-a{
  color: #fff;
  text-decoration: none;
}
.survey h2{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.quiz-que{
  color: #fff;
  margin-bottom: 10px;
}
.start-heading{
  border-radius: 5px;
  /* border: 2px dotted #fff; */
  width: 90%;
  margin: auto;
}
.start-heading h5{
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: .30px;
}
.footer{
    margin-top:auto !important;
  width:100%;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  /* background-color: #ba0000; */
  padding: 25px 0;
}
.footer-text p{
  margin-bottom: 0px;
  letter-spacing: .30px;
}
.btn-right{
  width: 100%;
  text-align: right;
  padding-right: 38px;
}
.btn-right button{
  border-radius: 10px;
  background-color: #fdb934;
  border: 0;
  font-size: 11px;
  padding: 10px;
}
.icon img{
  max-width: 40px;
  width: 100%;
  margin-left: 15px;
}
.icon button{
  border: 1px dotted #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: transparent;
    padding: 7px 20px;
    color: #fff;
}

.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.jc-sb{
  justify-content: space-between;
}
.icon-location{
  width: 50px;
}
.site-accordion{
  background-color:#bc0000 !important;
  color: #fff !important;
}
.site-accordion:after{
  filter: invert();
}
.modal-close-btn{
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert();
  opacity: 1;
}
.site-modal-body{
  background: url('images/bg-img.png'), linear-gradient(to bottom, rgb(222, 2, 2),rgb(153, 0, 4)) !important;
}
.welcome-img{
  width: 60%;
  margin: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.celebration-message{
  color: #e23d3d;
  text-align: center;
  padding: 10px 5px;
  margin: auto;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #fff;
  font-weight: 500;
  font-size: 19px;
}
.icon-container{
  width: 45px;
height: 45px;
margin: auto;
background-color: #fcbc38;
border-radius: 100%;
padding: 8px;

}
.icon-m{
    margin-left: 40px
}
.icon-container img{
  width: 30px;
  filter: invert();
}
.w-20{
  width: 20%;
}
.w-80{
  width: 80%;
}
.w-100{
  width: 100%;
}
.w-50{
  width: 50%;
}
.w-87{
  width: 87%;
}
.time-container{
  max-width: 300px;
  width: 100%;
  margin-left: auto;
}
.ms-auto-imp{
  margin-left: auto !important;
  margin-right: 0px;
}
.con-message-box{
  max-width: 400px;
  width: 100%;
  padding:  15px 10px;
  background-color: #fb0;
  border-radius: 10px;
  /* border: 3px solid #fff; */
}
.con-message-box h3{
  color: #222;
  font-size: 30px;
  margin-bottom: 13px;
  letter-spacing: .30px;
}
.con-message-box p{
  font-size: 20px;
  letter-spacing: .30px;
  margin-bottom: 0px;
  /* animation: blink 1.3s linear infinite; */
  font-weight: 500;
}
.blink-effect{
  animation: blink 1.3s linear infinite
}
.end-message-container{
  max-width: 400px;
  width: 100%;
  padding:  15px 10px;
  background-color: #fb0;
  border-radius: 10px;
  /* border: 3px solid #fff; */
}
.end-message-container p, .end-message-container p a{
  font-size: 20px;
  letter-spacing: .30px;
  margin-bottom: 0px;
  font-weight: 500;
  color:  #222;
}
.end-message-container p small{
  font-size: 13px;
}
@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}
.timeup-message-container{
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 3px solid #fff;
  font-size: 18px;
  color: #222222;
  letter-spacing: .30px;
}
.icon-invert{
  filter: invert();
}
.col-form-label{
  color: #222 !important;
}
.captcha-container{
  width: 30%;
}
.captcha-field-container{
  width: 70%;
}
.captcha-message{
  background-color: #fff;
  border-radius: 5px;
  color:#f20;
  padding: 5px;
}
.captcha-img{
  background-color: #131315;
  padding: 5px 0px;
  border-radius: 50px;
  overflow: hidden;
}
.icon-white img{
  filter: invert(100%);
  width: 45px;
}
.jc-center{
  justify-content: center;
}
.logout-container{
  max-width: 200px;
  margin: auto;
}
.li-container{
  width: 50px;
  height: 50px;
  background-color: #fec748;
  margin: auto;
  border-radius: 100px;
  padding: 8px;
}
.home-btn{
  width: 70px;
  height: 70px;
  background-color: #fec748;
  border: 0px;
  padding: 8px;
  border-radius: 100px;
}
.header-icon img{
  filter: invert(100%);
  width: 30px;
}
.start{
  min-width: 80%;
  border-radius: 50px !important;
  /* background-color: #ffcb29 !important; */
  background: linear-gradient(to bottom, rgb(255, 223, 129),rgb(255, 186, 21)) !important;
  border: 0 !important;
  color: #222 !important;
  padding: 10px;
}
.pax-con{
  width: 25%;
}
.date-con{
  width: 45%;
}
.time-con{
  width: 30%;
}
.pdt-date{
  width: 45%;
}
.pdt-time{
  width: 35%;
}
.pdt-pax{
  width: 20%;
}
.pdt-txt{
  font-size: 14px;
}
.modal-par{
  color: #fff;
  font-size: 14px;
}
.site-footer-carousel{
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}
.whatsapp-float{
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.page-collapse-body{
  background-color: #b22222;
padding: 10px;
text-align: center;
}
.btn-set{
  width: 50%;
}
.share-btn{
  /* background-color: #fff !important; */
  background: linear-gradient(to bottom, rgb(255, 255, 255),rgb(213, 213, 213)) !important;
  margin: auto;
  color: #222;
}
.share-btn img{
  width: 20px !important;
}
.site-btn{
  min-width: 150px !important;
  padding: 10px !important;
  background-color: #fdb934 !important;
  color: #222222 !important;
  border-radius: 10px !important;
  border: 0px !important;
}
.sm-txt{
  font-size: 12px;
}
.lh20{
  line-height: 20px;
}
.br-50{
  border-radius: 50px !important;
}
.main-info-container{
  border: 1px solid #fff;
  padding: 10px;
}
.modal-head-txt{
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#id{
  font-size: 23px;
}
.pax-con, .date-con, .time-con{
  color: #222;
  font-size: 15px;
}
.br-5{
  border-radius: 5px;
}
.wel-section{
  width: 90%;
  margin: auto;
  padding: 10px;
  background-color: #fcbd3a;
  border-radius: 50px;
  text-align: center;
  margin-top: 10px;
}
.wel-section p{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .30px;
}
.sp-offer-txt{
  color: #777;
}
