@import "globals2.css";
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
.free-spins{
    font-size: 40px;
    font-weight: 900;
    /* font-style:italic; */
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top:-30px;
}
.modal-container .modal-box .modal-btn {
    padding: 1rem 4rem;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    text-transform: uppercase;
    text-shadow: 2px 2px #272727;
    color: white;
    font-weight: 800;
    text-decoration: none;
    animation: pulse 1s linear infinite;
    border-radius: 5px;
    margin-top: 10px;
}
.modal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #ffeb3b54;
}
.modal-container .modal-box{
    background: url(../../img-nz/winning-banner.png);
    background-size: auto;
    background-position: center;
}
/* Backgrounds */
html,
body {
 font-family: "Geologica", sans-serif;
}

/* Header */
.header {
    display: flex;
    background-color: black;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    img{
       height: 40px;
    }
    .btn-cta{
        height: 40px;
        background: #7D1AE5;
        color: white;
        text-decoration: none;
        display: flex;
        align-content: center;
        align-items: center;
        padding: 20px 40px;
        border-radius: 20px;
    }
}

.header .logo {
    max-width: 150px;
    height: 50px;
    width: 100%;
}
.footer div {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    gap:10px;
    /* max-width: 600px; */
    display: flex;
    color: #fff;
    text-shadow: rgb(39, 39, 39) 2px 2px;
}
.contents-jackpot {
    /* CHANGE THIS VALUE to match the new overlap */
    padding-top: 200px; 
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.contents-jackpot .text-promo,
.contents-jackpot .text-promo-highlight {
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); /* Adds subtle contrast */
}
/* .footer{
    background: #00000038 !important;
} */
/* Main Layout */
.character-container img {
    display: block;
    width: 100%;
    max-width: 750px; /* existing style */
    margin-top:20px;
    /* CHANGE THIS VALUE to make the gradient overlap more */
    margin-bottom: -260px; 
}
.main {
    flex: 1; /* This magical property makes it grow to fill available space */
    display: flex;
    flex-direction: column; /* Stacks content vertically */
    justify-content: center; /* Pushes content towards the bottom (like your design) */
    align-items: center; /* Centers content horizontally */
    width: 100%;
    margin: 0 auto;
    /* Keep your existing background settings */
    background: url(../img-casinodays/bg-desktop.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
/* .main-contents .main-btn {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(135deg, #FF5722, #f8ff12);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease;
    animation: pulse 1s linear infinite;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.main-contents .main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
} */
.main-contents .main-btn {
    /* padding: 1.2rem 3rem; */
    /* background: #ce2597; */
    width:280px;
    height: 75px;
    margin-top:20px;
    margin-bottom: 10px;
    font-size:27px;
    display: flex;
    justify-content:  center;
    align-items: center;
    cursor: pointer;
    color: white;
    transition: all .3s;
    text-decoration: none;
    display: flex;
    animation: pulse 1s linear infinite;
    img{
        width: 100%;
        /* height: 70px; */
    }
}
/* .main-contents .main-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #ffeb3b54;
}
.main-contents .main-btn:hover::before {
    left: 100%;
} */
.footer{
    background-color: black !important;
    min-height: 75px !important;
    .logo{
        height: 30px !important;
        width:30px !important;
    }
}
.footer p{
    text-shadow: unset !important;
}
.main-contents .mobile {
    padding: 0.7rem 3rem;
    background-color: var(--secondary-color);
    border-radius: 5px;
    text-shadow: 2px 2px #272727;
    border: 2px solid var(--secondary-color);
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    cursor: pointer;
    transition: all .3s;
    /* margin-top:-5px; */
    display:none;
    animation: pulse 1s linear infinite;
}
.main-contents .mobile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #ffeb3b54;
}
/* .main-contents .main-btn:hover {
    background-color: transparent;
    color: var(--secondary-color);
} */
.main-contents h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    /* font-style:italic; */
    text-align: center;
    margin-bottom:0px;
    /* text-shadow: rgb(18 18 18) 2px 2px; */
    /* text-shadow: -2px -1px 0 #000, 0 -2px 0 #000, 2px -1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, -2px 1px 0 #000, 0 2px 0 #000, 2px 1px 0 #000;  */
}

.contents-text {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    .jackpot{
        font-size: 32px;
        font-weight: 900;
        font-style:italic;
        color: white;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-shadow: 2px 2px #272727;
    }
    .yellow{
        color: var(--secondary-color);
    }
}
.contents-jackpot {
    /* max-width: 375px; */
    width: 100%;
    align-items: center;
    display: flex;
    /* font-style:italic; */
    flex-direction: column;
    .text-promo{
        font-size:47px;
        line-height: 45px;
        color: white;
        font-weight: 900;   
        text-transform: uppercase;
        span{
           color: #4BA6E7;
           font-size: 55px;
        }
    }
    .text-promo-small{
        font-size: 110px;
        /* color: #85ff1c; */
        color:#FFCE42;
        line-height: 120px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: -20px;
    }
    .text-deposit{
        font-size:40px;
        color: #FFCE42;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: -5px;
    }
    .text-upto{
        font-size:20px;
        margin-left: -270px;
        color: #FFCE42;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .text-offer{
        font-size:80px;
        color: #FFCE42;
        font-weight: 900;
        line-height: 70px;
        text-transform: uppercase;
    }
    .text-sub-offer{
        font-size:40px;
        color: white;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .jackpot{
        font-size: 50px;
        font-weight: 700;
        color: white;
        margin-bottom: 10px;
        /* text-shadow: rgb(18 18 18) 2px 2px; */
        /* text-shadow: -2px -1px 0 #000, 0 -2px 0 #000, 2px -1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, -2px 1px 0 #000, 0 2px 0 #000, 2px 1px 0 #000; */
        .prize {
            font-size: 30px;
            color: var(--secondary-color);
            font-weight: 500;
            text-transform: uppercase;
        }
     
    }
    .yellow{
        color: var(--secondary-color);
        font-size: 30px;
    }
    .you-got{
        font-size: 25px;
        margin-top:-10px;
        /* text-shadow: rgb(18 18 18) 2px 2px; */
        /* text-shadow: -2px -1px 0 #000, 0 -2px 0 #000, 2px -1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, -2px 1px 0 #000, 0 2px 0 #000, 2px 1px 0 #000; */
        color: white;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        .yellow{
            font-size:25px;
            color: var(--secondary-color);
            font-weight: 700;
        }
    }
    .welcome{
        font-size: 35px;
        color: white;
        font-weight: 900;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
        /* text-shadow: rgb(18 18 18) 2px 2px; */
        /* text-shadow: -2px -1px 0 #000, 0 -2px 0 #000, 2px -1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, -2px 1px 0 #000, 0 2px 0 #000, 2px 1px 0 #000; */
    }
}
.text-highlight{
    color:var(--secondary-color);
}
.contents-text p {
    font-size: 22px;
    color: white;
    font-weight: 400;
    align-self: center;
}

.contents-text p span.remaining-chances {
    font-size: 32px;
    font-weight: 900;
}

.contents-text span.highlight {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 900;
    align-self: center;
}

/* Wheel and Related Elements */
.main-wheel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel {
    width: 375px;
    height: 375px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    flex: 0 0 auto;
}

.wheel::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow.webp) no-repeat;
    position: absolute;
    background-size: contain;
    top: 0;
    z-index: 3;
}

.edge-wheel,
.hoop-wheel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.edge-wheel {
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

.hoop-wheel {
    transform: rotate(0deg);
}

.edge-wheel img,
.hoop-wheel img {
    width: 100%;
    height: 100%;
}

.button-wheel {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    background: #EAAE44;
    /* background-image: url(../images/button-bg.webp); */
    background-size: cover;
    background-position: center;
    text-shadow: 2px 2px #272727;
    border: 3px solid white;
    outline: none;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    animation: pulse 1s linear infinite;
}

@keyframes pulse {
    0%, to {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
}

.button-wheel:hover {
    animation-play-state: paused;
}

/* Woman Image and Speech Bubble */
.woman-image {
    width: 220px;
    height: 360px;
    position: relative;
    flex: 0 0 auto;
    z-index: 10;
    margin-left: -80px;
    pointer-events: none;
}

.woman {
    width: 100%;
    height: 100%;
    background: url(../images/woman-nua.webp) no-repeat center/contain;
}

.woman-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/woman.webp) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.woman-image.active::after {
    opacity: 0;
}

.speech-bubble {
    width: 160px;
    position: absolute;
    left: -80px;
    top: -70px;
    z-index: 5;
}

.speech-bubble.active {
    left: -130px;
    top: 100px;
}

.bubble-img {
    width: 100%;
    height: 100%;
}

.bubble-contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: white;
    padding: 1rem 1.5rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.bubble-contents p {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.bubble-contents p span {
    color: var(--secondary-color);
}

.speech-bubble.active .bubble-contents {
    padding: 1rem 2rem 1rem 1rem;
}

/* Responsive Styles */
@media screen and (min-width: 350px) {
    .main-wheel {
        justify-content: center;
    }
}
@media screen and (min-width: 1024px) {
    .free-spins{
        font-size: 47px !important;
    }
    .prize{
        font-size: 30px !important;
        color: white !important;
    }
    .offer{
        font-size: 140px !important;
        font-weight:700;
        margin-top:-20px;
    }
    .jackpot{
       margin-top:-10px;
    }
    .main-contents h1 {
        font-size: 33px;
        margin-top: -10px;
    }
    .welcome{
        font-size:38px !important;
    }
    .up-txt{
        margin-left: 60px !important;
        font-size:22px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header{
        position: absolute;
    }
    .contents-jackpot{
        padding-top:120px;
    }
    .text-promo-small{
        font-size: 90px !important;
    }
    .text-deposit{
        font-size:32px !important;
    }
    .text-upto{
        font-size:18px !important;
        margin-left: -210px !important;
    }
    .text-offer{
        font-size:66px !important;
    }
    .text-sub-offer{
        font-size:32px !important;
        margin-top: -10px;
    }
    .main {
        flex-direction: row;
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    .woman-image {
        width: 260px;
        height: 420px;
    }
    .speech-bubble.active {
        left: -110px;
        top: 240px;
    }
    .main-contents .main-btn {
        display: flex;
    }
    .prize{
        font-size: 30px !important;
        color: white !important;
    }
    .main-contents .main-btn{
        margin-top:20px !important;
    }
    .offer{
        font-size: 130px !important;
    }
    .main-contents h1 {
        font-size: 31px;
        margin-top: -10px;
    }
    .free-spins{
        font-size: 42px !important;
    }
    .up-txt{
        margin-left: 70px !important;
        font-size:20px !important;
    }
    .character-container {
        img {
            width: 100%;
            max-width: 700px;
            width: 230px !important;
            /* height: 350px; */
            margin-top:130px;
            margin-bottom: -200px;
        }
    }
}

@media screen and (min-width: 1000px) {
    .wheel {
        width: 450px;
        height: 450px;
    }
    .button-wheel {
        width: 100px;
        height: 100px;
        font-size: 21px;
    }
    .speech-bubble {
        width: 150px;
        left: -80px;
        top: -70px;
    }
}

@media screen and (min-height: 900px) {
    .woman-image {
        width: 320px;
        height: 520px;
        margin-left: -110px;
    }
    .wheel {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width: 1400px) {
    .main-contents .main-btn {
        /* padding: 1.2rem 6rem; */
        font-size: 28px;
    }
    .woman-image {
        width: 400px;
        height: 650px;
        margin-left: -150px;
    }
    .wheel {
        width: 600px;
        height: 600px;
    }
    .speech-bubble {
        width: 180px;
        left: 10px;
        top: -50px;
    }
    .contents-text {
        max-width: unset;
    }
    .contents-text p {
        font-size: 25px;
    }
    .remaining-chances {
        font-size: 42px;
    }
    .contents-text span.highlight {
        font-size: 25px;
    }
    .button-wheel {
        width: 120px;
        height: 120px;
        font-size: 28px;
    }
    .wheel::after {
        width: 60px;
        height: 60px;
    }
    .speech-bubble.active {
        left: -30px;
        top: 10px;
    }
}
@media screen and (max-width:767px){
    .text-promo-small{
        font-size: 90px !important;
    }
    .text-deposit{
        font-size:32px !important;
    }
    .text-upto{
        font-size:18px !important;
        margin-left: -210px !important;
    }
    .text-offer{
        font-size:66px !important;
    }
    .text-sub-offer{
        font-size:32px !important;
        margin-top: -10px;
    }
    .header {
        img {
            height: 35px;
        }
        .btn-cta{
            height: 35px;
            padding: 15px 30px;
            font-size: 14px;
        }
    }
    .free-spins{
        font-size: 40px !important;
    }
    .contents-jackpot{
        padding-top:50px;
    }
    .mobile {
        display: flex !important;
    }
    .prize{
        font-size: 30px !important;
        color: var(--secondary-color);
    }
    .welcome{
        font-size:32px !important;
    }
    .character-container {
        img {
            width: 100%;
            max-width: 750px;
            width: 400px;
            /* margin-right: -20px; */
            /* height: 350px; */
            /* margin-top:20px; */
            margin-bottom: -150px;
        }
    }
    .button-wheel {
        width:90px;
        height:90px;
        font-size:20px;
    }
    .wheel{
        padding:1rem;
    }
    
   .main {
        background: url(../img-casinodays/bg-mobile.png) no-repeat no-repeat;
        background-size: cover;
        background-position: bottom;
        flex-direction: row !important;
        .up-txt{
             margin-left: 80px;
             font-size:18px !important;
        }
    }
    .main-contents .main-btn{
        padding: 1.2rem 3rem;
        font-size: 24px;
    }
    .prize{
        font-size: 20px !important;
        color: white !important;
    }
    .offer{
        font-size: 120px !important;
    }
    .main-contents h1{
        font-size: 28px;
        margin-top:-10px;
    }
    .main-contents .main-btn {
        padding: unset !important;
        height:70px !important;
    }
}
@media screen and (max-width: 500px) {
    .main{
        flex-direction: column !important;
    }
    .text-promo-small{
        font-size: 90px !important;
    }
    .text-deposit{
        font-size:32px !important;
        margin-top:-5px;
    }
    .text-upto{
        font-size:18px !important;
        margin-left: -210px !important;
        margin-bottom: -5px !important;
    }
    .text-offer{
        font-size:66px !important;
    }
    .text-sub-offer{
        font-size:32px !important;
        margin-top: -10px;
    }
    .free-spins {
        font-size: 37px !important;
    }
    .welcome{
        font-size:30px !important;
        margin-top:-12px;
    }
    .character-container {
        img {
            width: 250px;
            max-width: 250px;
            margin-bottom: -160px;
        }
    }
    .contents-jackpot {
        .you-got {
            font-size: 21px;
            color: white;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: -10px;
        }
        .yellow {
            font-size: 20px !important;
        }
        .jackpot{
            font-size: 20px;
        }
        .prize {
            font-size: 20px !important;
            line-height: 55px !important;
            color: white !important;
        }
        .offer{
            font-size: 110px !important;
        }
    }
    .up-txt{
        margin-top:10px;
        font-size: 17px !important;
        margin-left: 50px !important;
    }
    .container{
        width: 90%;
    }
    .contents-text p{
        margin-top:-10px;
    }
    .main-contents h1{
        font-size: 26px;
        margin-top:-8px;
        margin-bottom:-10px;
    }
    .header{
        height: 70px;
    }
    .header .logo {
        max-width: 130px;
        height: 40px;
        width: 100%;
    }
    .main-contents .main-btn {
        width:270px !important;
        margin-top:30px !important;
    }
}
@media screen and (max-width: 400px) {
    .free-spins{
        font-size: 30px !important;
    }
    .text-promo-small{
        font-size: 88px !important;
    }
    .text-deposit{
        font-size:31px !important;
    }
    .text-upto{
        font-size:17px !important;
        margin-left: -210px !important;
        margin-bottom: -10px;
    }
    .text-offer{
        font-size:64px !important;
        margin-top: -5px;
    }
    .text-sub-offer{
        font-size:31px !important;
        margin-top: -10px;
        margin-bottom: 0px;
    }
    .free-spins {
        font-size: 37px !important;
    }
    .welcome{
        font-size:30px !important;
        margin-top:-12px;
    }
    .contents-jackpot{
        padding-top:30px;
    }
    .character-container {
        img {
            width: 180px !important;
            max-width: 180px !important;
            margin-bottom: -110px !important;
        }
    }
    .main-contents .main-btn {
        /* padding: 1rem 4rem; */
        width: 200px !important;
        height: 60px !important;
        margin-top:20px !important;
        span{
            font-size:1.5rem;
        }
    }
    .up-txt{
        margin-top:10px;
        font-size: 18px !important;
    }
    .contents-jackpot {
        .you-got {
            font-size: 17px;
            color: white;
            font-weight: 700;
            margin-top:-5px;
            margin-bottom: 0px;
        }
        .jackpot{
            font-size: 19px;
        }
        .yellow{
            font-size:20px !important;
        }
        .prize {
            font-size: 30px !important;
            line-height: 35px !important;
            color: white !important;
        }
        .offer{
            font-size: 95px !important;
        }
    }
    .welcome {
        margin-top:-12px !important;
        font-size:25px !important;
        margin-bottom: 0px !important;
    }
    .contents-text p{
        margin-top:-10px;
    }
    .main-contents h1{
        font-size:22px !important;
    }
    /* .main-contents h1{
        font-size: 19.5px;
        margin-top:-15px;
    } */
}
@media screen and (max-width: 430px) and (max-height: 700px) {
    .wheel{
        width:330px;
        height:330px;
    }
    .jackpot{
        /* margin-bottom:0px !important; */
        font-size:35px;
    }
}
.footer p{
    font-size: 10px !important;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    /* max-width: 600px; */
    display: flex;
    color: #fff;
}
/* Ensures the image sits flat against the bottom with no gap */
.character-container img {
    display: block;
    width: 100%;
}
/* Find this existing rule near the bottom and update it */
.footer p {
    margin: 0;  /* <--- THIS REMOVES THE GAP */
    
    /* Keep your existing styles below */
    font-size: 10px !important;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    justify-content: center; /* Add this to center text horizontally */
    display: flex;
    color: #fff;
    text-shadow: unset !important;
}
/* 1. Removes the white border around the whole page */
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100svh;
}
/* 3. Removes the tiny line under the phone image */
.character-container img {
    display: block;
}
.footer p {
    /* 1. Makes both left and right sides straight/equal */
    text-align: justify;
    
    /* 2. Keeps the very last line centered (looks better for short last lines) */
    text-align-last: center; 
    /* Keep your existing margin/padding-top settings */
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}