:root {
    --primary-color: #ECB71D;
    --secondary-color: #000000;
    --text-white-color: white;
}

/* font family  */

@font-face {
    font-family: "Jumbo-TheSans-Black";
    src: url("/assets/fonts/Jumbo-TheSans-Black.ttf");
}

@font-face {
    font-family: "Jumbo-TheSans-Bold";
    src: url("/assets/fonts/Jumbo-TheSans-Bold.ttf");
}

@font-face {
    font-family: "Jumbo-TheSans-Regular";
    src: url("/assets/fonts/Jumbo-TheSans-Regular.ttf");
}

.f-family-Jumbo-TheSans-Black {
    font-family: "Jumbo-TheSans-Black";
}

.f-family-bold-jumboTheSans {
    font-family: "Jumbo-TheSans-Bold";
}

.f-famalu-regular-jumboTheSans {
    font-family: "Jumbo-TheSans-Regular";
}

@font-face {
    font-family: "JumboIntroHead-Bold";
    src: url("/assets/fonts/Jumbo-TheSans-Black.ttf");
}

@font-face {
    font-family: "JumboIntroHead-Heavy";
    src: url("/assets/fonts/JumboIntroHead-Heavy.otf");
}

@font-face {
    font-family: "JumboIntroHead-Regular";
    src: url("/assets/fonts/JumboIntroHead-Regular.otf");
}

.f-familyJumboIntroHead-Bold {
    font-family: "JumboIntroHead-Bold";
}

.f-family-JumboIntroHead-Heavy {
    font-family: "JumboIntroHead-Heavy";
}

.f-famalu-JumboIntroHead-Regular {
    font-family: "JumboIntroHead-Regular";
}

/* @font-face {
    font-family: "JumboIntroScript-Bold";
    src: url("/assets/fonts/JumboIntroScript-Bold.otf");
} */

@font-face {
    font-family: "JumboIntroScript-Light";
    src: url("/assets/fonts/JumboIntroScript-Light.otf");
}

@font-face {
    font-family: "JumboIntroScript-Regular";
    src: url("/assets/fonts/JumboIntroScript-Regular.otf");
}

/* .f-family-JumboIntroScript-Bold {
    font-family: "JumboIntroScript-Bold";
} */

.f-family-JumboIntroScript-Light {
    font-family: "JumboIntroScript-Light";
}

.f-famalu-JumboIntroScript-Regular {
    font-family: "JumboIntroScript-Regular";
}

@font-face {
    font-family: "JumboMindset-Slim";
    src: url("/assets/fonts/JumboMindset-Slim.otf");
}

@font-face {
    font-family: "JumboMindset-Regular";
    src: url("/assets/fonts/JumboMindset-Regular.otf");
}

/* @font-face {
    font-family: "JumboOmeHenkPrice";
    src: url("/fonts/JumboOmeHenkPrice.otf");
} */

.f-family-JumboMindset-Slim {
    font-family: "JumboMindset-Slim";
}

.f-famalu-JumboMindset-Regular {
    font-family: "JumboMindset-Regular";
}

/* .f-famalu-JumboOmeHenkPrice {
    font-family: "JumboOmeHenkPrice";
} */

/* -- page layout -- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: JumboMindset-Regular;
    -webkit-text-size-adjust: 100%;
}

/* --text formting -- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
.jumbo-main-section::-webkit-scrollbar {
    display: none;
}
.jumbo-main-section {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.text-white {
    color: var(--text-white-color);
}

.txt-black {
    color: var(--secondary-color);
}

.txt-primary {
    color: var(--primary-color);
}
.desktop-view-hide {
    display: none;
}
/* =================================Main-css=============================== */
.company-name-div {
    position: fixed;
    right: 8%;
}
.jumbo-main-section {
    background-image: url('/assets/images/backround-image.png');
    background-size: 100%;
    background-color: var(--primary-color);
    height: 100dvh;
    overflow: auto;
}
.column-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 3em;
}
.image-main-div {
    width: 75%;
    margin: auto;
}
.class-row, .class-container, .inner-section{
    height: 100%;
}
.address {
    font-size: 30px;
    font-family: "JumboMindset-Regular";
    background-color: var(--text-white-color);
    border-radius: 15px;
    text-align: center;
}
.jumbo-logo-div {
    margin-bottom: 2em;
}
.tickets-head-div {
    margin-bottom: 2em;
    text-align: center;
    margin-top: 4em;
}
.regist-column {
    flex-direction: column;
}
.show-ticket-img {
    width: 85%;
    margin: auto;
}
.register-page .address {
    padding: 0 1em;
}
.register-page .image-main-div {
    width: 65%;
    margin: 0 auto;
}
.regis-row{
    height: 100%;
}
.regis-title {
    font-size: 55px;
    font-family: "JumboIntroScript-Regular";
    color: var(--text-white-color);
    margin-bottom: 0.7em;
    text-align: center;
}

.input-field {
    width: 100%;
    height: 60px;
    border-radius: 30px !important;
    border: none;
    background: #ffffff75 !important;
    text-align: center;
    font-size: 20px;
    font-family: 'Jumbo-TheSans-Regular';
    text-transform: uppercase;
    text-align-last: center;
    appearance: none;
    padding: 10px;
}
.is-invalid{
    border: 2px solid red !important;
}
.is-valid{
    border: 2px solid green !important;
}
.input-field:focus-visible{
    border: none !important;
    background: #ffffff75 !important;
    outline: none !important;
}
.form-div {
    padding: 0 2em;
    width: 495px;
    margin: auto;
}
/* .registration-field-section {
    width: 85%;
} */

.check-input{
    width: 45px !important;
    height: 45px !important;
}
.check-box-div {
    display: flex !important;
    gap: 15px;
    margin-top: 2em;
}
.form-check-label {
    font-size: 14px;
    color: #f5d991;
    line-height: 18px;
    padding-right: 3em;
}
.submit-btn {
    border: none;
    background: none;
    font-size: 25px;
    font-family: 'JumboMindset-Regular';
    color: var(--text-white-color);
    text-decoration: underline;
    text-align: center;
    letter-spacing: 1px;
}
.button-div {
    text-align: center;
    margin-top: 2.5em;
}
.i-icon-modal-div {
    position: fixed;
    bottom: 15px;
    right: 2em;
}
.i-icon-modal {
    background: black;
    width: 25px;
    display: flex;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--text-white-color);
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
.ques-icon {
    color: var(--text-white-color);
    font-size: 16px;
    background: var(--secondary-color);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -24px;
    font-family: 'Jumbo-TheSans-Regular';
    cursor: pointer;
}
.regis-head-div {
    position: relative;
}
.user-name {
    font-size: 80px;
    font-family: "JumboIntroScript-Regular";
    color: var(--text-white-color);
    margin-bottom: 1em;
    text-transform: capitalize;
}
.alr-describe-text {
    font-size: 40px;
    font-family: "JumboIntroScript-Regular";
    color: var(--text-white-color);
    line-height: 1;
    margin-bottom: 10px;
}
.already-inter-section {
    text-align: center;
}
.alr-title {
    font-size: 35px;
    font-family: 'JumboMindset-Regular';
}

 /*----------- CHECK BOX CSS START -----------*/
 .check-box-div{
    display: flex;
    gap: 50px;
  }
  .chek_div_2{
      padding: 0px 0px 0px 0px;
      margin-top: 10px;
      position: relative;
      width: 60px;

  }
  .chek_div_2 input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 50px;
      width: 50px;
      z-index: 9;
      top: 0px;
      left: 24px;
  }
  .checkmark_2 {
      position: absolute;
      top: 0px;
      left: 0;
      height: 50px;
      width: 50px;
      border: solid 3px #E31882;
      border-radius: 7px;
  }
    .chek_div_2 input[type="checkbox"]:checked ~ .checkmark_2 {
      /*background-color: #E31882; */
    }
    .checkmark_2:after {
      content: "";
      position: absolute;
      display: none;
    }
    .chek_div_2 input[type="checkbox"]:checked ~ .checkmark_2:after {
      display: block;
    }
    .chek_div_2 .checkmark_2:after {
      left: -6px;
      top: -6px;
      width: 40px;
      height: 40px;
      /* border: solid 3px #fff; */
      background-color: #E31882;
      border-radius: 5px;
      margin: 8px;
    }

   /*----------- CHECK BOX CSS END -----------*/

 /* -------------------------------won-page--------------------------------- */
.won-page .user-name {
    margin-bottom:0;
    font-weight: 700;
}
.won-page {
    text-align: center;
    width: 560px;
}
.win-title {
    font-size: 45px;
    font-family: 'JumboMindset-Regular';
    color: var(--text-white-color);
    line-height: 1;
}
.won-prize-div {
    background-color: #f5deb3c7;
    border-radius: 20px;
    padding: 1em;
    position: relative;
    width: 85%;
    margin:auto;
    margin-bottom: 4em;
}
.win-img-div {
    position: absolute;
    width: 120px;
    left: -60px;
    top: 10%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    height: 80%;
}
.ticket-name {
    font-size: 42px;
    font-family: 'JumboMindset-Regular';
    margin-bottom: 0;
    line-height: 1;
}
.ticket-sml-txt {
    font-family: 'JumboMindset-Regular';
    font-size: 20px;
    line-height: 1;
}
.ticket-pink-text {
    font-size: 30px;
    font-family: 'JumboMindset-Regular';
    line-height: 1;
    margin-bottom: 0;
    margin-top: 25px;
    color: #E31882;
}
.won-ticket-detail-div {
    border: 4px solid var(--text-white-color);
    border-radius: 10px;
    width: 90%;
    margin: auto;
    padding: 1em;
    margin-bottom: 2.5em;
}
.won-detail {
    font-size: 35px;
    font-family: 'JumboMindset-Regular';
    line-height: 35px;
    color: var(--text-white-color);
}
.sml-won-detail {
    font-size: 24px;
    font-family: 'JumboIntroHead-Regular';
    color: var(--text-white-color);
    margin-bottom: 0;
}
.last-won-txt {
    font-size: 16px;
    font-family: 'Jumbo-TheSans-Regular';
    color: var(--text-white-color);
    letter-spacing: -0.5px;
}
.code-text {
    font-size: 25px;
    font-family: 'JumboMindset-Regular';
}
.user-name-title-div {
    margin-bottom: 4.5em;
}

/* ----------------------------------Play-gain------------------------------ */
.play-again-page {
    text-align: center;
    width: 560px;
}

.play-again-page .user-name {
    margin-bottom: 0;
}
.play-again-page .won-ticket-detail-div {
    margin-bottom: 8.5em;
}

.image-main-div::after {
    content: "";
    position: absolute;
    background-image: url(/assets/images/white-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 64%;
    top: -6%;
    left: 0;
    z-index: 0;
}
.image-main-div{
    position: relative
}
.k3-image {
    position: relative;
    z-index: 1;
}
.register-page {
    height: 100%;
}

.fade-down {
    position: relative;
    overflow: hidden;
    top: 0;
    /* animation: fadeIn 3s ease-in-out forwards;
    animation-iteration-count: 1; */
  }

  .fade-down-leave {
    position: relative;
    overflow: hidden;
    animation: fadeOut 1.5s ease-in-out forwards;
    animation-delay: 1.5s;
  }

  @keyframes fadeOut {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(50%, 100%);
      opacity: 0;
    }
  }

.term-condition-span{
    text-decoration: underline;
}

/* ---------------------modal-css--------------------- */
.modal-backdrop.show {
    display: none !important;
}
.modal-class{
    z-index: 9999 !important;
}

.modal.show{
    backdrop-filter: brightness(0.5);
    width: 102%;
    left: -12px;
}
.modal-class {
    max-width: 700px !important;
    text-align: center;
}
.heading-modal{
    font-family: 'JumboIntroScript-Regular';
    font-size: 50px;
    line-height: 1 !important;
}
.modal-content-div {
    padding: 1em;
}
.small-title {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 0;
}
.ticket-img {
    /* width: 65%; */
    width: 85%;
    border-radius: 50%;
}
.close-btn {
    border: none;
    background: none;
    font-family: 'JumboMindset-Regular';
    font-size: 24px;
    text-decoration: underline;
    color: var(--secondary-color);
}
.border-red{
    border: 2px solid red;
}

.grecaptcha-badge {
    /* bottom: 10% !important; */
    visibility: hidden;
}
canvas {
    width: 100% !important;
    height: 100% !important;
}
.shop-select-tag{
    color: black;
}