/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ponits_name img {
    width: 200px;
}
 .slots {
  position: absolute;
  width: 40.9%;
  height: auto;
  margin-left: 43px;
  top: 29%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  /* background: linear-gradient(45deg, grey 0%, lightgray 100%); */
  /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
  /* border-right: 1px solid rgba(255, 255, 255, 0.6); */
  /* border-left: 1px solid rgba(0, 0, 0, 0.4); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
  /* box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3); */
  /* border-radius: 3px; */
  /* overflow: hidden; */
}
.slots.win1 {
  -webkit-animation: win1 200ms steps(2, end) infinite;
          animation: win1 200ms steps(2, end) infinite;
}
.slots.win2 {
  -webkit-animation: win2 200ms steps(2, end) infinite;
          animation: win2 200ms steps(2, end) infinite;
}
.reel-image {
  margin-bottom: 30px;
}
.slots .slots-ew {
  position: relative;
  width: 33.33%;
  height: 373px;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.rell-image {
  margin-bottom: 36px;
}
.slot-postion {
    /* position: absolute; */
    /* width: 100%; */
    top: 0;
    /* height: 100vh; */
    /* display: flex; */
    align-items: center;
}

#gameContainer .slots .reel img {
  width: 100px;
  height: 100px;
}

 .slot-machine-game {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.slot-machine-game-new {
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slot-machine-game-this {
  margin: 0 auto;
  text-align: center;
}

.slot-machine-game-this svg {
  margin: 0 auto;
  text-align: center;
}
.slot-asas {
  display: contents;
}

div#gameContainer {
  height: 100vh;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
 div#gt_float_wrapper {
    text-align: right;
	    position: absolute;
    width: 100%;
    top: -19px;
}
.gt_float_switcher .gt_options a, .gt_float_switcher .gt-selected .gt-current-lang{
	padding:7px!important;
	    font-size: 15px;
}
.gt_float_switcher img {
width: 24px;
}
.elementor-84 .ekit_social_media > li {
    display: inline-block;
    margin: 0px 0px 0px 6px;
    width: 41px;
    height: 41px;
}
img.prize-image {
    width: 41px;
    padding-right: 11px;
}
.popup_title h2 {
    color: #000;
}

.popup_image img {
       width: 26%;
    padding-top: 26px;
}
.elementor-125 .elementor-element.elementor-element-b2156b3 .ekit_social_media > li {
    width: 41px;
}

.sub-menu-toggle{
	display:none;
}
.form-container{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in{
    left: 0;
    width: 50%;
    z-index: 2;
}


.sign-up{
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.container.active .sign-up{
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move 0.6s;
}

@keyframes move{
    0%, 49.99%{
        opacity: 0;
        z-index: 1;
    }
    50%, 100%{
        opacity: 1;
        z-index: 5;
    }
}

.social-icons{
    margin: 0px 0;
}

.social-icons a{
    border: 1px solid #ccc;
    border-radius: 20%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
}

.social-icons a:hover{
    scale: 1.3;
    border: 1px solid #000;
}

.toggle-container{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border-radius: 150px 0 0 100px;
    z-index: 1000;
}

.container.active .toggle-container{
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}

.toggle{
    background-color: #512da8;
    height: 100%;
    background: linear-gradient(to right, #5c6bc0, #512da8);
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.container.active .toggle{
    transform: translateX(50%);
}

.toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    top: 0;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.bg_color{
	background-color: #c9d6ff;
    background: linear-gradient(to right, #e2e2e2, #c9d6ff);
}
.toggle-left{
    transform: translateX(-200%);
}

.container.active .toggle-left{
    transform: translateX(0);
}

.toggle-right{
    right: 0;
    transform: translateX(0);
}

.container.active .toggle-right{
    transform: translateX(200%);
}
.toggle-panel h1 {
    font-size: 32px!important;
    font-family: 'Poppins'!important;
    letter-spacing: 0.5px;
}

.sign-in h1, .sign-up h1 {
	    font-size: 32px!important;
    color: #000!important;
    font-family: 'Poppins'!important;
    letter-spacing: 0.5px!important;
    font-weight: bold!important;
}
input#wp-submit {
  background: #000;
}
p.login-remember {
    display: none;
}

form#login-form label {
    display: none;
}
#loginform label {
    display: none;
}

form#loginform {
    width: 100%;
}


.account-banner h1.page-title {
    font-size: 56px;
	    letter-spacing: 0.5px;
}


    .tg {
        --bg-primary: #090a14;
        --text-primary: #090a14;
    }
    
    .tg-account .account-banner {
        background: var(--bg-primary);
        width: 100%;
        float: left;
        padding: 250px 0 0;
    }
    
    .tg-account .account-banner .inner-banner .detail * {
        color: #fff;
			    font-family: 'Poppins';
    }
    
    .tg-account .account-banner .inner-banner .profile {
        text-align: center;
    }
    
    .tg-account .account-banner .inner-banner .profile span.image img {
        width: 130px;
        border-radius: 50%;
        box-shadow: 0px 0px 15px -10px #000;
    }
    
    .tg-account .account-banner .inner-banner .detail h3.user-name {
        font-size: 20px;
        margin-top: 20px;
    }
    
    .tg-account .account-banner .inner-banner .nav-area {
        width: 100%;
        float: left;
        margin-top: 45px;
    }
    
    .tg-account .account-banner .inner-banner .nav-area ul li a {
        background: rgba(255, 255, 255, .4);
        color: #fff;
        font-weight: 500;
        border-radius: 0px;
        font-size: 16px;
        border: none;
        padding: 10px 28px;
        min-width: 120px;
        display: block;
        transition: .4s;
        text-align: center;
			    font-family: 'Poppins';
    }
    
    .tg-account .account-banner .inner-banner .nav-area ul li {
        margin-right: 7px;
    }
    
    .tg-account .account-banner .inner-banner .nav-area ul li a.active,
    .tg-account .account-banner .inner-banner .nav-area ul li a:hover {
        color: var(--text-primary);
        background: #fff;
    }
    
    .tg-tabs-content-wrapp {
        width: 100%;
        float: left;
        padding: 30px 0;
    }
    
    div#my-orders-table_length {
        width: fit-content;
        float: left;
    }
    
    div#my-orders-table_filter {
        width: fit-content;
        float: right;
    }
    
    div#my-orders-table_length select,
    div#my-orders-table_filter input {
        border: 1px solid #207ba1;
        padding: 5px 15px;
    }
    
    div#my-orders-table_length,
    div#my-orders-table_filter {
        margin-bottom: 22px;
    }
    
    .tg-tabs-content-wrapp form.tg-form {
        width: 100%;
        float: left;
        background: #f7f7f7;
        padding: 30px 30px 60px;
        border: 1px solid #eaeaea;
    }
    .registering_row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.registering_col {
    width: 49%;
}
.registering_col_full {
    width: 100%;
}
    .tg-tabs-content-wrapp form.tg-form button {
        background: var(--bg-primary);
        border: none;
        padding: 10px 32px;
        cursor: pointer;
        margin: 13px 0 0;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card img {
        max-width: 80px;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card {
        text-align: center;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card h2 {
        font-size: 20px;
        margin-top: 14px;
			    font-family: 'Poppins';
    letter-spacing: 0.5px;
    font-weight: 500;
			    color: #000;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card p {
        font-size: 15px;
			    font-family: 'Poppins';
    }
    
    div#my-orders-table_info {
        float: left;
    }
    
    div#my-orders-table_paginate {
        float: right;
    }
    
    .page-item.active .page-link {
        background-color: lightgrey !important;
        border: 1px solid black;
    }
    
    .page-link {
        color: black !important;
    }
    
    div#my-orders-table_paginate a {
        background: #e6e6e6;
        margin: 0 2px;
        padding: 3px 11px;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }
    
    div#my-orders-table_paginate {
        margin-top: 8px;
    }
    
    div#my-orders-table_paginate span a.current {
        color: #fff !important;
        background: var(--primary);
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card {
        cursor: pointer;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card:hover,
    .tg-tabs-content-wrapp .my-account-dashboard .card.active {
        background: var(--text-primary);
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
    .tg-tabs-content-wrapp .my-account-dashboard .card.active * {
        color: #fff;
    }
    
    .tg-tabs-content-wrapp .my-account-dashboard .card {
        transition: .4s;
        border-radius: 0px;
        box-shadow: 0px 2px 7px -5px;
    }
    
    table#my-orders-table a.view-order {
        background: var(--text-primary);
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        padding: 4px 11px;
        border-radius: 3px;
    }
    
    @media(min-width:768px) {
        table#my-orders-table td.action,
        table#my-orders-table th.action {
            text-align: center;
        }
    }
    
    @media(max-width:768px) {
        .tg-account .account-banner .inner-banner .nav-area ul li a {
            min-width: auto !important;
            padding: 8px 15px;
        }
    }
    
    @media(max-width:600px) {
        .tg-account .account-banner .inner-banner .nav-area ul li a span {
            display: none;
        }
        .tg-account .account-banner .inner-banner .nav-area ul li a {
            min-width: auto;
            padding: 8px 20px;
        }
        .tg-account .account-banner .inner-banner .nav-area ul {
            text-align: center;
            margin: 0 auto;
            width: fit-content;
        }
        .tg-account .detail {
            text-align: center;
        }
        div#my-orders-table_length select,
        div#my-orders-table_filter input {
            max-width: 120px;
            font-size: 14px;
        }
        div#my-orders-table_length label,
        div#my-orders-table_filter label {
            font-size: 0px;
        }
    }


.copy-text {
	position: relative;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
    width: 72%;
    margin: 0 auto;
    margin-top: 24px;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
	width:100%;
}
.copy-text button {
	padding: 10px;
	background: #5784f5;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
	    width: 40px;
    height: 40px;
	    position: relative;
    top: 7px;
    left: -8px;
}

.copy-text button:active {
	background: #809ce2;
	    position: relative;
    top: 7px;
    left: -6px;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

.Card-Container{
      background-color: #FFFEFF;
    margin: 0px auto 0;
    width: 70%;
    height: 100%;
    border: solid transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
	    display: flex;
}
div#referral-code-area {
    position: relative;
}
.Main-Card{
    background-image: linear-gradient(45deg, black, #090a14);
    width: 50%;
    height: 410px;
    border: solid transparent;
    border-radius: 30px;
    color: #D0C1FF;
    box-shadow: 0 0 100px #090a14 inset;
    padding: 23px;
    display: flex;
    align-items: center;
}
.you_sc h3 {
    font-family: 'Poppins';
    letter-spacing: 0.5px;
    font-weight: bold;
}
.you_sc {
    width: 100%;
    text-align: center;
}
.dot h1 {
    font-family: 'Poppins';
    font-size: 80px;
    font-weight: bold;
    position: relative;
    top: 47px;
	letter-spacing: -1.5px;
}
.dot {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(
  180deg,
  hsl(255deg 72% 45%) 0%,
  hsl(254deg 70% 47%) 11%,
  hsl(254deg 68% 49%) 22%,
  hsl(253deg 67% 50%) 33%,
  hsl(252deg 70% 52%) 44%,
  hsl(251deg 73% 53%) 56%,
  hsl(250deg 76% 55%) 67%,
  hsl(249deg 80% 56%) 78%,
  hsl(248deg 83% 58%) 89%,
  hsl(247deg 87% 60%) 100%);
}

.Main-Para{
  font-size: 13.59px;
  font-weight: 400;
  position: relative;
  top: 15px;
}
.Summary {
    padding: 17px;
}
.Result-DES{
  width: 50%;
}

.Sum-Top{
      font-weight: bold !important;
    color: #000 !important;
    opacity: 0.9;
    font-size: 30px !important;
    position: relative;
    margin-top: 15px;
    text-align: center;
    font-family: 'Poppins' !important;
}

.Reaction{
  width: 100%;
  height: 40px;
  background-color: #FFF6F5;
  border: solid transparent;
  border-radius: 7px;
	display:flex;
}

.Reac{
  color: hsl(0, 100%, 67%);
  position: relative;
    margin: 0 auto;
  font-size: 16px;
	    width: 80%;
	    padding-left: 14px;
    padding-top: 3px;
}

.Reac-img{
  position: relative;

}

.Reac-Score{
  font-size: 15px;
  position: relative;
	    width: 20%;
    color: #000;
	margin-bottom: 0px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: end;
    padding-right: 18px;

}

.Memory{
  width: 217px;
  height: 40px;
  background-color: #FFFBF2;
  border: solid transparent;
  border-radius: 7px;
  margin: 0 auto 15px;
}

.Memo{
  color: hsl(39, 100%, 56%);
  position: relative;
  font-size: 16px;
}

.Memo-img{
  position: relative;

}

.Memo-Score{
  font-size: 15px;
  position: relative;

}

.Verbal{
  width: 217px;
  height: 40px;
  background-color: #F2FBFA;
  border: solid transparent;
  border-radius: 7px;
  margin: 0 auto 15px;
}

.Verb{
  color: hsl(166, 100%, 37%);
  position: relative;
  bottom: 32px;
  right: 35px;
  font-size: 16px;
}

.Verb-img{
  position: relative;
  right: 87px;
  top: 9px;
}

.Verb-Score{
  font-size: 15px;
  position: relative;
  bottom: 67px;
  left: 68px;
}

.Visual{
  width: 217px;
  height: 40px;
  background-color: #F3F3FD;
  border: solid transparent;
  border-radius: 7px;
  margin: 0 auto 15px;
}

.Vis{
  color: hsl(234, 85%, 45%);
  position: relative;
  bottom: 32px;
  right: 35px;
  font-size: 16px;
}

.Vis-img{
  position: relative;
  right: 87px;
  top: 9px;
}

.Vis-Score{
  font-size: 15px;
  position: relative;
  bottom: 67px;
  left: 68px;
}

.Outof{
  color: grey;
}



.fank-hero-section {
       background: linear-gradient(45deg, #000, #0067b9);
       padding-top: 187px;
    padding-bottom: 55px;
}

.spinwin-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s;
}

.spinwin-modal-box {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    background-color: #000000b8;
    position: relative;
}

.spinwin-modalbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.spinwin-body-section {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-family: "Poppins";
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.fank-hero-wrapper {
    position: relative;
}

.contain-image img, .contain-image svg, .contain-image video, .contain-image iframe {
    -o-object-fit: contain;
    object-fit: contain;
}
.fank-hero-wrapper {
    padding: 68px 0;
}
.fank-hero-content {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}




.ms-auto {
    margin-left: auto;
}
.speen-wheel-wrap {
       position: relative;
    width: 488px;
    height: 488px;
    transform: rotate(-90deg);
    z-index: 0;
    top: -20px;
    left: -1px;
    margin: 0 auto;
}
.spin_pin{
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border: 4px solid white; */
    background-color: #bf48d5;
    color: #fff;
    /* box-shadow: 0 5px 20px #000; */
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow: none !important;
    border: none !important;
}
.luch_spin_button {
    z-index: 99;
    position: relative;
}
/* .speen-wheel-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/gallery/arrow-bottom.png) no-repeat;
  background-size: 5%;
  left: 5%;
  top: 48%;
  transform: rotate(90deg);
} */
.box-0 .spin-wheel-point-crown-img {
  position: absolute;
  max-width: 190px;
  transform: translate(-50%, -100%);
  left: 50%;
  margin-top: 3px;
  z-index: 1;
}
.box-0 .spin-wheel-stand-img {
  position: absolute;
  max-width: 160px;
  transform: translateX(-50%);
  left: 50%;
  z-index: -2;
  bottom:-102px;
}
.box-0 {
       width: 100%;
    margin: 0 auto;
}
.box-0::after {
       content: "";
    width: 600px;
    height: 600px;
    position: relative;
    border-radius: 50%;
    background-image: url(https://wordpressdemo.co.in/hestia/wp-content/uploads/2024/05/frame-3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 20px solid #FFBD60; */
    transition: all ease-in-out 5s;
    position: absolute;
    top: 51.7%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 4;
}
/* .box-0::before {
       content: "";
    width: 494px;
    height: 494px;
    position: relative;
    border-radius: 50%;
    border: 15px solid #d71973; */
    /* transition: all ease-in-out 5s; */
    /* position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1; */
/* } */
.speen-wheel-wrap .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease-in-out 5s;
  transform: rotate(90deg);
}
.speen-wheel-wrap span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
	top:0;
}

.speen-wheel-wrap .span1 {
  clip-path: polygon(0 17%, 0 50%, 50% 50%);
  background-color: green;
}

.speen-wheel-wrap .span2 {
  clip-path: polygon(0 17%, 30% 0, 50% 50%);
  background-color: red;
}

.speen-wheel-wrap .span3 {
  clip-path: polygon(30% 0, 71% 0, 50% 50%);
  background-color: blue;
}

.speen-wheel-wrap .span4 {
  clip-path: polygon(71% 0, 100% 18%, 50% 50%);
  background-color: salmon;
}

.speen-wheel-wrap .span5 {
  clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
  background: #ff8300;
}

/* .speen-wheel-wrap .box2 .span3 {
  background-color: #00ff04;
} */

.speen-wheel-wrap .box2 {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.speen-wheel-wrap .font-medium {
  color: white;
  font-size: 20px;
}
.speen-wheel-wrap .main-title {
  font-size: 16px;
}
.speen-wheel-wrap b {
  font-family: var(--font-secondary);
}
.speen-wheel-wrap .box1 .span1 b {
  position: absolute;
  top: 34%;
  right: 89%;
  transform: rotate(300deg);
  text-align: center;
}

.speen-wheel-wrap .box1 .span2 b {
  position: absolute;
  top: 14%;
  right: 73%;
  transform: rotate(-40deg);
}

.speen-wheel-wrap .box1 .span3 b {
  position: absolute;
  top: 15%;
  right: 46%;
  transform: rotate(90deg);
}

.speen-wheel-wrap .box1 .span4 b {
  position: absolute;
  top: 12%;
  right: 21%;
  transform: rotate(50deg);
  margin-top: 15px;
}

.speen-wheel-wrap .box1 .span5 b {
  position: absolute;
  top: 36%;
  right: 8%;
  transform: rotate(80deg);
  text-align: center;
}

.speen-wheel-wrap .box2 .span1 b {
  position: absolute;
  top: 33%;
  right: 88%;
  transform: rotate(300deg);
}

.speen-wheel-wrap .box2 .span2 b {
  position: absolute;
  top: 0%;
  right: 70%;
  transform: rotate(50deg);
  text-align: center;
  margin-top: 45px;
}

.speen-wheel-wrap .box2 .span3 b {
  position: absolute;
  top: 4%;
  right: 47%;
  transform: rotate(360deg);
  right: 47%;
}

.speen-wheel-wrap .box2 .span4 b {
  position: absolute;
  top: 13%;
  right: 20%;
  transform: rotate(60deg);
}

.speen-wheel-wrap .box2 .span5 b {
  position: absolute;
  top: 33%;
  right: 6%;
  transform: rotate(70deg);
  text-align: center;
}

.speen-wheel-wrap .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid white;
  background-color: #bf48d5;
  color: #fff;
  box-shadow: 0 5px 20px #000;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  z-index: 1000;
}

.speen-wheel-wrap .spin:active {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

.speen-wheel-wrap.animate:after {
  animation: animateSpinWheelArrow 0.7s ease infinite;
}

audio {
  display: none;
}

@keyframes animateSpinWheelArrow {
  50% {
    right: -50px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}
.box-0 .box .span_03_img {
  max-width: 30px;
  position: absolute;
  top: 3%;
  right: 25%;
  transform: rotate(130deg);
  margin-top: 60px;
  display: block;
}
.box-0 .box .span_04_img {
  max-width: 20px;
  position: absolute;
  top: 40%;
  right: 15%;
  transform: rotate(140deg);
  text-align: center;
}
.box-0 .box .span_05_img {
  max-width: 30px;
  position: absolute;
  top: 12%;
  right: 76%;
  transform: rotate(0);
  margin-top: 70px;
  display: block;
}
.box-0 .box .span_06_img {
  max-width: 30px;
  position: absolute;
  top: 0%;
  right: 44%;
  transform: rotate(90deg);
  margin-top: 45px;
  display: block;
}
.box-0 .box .span_07_img {
  max-width: 20px;
  position: absolute;
  top: 20%;
  right: 26%;
  transform: rotate(125deg);
  text-align: center;
}
.box-0 .box .span_08_img {
  max-width: 30px;
  position: absolute;
  top: 23%;
  right: 14%;
  transform: rotate(140deg);
  margin-top: 40px;
  display: block;
}
.box-0 .box .span_01_img {
  max-width: 20px;
  position: absolute;
  top: 21%;
  right: 79%;
  transform: rotate(0deg);
  margin-top: 55px;
  display: block;
}

.box-0 .box .span_02_img {
  max-width: 30px;
  position: absolute;
  top: 13%;
  right: 64%;
  transform: rotate(40deg);
  margin-top: 25px;
  display: block;
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: initial;
  min-height: auto;
}
.speen-wheel-wrap .elusive-blue-color {
  background-color: #39035b;
}
.speen-wheel-wrap .chaste-blossoms-color {
  background-color: #9340e9;
}
.speen-wheel-wrap .malachite-color {
  background-color: #4370e7;
}
.speen-wheel-wrap .loudicious-pink-color {
  background-color: #df36ad;
}
.speen-wheel-wrap .gilded-leaves-color {
  background-color: #e7a240;
}
.speen-wheel-wrap .pervenche-color {
  background-color: #0096ec;
}
.box-0 .box img {
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: initial;
  min-height: auto;
}
.spinner .fank-download-button{
     margin-bottom: 50px;
    margin-top: 50px;
}
/* send code end */


.spinwin-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s;
}

.spinwin-modal-box {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    background-color: #000000b8;
    position: relative;
}

.spinwin-modalbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



p.ruppesword {
    font-size: 70px;
    color: #ffde69;
}

p.withdrawl {
    color: #fff;
    margin: 0px 0 2rem;
}

a.downloadnow {
    background: #13b913;
    color: #fff;
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    border-radius: 18px;
    font-weight: 600;
    font-size: 20px;
    padding: 24px 24px;
    margin: 0;
    width: 100%;
    cursor: pointer;
    font-family: 'Poppins';
    overflow: hidden;
}

.spinwin-footerbar {
    width: 20%;
    margin: auto;
}

.spinwin-headerbar {
    margin-bottom: 13px;
}

a.downloadnow:after {
    content: "";
    top: 5px;
    transform: translate(100%) skew(-15deg);
    width: 4.375rem;
    height: 2.75rem;
    position: absolute;
    z-index: 1;
    animation: svelte-b3sc0h-slide 2s infinite;
    background: linear-gradient(98.44deg,rgb(3 255 178 / 0%) 22.31%,rgba(255,255,255,.331287) 50.8%,rgba(255,255,255,0) 76.4%);
}

.back-button{
    margin: 20px auto;
}
.back-button a{
    color: white;
    font-size: 26px;
    font-family: 'Poppins';
}

@media (min-width: 1600px) {
    .container {
        max-width: 1580px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1350px;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 1250px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1140px) {
    .container {
        max-width: 1040px;
    }
}
.container {
    width: 100%;
    /* max-width: 1632px; */
    padding: 0 12px;
    margin: 0 auto;
}
.lucy_wheel {
    position: relative;
    top: 56px;
}
button.spin {
    border-radius: 5px;
    padding: 13px 40px;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1); */
    outline: none;
    /* background: linear-gradient(0deg, rgba(22, 9, 240, 1) 0%, rgba(49, 110, 244, 1) 100%); */
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(320deg, #173E54 0%, #41ACD4 100%);
    border-radius: 5px 5px 5px 5px;
    border: none;
}
.reducted {
    position: relative;
    top: 0rem;
    margin-left: 0.8rem;
    font-family: 'Poppins';
    font-size: 18px;
    user-select: none;
    color: rgb(187, 1, 1);
    text-shadow: -0.4px 0.4px 0 black, 0.4px 0.4px 0 black, 0.4px -0.4px 0 black, -0.4px -0.4px 0 black;
}

 .image_main {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.image_slot_1 {
      display: flex;
    margin: 0 auto;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 24%;
    column-gap: 27px;
    height: 165px;
}
.slot_light_left_image {
    position: absolute;
    top: 59px;
    left: 17%;
    z-index: 0;
}
.slot_machine_image {
    position: relative;
    z-index: 9;
}
.slot_light_right_image {
        position: absolute;
    right: 16%;
    top: 56px;
    z-index: 0;
}
div#slot-trigger_new {
       position: absolute;
    bottom: 39%;
    right: 4%;
	z-index:9;
}
.slot_button {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.stan_fgod {
position: absolute;
    top: 30%;
    display: flex;
    left: 23%;
    column-gap: 6px;
    overflow: hidden;
    height: 163px;
    width: 665px;
}

.firest_slot_image {
    position: relative;
    width: 203px;
    left: 0;
}
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}
     
.spin_free_text {
    width: 50%;
}

span.spin_add, span.spin_add_new {
    font-size: 2.5em;
    font-weight: 700;
    color: #f5f5f5;
    /* text-shadow: 0px 2px 10px #414141; */
    background: linear-gradient(240deg, #d2d2d2, #9d9d9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
}
.spin_use_spin {
    position: absolute;
    bottom: 32%;
    left: 19%;
    display: flex;
	    z-index: 9;
    width: 100%;
}
.result {
position: absolute;
    bottom: 33.5%;
    left: 44%;
    z-index: 9;
}
.text_result {
    color: #ffea31;
    font-family: 'Poppins';
    font-size: 18px;
    text-shadow: 0px 2px 10px #ffea31;
}
.image_slot_bg img {
      width: 100%;
    height: 100%;
    max-width: 100%;
}
.creadit_point {
    position: absolute;
    top: 9.2%;
    display: flex;
    left: 40%;
    z-index: 9;
    width: 295px;
}

.credit_point_text span {
    color: #ffea31;
    font-family: 'Poppins';
    font-size: 18px;
    text-shadow: 0px 2px 10px #ffea31;
}

.credit_point_text {
    width: 50%;
}
.main_popup {
    box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, 0.5);
    width: 800px;
    height: 425px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     margin: 0 auto;
	    justify-content: center;
    align-items: center;
	background :#fff;
	z-index:99;
}
.custom-popup-and-game {
    z-index: 99999!important;
}
.sign-up_new h3 {
	    color: #000;
    padding-bottom: 32px;
text-align:center;
}
.x {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 40px;
    height: 35px;
    cursor: pointer;
	    z-index: 9999;
}
.x .one {
    transform: rotate(45deg) translate(7px, 7px);
}
.x .two {
    transform: rotate(-45deg) translate(-4px, 4px);
}
.main_popup .sign-up_new {
     position: relative;
    width: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sub-head {
    width: 300px;
    margin: 0 auto;
}
.x .one, .x .two {
    background: #b7b7b7;
    height: 3px;
    width: 100%;
    cursor: pointer;
}
.slot_time.clicked {
    position: relative;
    top: -24px;
}

 .perspective-on {
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
            perspective: 1000px;    /* Setting the perspective of the contents of the stage but not the stage itself*/
  }
  .perspective-off {
    -webkit-perspective: 0;
       -moz-perspective: 0;
            perspective: 0;
  }
  
  #rotate {
    margin: 0 auto 0;
    width: 100%;
/*     height: 220px; */
height: 100%;
    padding-top: 0;
    /* Ensure that we're in 3D space */
    transform-style: preserve-3d;
    position: relative;
/*     top: -34%;
    left: 23%; */
    top: -48%;
    left: 25%;
  }
  
  .ring {
    margin: 0 auto;
    height: 80px;
    width: 67px;
    float: left;
    transform-style: preserve-3d;
  }
  .slot {
    position: absolute;
    width: 90px;
    height: 80px;
    box-sizing: border-box;
    opacity: 0.9;
    color: rgba(0,0,0,0.9);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  .backface-on {
    -webkit-backface-visibility: visible;
       -moz-backface-visibility: visible;
            backface-visibility: visible;
  }
  
  .slot p {
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
    margin: 0;
    text-align: center;
  }
  
  .go {
    display: block;
    margin: 0 auto 20px;
    padding:10px 30px;
    font-size: 20px;
    cursor: pointer;
  }
  label {
    cursor: pointer;
    display: inline-block;
    width: 45%;
    text-align: center;
  }
  .tilted {
    transform: rotateY(45deg);
  }
  /*=====*/
  .spin-0     { transform: rotateX(-3719deg); }
  .spin-1     { transform: rotateX(-3749deg); }
  .spin-2     { transform: rotateX(-3779deg); }
  .spin-3     { transform: rotateX(-3809deg); }
  .spin-4     { transform: rotateX(-3839deg); }
  .spin-5     { transform: rotateX(-3869deg); }
  .spin-6     { transform: rotateX(-3899deg); }
  .spin-7     { transform: rotateX(-3929deg); }
  .spin-8     { transform: rotateX(-3959deg); }
  .spin-9     { transform: rotateX(-3989deg); }
  .spin-10    { transform: rotateX(-4019deg); }
  .spin-11    { transform: rotateX(-4049deg); }
  /*=====*/
  @keyframes back-spin {
      /*0%    { transform: rotateX(0deg); }*/
      100%  { transform: rotateX(30deg); }
  }
  @keyframes tiltin {
      0%    { transform: rotateY(0deg);}
      50%   { transform: rotateY(0deg);}
      100%  { transform: rotateY(45deg);}
  }
  @keyframes tiltout {
      0%    { transform: rotateY(45deg);}
      100%  { transform: rotateY(0deg);}
  }
  
  @keyframes spin-0 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3719deg); }
  }
  @keyframes spin-1 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3749deg); }
  }
  @keyframes spin-2 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3779deg); }
  }
  @keyframes spin-3 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3809deg); }
  }
  @keyframes spin-4 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3839deg); }
  }
  @keyframes spin-5 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3869deg); }
  }
  @keyframes spin-6 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3899deg); }
  }
  @keyframes spin-7 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3929deg); }
  }
  @keyframes spin-8 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3959deg); }
  }
  @keyframes spin-9 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-3989deg); }
  }
  @keyframes spin-10 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-4019deg); }
  }
  @keyframes spin-11 {
      0%    { transform: rotateX(30deg); }
      100%  { transform: rotateX(-4049deg); }
  }
  
  div#ring5 {
      position: relative;
/*       left: 73px; */
    left: 137px;

  }
  
  div#ring3 {
      position: relative;
/*       left: 33px; */
    left: 75px;
  }
  .slot_machine_handale {
    position: absolute;
/*     top: -20%;
    right: -13%; */
		    top: -31%;
    right: -11%;
    z-index: -1;
  }
  .slot_machine_handale svg {
/*       width: 419px; */
		    width: 552px;
  }
  .slot img.emoji {
    width: 36px;
}
#board_slot{
/*     width: 449px; */
	    width: 32%;
    /* background-color: green; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* background: url(https://wordpressdemo.co.in/hestia/wp-content/uploads/2024/05/soil.png); */
    background-size: cover;
    /* border: 3px solid white; */
    border-radius: 25px;
    position: absolute;
    top: 42%;
    left: 33%;

}
@media (min-device-width:1400px) and (max-device-width:1500px){
  #board_slot{
        left: 27.7%;
    }
}

.deal-wheel {
  --size: clamp(250px, 80vmin, 700px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(
    hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
    hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
  );

  position: relative;
  display: grid;
  grid-gap: calc(var(--size) / 20);
  align-items: center;
  grid-template-areas:
    "spinner"
    "trigger";
  font-family: "Girassol", sans-serif;
  font-size: calc(var(--size) / 21);
  line-height: 1;
  text-transform: lowercase;
	margin:0 auto;
}

.deal-wheel > * {
  grid-area: spinner;
}

.deal-wheel .btn-spin {
  grid-area: trigger;
  justify-self: center;
}

.spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner";
  width: 350px;
  height: 350px;
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}

.spinner * {
  grid-area: spinner;
}

.prize {
  position: relative;
  display: flex;
  align-items: center;
    width: 42%;
    height: 42%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}

.cap {
  --cap-size: calc(var(--size) / 4);
  position: relative;
  justify-self: center;
  width: var(--cap-size);
  height: var(--cap-size);
}

/* Hide select dropdown from SVG import file */
.cap select {
  display: none;
}

.cap svg {
  width: 100%;
}

.ticker {
  position: relative;
       top: -195px;
    left: 160px;
	transform: rotate(90deg);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  z-index: 1;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  transform-origin: center left;
	z-index: 3;
}

.btn-spin {
  color: hsl(0deg 0% 100%);
  background: var(--lg);
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  padding: 0.9rem 2rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}

.btn-spin:focus {
  outline-offset: 2px;
}

.btn-spin:active {
  transform: translateY(1px);
}

.btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}

/* Spinning animation */
.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
  animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

/* Selected prize animation */
.prize.selected .text {
  color: white;
  animation: selected 800ms ease;
}
.deal-wheel span.text {
    font-size: 18px;
    color: #fff;
}
.page-id-279 #board{
	    position: absolute;
    top: 34%;
    left: 35%;
}
button.btn-spin {
    position: absolute;
    top: -233px;
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    /* max-width: 34px; */
    padding: 10px;
    background: #e48c18;
    z-index: 9999;
}
button.btn-spin:hover {
    color: #fff;
    background-color: #e48c18;
    border-radius: 50%;
}
@keyframes selected {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }
  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }
  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }
  75% {
    transform: scale(0.98);
  }
  85% {
    transform: scale(1);
  }
}

/* .deal-wheel:before {
    content: '';
    position:absolute;
    width: 102.5%;
    left: -3px;
    top: -3px;
    height: 100%;
    background-image: url('https://wordpressdemo.co.in/hestia/wp-content/uploads/2024/06/01-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
} */
.btn-spin:disabled {
    cursor: progress;
    opacity: 1!important;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus{
	outline:none!important;
}
.btn-spin{
	    border-radius: 50% !important;
}