/** roulette **/
.roulette-luck{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/roulette/background.png);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 1300px;
  }

  .roulette-luck>.TopContainer{
    display: flex;
    flex-direction: row;
    width: 80%;
  }

  
  .roulette-luck>.TopContainer> .title{
    font-family : KozGoPr6N-Regular;
    font-size : 103px;
    line-height: 100px;
    color : #ffff00;
    margin-right: 0%;
    margin-top: 100px;
    -webkit-filter: drop-shadow(4px 0px 4px #000);
    filter: drop-shadow(4px 0px 4px #000);
    will-change: filter;
-moz-filter: drop-shadow(4px 0px 4px #000);
  }
  
  .roulette-luck>.TopContainer> .subText{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10%;
    margin-top: 60px;
    width: 100%;
    justify-content: flex-end;
  }
  
  .roulette-luck>.TopContainer>.subText>.text1{
    font-family : ShinGo-Medium;
    font-size : 25px;
    line-height : 35.22px;
    letter-spacing : 1.5px;
    color : #ffffff;
    text-align: right;
    font-weight: 500;

  }
  

  .roulette-luck>.instruction{
    display: flex;
    width: 80%;
    margin-top: 50px;
  }
  .roulette-luck>.instruction>.content{
    font-family : ShinGo-Medium;
    font-size : 14px;
    line-height : 21px;
    letter-spacing : 1.26px;
    color : #FFFFFF;
  }

  .roulette-luck>.instruction>.content>.highlight{
    color: #ffff00;
  }
  
  .roulette-luck > .emailForm{
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  
  .roulette-luck > .emailForm > .txt{
    font-family : HelveticaNeue;
    font-size : 22px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-align: center;
  }
  
  .roulette-luck > .emailForm > .email{
    background-image: url(../img/roulette/emailBox.png);
    background-size: 100% 100%;
    width: 380px;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .roulette-luck > .emailForm > .email input[type=email] {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none; 
    border-width: 0; 
    box-shadow: none;
    text-align: center;
    font-family: KozGoPr6N-Medium;
  }
  
  .roulette-luck > .wheelAndNob{
    height: 700px;
    width: 700px;
    margin-top: -40px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .roulette-luck > .wheelAndNob>.spotLight{
    background-image: url(../img/roulette/spot_light.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1100px;
    height: 1100px;
    position: absolute;
    top:-25%;
    right: -25%;
    left: -25%;
  
  }
  
  .roulette-luck > .wheelAndNob>.shadow{
    height: 700px;
    width: 700px;
    background-color: #000;
    border-radius: 50%;
    -webkit-filter: drop-shadow(25px 10px 20px #000);
    filter: drop-shadow(25px 10px 20px #000);
    will-change: filter;
-moz-filter: drop-shadow(25px 10px 20px #000);
  }
  
  .roulette-luck > .wheelAndNob>.shadow>.wheel{
    background-image: url(../img/roulette/wheel.png);
    background-size: 700px 700px;
    background-repeat: no-repeat;
    background-position: center;
    width: 700px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .roulette-luck > .wheelAndNob>.shadow>.wheel>.prize{
    background-image:unset;
    background-position: center;
    background-size: 100% 100%; 
    width: 100%;
    height: 100%;
  }
  
  .roulette-luck > .wheelAndNob>.nob{
    background-image: url(../img/roulette/nob.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 150px;
    position: absolute;
    top: -2%;
    left: 46%;
  }
  
  @media (max-width: 900px) {
  
    .roulette-luck{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/roulette/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 680px;
    }
  
  
    .roulette-luck>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 80%;
    }
  
    
    .roulette-luck>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size : 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
    }
    
    .roulette-luck>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 0%;
      margin-top: -5%;
      justify-content: flex-end;
      width: 100%;
    }
    
    .roulette-luck>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size : 16px;
      line-height : 25.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  
    .roulette-luck>.instruction{
      display: flex;
      width: 80%;
      margin-top: -5%;
    }
    .roulette-luck>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size : 12px;
      line-height : 18px;
      letter-spacing : 1.26px;
      color : #FFFFFF;
    }
  
    .roulette-luck>.instruction>.content>.highlight{
      color: #ffff00;
    }
    
    .roulette-luck > .emailForm{
      width: 100%;
      height: auto;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    .roulette-luck > .emailForm > .email{
      background-image: url(../img/roulette/emailBox.png);
      background-size: 100% 100%;
      width:80%;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .roulette-luck > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 18px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
  
    .roulette-luck > .wheelAndNob{
      height: 300px;
      width: 300px;
      margin-top: 20px;
      position: relative;
    }
    
    .roulette-luck > .wheelAndNob>.spotLight{
      background-image: url(../img/roulette/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 540px;
      height: 400px;
      position: absolute;
      top: -4%;
      right: 0%;
      left: -35%;
    }
    
    .roulette-luck > .wheelAndNob>.shadow{
      height: 300px;
      width: 300px;
      background-color: #000;
      border-radius: 50%;
      -webkit-filter: drop-shadow(25px 10px 20px #000);
      filter: drop-shadow(25px 10px 20px #000);
      will-change: filter;
-moz-filter: drop-shadow(25px 10px 20px #000);
    }
    
    .roulette-luck > .wheelAndNob>.shadow>.wheel{
      background-image: url(../img/roulette/wheel.png);
      background-size: 300px 300px;
      background-repeat: no-repeat;
      background-position: center;
      width: 300px;
      height: 300px;
    }
    
    .roulette-luck > .wheelAndNob>.nob{
      background-image: url(../img/roulette/nob.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 70px;
      position: absolute;
      top: -2%;
      left: 45%;
    }
    .roulette-luck > .wheelAndNob>.shadow>.wheel>.prize{
      text-align: center;
      font-family : MyriadPro-Bold;
      font-size : 25px;
    }
    
  }
  
  @media screen and (max-width: 320px){

    .roulette-luck {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/roulette/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 620px;
  }

    .roulette-luck>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }



    .roulette-luck > .wheelAndNob{
      height: 250px;
      width: 250px;
      margin-top: 20px;
      position: relative;
    }
    
    .roulette-luck > .wheelAndNob>.spotLight{
      background-image: url(../img/roulette/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 340px;
      height: 400px;
      position: absolute;
      top:-40%;
      right: -15%;
      left: -15%;
    
    }
    
    .roulette-luck > .wheelAndNob>.shadow{
      height: 250px;
      width: 250px;
      background-color: #000;
      border-radius: 50%;
      -webkit-filter: drop-shadow(25px 10px 20px #000);
      filter: drop-shadow(25px 10px 20px #000);
      will-change: filter;
-moz-filter: drop-shadow(25px 10px 20px #000);
    }
    
    .roulette-luck > .wheelAndNob>.shadow>.wheel{
      background-image: url(../img/roulette/wheel.png);
      background-size: 250px 250px;
      background-repeat: no-repeat;
      background-position: center;
      width: 250px;
      height: 250px;
    }
    
    .roulette-luck > .wheelAndNob>.nob{
      background-image: url(../img/roulette/nob.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 25px;
      height: 50px;
      position: absolute;
      top: -2%;
      left: 45%;
    }
  
    .roulette-luck > .wheelAndNob>.shadow>.wheel>.prize{
      text-align: center;
      font-family : MyriadPro-Bold;
      font-size : 15px;
    }
  }

  @media (max-width:450px) {

    .roulette-luck>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }

    .roulette-luck>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
        line-height: 21.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  }