
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');


body{
    background-image: url("../images/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body.background-image{
    background-image: url("../images/register-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
h1{
  font-family: "Anton SC", sans-serif !important;
}

.logo{
    width: 400px;
}

.sub_logo{
    width: 300px;
}

#emoji-confetti {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}

@keyframes fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

.emoji-drop {
  position: absolute;
  top: 0;
  font-size: 2rem;
  animation-name: fall;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
  user-select: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.3s ease;
}

.popup.hidden {
  display: none;
}

.popup-content {
  background: transparent;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.popup-content img {
  width: 300px;
  object-fit: contain;
  margin-bottom: 20px;
  animation: tada 1s ease infinite;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

@keyframes tada {
  0% { transform: scale(1); }
  10%, 20% { transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
  100% { transform: scale(1) rotate(0); }
}

.popup-content.tada {
  animation: tada 1s ease;
}

.popup {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup:not(.hidden) {
  opacity: 1;
}

.ball{
    width: 250px;
    position: relative;
    z-index: 1000;
    margin: auto;
    top: -10px;
}

.btn-primary{
    /* background-color: #0ba23b;
    border-color: #0ba23b; */
        background-color: #045093;
    border-color: #045093;
    height: 60px;
    font-size: 28px;
    font-family: "Anton SC", sans-serif !important;
}

.btn-primary:hover{
    background-color: #ecc103 !important;
    border-color: #ecc103 !important;
    height: 60px;
    color: #000000;
}

.btn-primary:active{
    background-color: #ecc103 !important;
    border-color: #ecc103 !important;
    height: 60px;
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #045093;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select{
    border: 1px solid #045093;
}

.log_out{
    position: absolute;
    width: 80px;
    bottom: 20px;
    right: 20px;
    margin: auto;
    background-color: #ffffff;
    border: 2px solid #045093;
}

.life_point_div{
    position: absolute;
    left: 15px;
    top: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.life_point{
    background-color: #ecc103;
    border: 4px solid #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent !important;
  border-radius: var(--bs-border-radius);
}
.prize .text{
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 33px;
    line-height: 40px;
}
.prize img{
    transform: rotate(270deg);
}
.otp_form .error{
    text-align: center;
}
.martech{
      position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    align-items: center;
}
.d-martech {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    align-items: center;
}
.log_out{
  z-index: 2000;
}
.prize .text{
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 26px;
    line-height: 30px;
}