@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

body {
    font-family: 'Mulish', sans-serif;
}
h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif;
} 
/*WRAPPER*/
#popup-message{
    display: none;
}
div#popup-message {
    border: 1px solid red;
    text-align: center;
    padding: 10px;
    color: red;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.winner_wrraper img.face-img, .loose_wrapper img.face-img {
    max-width: 210px;
    width: 100%;
}
button#reloadButton {
    background: #3fcc80;
    font-size: 16px;
    padding: 13px 30px;
    color: #fff;
    border: unset;
    border-radius: 3px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
.winner_wrraper, .loose_wrapper {
    text-align: center;
}
#wrapper{ 
    display: flex;
    flex-wrap: wrap;    
    width:100%; 
    position:relative;
    max-width: unset;
    align-items: center;
   
}
.wheel_wrapper {
    width: 50%;
}
.form_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    max-width: 800px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    border-radius: 5px;
}

/*WHEEL*/
#wheel {
    margin: 0 auto;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px, rgba(0,0,0,0.05) 0px 3px 0px;
    transform: rotate(0deg);
    left: 0;
    top: 32px;
    right: 0;
    bottom: 0;
}
#spin img {
    margin-left: -8px;
    margin-top: -35px;
    max-width: 100px;
}
#wheel:before{
    content:'';
    position:absolute;
    border:4px solid rgba(0,0,0,0.1);
    width:600px;
    height:600px;
    border-radius:50%;
    z-index:1000;   
}
input.spin_form {
    display: block;
    width: 50%;
    margin-bottom: 20px;
    height: 40px;
    padding: 5px 12px;
}
button#spin_form_btn {
    padding: 10px 25px;
    cursor: pointer;
}

#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: 350px 203px 0px;
    border-color: #19c transparent;
    transform-origin: 203px 349px;
    left: 100px;
    top: -52px;
    opacity: 1;
}

#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: #16a085 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: #2980b9 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: #34495e 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: #f39c12 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: #d35400 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: #c0392b transparent;  
}
#wheel div.sec .fa {
    margin-top: -213px;
    position: relative;
    z-index: 10000000;
    text-align: center;
    font-size: 28px;
    margin-left: 5px;
    text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


#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 */    
}

#spin:active #inner-spin{
    box-shadow:rgba(0,0,0,0.4) 0px 0px 5px inset;
}

#spin:active:after{
    font-size:15px; 
}



#shine{
    width:250px;
    height:250px;
    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;
    
}



/*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;
}
.form_wrapper h2.heading {
    padding: 0 !important;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
}
.form_wrapper  p.text {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.form_wrapper  .form_data {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form_wrapper  input.spin_form {
    width: 46%;
    font-size: 16px;
    font-family: 'Mulish';
}
.form_wrapper .form_data button#form_btn, button#check_inv_form_btn {
    background: #3fcc80;
    font-size: 16px;
    padding: 15px 25px;
    color: #fff;
    border: unset;
    border-radius: 3px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    font-family: 'Mulish';
}
input#form_name {
    width: 100%;
}
.main_wrapper .wheel_wrapper {
    width: 100%;
}
.form_wrapper .form_data button#spin_form_btn {
    background: #3fcc80;
    font-size: 16px;
    padding: 15px 25px;
    color: #fff;
    border: unset;
    border-radius: 3px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    font-family: 'Mulish';
}
.form_wrapper .form_data input.spin_form.last {
    width: 100%;
}




#confetti{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
}


#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:"SPIN"; 
    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:"";
    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;
}*/

/*.bg-img:before {
    content: "";
    background-image: url(https://wordpress-702163-3985691.cloudwaysapps.com/wp-content/uploads/2023/11/Group-1171275895.png);
    margin: 0 auto;
    width: 700px;
    height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -42px;
    left: -43px;
}*/
.bg-img {
    width: 665px;
    height: 665px;
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    padding: 60px;
}
.winner_wrraper, .loose_wrapper {
    width: 100%;
}
.winner_wrraper h2, .loose_wrapper h2 {
    text-align: center;
    font-weight: 700;
    margin: 0;
    font-size:50px;
}
.winner_wrraper p, .loose_wrapper p {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
img.face-img {
    max-width: 210px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.message-success {
    color: #4bcc84;
    text-align: center;
    border: 1px solid #4bcc84;
    margin-top: 25px;
    padding: 5px 0;
    font-size: 16px;
}
.message-info {
    color: #337fb6;
    text-align: center;
    border: 1px solid #337fb6;
    margin-top: 25px;
    padding: 5px 0;
    font-size: 16px;
}
.message-error {
    color: red;
    text-align: center;
    border: 1px solid red;
    margin-top: 25px;
    padding: 5px 0;
    font-size: 16px;
}
form#coupon-form {
    padding: 40px;
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
form#coupon-form input#submit_coupon {
    background: #3fcc80;
    font-size: 16px;
    padding: 10px 25px;
    color: #fff;
    border: unset;
    border-radius: 3px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
form#coupon-form input {
    width: 100%;
    height: 40px;
    margin: 5px 0;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px;
}
form#coupon-form  label {font-size: 18px;}
.form_wrapper  input.spin_form {
    width: 46%;
    font-family: 'Mulish';
    height: 40px;
    margin: 5px 0;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 15px;
}
.form_wrapper  .form_data {
    justify-content: space-between;
}
#wpfooter p {
    padding-right: 50px;
    padding-left: 50px;
}
div#coupon-success {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #4bcc84;
    text-align: center;
    padding: 10px 0;
    color: #4bcc84;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
}
div#coupon-fail {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid red;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    color: red;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
}


/*responsive start*/



@media (max-width: 1300px){
.bg-img {
    width: 570px;
    height: 570px;
}
.form_wrapper .form_data button#spin_form_btn {
    max-width: 100%;
} 
.form_wrapper .form_data button#form_btn, button#check_inv_form_btn {
    max-width: 100%;
} 
#wheel {
    width: 500px;
    height: 500px;
    top: 34px;
}
#wheel:before {
    width: 500px;
    height: 500px;
}
#wheel div.sec .fa {
    margin-top: -180px;
}
#wheel div.sec {
    left: 35px;
    top: -100px;
}
.form_wrapper h2.heading {
    font-size: 28px;
} 
.form_wrapper  input.spin_form {
    width: 100%;
} 
} 

@media (max-width: 1024px){
#spin img {
    margin-left: -11px;
    margin-top: -35px;
    max-width: 100px;
}
.bg-img {
    width: 450px;
    height: 450px;
}
.winner_wrraper h2, .loose_wrapper h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.winner_wrraper p, .loose_wrapper p {
    font-size: 16px;
}
.form_wrapper .form_data button#spin_form_btn {
    max-width: 100%;
} 
.form_wrapper .form_data button#form_btn, button#check_inv_form_btn {
    max-width: 100%;
} 
#wheel {
    width: 400px;
    height: 400px;
    top: 25px;
}
#wheel:before {
    width: 400px;
    height: 400px;
}
#wheel div.sec {
    left: -13px;
    top: -161px;
}
#wheel div.sec .fa {
    margin-top: -150px;
    font-size: 18px;
}
.form_wrapper h2.heading {
    font-size: 28px;
} 
.form_wrapper  input.spin_form {
    width: 100%;
} 
}

@media (max-width: 767px){
	#spin img {
    margin-left: 0;
    margin-top: -7px;
    max-width: 60px;
}
	#spin {
    width: 55px;
    height: 55px;
	background:unset;
    margin: -26px 0 0 -26px;
}
.bg-img {
    width: 285px;
    height: 285px;
}
.bg-img:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    .form_wrapper  p.text {
    font-size: 16px;
}
.form_wrapper .form_data button#spin_form_btn {
    max-width: 100%;
}
.form_wrapper .form_data button#form_btn , button#check_inv_form_btn{
    max-width: 100%;
}
.form_wrapper, .wheel_wrapper {
    width: 100%;
    padding-top: 50px;
}
.form_wrapper h2.heading {
    font-size: 25px;
}
.form_wrapper  input.spin_form {
    width: 100%;
}
#wheel div.sec {
    left: -84px;
    top: -230px;
}
#wheel div.sec .fa {
    margin-top: -100px;
    font-size: 16px;
}
#wheel {
    width: 250px;
    height: 250px;
    top: 17px;
}
#wheel:before {
    width: 250px;
    height: 250px;
}
.winner_wrraper, .loose_wrapper {
    width: 100%;
    margin-top: 50px
}
.winner_wrraper h2, .loose_wrapper h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
img.face-img {
    padding-bottom: 0;
}
}