.error {
    font-size: 20px;
    margin-bottom: -10px;
    font-family: "Pluto";
    color: #e12d2c;
    margin-top: -2%;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #ffc10e;
}

img {
    width: 100%;
}

#turn {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('assets/rotate.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
    display: none;
}

#rotate.active {
    display: block;
}

#rotate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 3002;
    /* background-image: url('https://oreostayplayful.com/assets/tiltBG.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
background-color: #B10018;
}

#rotateTint {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}

#rotate img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 300px;
}



.container2{
    display: flex;
    justify-content: space-evenly;
    top: 30vh;
    position: relative;

}
.sec1,.sec2{
    width: 85vh;
}
.text1{
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.qr{
    width: 40%;
    margin: 0 auto;
}
.text2{
          /* text-align: center; */
    margin: 0 auto;
    width: 50%;
    /* display: flex; */
    /* transform: translate(-12.5%, 54%); */
    margin-top: 3.5%;
}



.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: yellow;
    animation: l15 1s infinite linear;
    margin: 0 auto;
    position: relative;
    top:15%;
  }
  .loader::before,
  .loader::after {    
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
  }
  .loader::after {
    margin: 8px;
    animation-duration: 3s;
  }
  @keyframes l15{ 
    100%{transform: rotate(1turn)}
  }




#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("./assets/Yellow-BG.jpg");
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

#loader #loaderImgIcon img {
    width: 100%;
}

#loader #loaderGIF img {
    width: 100%;
}

#loaderScreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    /* background-size: cover;
    background-position: center;
    background-image: url("./assets/BG/BG.jpg");
    background-repeat: no-repeat; */
    background-color: #B10018;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}






#registerTitle1{
    width: 44%;
    margin: 0 auto;
    height: 0%;
    position: relative;
    top: -5%;
    display: none;
}

#startNameInput{
    position: relative;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
   
    /* height:18%; */
    height: 12vh;
}


#startButton{
    width: 45%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 3%;
}

#startButton p{
    position: absolute;
    display: flex;
    top: 1.5vh;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    font: 2.7vh Famili;
    color:#B10018;
    height: 0%;
}



#bottomElement img{
    width: 100%;
}




#register_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

#topLeftLogo{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 20%;
}

#midLogo{
    width: 35%;
    margin: 0 auto;
    height: 19%;
    position: relative;
    top: 2%;
}
#registerTitle{
    width: 81%;
    margin: 0 auto;
    height: 20%;
    position: relative;
    top: 5%;
}

#submitTitle{
    text-align: center;
    height:8vh;
    width: 40vh;
    margin: 0 auto;
}

.input_section{
    position: relative;
    text-align: center;
    height: 29%;
    z-index: 999;
}

.txt_field{
    width: 100%;
    margin: 0 auto;
}

#mobileInfo{
    font: 1.3vh Famili;
    color: #442619;
    padding: 0;
    margin: 0;
    transform: translate(0, -2vh);
}

input{
    width: 35vh;
    padding: 2.3vh;
    margin: 0 auto;
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 3.5vh;
    font: 2.6vh Famili;
    color: #ffc10e;
    border:none;
    background-color: #442619;
    border-radius: 7px;
    border-bottom: 5px solid black;


}
input::placeholder{  
    visibility: visible;
    color: #ffc10e;
}
 input:focus{
    outline: none;
}

#submitButton{
    width: 48%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 3%;
    z-index:999;
}

#submitButton p{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    font: 2.3vh Famili;
    color:#B10018;
    transform: translate(0%, -45%);
    height: 20%;
}


@media (min-width: 765px) {
    body {
      background-color: #ffc10e;
    }
    #loaderScreen {
        max-width: 48vh;
    }
    #register_section {
        max-width: 48vh;
    }

#bottomPrivacy #disclaimerText, #bottomPrivacy #pcpText{
    font: 1.525rem Arial;
}

#topFlowerAnim{
    height: 21vh;
}

/* .container2 {
    top:25vh;
    flex-direction: column;
}


.sec1, .sec2 {
    width: 38vh;
    margin: 0 auto;
    height: 50%;

    
  }
  .qr{
    margin-top: 5vh;
  } */
}
  
  
  @media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */
    
    #loaderScreen {
        /* max-width: 48vh; */
    }
    #register_section {
        max-width: 48vh;
    }

    #cvImg{
        width: 10% !important;
    }

    #bottomPrivacy #disclaimerText, #bottomPrivacy #pcpText {
        font: 0.9rem Arial
    }
  }
  
  @media (min-width: 1281px) {
    /* hi-res laptops and desktops */
    #loaderScreen {
        /* max-width: 48vh; */
    }
    #register_section {
        max-width: 48vh;
    }
   
  }

  .scroll {
    width: 46vh;
    padding: 9%;
    position: absolute;
    background: #fff;
    font-family: "Arial";
    border-radius: 15px;
    color: black;
    z-index: 1000000;
    top: 38%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    height: 85vh;
    /* right: 51%; */
    margin: 0 auto;
    font-size: 13px;
    left: 0;
    right: 0;
    top: 9%;
    padding: 3%;
}

#popupIDTH {
    display: none;
    /* z-index: 300000000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1%; */
}

.cross-btn3 {
    width: 18px;
    position: absolute;
    right: 3vh;
    top: 12px;
    cursor: pointer;
}

.Content {
    height: 95%;
    overflow: auto;
    /* border-radius: 15px; */
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
    width: 95%;
    overflow-x: hidden;
    /* font-size: .8em; */
    padding: 2%;
}

.tncSubText {
    text-align: left;
}

td,
th {
    border: 1px solid #000000;
    text-align: center;
    padding: 0px;
}

#pinkbg {
    background-color: #552586;
    color: #fff;
}

.cookie-container {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    background: #dbd2e2;
    color: black;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    z-index: 1000;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: black;
}

.cookie-btn {
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    right: 2%;
    top: 20%
}


/* tnc css end  */












