@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(Poppins/Poppins-Bold.ttf) format('ttf');
  }
body {
    display: flex;
    margin: 0;
    background-color: #f0f0f0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    line-height:0px !important;

}

.white-bg
{
    background: url(../images/second-bg.png) !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
}

.main-block{
    width: 100%;
    display: block;
}
.main-bg
{
    background: url(../images/main-bg.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.screen1
{
    width: 630px;
    
    float: left;
    margin-left: 150px;
    margin-top: 130px;
    text-align: center;
}

.logo-big
{
    margin-bottom: 70px;
   ;
}

.btn-next
{
    margin-top: 90px;
    display: inline-block
}

.btn-submit
{
    margin-top: 60px;
    display: inline-block
}


.form-control-lg {
    height: calc(2.2em + 1.2rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.6rem;
    border-color: navy;
}



h1{
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 800;
    padding: 40px 0 0 0px;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding-top: 15px;
    
}

.end
{
    text-align: right !important;
}
.center
{
    text-align: center !important;
}


.col-border:nth-child(1)
{
    border-left: 0px solid #ccc;
}
.col-border
{
    border-left: 1px solid #ccc;
    padding: 0 20px;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
}

.pt-20
{
    padding-top: 20px;
}

.scanner {



position: absolute;
    width: 948px;
    height: 980px;
    border: 0px solid #333;
    overflow: hidden;
    border-radius: 1px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    margin: 0 auto;
    /* margin-top: -200px; */
    top: 50px;
    left: 28%;
}
.scanner .hand-gray
{
    position: absolute;
    top: 20px;
    left: 95px;
    z-index: 1;
}

.scanner .hand-active
{
    position: absolute;
    top: 0px;
    left: 77px;
    z-index: 2;
    display: none;
}

.handprint {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.handprint .scan-line
{
    width: 100%;
    height: 42px;
    text-align:center ;
  
  animation: scanning 1.5s linear alternate infinite;
  animation-play-state: paused;
}
@keyframes scanning
{
  0%{transform: translatey(0px);}
  100%{transform: translatey(980px);}
}

label{
    margin-bottom: 0px;
}
label span
{
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 263px;
    margin-left: 40px;
}

.pledge-box
{
    height: 375px;
   
}


.selectall-box label
{
    padding-left: 24px !important;
}

#elementForm  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #c2c2c2;
    border-radius: .8rem;
}


#elementForm .form-control {
    font-family: system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    border: 0px;
    text-align: left;
    height: auto;
    padding:0px;
    background: transparent;

  }
  
  #elementForm  .form-control + .form-control {
    margin-top: 1em;
  }
  
 #elementForm .form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }
  

#elementForm input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
         appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    position: absolute;
    top: 41%;
    vertical-align: middle;
  }
  
 #elementForm input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
  }
  

  #elementForm  input[type=checkbox]:checked {
    border: 0.15em solid #c90310;
    
  }
#elementForm  input[type=checkbox]:checked::before {
    transform: scale(1);
    border: 0.15em solid #c90310;
    background-color: #c90310;
  }
  
#elementForm  input[type=checkbox]:focus {
    /* outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em); */
  }
  
 #elementForm input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }



  /*  video page stye */

  
#myVideo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%; 
    height: 100%;
  }

.video
{
    width: 100%;
    height: auto;
    position: relative;
    visibility: hidden;
}

.elementCounts
{
    position: absolute;
    top: 0px;
    left: 130px;
    width: 100px;
    height: 100%;

}
.elementCounts .box{

    position: relative;
    height: 216px;
    width: 100%;
    display: block;
    vertical-align: middle;
    color: #fff;
}

.box h3{
    padding-top: 57px;
    font-size: 5.5rem;
    color: #fff;
    text-shadow: -1px 1px 0 #000,
                1px 1px 0 #000,
                1px -1px 0 #000,
                -1px -1px 0 #000;                
}

.box h3.active{
    text-shadow: -2px 2px 0 #000,
                2px 2px 0 #000,
                2px -2px 0 #000,
                -2px -2px 0 #000,
                0 0 10px #FFFFFF, 
                0 0 15px #FFFFFF;   
    animation: zoom-in-zoom-out 1s ease infinite;  
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  
  

.heading-box
{
    position: absolute;
    top: 200px;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    z-index: 3;
    display: none;
}
.heading-box h1{
    text-shadow: 3px 4px 5px rgba(0,0,0,0.61);
    color: white;
    text-transform: capitalize;
}

