body {
     font-family: 'Inter', 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: radial-gradient(circle at center, #1e293b 0%, #050b14 100%);
    color: white;
    min-height: 100vh;
        overflow-x: hidden;
    overflow-y: auto; 
}




@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate-marquee-slow {
    animation: marquee 60s linear infinite;
}

@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.05); }
    28% { transform: scale(1); }
    42% { transform: scale(1.05); }
    70% { transform: scale(1); }
}

.animate-heartbeat {
    animation: heartbeat 2s ease-in-out infinite;
}

@keyframes ripple {
    0% { box-shadow: 0 0 0 0 rgba(250, 204, 21, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(250, 204, 21, 0); }
    100% { box-shadow: 0 0 0 0 rgba(250, 204, 21, 0); }
}

.animate-ripple {
    animation: ripple 2s linear infinite;
}

@keyframes sweep {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.btn-sweep::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-25deg);
    animation: sweep 3s infinite;
}

@keyframes pulse-gold {
    0%, 100% { filter: drop-shadow(0 0 5px #facc15); }
    50% { filter: drop-shadow(0 0 20px #facc15); }
}

.gold-glow {
    animation: pulse-gold 2s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.text-shimmer {
    background: linear-gradient(90deg, #ec3494, #ff8dc7, #ec3494);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

.wheel-transition {
    transition: transform 6s cubic-bezier(0.15, 0, 0.15, 1);
}

.gold-gradient {
    background: linear-gradient(135deg, #facc15 0%, #a16207 100%);
}

@keyframes bounceIn {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

@keyframes rubber-band {
    0% { transform: scale(1); }
    30% { transform: scale(1.25, 0.75); }
    40% { transform: scale(0.75, 1.25); }
    50% { transform: scale(1.15, 0.85); }
    65% { transform: scale(0.95, 1.05); }
    75% { transform: scale(1.05, 0.95); }
    100% { transform: scale(1); }
}

.animate-rubber-band {
    animation: rubber-band 1s ease-out;
}

/* iOS Safari background fix */
html {
    background: radial-gradient(circle at center, #1e293b 0%, #050b14 100%);
    min-height: 100vh;
}
body {
    background: radial-gradient(circle at center, #1e293b 0%, #050b14 100%);
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
#root {
    min-height: 100vh;
    background: radial-gradient(circle at center, #1e293b 0%, #050b14 100%);
}

.hidden {
    display: none !important;
}
.text-gray-400 {
	    color: #e7e7e7 !important; 
}
.bg-yellow-500\/50 {
    background-color: rgb(233 233 233 / 50%) !important;
}


button#spinBtn {
    background: linear-gradient(-120deg, #7000ff, #ff1fc8 50%, #ffa327) !important;
}
.text-\[8px\] {
    font-size: 9px !important;
    FONT-WEIGHT: 500 !IMPORTANT;
    letter-spacing: 0.3px !important;
}
#root {
   background: 
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url('../images/Banner-bg.webp') !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
p.font-bold.opacity-60 {
    color: #fff !important;
    font-weight: 500 !important;
}
#modal1 h2, #modal2 h2, #modal3 h2 {
    font-size: 40px !important;
}
.short-text {
    font-size: 13px !important;
}
.claim-btn {
    font-size: 32px !important;
    letter-spacing: 0.6px !important;
    padding: 22px !important;
}
p.text-sm.instant {
    margin-bottom: 10px !important;
}
ul.lsiting li {
    margin-bottom: 10px !important;
}
.pt-12 {
    padding-top: 5rem !important;
}
.ml-1 {
    margin-left: 0px !important;
}
.stars-icon {
    margin-top: -1px !important;
    margin-right: 3px !important;
}

    .sm\:text-4xl {
        font-size: 24px !important;
    }
.max-w-lg {
    max-width: 40rem !important;
}
.italic {
    font-style: italic;
    opacity: 1 !important;
        font-size: 4px !important;
}
.short-text {
    font-size: 22px !important;
}



@media screen and (max-width: 1024px) {
 #modal1 h2, #modal2 h2, #modal3 h2 {
    font-size: 26px !important;
}
.text-yellow-500 {
    font-size: 16px !important;
}
ul.lsiting li {
    font-size: 14px !important;
}
.claim-btn {
    font-size: 20px !important;
    letter-spacing: 0.6px !important;
    padding: 12px !important;
}
.italic {
    font-style: italic;
    font-weight: 500 !important;
    opacity: 1 !important;
        font-size: 4px !important;
}
.spin-modal {
    padding: 1rem !important;
}
.discription {
    margin-top: 0px !important;
}
.text-\[8px\] {
    font-size: 11px !important;
}
.px-6 {
    padding: 0px !important;
}
.stars-icon {
    margin-top: -3px !important;
    margin-left: 20px !important;
}
.py-2 {
    padding: 5px 15px !important;
}
.pink-box {
    padding: 6px 10px !important;
}
.reward {
    margin-top: 10px !important;
}
.close-btn {
    margin-top: -1px !important;
    margin-right: -6px !important;
    font-size: 16px !important;
}
.pt-12 {
    padding-top: 3.5rem !important;
}
.pt-8 {
    padding-top: 1rem !important;
}
.mb-2 {
    margin-bottom: 0px !important;
}
.mb-8 {
    margin-bottom: 15px !important;
}
.spin-btn{
    padding-top: 14px !important;
    padding-bottom: 10px !important;
        font-size: 20px !important;
        margin: 11px 0px !important;
    }


.mt-8 {
    margin-top: 23px !important;
}
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(27px) !important;
}
.tracking-tight {
    color: #facc17 ! IMPORTANT;
    margin-top: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
}
.works-box {
    padding: 15px 12px !important;
        margin-bottom: 10px !important;
    }
p#statusText {
    margin-top: 12px !important;
}
#redeemNowWrap {
    margin-bottom: 0px !important;
}
.spin-box {
    text-align: center;
}
}
@media screen and (max-width: 1100px) {

#modal1 h2, #modal2 h2, #modal3 h2 {
        font-size: 20px !important;
    }
    button.pop-close {
    width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
}
.short-text {
    font-size: 17px !important;
}
}

 @media screen and (max-width: 767px) {
.relative.bg-gradient-to-br {
    padding: 20px 10px !important;
}
span.text-white {
        margin: 5px 0px !important;
    font-size: 18px !important;
}
.short-text {
    margin-top: 10px !important;
}
 }

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .stars-icon {
        margin-top: -1px !important;
        margin-left: 13px !important;
    }
}
