

 @font-face {
    font-family:greenfont;
    src: url(assets/Titillium-regular.otf);
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: greenfont;
    
    
    
}
.mainPage{
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
  height: 700px;
  width:400px;

}

.main6{

  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
 
  background:url('assets/played.png');
 
  height: 100vh;
  width:400px;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}


.main5 {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
  height: 100vh;
  
  
}


.container{
   position:relative;
}
.main{

    margin: 0;
    position: absolute;
    left: 50%;
    height: 100vh;
    transform: translate(-50%, -0%);
   
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.mainWelcome{
   margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
   
   
    height: 100vh;
    width:100vw;
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;

}
/*desktop screen*/
@media (min-width: 768px) {

  .main, .mainPage{

    height: 100vh !important;
    width:400px !important;
    
  }

   .main2{

    height: 100vh !important;
    max-width:400px !important;
    
  }

  .main4{

    height: 100vh !important;
    max-width:400px !important;
    
  }

  #form1{
    margin-top:62vh !important;
    background-color: none !important;
   text-align:center;
  }


  #cardForm{
    margin-top:60vh !important;
    background-color: none !important;
   text-align:center;
  }
  
  
}

@media screen and (max-width: 700px) and (min-width: 401px){

  #form2{
    margin-top:60vh !important;
    background-color: none !important;
   text-align:center;
  }

}

@media screen and (max-width: 400px){

  #form2{
    margin-top:58vh !important;
    background-color: none !important;
   text-align:center;
  }

}


  #form1{
    margin-top:56vh;
    background-color: none !important;
   text-align:center;
  }

  #cardForm{
    margin-top:57vh;
    background-color: none !important;
   text-align:center;
  }


  #form2{
    margin-top:55vh;
    background-color: none !important;
   text-align:center;
  }

  input[type=text]{
    width: 60%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid black;
    border-radius: 8px;
    
  }

  #form2 input{

    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid black;
    border-radius: 8px;

  }

  #form2  ::placeholder {
    color: black;
    opacity: 0.8; /* Firefox */
  }



  ::placeholder {
    color:#046032;
    opacity: 0.9; /* Firefox */
  }


  .submit-btn{
    margin-top:10%;
    width: 160px;
    padding:10px;
    border-radius: 8px;
    background-color:#046032;
    color: white;
    border:none;
  }
  
  .submit-btn-login{
    margin-top:10%;
    width: 160px;
    padding:10px;
    background-color:#046032;
    color: white;
    border-radius:8px;
    border:none;
  }
  
  .main2{

    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    background:url('assets/pick.png');
   
    
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}




  .submit-btn-pick{

    margin-top:10%;
    width: 160px;
    padding:10px;
    background-color: white;
    color:#046032;
    border-radius:8px;
    border:none;
    font-size:18px;

  }

  


  .main3{

    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
   
    background:url('assets/CARD 01_1.gif');
   
    height: 700px;
    width:400px;
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}



.submit-btn-voucher{

  margin-top:45%;
  width: 160px;
  padding:10px;
  background-color:#ffffff;
  color:#046032;
  border:none;
  border-radius:8px;

}


.main4{

  margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    background:url('assets/Insider3.png');
   
    height: 100vh;
    
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}




.submit-btn-email{
  margin-top:10%;
  width: 160px;
  padding:10px;
  background-color: #046032;
  color:#ffffff;
  border-radius:8px;
  border:none;
}



@media only screen and (max-width: 480px) {
 .main5, .main6, .mainPage, .main, main4, .main2 {
     
      height: 100vh;
      width:100vw;
      
}
}

@media only screen and (max-width: 600px) {
  .main5, .main6, .mainPage, .main, main4 {
     
      height: 100vh;
      width:100vw;
  
  }
}

