@charset "utf-8";

:root {
  --main-theme-color: linear-gradient(180deg, #FFB507 0%, #FFD713 49.04%, #FEA901 100%);
  --main-text-color: #430162;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Poppins;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Add this at the top level of your CSS */
canvas.confetti-canvas {
  /* position: fixed !important;
  pointer-events: none !important; */
  z-index: 999999 !important; /* Higher than your modal */
  /* top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; */
}

/* Ensure your modal backdrop has lower z-index */
.overlay.show {
  z-index: 99998 !important; /* Lower than confetti */
}

/* Ensure your modal content has lower z-index */
.popup.show {
  z-index: 99999 !important; /* Lower than confetti */
}

body {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #247d51;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}



section.main-body.style {
  background: linear-gradient(180deg, #010664 0%, #0417B1 49.04%, #0417B1 100%), linear-gradient(180deg, #FFB507 0%, #FFD713 49.04%, #FEA901 100%);
}
.mobile-container {
  max-width: 450px;
  height: 100%;
  width: 100%;
  position: relative;
}



.theme-btn,
.spinner-btn {
  position: relative;
  background-color: #420062;
  border: 0px;
  height: 60px;
  width: 100%;
  border-radius: 14px;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 18px;
  fill: #420062;
  top: 0px;
  /* filter: drop-shadow(0px 9px 0px #3C0D34); */
  transition: all ease 0.1s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn.style,
.spinner-btn.style {
  
  background: linear-gradient(180deg, #FF4833 0.1%, #DC1600 99.91%);
}

.theme-btn:active
.spinner-btn:active {
  top: 10px;
  filter: drop-shadow(0px 0px 0px #3C0D34);
  transition: all ease 0.1s;
}
.logo-wrapper img {
  height: 120px;
}
.logo-wrapper img.express {
  height: 100px;
}
.btn-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.theme-btn::before,
.spinner-btn::before {
  position: absolute;
  background: linear-gradient(90deg, rgba(205, 84, 141, 0.00) 0%, #CD548D 48.42%, rgba(205, 84, 141, 0.00) 100%);
  mix-blend-mode: hard-light;
}
.free-text {
  color: #430162;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.free-text span{
  font-size: 50px;
}
.spin-icon img {
  /* height: 40vw;
  max-height: 260px; */
  height: 160px;
}
.spin-icon.style img {
  height: 160px;
  width: auto;
}
.spin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  column-gap: 12px;
}

.main-body-wrapper {
  height: 100%;
  padding-top: 1vh;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* background-color: red; */
}
.pt-8 {
  padding-top: 8vh;
}
.pt-7 {
  padding-top: 7vh;
}
.pt-6 {
  padding-top: 6vh;
}
.bottom-btn {
  /* position: absolute !important; */
  margin-top: 12dvh !important;
  /* bottom: 10vh; */
}
.sun-shadow.style {
  background-image: url(../images/style/sun.svg);
  opacity: 0.6;
  top: 35%;
}

.sun-shadow {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/style/background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150vw;
  height: 150vw;
  opacity: 0.1;
}

@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.rotate-center {
  animation: rotate360 30s linear infinite;
}

.btn-main-wrapper {
  position: relative;
  width: 100%;
}
.btn-shd {
  background: linear-gradient(90deg, rgba(205, 84, 141, 0.00) 0%, #CD548D 48.42%, rgba(205, 84, 141, 0.00) 100%);
  width: 191px;
  height: 8px;
  position: absolute;
  left: 50%;
  filter: none;
  bottom: -9px;
  transform: translateX(-50%);
  overflow: hidden;
  box-shadow: none;
  z-index: 1;
  opacity: 1;
  transition: all ease 0.25s;
}
.btn-line {
  background: linear-gradient(90deg, rgba(206, 84, 143, 0.00) 0%, #CE548F 50.09%, rgba(206, 84, 143, 0.00) 100%);
  width: 245px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 1;
  opacity: 1;
  transition: all ease 0.25s;
}
.is-invalid {
  border-color: #dc3545 !important;
}
.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  position: absolute;
  bottom: -24px;
}


.theme-btn:active ~ .btn-line,
.spinner-btn:active ~ .btn-shd {
  opacity: 0;
  transition: all ease 0.25s;
}

.overlay, .popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}


/* Show state */
.overlay.show {
  opacity: 0.6;
  visibility: visible;
  transition: all ease 0.4s;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}


.popup {
  max-width: 340px;
  width: 100%;
  background: #ED1B24;
  z-index: 999;
  border-radius: 22px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 25px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
  flex-direction: column;
  display: flex;
}
.popup.style {
  background: linear-gradient(180deg, #FAC807 0%, #E2AF05 100%);
}
p.popup-heading.style,
p.popup-other-heading.style,
p.popup-subheading.style,
p.popup-four-heading.style {
  color: #430162;
}
p.popup-heading {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.2px;
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}
p.popup-other-heading {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 15px;
}
p.popup-other-heading span {
  font-weight: 700;
}
p.popup-subheading {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
p.popup-four-heading {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
img.map-marker {
  margin-bottom: 30px;
}
.overlay {
  background-color: #000000;
  height: 100vh;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.6;
  z-index: 1;
}


 
.spinner-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
}
#spinner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#spinner img.main-wheel {
  width: 100%;
  height: auto;
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: center center;
}
.spin-btn {
  margin-top: 20px;
  padding: 12px 25px;
  background: #CD548D;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
img.pointer {
  position: absolute;
  bottom: -1px;
  height: 45px;
  filter: drop-shadow(4px -3px 1px #00000060);
}



.confetti-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @keyframes bang {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.confetti {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  z-index: 20;
  overflow: hidden;
}
.confetti i {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background: red;
  opacity: 0;
  z-index: 999999;
}
.confetti span {
  color: #333;
  font-size: 0.9em;
} */

.canvas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 1s ease-out;
  bottom: 0px;
  right: 0px;
}
.canvas-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.canvas-wrapper.show {
  display: block;
  opacity: 1;
}

.canvas-wrapper.fade-out {
  opacity: 0;
}



canvas#drawing_canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.canvas-wrapper {
  position: absolute;
  top: -5vw;
  left: 0;
  pointer-events: none;
  transition: opacity 2s ease-out;
}
.canvas-wrapper.fade-out {
  opacity: 0;
}











/* SA */

/* full details */
.logo-wrapper .spinImage{
  max-width: 52px;
  height: auto;
}

.logo-wrapper .spinImage.style {
  max-width: unset;
  height: 110px;
}
.text-left {
  text-align: left;
}
.subheading.tc {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
}
.scrollable {
  overflow-y: auto !important;
}
.py-3 {
  padding: 3vh 0vh;
}


.logo-wrapper .logo{
  max-width: 150px;
}
.headingPart{
  margin-top: 4vh;
  text-align: center;
}
.heading{
  color: #430162;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 2.3vh;
}
.subheading{
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.48px;
}
.form-part{
  margin-top: 5vh;
}
.each-input label{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5vh;
}
.each-input input{
  border-radius: 12px;
  border: none;
  padding: 14px 22px;
  height: 55px;
}
.form-control::placeholder {
  color: #c1c1c1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.each-input {
  max-width: 400px;
  margin: 0 auto 3vh;
  position: relative;
}
label.accept {
  color: #7A5800;
}
label.accept a {
  color: #430162;
}
.form-control:focus,.form-check-input:focus {
  color: #000;
  border: none;
  outline: 0;
  box-shadow: none;
}
.gender-part{
  display: flex;
  align-items: center;
  gap: 15px;
}
.each-input .form-check-input{
  width: 16px;
  height: 16px;
  padding: 0;
  min-height: auto;
}
.each-input .form-check label.form-check-label{
  font-size: 3.3vw;
  margin-bottom: 0;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #000000;
}
.form-check-input:checked {
  background-color: #420062;
  border: 2px solid #FFF;
}
.form-check-input:checked[type=radio]{
  background-image: none;
}
.each-input .check-input{
  width: 19px;
  height: 19px;
  background: transparent;
  border: 2px solid #8F6700;
  margin-right: 2vw;
}
.each-input .check-label{
  color: #7A5800;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.each-input .check-label a{
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.check{
  margin-bottom: 4vh;
}
.form-check-input.custom-check {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #8F6700;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  vertical-align: middle;
}
.text-white .form-check-input.custom-check {
  border: 2px solid #ffffff;
}
.custom-check:checked {
  border-color: #420062;
  background: #420062;
}
.custom-check:checked::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 2%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-check-input:checked[type=checkbox] {
  background-image: none;
}
/* code-verification */
.otp {
  margin-top: 13vh;
}
.otp .subheading{
  margin: 0 auto;
  line-height: 1.4;
}
.otp a{
  color: #430162;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.otp-box {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 4.748vh;
}
.otp-input {
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: none;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.otp-input:focus {
  outline: none;
}
.otp-part .subheading{
  text-align: center;
  margin-top: 3.02vh;
}
.otp-part .theme-btn{
  margin-top: 7.76vh;
}

.btn-main-wrapper.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
strong.countdown {
  width: 48px;
  display: inline-flex;
}
img.confetti-image {
  height: 100%;
  width: 100%;
}




.btn-main-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

p.free-text {
  font-size: 1.8em;
}
.free-text span {
  font-size: 2.2em;
}
section.main-body {
  background: linear-gradient(180deg, #FFB507 0%, #FFD713 49.04%, #FEA901 100%);
  height: 100vh;
  padding: 20px;
  overflow: hidden;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.each-input .form-check label.form-check-label {
  font-size: 15px;
  margin-bottom: 0;
}
.input-number-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-number-wrapper {
  display: flex;
  gap: 6px;
  align-items: stretch;
}
.country-code {
  background-color: #ffffff;
  border-radius: 12px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.pointer.style {
  top: -1px;
  bottom: unset;
  transform: rotate(180deg);
}
.register img.logo-img.express {
  height: 70px;
}
.register .logo-wrapper img.express {
  height: 80px;
  max-width: unset;
}
.register.main-body.style .invalid-feedback {
  color: #fb717d;
}

span.back {
  /* position: absolute;
  top: 0px;
  left: 0px; */
  display: flex;
  align-items: center;
  gap: 10px;
}
.body-text  {
  text-align: left;
  font-size: 15px;
  white-space: no-wrap;
}
.back.text-white path {
  stroke: white;
}
h5.bd.heading {
  margin: 0px;
  font-size: 16px;
}
.tc-heading-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right:0px;
  height: 60px;
  display: flex;padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #FFB507 0%, #FFB507 49.04%, #FEA901 100%);;
}
.tc-heading-wrapper.style {    
  background: #01076b;
}
.body-wrapper-main {
  padding-top: 5px;
}

.form-check-input.style:checked {
  background-color: #ff2c16;
}
 
.custom-check.style:checked {
background: #ff2c16;
}
 

@media (max-width: 450px) {
  .each-input .form-check label.form-check-label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
  }
  p.free-text {
    font-size: 2em;
    letter-spacing: -1px;
  }
  .free-text span {
    font-size: 1.9em;
  }
  section.main-body {
    background: linear-gradient(180deg, #FFB507 0%, #FFD713 49.04%, #FEA901 100%);
    height: 100dvh;
    padding: 5vw;
    overflow: hidden;
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 350px) {
  
  
}

@media (max-height: 700px) {
  p.free-text {
    font-size: 2em;
    letter-spacing: -1px;
  }
  .each-input {
    margin: 0 auto 3vh;
  }
  .pt-6 {
    padding-top: 1vh;
  }

  .btn-main-wrapper {
    margin-top: 30px !important;
  }
  #spinner {
    width: 75vw;
    height: 75vw;
  }
  .heading.express {
    font-size: 25px;
  }
  .heading {
    margin-bottom: 10px;
  }
  .subheading {
    font-size: 14px;
  }
  .form-part {
    margin-top: 25px;
  }
  .each-input label {
    font-size: 14px
  }
}

@media (min-height: 701px) and (max-height: 1400px) {
  p.free-text {
    font-size: 2.3em;
  }
  .theme-btn, .spinner-btn {
    height: 68px;
  }
  .register img.logo-img.express {
    height: 100px;
  }
}

@media (max-height: 650px) {
  span.back {
    gap: 5px;
    font-size: 12px;
  }
  .body-text  {
    font-size: 13px;
  }
  .popup {
    max-width: 85vw;
    padding: 20px 20px 30px 20px;
  }
  p.popup-heading {
    font-size: 23px;
    letter-spacing: -0.5px;
  }
  p.popup-subheading {
    font-size: 12px;
    margin-bottom: 10px;
  }
  img.map-marker {
    height: 70px;
  }
  .register .logo-wrapper img.express {
    height: 70px;
    max-width: unset;
  }
  .each-input label {
    font-size: 12px;
  }
  .each-input {
    margin: 0 auto 15px;
  }
  .invalid-feedback {
    font-size: 11px;
    bottom: -17px;
  }
  .each-input input {
    height: 45px;
  }
  .country-code, .form-control {
    font-size: 12px;
  }
  .each-input .form-check label.form-check-label {
    font-size: 12px;
  }
  .each-input .form-check-input {
    width: 14px;
    height: 14px;
    padding: 0;
    min-height: auto;
    position: relative;
    top: 2px;
  }
  .logo-wrapper img.logo-img.style {
    height: 90px;
  }
  .logo-wrapper .spinImage.style {
    max-width: unset;
    height: 90px;
  }
  .theme-btn, .spinner-btn {
    height: 55px;
  }
  
  #spinner {
    width: 70vw;
    height: 70vw;
  }
  .heading {
    font-size: 20px;
    letter-spacing: 0px;
  }
  img.pointer {
    height: 28px;
  }
  
}




@media (min-height: 801px) and (max-height: 3500px) {
  .home .btn-main-wrapper {
    margin-top: 180px !important;
  }
}

@media (min-height: 701px) and (max-height: 800px) {
  .home .btn-main-wrapper {
      margin-top: 80px !important;
  }
}