body {
	background-image: url(../images/body-bg.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
    font-family: "Chela One", system-ui;
    height: 100vh;
}
.main-part{
    text-align: center;
}
.main-part .logo {
	margin: 5px 0 0;
}

.spinner-wrapper {
	margin: auto;
	width: 360px;
	height: 540px;
}
.spinner {
	position: relative;
	width: 100%;
}
.spinner-col {
	position: absolute;
	width: 123px;
	height: 538px;
	overflow: hidden;
	display: inline-block;
}
.spinner-col .img {
	background-image: url(../images/az2.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 14400px;
	background-size: contain;
	transition: margin-top 3s;
}
.spinner-col1{
    left: 0;
    right: auto;
}
.spinner-col2 {
	left: 50%;
	transform: translateX(-50%);
}
.spinner-col2 .img {
	background-image: url(../images/az1.png);
}
.spinner-col2 .img {
	/* margin-top: -303px; */
	transition: margin-top 4s;
}
.spinner-col3 {
	left: auto;
	right: 0px;
}
.spinner-col3 .img {
	/* margin-top: -104px; */
	transition: margin-top 5s;
}
.spinner-col1.spinned-1 .img {
margin-top: -12622px;
}
.spinner-col2.spinned-1 .img {
margin-top: -12517px;
}
.spinner-col3.spinned-1 .img {
margin-top: -12623px;
}

.mian-spin {
	background: #a1133d;
	border: 7px solid;
	border-radius: 20px;
	padding: 35px 35px;
	box-shadow: rgb(246, 214, 65) 0px 7px 29px 0px;
	width: auto;
	display: inline-block;
    animation: border 2s ease infinite reverse;
}
@keyframes border { 
    0% { 
        border-color: #f6d641;
    }
    50% { 
        border-color: #fff;
    }
    100% { 
        border-color: #f6d641;
    }
}
.lady-img-section {
	margin: 0 0 -49px 0;
}
.mian-spin .btn-spin {
	border: none;
	background: none;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	top: auto;
	animation: zoom-in-zoom-out 1s ease infinite;
	width: 100px;
	height:100px;
	margin: auto;
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(-360deg); 
    }
}
.text-wrapper.text-01 {
	width: 75%;
	margin: 0 auto;
   overflow: hidden;
}
.text-wrapper.text-01 img{
    animation: zoom-in-zoom-out 1s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      scale: 100%;
    }
    50% {
      scale: 90%;
    }
    100% {
      scale: 100%;
    }
  }
.text-wrapper.text-02 {
    z-index: 1;
    position: relative;
    margin: 0 -40px -30px;
}
.spin-modal-backdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.84);
	opacity: 0;
	z-index: 1071;
	display: none;
}
.spin-modal {
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: calc(100% - 40px);
	max-width: 760px;
	color: #fff;
	z-index: 1072;
	transition: all 1s;
	animation: glowing2 1500ms infinite;
	padding: 15px 30px;
	border: 8px solid #f6d641;
	border-radius: 20px;
	/* overflow: hidden; */
	background: rgba(1,0,41, 0.8);
	box-shadow: rgba(174, 20, 87, 0.8) 0px 0 49px 30px;
}
.jackpot-img {
	text-align: center;
	margin: -80px 0 20px 0;
    animation: zoom-in-zoom-out 1s ease infinite;
}
.jackpot-list ul {
	padding: 0;
	margin: 0;
}
.jackpot-list ul li {
	display: flex;
	align-items: start;
	gap: 16px;
	margin: 0 0 12px 0;
}
.jackpot-list ul li:last-child {
	margin: 0;
}
.jackpot-list ul li p {
	font-size: 30px;
	line-height: 36px;
	font-family: "Oswald";
	font-weight: 600;
    margin: 0;
}
.jackpot-list ul li p span {
	color: #ece90f;
}
.spin-modal.open {
	top: 50%;
	transform: translate(-50%, -50%);
}
.jackpot-btn {
	text-align: center;
	margin: 20px 0 -68px 0;
}
.jackpot-btn a {
	font-size: 55px;
	line-height: 65px;
	font-family: "Oswald";
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	color: #3cecaa;
	background: linear-gradient(to bottom, #ff1650 0%, #fec646 100%);
	padding: 10px 40px 15px;
	border: 4px solid #eebc46;
    animation: zoom-in-zoom-out 1s ease infinite;
	text-shadow: 2px 0 #2f0969, -2px 0 #2f0969, 0 2px #2f0969, 0 -2px #2f0969, 1px 1px #2f0969, -1px -1px #2f0969, 1px -1px #2f0969, -1px 1px #2f0969;
}
@media (max-width: 1400px) {
    .main-wrapper{
        padding: 0 0 40px 0;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .jackpot-btn a{
        font-size: 45px;
    }
    .jackpot-list ul li p {
        font-size: 26px;
        line-height: 36px;
    }
    .jackpot-img img {
        width: 280px;
    }
}
@media (max-width: 575px) {
    .text-wrapper.text-02 {
        margin: 0 0 -30px;
    }
    .jackpot-btn a {
        font-size: 35px;
        padding: 0px 30px 5px;
    }
    .jackpot-img img {
        width: 250px;
    }
}
@media (max-width: 480px) {
    body{
        background-size: auto;
    }
    .spin-modal{
        top: -230%;
    }
    .mian-spin {
        padding: 35px 15px;
    }
    .spinner-col {
        width: 104px;
    }
    .main-part .logo {
        margin: 5px auto 0;
        width: 70px;
    }
    .spinner-wrapper {
        width: 310px;
        height: 454px;
        overflow: hidden;
    }
    .mian-spin .btn-spin{
        width: 70px;
        height: 70px;
    }
    .text-wrapper.text-01{
        width: 100%;
    }
    .spinner-col1.spinned-1 .img {
        margin-top: -12489px;
    }
    .spinner-col2.spinned-1 .img {
        margin-top: -12403px;
    }
    .spinner-col3.spinned-1 .img {
        margin-top: -12489px;
    }
    .jackpot-list ul li img {
        max-width: 30px;
    }
    .jackpot-list ul li{
        gap: 6px;
    }
    .jackpot-list ul li p {
        font-size: 18px;
        line-height: 25px;
    }
    .spin-modal{
        padding: 15px 10px;
    }
    .jackpot-btn a {
        font-size: 25px;
        padding: 5px 20px 5px;
        line-height: 48px;
    }
    .jackpot-btn {
        margin: 20px 0 -48px 0;
    }
}
@media (max-width: 399px) {
    .spinner-wrapper {
        width: 245px;
        height: 367px;
        overflow: hidden;
    }
    .spinner-col {
        width: 84px;
    }
}