body{
  overflow-y: scroll;
  background: #000000;
}
::-webkit-scrollbar {
    display: none;
}
.container-fluid{
  padding-left: 0px;
}
.col-md-6{
  padding-left: 0px;
  padding-right: 0px;
}
/* .sec-1-opp-vid{
  background: #000000;
  height: 100vh;
} */
.wrapper{
  width: 100%;
  padding-top: 0%;
  height: 50vh;
  background-image: url(../../assets/img/bg/case-oppo-fortun-wheel-bg.png);
  background-position: bottom;
  background-position-y: -285px;
}
.wrapper h1{
  padding-top: 10%;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fortune-content-left{
  padding-left: 8%;
}
.fortune-content-left h3{
  text-align: justify;
  font-weight: 600;
  background: rgb(227,161,4);
  background: linear-gradient(180deg, rgba(227,161,4,1) 0%, rgba(195,138,3,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fortune-content-left p{
  color: #ffffff;
  text-align: justify;
}
.fortune-content-right img{
  width: 85%;
  margin-top: -35px;
}
.sec-2-fortune-wheel h1{
  color: #ffffff;
  padding-top: 5%;
  font-weight: 600;
  background: rgb(227,161,4);
  background: linear-gradient(180deg, rgba(227,161,4,1) 0%, rgba(195,138,3,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-group{
  color: #ffffff;
}
.form-group p{
  color: #585858;
  font-size: 10px;
  padding-top: 10px;
}
.form-control{
  width: 87%;
  border-radius: 1.25rem;
  height: 35px;
}
.spin-btn{
  width: 100%;
  height: 35px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 1.25em;
  border-color: #d69803;
  background: rgb(227,161,4);
  background: linear-gradient(180deg, rgba(227,161,4,1) 0%, rgba(195,138,3,1) 100%, rgba(0,0,0,0) 100%);
}
.sec-2-content-right{
  padding-left: 5%;
}
.sec-2-content-right p{
  color: #ffffff;
}
.lucky-list{
  color: #ffffff;
}
.lucky-list li{
  text-decoration: none;
  list-style: none;
  float: left;
  padding: 10px;
  font-size: 20px;
  font-weight: 800;
  background: rgb(227,161,4);
  background: linear-gradient(180deg, rgba(227,161,4,1) 0%, rgba(195,138,3,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spin-btn:hover{
  border-color: #d69803;
  background: rgb(227,161,4);
  background: linear-gradient(180deg, rgba(227,161,4,1) 0%, rgba(195,138,3,1) 100%, rgba(0,0,0,0) 100%);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.box {
  text-align: center;
  position: relative;
  background: #fff;
  width: 100vw;
  height: auto;
}

.box:after {
  background: linear-gradient(to right, #bcbcbc 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);
  position: absolute;
  content: '';
  height: 10px;
  right: 0;
  left: 0;
  top: 0;
}
.box p{
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: justify;
}
@media (min-width: 320px) and (max-width: 470px){
  .wrapper h1 {
    padding-top: 30%;
    font-size: 50px;
    letter-spacing: 5px;
  }
  .fortune-content-left {
    padding-left: 8%;
    padding-right: 8%;
  }
  .sec-2-fortune-wheel h1 {
    padding-top: 15%;
  }
  .form{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-group {
    color: #ffffff;
    width: 95%;
  }
  .box p {
    padding-right: 30px;
  }
  .sec-2-content-right {
    padding-left: 0%;
  }
  .container {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .fortune-content-right img {
      width: 85%;
      margin-top: 65px;
  }
  .sec-2-fortune-wheel h1{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .fortune-content-right img {
    width: 85%;
    margin-top: 0px;
  }
  .form{
    padding-left: 5%;
  }
}

@media (min-width: 1860px){
  .fortune-content-right img {
    width: 65%;
    margin-top: -80px;
  }
}
