.fas::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-brands::before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}




html,
body {
    font-family: 'Speedee', sans-serif !important;
    background: linear-gradient(to right, #910063, #DB0007, #E8720A) border-box;
    background-position: bottom right;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
}
@media screen and (min-width: 1024px){    
    .ring_bg{
        top:27% !important
    }
}
.ring_bg{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px; /* Adjust size for mobile */
    height: 380px;
    border-radius: 80%;
    background: transparent;
    z-index: 3;
}

.ring_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 25px; /* thicker border */
    background: linear-gradient(to right, 
      #E8720A 0%, 
      #E8720A 70%, 
      #DB0007 85%, 
      #910063 100%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.img_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .bg-coin {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.7;
  }
  
.ring_item {
    position: absolute;
    top: 35%;
    left: 43%;
    width: 75px;
    height: 75px;
    transform:
      rotate(calc((180deg / 5 * var(--i)) - 90deg))  
      translateY(-160px)
      rotate(calc(-1 * ((180deg / 5 * var(--i)) - 90deg)));  
    transform-origin: center center;
    z-index: 4;
  }
  
.bg-filter {
    display: none;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* background: url(../img/bg.webp) no-repeat; */
    background-position: top right;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    opacity: 0.5;
    background-size: cover;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}



.slot-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
}

.base-machine {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/machine2 (2).webp') no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-size: 100vw calc(100vw*(1920 / 1080));
    background-position: center center;
}

.base-machine .base-frame-cnt {
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.base-machine .base-frame {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2;
}












#stage {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.perspective-on {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.perspective-off {
    -webkit-perspective: 0;
    -moz-perspective: 0;
    perspective: 0;
}

.rotate {
    margin: 0 auto 0;
    /* transform-style: preserve-3d; */
    margin: 0 auto 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}

.rotate.shadow-rotate {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.base-machine .ring {
    margin: 0 auto;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
}

.with-shadow {
    width: 33%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 1) 100%);
}


.base-machine .slot {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.backface-on {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.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);
    }
}

.slot-el {
    padding: 10px;
}

.slot-el img {
    width: 100%;
    height: auto;
}

.init-loader {
    background-color: #00000090;
    position: fixed;
    top: calc(50% - 170px / 2);
    left: calc(50% - 170px / 2);
    padding: 35px;
    border-radius: 10px;
    z-index: 99999;
}

.offer-name {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    line-height: normal;
}

.offer-name strong {
    color: #cd252c;
    color: #FFBA33;
}

.offer-img {
    position: relative;
    width: 100%;
    max-height: 25vh;
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.offer-img img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.toc-cnt {
    position: fixed;
    top: 20px;
    right: 35px;
	z-index: 10;
}

.toc-cnt img {
    width: 60px;
}

.lang-cnt {
    position: fixed;
    top: 20px;
    right: 35px;
    z-index: 99999;
	display: none;
}

.lang-list {
    background: #ffffffb0;
}

.lang-flag {
    width: 60px;
}

.gbtn {
    background-color: #FFBA33 !important;
}

.gbtn .v-btn__underlay {
    background-color: transparent !important;
}

.action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.v-alert-title {
    font-weight: bold;
}

.lang-cnt,
#t_spinbtn,
#t_trigger {
    cursor: pointer;
    z-index: 10;
}

.app_links {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.app_links a {
	width: calc(45% - 5px);
}

.app_links a img {
	width: 100%;
	height: auto;
}

.v-btn__content {
    white-space: normal;
}

.v-dialog .v-overlay__content {
    background: url(../img/d_bg.webp) no-repeat;
    background-size: 100% 100%;
    background: transparent;
    padding: 30px 20px;
	border-style: solid;
    border-width: 1px;
    border-image-source: url(../img/d_bg.webp);
    border-image-repeat: round;
    border-image-width: 50px;
    border-image-slice: 100 fill;
}

.v-dialog .v-toolbar,
.v-dialog .v-toolbar__content,
.v-dialog>.v-overlay__content>.v-card {
    background: transparent;
    box-shadow: none;
	overflow: visible;
}

.v-dialog>.v-overlay__content>.v-card {
	overflow: scroll;
}

.v-dialog .v-toolbar-title {
    color: #ff2411;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: 0;
	font-size: 1.5em;
}

.gbtn {
    background-color: transparent !important;
    font-weight: bold;
    border-image-source: url(../img/btn_bg.png);
    border-image-repeat: round;
    border-image-slice: 60 fill;
    border-image-outset: 5px 10px 15px 10px;
    border-image-width: auto;
    padding: 25px 25px;
    height: auto !important;
}

.gbtn button {
    background-color: transparent !important;
    font-weight: bold;
}

.v-alert__content {
    font-size: 0.8rem;
}

.v-alert-title {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 10px;
}

.v-toolbar__content .v-btn--icon {
	position: absolute;
	right: 0;
}

.v-toolbar__content {
	padding: 0px 20px;
    margin-top: 10px;
}

.v-toolbar-title__placeholder {
	text-overflow: unset;
    white-space: normal;
	overflow: visible;
}

.pdfViewer .page {
	text-align: center;
	margin-bottom: 20px !important;
}

.pdf-app #toolbarViewerMiddle {
	float: right;
}

.cong_title .v-toolbar-title {
	font-size: 2em;
}