

.banner-section-new {
  height: 100vh;
  text-align: center;
  background-position: center;
  background-size: 100% 95%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
  padding-top: 60px;
}

.detail-on{
  color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 1rem;
    text-align: center;
}
/*WRAPPER*/
#wrapper {
    margin: 0 auto 0;
    width: 350px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stand-img {
  height: 140px;
  margin-top: -20px;
}

#txt{
	color:#eaeaea;	
}


/*WHEEL*/
#wheel{
	width:320px;
	height:320px;
	border-radius:50%;	
	position:relative;
	overflow:hidden;
	transform: rotate(0deg);
	
}

.spin-holder {
  position: absolute;
  z-index: 10000;
  top: 0px;
  height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

#wheel:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/circle.html);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#inner-wheel{
	width:100%;
	height:100%;
	-webkit-transition: all 6s cubic-bezier(0,.99,.44,.99);
	-moz-transition:    all 6 cubic-bezier(0,.99,.44,.99);
	-o-transition:      all 6s cubic-bezier(0,.99,.44,.99);
	-ms-transition:     all 6s cubic-bezier(0,.99,.44,.99);
	transition:         all 6s cubic-bezier(0,.99,.44,.99);	
}

#wheel div.sec {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 166px 100px 0;
  border-color: #60F7E0 transparent;
  transform-origin: 100px 165px;
  left: 60px;
  top: 0px;
  opacity: 1;
  text-align: center;
}

#wheel div.sec p {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  top: -120px;
  left: -22px;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  line-height: 16px;
  min-width: 40px;
}

#wheel div.sec:nth-child(1){
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	border-color: #FF920D transparent;	
}
#wheel div.sec:nth-child(2){
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	border-color: #FFAD43 transparent;	
}
#wheel div.sec:nth-child(3){
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	border-color: #B28B12 transparent;	
}
#wheel div.sec:nth-child(4){
	transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	border-color: #F0B90B transparent;	
}
#wheel div.sec:nth-child(5){
	transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-moz-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	border-color: #d79b52 transparent;	
}
#wheel div.sec:nth-child(6){
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	border-color: #cc7000 transparent;	
}


#wheel div.sec .fa{
	margin-top: -100px;
	color: rgba(0,0,0,0.2);
	position: relative;
	z-index: 10000000;
	display: block;
	text-align: center;
	font-size:36px;
	margin-left:-15px;	
	text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}




#spin{
	width:68px;
	height:68px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-34px 0 0 -34px;
	border-radius:50%;
	box-shadow:rgba(0,0,0,0.1) 0px 3px 0px;
	z-index:1000;
	background:#fff;
	cursor:pointer;
	font-family: 'Exo 2', sans-serif;
  
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;   
}


#spin:after{
	content:"";	
	text-align:center;
	line-height:68px;
	color:#CCC;
	text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0,0,0,0.3) ;
	position: relative;
	z-index: 100000;
	width:68px;
	height:68px;
	display:block;
}

#spin:before{
	content:none;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 28px 20px;
	border-color: transparent transparent #ffffff transparent;
	top:-12px;
	left:14px;
}

#inner-spin{
	width:54px;
	height:54px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-27px 0 0 -27px;
	border-radius:50%;
	background:red;
	z-index:999;
	box-shadow:rgba(255,255,255,1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset,  rgba(0,0,0,0.4) 0px 0px 5px ;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
#inner-spin img{
  height: 54px;
  width: 54px;
}
#spin:active #inner-spin{
	box-shadow:rgba(0,0,0,0.4) 0px 0px 5px inset;
}

#spin:active:after{
	font-size:15px;	
}



#shine{
	width:450px;
	height:450px;
	position:absolute;
	top:0;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


opacity:0.1;
	
}

.wallet-gridout {
  filter: grayscale(75%);
  cursor:not-allowed;
}

/*ANIMATION*/
@-webkit-keyframes hh {
  0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

@keyframes hh {
   0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

.spin {
  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
    animation: hh 0.1s;
}


@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes infinite-rotation-stop {
  0% {
    transform: rotate(0deg);
  }

}

button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #F0B90B;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
}

.spin-btn {
    margin-top: 30px;
    background-color: #FF3EB2;
    padding: 13px 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
	position: relative;
	overflow: hidden;
  text-shadow: 0 0 10px #000;
}
.spin-btn::before {
    content: "";
    width: 14px;
    height: 90px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    top: -18px;
    animation: drift  5s linear infinite backwards;
}
.spin-btn::after {
    content: "";
    width: 14px;
    height: 90px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    top: -18px;
    left: 0px;
    animation: drift  5s linear infinite backwards;
}


@keyframes drift {
	0% { transform: translateX(0px) rotate(35deg);}
	50% { transform: translatex(100px) rotate(35deg);;}
  100% { transform: translateX(0px) rotate(35deg);;}
}

.coupon-img.outer-img {
  max-height: 310px;
  width: auto;
  visibility: hidden;
}
/*ishita css*/
.redeem-banner{
  position: relative;
}
.skip-btn{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  color: #ffffffe7;
  cursor: pointer;
  margin: auto;
  background-color: transparent;
}
.skip-btn:hover, .skip-btn:active{
  color: #fff;
}
.redeem-banner .redeem-content{
  position: absolute;
  left: 0 ;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.redeem-banner{
  animation: popDiv 1s ease-in-out;
  background-color: #F0B90B;

}
@keyframes popDiv { 
  0%   {transform: scale(0.4) }
  100% {transform: scale(1)}
}

.redeem-banner .redeem-content img {
  max-height: 80px;
  min-height: 80px;
  margin-top: 20px;
  margin-bottom: 10px;
  /* width: -webkit-fill-available; */
  background-color: #000;
  border-radius: 50%;
}
.redeem-banner .redeem-content p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding: 10px;
}
.redeem-banner .redeem-content .big-txt{
  font-size: 12px;
  color: #1d1d1d;
  font-weight: 500;
}
.redeem-banner .better-luck{
  display: flex;
  align-items: center;
  min-height:130px;
  justify-content: center;
}
.redeem-banner .redeem-content .better-luck p{
  /* color: #f4ff00; */
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 200px;
  padding: 16px 20px;
  margin-top: 50px;
  /* background: linear-gradient(180deg, #f4ff00 0%, #d77502 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  animation: pulse 2s infinite ;
}
@keyframes pulse { 
  0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
.redeem-banner .redeem-content .redeem-btn{
  color: #000;
  text-align: center;
  background: linear-gradient(180deg, #f4ff00 0%, #d77502 100%);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  width: 100%;
  margin-top: 20px;
  letter-spacing: 0.9px;
  border-radius: 0;
  position: absolute;
  bottom: 27px;
}
.redeem-banner::before{
  content: '';
  position: absolute;
  height: 17px;
  width: 28px;
  left: -7px;
  z-index: 10;
  bottom: 65px;
  background-color: black;
  /* border-radius: 50%; */
  border-radius: 125px 125px 0 0;
  transform: rotate(90deg);
}
.redeem-banner::after{
  content: '';
  position: absolute;
  height: 17px;
  width: 28px;
  right: -7px;
  z-index: 10;
  bottom: 65px;
  background-color: black;
  /* border-radius: 50%; */
  border-radius: 125px 125px 0 0;
  transform: rotate(-90deg);
}
.set-modal-width{
  max-width: 330px;
  left: 0;
  right: 0;
  margin: auto;
}
.set-modal-width p{
  text-align: center;
  margin: 1rem 0;
  line-height: 24px;
}
.congratulation-modal .modal-dialog {
  max-width: 400px;
}
.congratulation-modal .modal-content{
  background-color: #002e5b;
  overflow: hidden;
}
.congratulation-modal .modal-content p{
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 20px;
  text-transform: capitalize;
}
.congratulation-modal .modal-content::before {
  content: "";
  width: 14px;
  height: 182px;
  background: rgba(255, 255, 255, 0.40);
  position: absolute;
  top: -22px;
  animation: drift1  6s linear infinite backwards;
}
.congratulation-modal .modal-content::after {
  content: "";
  width: 14px;
  height: 315px;
  background: rgba(255, 255, 255, 0.40);
  position: absolute;
  top: -42px;
  left: 0px;
  animation: drift1  6s linear infinite backwards;
}
@keyframes drift1 {
	0% { transform: translateX(0px) rotate(35deg);}
	50% { transform: translatex(350px) rotate(35deg);;}
  100% { transform: translateX(0px) rotate(35deg);;}
}


/* @media (max-width: 1270px){
  #wheel {
    width: 240px;
    height: 240px;
}
#wheel div.sec {
  border-width: 110px 65px 0;
  transform-origin: 65px 110px;
  left: 43px;
}
#wheel div.sec p {
  font-size: 12px;
  top: -80px;
  left: -13px;
}
.stand-img {
  height: 95px;
  margin-top: -20px;
}
.spin-btn {
  margin-top: 30px;
  padding: 8px 25px;
  font-size: 16px;
}
.skip-btn {
  font-size: 14px;
  line-height: 20px;
}
.redeem-banner .redeem-content .redeem-btn {
  font-size: 16px;
  padding: 12px;
}
.redeem-banner .redeem-content p {
  font-size: 14px;
}
.redeem-banner .redeem-content .big-txt {
  font-size: 11px;
  padding: 0 10px;
}
} */

@media (max-width: 1270px){
  .banner-section-new{
    background-image: none;
  }
  .coupon-img {
    /* max-height: 170px; */
    width: auto;
}
.spin-btn {
  margin-top: 30px;
  padding: 9px 25px;
  font-size: 14px;
}
.skip-btn{
  font-size: 14px;
}
#wheel {
  width: 240px;
  height: 240px;
}
#wheel div.sec {
  border-width: 110px 65px 0;
  transform-origin: 65px 110px;
  left: 54px;
  top: 10px;
}
#wheel div.sec p {
  font-size: 12px;
  top: -85px;
  left: -20px;
  width: 38px;
}
#inner-spin {
  width: 35px;
  height: 35px;
  top: 12%;
  margin: -27px 0 0 -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#inner-spin img{
  height: 35px;
  width: 35px;
}
#spin {
  width: 46px;
  height: 46px;
  margin: -24px 0 0 -24px;
}
#spin:before {
  border-width: 0 10px 18px 10px;
  top: -10px;
  left: 14px;
}
#spin:after {
  width:46px;
  height: 46px;
}
.stand-img {
  height: 100px;
  margin-top: -20px;
}
.redeem-banner .redeem-content .redeem-btn{
  font-size: 14px;
}
.congratulation-modal .modal-content p  {
  font-size: 18px;
  line-height: 24px;
}
.redeem-banner .redeem-content p{
  font-size: 14px;
  line-height: 20px;
}
}
@media (max-width:360px){
  #wrapper{
    width: 310px;
  }
}

