*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    overflow: hidden;
}
.background{
    position: relative;
    width: 550px;
    height: 100vh;
}
.background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 100%;
    height: 100%;
    max-width: 250px;
    object-fit: contain;
}
.text{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text img{
    width: 100%;
    height: 100%;
    max-width: 450px;
    object-fit: contain;
}
.game{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game img{
    width: 100%;
    height: 100%;
    max-width: 550px;
    object-fit: contain;
}
.register{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.register img{
    width: 100%;
    height: 100%;
    max-width: 250px;
    object-fit: contain;
    cursor: pointer;
    animation: registerZoom 2.5s ease-in-out infinite;
}

@keyframes registerZoom{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes lightGlow{
    0%, 100%{
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
    }
    50%{
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.9)) drop-shadow(0 0 60px rgba(255, 215, 0, 0.5));
    }
}
.slot1{
    position: absolute;
    top: 82%;
    left: 78%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slot1 img{
    width: 100%;
    height: 100%;
    max-width: 250px;
    object-fit: contain;
    animation: slot1Zoom 2.5s ease-in-out infinite, lightGlow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
}
.slot2{
    position: absolute;
    top: 77%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slot2 img{
    width: 100%;
    height: 100%;
    max-width: 320px;
    object-fit: contain;
    animation: slot2Zoom 2.5s ease-in-out infinite, lightGlow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
}
.slot3{
    position: absolute;
    top: 74.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slot3 img{
    width: 100%;
    height: 100%;
    max-width: 265px;
    object-fit: contain;
    animation: slot2Zoom 2.5s ease-in-out infinite, lightGlow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
}
.money10{
    position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.money10 img{
    width: 100%;
    height: 100%;
    max-width: 180px;
    object-fit: contain;
    animation: registerZoom 2.5s ease-in-out infinite;
    z-index: 1000;
}
.money20{
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.money20 img{
    width: 100%;
    height: 100%;
    max-width: 180px;
    object-fit: contain;
    animation: registerZoom 2.5s ease-in-out infinite;
    z-index: 1000;
}
.gold{
    position: absolute;
    top: 95.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gold img{
    width: 100%;
    height: 100%;
    max-width: 550px;
    object-fit: contain;
    cursor: pointer;
}
.sticker{
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticker img{
    width: 100%;
    height: 100%;
    max-width:100px;
    object-fit: contain;
    cursor: pointer;
}
.sticker2{
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticker2 img{
    width: 100%;
    height: 100%;
    max-width:100px;
    object-fit: contain;
    cursor: pointer;
}