@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

@font-face {font-family: "Gotham"; src: url("../fonts/Gotham.eot"); src: url("../fonts/Gotham%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham.woff2") format("woff2"), url("../fonts/Gotham.woff") format("woff"), url("../fonts/Gotham.ttf") format("truetype"), url("../fonts/Gotham.svg#Gotham") format("svg"); }

@font-face {font-family: "Gotham Black"; src: url("../fonts/Gotham-Black.eot"); src: url("../fonts/Gotham-Black%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham") format("svg"); }

@font-face {font-family: "Gotham Light"; src: url("https://me88spin.com/fonts/Gotham-Light.eot"); src: url("https://me88spin.com/fonts/.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Light") format("svg"); }

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

/*VIDEO PLAYLIST SCRIPT*/

.youtube {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding: 15px;
  border-radius: 12px;
  box-shadow:
    inset 0 0 10px rgba(123, 185, 255, 0.3),
    0 0 25px rgba(117, 120, 255, 0.25),
    0 0 45px rgba(53, 46, 199, 0.25);
}
.youtube, .youtube iframe {
  position: relative;
  z-index: 11; /* above all overlays */
}
.roll::before,
.roll::after,
.youtube::before,
.youtube::after {
  pointer-events: none !important;
}
.youtube iframe {
  width: 100%;
  max-width: 800px;
  height: 300px;
  border-radius: 12px;
  border: 2px solid #7bb9ff;
  background: radial-gradient(circle at 50% 50%, rgba(117, 120, 255, 0.05), rgba(0, 0, 0, 0.6));
  box-shadow:
    0 0 15px rgba(123, 185, 255, 0.6),
    0 0 30px rgba(117, 120, 255, 0.4),
    inset 0 0 12px rgba(53, 46, 199, 0.35);
}
/* Replace your current @keyframes pulse with this one */
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); /* soft golden glow */
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); /* fade out smoothly */
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
  }
}

.youtube iframe {
  animation: bluePulse 3s ease-in-out infinite;
}

#video_player {
	display:table;
	background: #000;
    vertical-align:middle;
    max-height: 400px;
    margin-left: 0;
    margin-right: 0;
}
#video_player video {
		display: table-row;
		text-align: center;
        margin-top: 20px;
        border: 2px solid #FFDF00;
        -webkit-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
        -moz-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
        box-shadow: 0 0 5px 5px rgba(198,153,88,255);
}
#video_player figcaption {
		display: table-row;
		text-align: center;
        border: 2px solid #FFDF00;
}
#video_player figcaption {
	width: 25%;
}
#video_player figcaption a {
    width: 25%;
	display: inline-block;
	opacity: .5;
	transition: 1s opacity;
    border: 2px solid #FFDF00;
    margin: 4px;
}
#video_player figcaption a img,
	figure video {
		width: 100%;
		height: auto;
}
#video_player figcaption a:hover {
	opacity: 1;
}
 
@media (max-width: 700px) {
#video_player video {
    display: table-row;
    text-align: center;
    width: 100%;
    height: 300px;
		}

#video_player figcaption {
    display: table-row;
    text-align: center;
    width: 100%;
		}
    
#video_player figcaption a {
	display: inline-block;
	width: 25%;
    border: 2px solid #FFDF00;
    margin: 5px;
}
}
/*END OF VIDEO PLAYLIST SCRIPT*/

html,body {
  line-height: 1;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

body {
  font-family: 'Gotham', sans-serif;
  font-size: 1em;
 background: url(../images/bg-btm.png);
}

.wrapper {
  max-width: 1200px;
  padding: 0 0px;
  margin: 0 auto;
  background: url(../images/bg.png) no-repeat center top;
  background-size: cover; /* stretches to fit each screen */
}

.container{
}

.text-primary{
  color:#fffff;
}
.text-white{
  color:#fff;
}
.header {
  padding: 3px;
}

.header h1 {
  font-size: 1.6em;
  padding-left: 34px;
  min-height: 30px;
  line-height: 30px;
  font-weight: 700;
  background-repeat: no-repeat
}

.header h1 span {
  color: red
}

.header h3 {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: .9em;
  background-image: url(../images/like.png);
  background-repeat: no-repeat
}

.everyday {
  color: #fff;
  padding: 7px 30px;
  font-size: 1.2em;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: -25px;
  /* background-color: #3b5998 */
}

.roll {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  background: url(../images/main_bg.png) no-repeat center top;
  background-size: 100%;
  margin-top: -100px;
  /* padding: 0 30px 35px 30px; */
}

.arrow {
  z-index: 6;
  display: block;
  background-image: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height:60px;
  position: absolute;
  left: 46%;
  margin-left: -6px;
  top: 78px;
}

.info, .miss {
  z-index: 13;
  position: absolute;
  top: 0;
  left: 5%;
  max-width: 90%;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  /* background: url(../images/info_bkg.png) no-repeat center center;
  background-size: 100% 100%; */
border-radius: 60px;

/* Gold gradient background */
background: linear-gradient(145deg, #ffed91 0%, #eab33d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffed91", endColorstr="#eab33d", GradientType=1);

/* Subtle gold border */
border: 2px solid #fff3c2;

/* Embossed effect with dual shadows */
box-shadow:
  inset 2px 2px 4px rgba(255, 255, 255, 0.6),  /* top-left highlight */
  inset -3px -3px 6px rgba(160, 120, 40, 0.6), /* bottom-right shadow */
  0 0 10px rgba(255, 223, 100, 0.6);            /* outer soft glow */

/* Text style (white with subtle shadow for readability) */
color: #ffffff;
font-weight: 700;
font-size: 1.2em;
text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.4),   /* inner shadow for depth */
  0 0 6px rgba(255, 255, 255, 0.4); /* slight outer glow */
}

.wheel {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}

.wheeldiv {
  overflow: hidden;
  position: relative; /* already here, needed for overlay */
  background-size: 95%;
  padding-top: 70px;
  padding-bottom: 0px;
}

/* NEW: static overlay that stays above the spinning wheel */
.wheel-overlay {
  position: absolute;
  top: 70px;   /* align with your wheel top padding */
  left: 50%;
  transform: translateX(-50%);
  max-width: 360px;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}


.fl {
  float: left;
  width: 50%
}

.fr {
  float: right;
  width: 50%
}

.received, .receivedfinal {
font-size: 1.8em; /* bigger */
font-family: "Gotham Black", sans-serif;
font-weight: 900;
color: #ffffff; /* bright white inner text */

/* Golden outline + glow + 3D depth */
text-shadow:
  0 0 3px #FFD700,         /* soft gold edge */
  0 0 6px #FFD700,         /* brighter glow */
  1px 1px 2px rgba(0, 0, 0, 0.6),  /* depth shadow */
  0 0 10px rgba(255, 215, 0, 0.5), /* outer glow */
  0 0 20px rgba(255, 215, 0, 0.3); /* soft spread */
}

.receivedbot, .receivedbotfinal {
  font-size:0.7em;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  margin-top: 6px;
}

#number {
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #000;
  border: 2px solid #fff;
  display: block
}

.roll button {
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #3b6e22;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
  display: block;
  width: 210px;
  padding: 8px 0;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
}

.topques, .finalinfo {
  /* -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  width: 100%;
  background-color: #f23212;
  padding: 9px 0; */
    text-align: center;
    margin-left:  5%;
    max-width: 90%;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    line-height: normal;
    border-radius: 60px;

/* Gold gradient background */
background: linear-gradient(145deg, #ffed91 0%, #eab33d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffed91", endColorstr="#eab33d", GradientType=1);

/* Subtle gold border */
border: 2px solid #fff3c2;

/* Embossed effect with dual shadows */
box-shadow:
  inset 2px 2px 4px rgba(255, 255, 255, 0.6),  /* top-left highlight */
  inset -3px -3px 6px rgba(160, 120, 40, 0.6), /* bottom-right shadow */
  0 0 10px rgba(255, 223, 100, 0.6);            /* outer soft glow */

/* Text style (white with subtle shadow for readability) */
color: #ffffff;
font-weight: 700;
font-size: 1.2em;
text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.4),   /* inner shadow for depth */
  0 0 6px rgba(255, 255, 255, 0.4); /* slight outer glow */
}

.threeq {
  padding: 30px 8px 5px;
  font-size:0.8em;
  font-weight: 700;
  /* text-decoration: underline; */
  color:#fff;
}

#q1, #q2, #q3 {
  /* padding: 5px; */
  margin: 25px;
  padding: 25px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1em;
}

 .boxin {
/*  -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  margin-bottom: 25px;*/
  color:#fff;
  text-align: center;
  font-size: 0.8em !important;
}

.question {
  text-align: center;
}

.questnum {
  font-size: 1em;
  border-radius: 25px;
  background: #eebe4c;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.quest {
  /* text-align: left;
  font-weight: 700;
  font-size: 1.4em */
}

.win2day {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  padding: 15px 0 8px
}

.question button {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 2px solid #fff1b5;
  background: #eebe4c;
  display: inline-block;
  color: #fff;
  /* width: 42%; */
  padding: 4px 30px;
  font-size: 0.8em;
  text-align: center;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-family: 'Gotham Black';
}

.bar {
  margin: 10px auto 0;
  width: 94%;
  background-color: #000;
  padding: 5px;
  height: 60px
}

.slider {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  border-radius: 12px;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none; /* hide scrollbar (Firefox) */
}
.slider-track a.slide-link {
  display: inline-block;  /* make link act like image */
  flex-shrink: 0;         /* prevent breaking the slider layout */
}

.slider-track a.slide-link img {
  width: 100%;            /* keep same size as before */
  height: 180px;          /* or your preferred height */
  object-fit: cover;
  user-select: none;
  pointer-events: auto;   /* allow click */
}
.slider-track::-webkit-scrollbar {
  display: none; /* hide scrollbar (Chrome) */
}

.slider-track img {
  width: 100%; 
  height: auto;
  margin: 0 auto;    /* center horizontally */
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}
.active {
 height: 60px;
width: 0;

/* Gold gradient */
background: #ffed91;
background: -moz-linear-gradient(top, #ffed91 0%, #eab33d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffed91), color-stop(100%, #eab33d));
background: -webkit-linear-gradient(top, #ffed91 0%, #eab33d 100%);
background: -o-linear-gradient(top, #ffed91 0%, #eab33d 100%);
background: -ms-linear-gradient(top, #ffed91 0%, #eab33d 100%);
background: linear-gradient(to bottom, #ffed91 0%, #eab33d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed91', endColorstr='#eab33d', GradientType=0);

/* Optional: glow for a premium look */
box-shadow:
  0 0 10px rgba(255, 230, 150, 0.7),
  0 0 20px rgba(255, 215, 80, 0.5);
}
.loading{
  padding: 0 20px;
}
.analyzing {
  font-size: 1em;
  font-weight: 700;
  padding-top: 15px;
  color:#fff;
}

.offerxpires {
  font-size: 1.3em;
  padding: 10px 5px;
  text-align: center
}

#timer {
  font-size: 1.2em;
  font-weight: 700;
  color: red
}

.cta {
  text-decoration: none;
 
  color: #ffffff; /* bright white inner text */

/* Golden outline + glow + 3D depth */
text-shadow:
  0 0 3px #FFD700,         /* soft gold edge */
  0 0 6px #FFD700,         /* brighter glow */
  1px 1px 2px rgba(0, 0, 0, 0.6),  /* depth shadow */
  0 0 10px rgba(255, 215, 0, 0.5), /* outer glow */
  0 0 20px rgba(255, 215, 0, 0.3); /* soft spread */
  font-size: 0.9em;
  width: 94%;
  margin: 40px auto 10px auto;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background:rgba(0, 0, 0, 0.5);
  /* background:rgba(0,0,0,0.2); */
  display: block;
  padding: 24px 10px 48px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid #999;
  -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75); */
  text-align: center;
}

.cta img {
  width: 15%;
  float: left
}

.txt {
  float: left;
  width: 85%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.aval {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #b8b8b8;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0)
}

.notaval {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #b8b8b8;
  background: #e42914;
  background: -moz-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e42914), color-stop(100%, #93160a));
  background: -webkit-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -o-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -ms-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: linear-gradient(to bottom, #e42914 0%, #93160a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42914', endColorstr='#93160a', GradientType=0)
}

.red {
  color: red
}

.comments {
  /* width: 100%; */
  padding: 0 10px;
  /* max-width: 480px; */
  margin: 0 auto;
  color: #ccc;
  display: none;
}

.date {
  color: #ccc;
  font-size: .8em;
  font-style: italic
}

.itemc {
  margin-top: 15px
}

.itemc img {
  width: 15%;
  float: left
}

.rightcom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 85%;
  border-bottom: 1px solid #000;
  position: relative;
  background: #fff;
  padding: 6px;
  color: #000
}

.comments a {
  color: #fff
}

textarea {
  width: 90%;
  margin: 10px auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.comments input {
  margin-left: 15px
}

.fbcoms {
  font-family: Helvetica, Verdana, sans-serif;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.comment {
  font-weight: 700;
  text-align: center;
  padding: 0 5px 10px
}

.totlikes {
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 23px;
  background-image: url(../images/like.png);
  background-repeat: no-repeat;
  background-position: 5px center
}

.fbblue {
  color: #3c5a96
}

.buttons {
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  color: #7d7d7f
}

.buttons span {
  cursor: pointer
}

.buttons span:hover {
  text-decoration: underline
}

.viewmore {
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 23px;
  background-image: url(../images/fbarrow.png);
  background-position: 5px center;
  background-repeat: no-repeat
}

.left {
  cursor: pointer;
  float: left;
  color: #3c5a96
}

.left:hover {
  text-decoration: underline
}

.right {
  color: #7d7d7f;
  float: right
}

.item {
  position: relative;
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 60px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.item .profileimg {
  position: absolute;
  top: 5px;
  left: 5px
}

.comtxt {
  line-height: 16px;
  color: #000;
  font-weight: 400
}

.name {
  color: #3c5a96;
  font-weight: 700
}

.ago {
  color: #86878c;
  font-size: .95em
}

.fblike {
  color: #3c5a96;
  font-size: .95em;
  cursor: pointer
}

.fblike:hover {
  text-decoration: underline
}

.combot {
  padding-top: 5px
}

.clickhere {
  font-weight: 700;
  padding: 30px 10px 5px;
  line-height: 18px
}

.likes {
  color: #3c5a96;
  font-size: .95em;
  cursor: pointer
}

.fbimg {
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: 210px;
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid gray;
  margin: 10px 0 5px
}

.hidden {
  display: none;
  opacity: 0
}

.hidden .comtxt, .hidden .combot {
  display: none
}

#cdtimexx {
  color: white
}

.button3 {
  position: relative;
  top:-20px;
  text-align: center;
  /* background: -webkit-linear-gradient(#65ab53, #c6c6c6);
  background: -o-linear-gradient(#65ab53, #578843);
  background: -moz-linear-gradient(#65ab53, #578843);
  background: linear-gradient(#65ab53, #578843);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px #9c9c9c solid */
	transform: scale(1);
	animation: pulse 0.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

a.claim {
  display: block; /* ensures width/height work properly */
  margin: 0 auto;
  text-decoration: none;

  /* Use your PNG as background */
  background: url("../images/claim-button.png") no-repeat center center;
  background-size: contain; /* scales image nicely */

  /* Keep same padding/size feel */
  width: 150px;  /* adjust to match your PNG width */
  height: 50px;  /* adjust to match your PNG height */

  border: none; /* remove old border */
  /* remove text color since we use image text */
  color: transparent;
  font-size: 0; /* hide text safely */
}

.WebCallDragWidget {
  margin: auto;
  height: 40px;
  width: 120px;
  position: relative;
  top: -15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-animation-name: tada;
  -webkit-animation: tada 1.5s linear infinite;
  -moz-animation: tada 1.5s linear infinite;
  -o-animation: tada 1.5s linear infinite;
  -ms-animation: tada 1.5s linear infinite;
  animation: tada 1.5s linear infinite
}

.WebCallDragWidget .pulse_holder {
  position: absolute;
  width: 120px;
  height: 40px
}

.WebCallDragWidget .pulse_rays, .WebCallDragWidget .pulse_rays1 {
  position: absolute;
  opacity: .01;
  width: 180px;
  height: 60px;
  bottom: -10px;
  right: -30px
}

.WebCallDragWidget .pulse_rays {
  z-index: 1000;
  border: 2px solid #c69958;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  animation: mlfnc-pulse 1s linear infinite;
  -webkit-animation: mlfnc-pulse 1s linear infinite;
  -moz-animation: mlfnc-pulse 1s linear infinite;
  -o-animation: mlfnc-pulse 1s linear infinite;
  -ms-animation: mlfnc-pulse 1s linear infinite;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.WebCallDragWidget .pulse_rays1 {
  z-index: 1001;
  border: 2px solid #c69958;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-animation: mlfnc-pulse 1s linear infinite;
  -moz-animation: mlfnc-pulse 1s linear infinite;
  -o-animation: mlfnc-pulse 1s linear infinite;
  -ms-animation: mlfnc-pulse 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.WebCallDragWidget .pulse_rays, .WebCallDragWidget .pulse_rays1 {
  background-color: #fffc95;
  border-color: #fffc95
}

@-webkit-keyframes mlfnc-pulse {
  0% {
    -webkit-transform: rotate(0) scale(.46) skew(1deg);
    -webkit-opacity: .08
  }

  10% {
    -webkit-transform: rotate(0) scale(.56) skew(1deg);
    -webkit-opacity: .8
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .01
  }
}

@-moz-keyframes mlfnc-pulse {
  0% {
    -moz-transform: rotate(0) scale(.46) skew(1deg);
    opacity: .8
  }

  10% {
    -moz-transform: rotate(0) scale(.56) skew(1deg);
    -moz-opacity: .8
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .01
  }
}

@-o-keyframes mlfnc-pulse {
  0% {
    -o-transform: rotate(0) scale(.46) skew(1deg);
    -o-opacity: .8
  }

  10% {
    -0-transform: rotate(0) scale(.56) skew(1deg);
    -0-opacity: .8
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .01
  }
}

@-ms-keyframes mlfnc-pulse {
  0%, 10% {
    -ms-opacity: .8
  }

  0% {
    -ms-transform: rotate(0) scale(.46) skew(1deg)
  }

  10% {
    -ms-transform: rotate(0) scale(.56) skew(1deg)
  }

  100% {
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -ms-opacity: .01
  }
}

@keyframes tada {
  0%, 100% {
    transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-webkit-keyframes tada {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-moz-keyframes tada {
  0%, 100% {
    -moz-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -moz-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -moz-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-o-keyframes tada {
  0%, 100% {
    -o-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -o-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -o-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -o-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-ms-keyframes tada {
  0%, 100% {
    -ms-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

#spin, #spin2, #spin3, #stop, #stop2, #stop3 {
  margin: auto;
  position: relative;
  z-index: 9999;

  width: 120px;   /* match your PNG width */
  height: 40px;   /* match your PNG height */

  background: url("../images/button.png") no-repeat center center;
  background-size: contain; /* or cover, depending on design */

  border: none;   /* remove old border */
  color: transparent; /* hide text if PNG has text inside */
  font-size: 0;   /* prevent any spacing from text */
  box-shadow: none; /* remove glow unless you want to keep */
}

#spin2, #spin3, #stop, #stop2, #stop3 {
  top: -15px
}

.spinlogo {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0px 30px;
}

.spinlogo img{
 width: 70%
}

.toplogo {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 1rem;
  padding: 0px 90px;
}

.toplogo img{
 width: 100%
}

.responsive-image {
  height: auto;
  max-width: 100%;
}

.comments {
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  display: none;
  margin: 0 20px 20px 20px;
  max-width: 100%;
}


.whatsapp {
  margin-top: 2rem;
  text-align: center;
}


.whatsapp img{
  max-width:50%;
}

.banner{
  padding: 0 20px;
}


/*solved macOS font-issue*/
.mac-os {
  font-family: 'Montserrat', sans-serif !important;
}

