@import url('/css/fonts.css');
* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #69418A;
    color: #fff;
    font-family: 'Ode to Idle Gaming', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    -webkit-text-size-adjust: none;
}
a {
    color: #fff;
    text-decoration: none;
}
a, label{
	-webkit-tap-highlight-color: transparent;
}
a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
}
img {
    max-width: 100%;
    transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%;
}
svg{
    transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
}
.invert{
    filter:invert(1);
}
input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.loading{
    opacity: 0;
    z-index: -1;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: all 1s;
}
.loading.show{
   background: #69418A;
   z-index:100;
   opacity: 1;
}
#vl_cinema{
    display: none;
}
.container{
    width: 95%;
    max-width: 1200px;
    margin:0 auto;
}
.container-sm{
    width: 100%;
    max-width: 860px;
    margin:0 auto;
}
.text-decoration-underline{
    text-decoration: underline;
}
.text-decoration-underline:hover{
    text-decoration: underline;
}
.align-items-center{
    align-items: center;
}
.mx-auto{
    margin-right: auto!important;
    margin-left: auto!important;
}
.me-auto{
    margin-right: auto!important;
}
.ms-auto{
    margin-left: auto!important;
}
.mt-15{
    margin-top: 15px!important;
}
.mb-15{
    margin-bottom: 15px!important;
}
.mt-30{
    margin-top: 30px!important;
}
.mb-30{
    margin-bottom: 30px!important;
}
.mt-50{
    margin-top: 50px!important;
}
.mb-50{
    margin-bottom: 50px!important;
}
.mt-60{
    margin-top: 60px!important;
}
.mb-60{
    margin-bottom: 60px!important;
}
.p-3{
    padding: 1rem;
}
.p-5{
    padding: 2rem;
}
.nav {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 11;
}
.nav .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav .logo{
    display: flex;
    align-items: center;
    background: url('../img/bg-logo.svg') no-repeat center left;
    background-size: contain;
    color: #5A00AD;
    padding: 6px
}
.nav .logo-img{
    display: flex;
    align-items: center;
}
.nav .logo img{
    max-width: 64px;
}
.nav .logo .balance{
    display: flex;
    align-items: center;
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #340063;
}
.nav .logo .balance.error{
    color: #DD4343;
}
.balance-img{
    width: 14px;
    height: 14px;
    padding: 1px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.balance-img img{
    width: 100%;
}
.nav .chose::after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 30px;
    background: url('../img/menu.svg') no-repeat center;
    background-size: 14px;
    transition: all 0.3s;
}
.nav .logo:hover .chose::after{
    transform: rotate(180deg);
}
.nav .logo .chose{
    display: flex;
    align-items: center;
    min-width: 200px;
    padding-left: 10px;
    font-family: 'FORCED SQUARE';
}
.nav .logo .chose .chose-text{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.chose-menu{
    position: absolute;
    top:40px;
    left: 0px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 10px 10px 20px 0px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 6px;
    border: solid 2px rgba(255, 255, 255, 0.1);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset;
    display: none;
    z-index: 10;
}
.show .chose-menu{
    display: block;
}
.chose-menu a{
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: solid 2px transparent;
    margin-bottom: 4px;
    min-width: 180px;
}
.chose-menu a:hover, .chose-menu a.active{
    border-radius: 20px;
    background: #69418A;
    border: solid 2px rgba(255, 255, 255, 0.15);
}
.chose-menu a.active::after{
    content: '';
    position: absolute;
    top: 0;
    right:0;
    width: 20px;
    height: 100%;
    background: url('../img/check.svg') no-repeat center;
    background-size: 10px;

}
.menu-btn{
    display: flex;
    width: 100%;
    align-items: center;
}
.menu-btn .btn-vl:nth-child(1){
    margin-left: auto;
}
.menu-btn .btn-vl:nth-child(2){
    margin-right: auto;
}
.btn-connect{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 10px 10px 20px 0px rgba(3, 0, 30, 0.35);
    border: solid 2px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.btn-connect:hover{
    background: rgba(255, 255, 255, 0.2);
}
.btn-connect img{
    margin-right: 24px;
    width: 46px;
}
.btn-vl{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 180px;
    height: 38px;
    background: #875BAA;
    border-radius: 30px 30px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-vl span{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    background: #875BAA;
    border-radius: 30px;
    padding: 10px 15px;
    z-index: 1;
    width: calc(100% - 20px);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-15px);
    transition: all 0.3s;
    outline: none;
}
.btn-vl span::after{
    content: '';
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 10%;
}
.btn-vl:active span::after, .btn-vl:focus span::after, .btn-vl.active span::after{
    height: 100%;
}
.btn-vl::before{
    content: '';
    position: absolute;
    top:5px;
    left:10px;
    width: calc(100% - 20px);
    height: 25px;
    background: #5B337A;
    border-radius: 0px 0px 15px 15px;
    z-index: 1;
    transition: all 0.3s;
}
.btn-vl::after{
    content: '';
    position: absolute;
    top:40%;
    left:0%;
    width: 100%;
    height: 90%;
    background: #5B337A;
    border-radius: 0px 0px 20px 20px;
    z-index: -1;
}
.btn-vl:active span, .btn-vl:focus span, .btn-vl.active span{
    height: 25px;
    transform: translateY(-1px);
}
.btn-vl:active::before, .btn-vl:focus::before, .btn-vl.active::before{
    top:4px;
    border-radius: 15px 15px;
}
.btn-range{
    border-radius: 10px;
    width: 80px;
    height: 26px;
    margin: 0;
    padding: 0;
}
.btn-range span{
    width: 40px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    transform: translateY(-12px);
}
.btn-range span img{
    z-index: 1;
    height: 60%;
    width: 50%;
}
.btn-range::before{
    top:5px;
    left:5px;
    width: 40px;
    height: 15px;
    border-radius: 0px 0px 8px 8px;
}
.btn-range::after{
    border-radius: 0px 0px 10px 10px;
}
.btn-range:active span, .btn-range:focus span, .btn-range.active span{
    height: 19px;
    transform: translateY(2px);
}
.btn-lg{
    min-width: 220px;
    display: inline-flex;
}
.btn-flip {
    width: 100%;
    margin: 0;
}
.btn-flip span{
    background: #FDD87A;
    width: 90%;
}
.btn-flip::before{
    background: #D3A121;
    width: 90%;
    left: 5%;
}
.btn-flip:hover span{
    background: #F8CF67;
}
.btn-flip:hover::before{
    background: #C6961A;
}
.btn-blue span{
    background: #53ADE0;
}
.btn-blue::before{
    background: #237EBE;
}
.btn-blue:hover span{
    background: #2890D9;
}
.btn-blue:hover::before{
    background: #10639D;
}
.btn-yellow span{
    background: #FDD87A;
}
.btn-yellow::before{
    background: #D3A121;
}
.btn-yellow:hover span{
    background: #F8CF67;
}
.btn-yellow:hover::before{
    background: #C6961A;
}
.btn-pink span{
    background: #FD78D0;
}
.btn-pink::before{
    background: #D52499;
}
.btn-pink:hover span{
    background: #F958C2;
}
.btn-pink:hover::before{
    background: #B1117B;
}
.btn-dark span{
    background: #060323;
}
.btn-dark::before{
    background: #030214;
}
.btn-dark:hover span{
    background: #0C0642;
}
.btn-dark:hover::before{
    background: #080630;
}
.btn-red span{
    background: #E15454;
}
.btn-red::before{
    background: #BA1E1E;
}
.btn-red:hover span{
    background: #DD4343;
}
.btn-red:hover::before{
    background: #AD1313;
}

.text-white{
    color: #FFF;
}
.text-blue{
    color: #53ADE0;
}
.text-red{
    color: #FD78D0;
}
.text-red:hover{
    color: #FD78D0;
}
.text-center{
    text-align: center;
}
.link-red{
    color: #FDACFF;
    text-align: center;
    font-family: 'FORCED SQUARE';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-red img{
    margin-left: 12px;
}
.link-red:hover{
    color: #FD78D0;
}
.menu-burger{
    z-index: 1;
}
.burger{
    display: flex;
    width: 59px;
    height: 59px;
    font-size: 0px;
    background: #785496;
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.6);
    border: solid 2px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-left: 10px;
}
.burger:hover{
    background: #69418A;
}
.burger:before,
.burger:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  left: 8px;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}
.burger:before {
  transform: translateY(0px);
  top: 21px;
}
.burger:after {
  transform: translateY(0px);
  bottom: 21px;
}
.open .burger:before {
  transform: translateY(5px) rotate(45deg);
}
.open .burger:after {
  transform: translateY(-5px) rotate(-45deg);
}
.burger-box{
    position: absolute;
    top:80px;
    right: 0;
    width: 170px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    display: none;
}
.open .burger-box{
    display: block;
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}
.open .burger-box a{
    display: block;
    margin-bottom: 20px;
}
.open .burger-box a:last-child{
    margin-bottom: 0px;
}
.b-0{
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 700px;
}
.b-0-box {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-0-box .title{
    font-family: 'Ode to Idle Gaming';
    color: #FFC034;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.b-0 .footer-logo-0{
    display: flex;
    justify-content: center;
    position: absolute;
    top:-150px;
    left: 0;
    width: 100%;
    height: auto;
}
.b-0 .footer-logo-0 img{
    width: 300px;
}
.b-0 .footer{
    width: 100%;
}
.b-0 .socio{
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    justify-content: center;
}
.b-1{
    width: 100%;
    min-height: 1100px;
    position: relative;
    z-index: 0;
}
.b-1-box::before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg.svg') no-repeat center center;
    background-size: 1920px;
    filter: blur(12.5px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.b-1-box{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
}
.b-1-box.active{
    z-index: 1;
    opacity: 1;
}
.b-1-box.animation{
    z-index: 1;
    opacity: 1;
}
.active.animation .coints img{
    animation: flip-out 1s ease-in-out; 
}
#screen-2.active .coints img{
    animation: flip-in 0.3s ease-in-out; 
}
#screen-4.active .coints img{
    animation: flip-in 0.3s ease-in-out; 
}
.b-1-box > div.title, .b-1-box > div.controll{
    opacity: 0;
}
.b-1-box.active > div{
    opacity: 1;
}
.active.animation > div{
    transition: all 0.5s;
}
.b-1-box.animation> div.title{
    opacity: 0;
}
.b-1-box.animation> div.controll{
    opacity: 0;
}
.coints{
    margin-top: -380px;
}
.coints > div{
    transform: rotateY(0deg) scale(0.8);
    -webkit-transform: rotateY(0deg) scale(0.8);
    transition: all 0.5s ease-in;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.b-1-box .title{
    top:120px;
    max-width: 650px;
    position: absolute;
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
    color: #FFC034;
}

.b-1-box .title .text{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.controll{
    position: absolute;
    bottom: 0px;
    min-height: 620px;
    max-width: 600px;
    min-width: 372px;
}
.radio{
    display: flex;
    justify-content: center;
}
.radio input{
    display: none;
}
.radio input[type="radio"]:checked + label.btn-vl span{
    height: 25px;
    transform: translateY(-1px);
}
.radio input[type="radio"]:checked + label.btn-vl::before{
    top:4px;
    border-radius: 15px 15px;
}
.range{
    display: flex;
    padding-top: 100px;
}
.range > div{
    display: flex;
    width: 100%;
    margin:0 20px;
}
.range output{
    position: absolute;
    top:-90px;
    left: calc(39% - 40px);
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 14.3902px 14.3902px 28.7805px rgba(3, 0, 30, 0.35);
    border-radius: 50%;
    border: solid 4px rgba(255, 255, 255, 0.1);
    transform: scale(0.756) translateX(6.1px);
    transform-origin: bottom;
    font-size: 16px;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: rgba(255, 255, 255, 0.03);
border-radius: 5px;
background-image: linear-gradient(180deg, #FFDB7D 0%, #CD9914 100%);
background-size: 40% 100%;
background-repeat: no-repeat;
box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 17px;
width: 17px;
border-radius: 50%;
background: #FFF;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #555;
transition: background .3s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
-webkit-appearance: none;
height: 17px;
width: 17px;
border-radius: 50%;
background: #FFF;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #555;
transition: background .3s ease-in-out;
}
input[type="range"]::-ms-thumb {
-webkit-appearance: none;
height: 17px;
width: 17px;
border-radius: 50%;
background: #FFF;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #555;
transition: background .3s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb:hover {
background: #FFDB7D;
}
input[type="range"]::-moz-range-thumb:hover {
background: #FFDB7D;
}
input[type="range"]::-ms-thumb:hover {
background: #FFDB7D;
}
input[type=range]::-webkit-slider-runnable-track  {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
input[type=range]::-moz-range-track {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
input[type="range"]::-ms-track {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
.earnings{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}
.earnings-white{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
}
.flip::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: -40px;
    width: 30px;
    height: 30px;
    background: url('../img/flip-bg-1.svg') no-repeat center;
    background-size: contain;
}
.flip::after{
    content: '';
    position: absolute;
    top: -10px;
    right: -40px;
    width: 30px;
    height: 30px;
    background: url('../img/flip-bg-2.svg') no-repeat center;
    background-size: contain;
}
.b-2{
    margin-top: -150px;
    min-height: 100vh;
    background: url('../img/b-2.svg') no-repeat top #69418A;
    background-size: 100%;
    background-position-y: -300px;
    padding-top: 50px;
    padding-bottom: 100px;
    z-index: 1;
}
.b-2::before{
    content: '';
    position: absolute;
    top:-100px;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(105,65,138,1) 45%, rgba(105,65,138,1) 55%, rgba(255,255,255,0) 100%);
    height: 200px;
    z-index: -1;
}
.b-2::after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent, #69418A);
    height: 200px;
    z-index: -1;
}
.b-2 .title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
}
.tabs-btn{
    width: 100%;
    border-radius: 20px;
    background: #785496;
    box-shadow: 10px 10px 20px 0px rgba(3, 0, 30, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
}
.tabs-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.tabs-btn a.active::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #682B99;
    box-shadow: 10px 10px 20px 0px rgba(3, 0, 30, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.tabs{
    display: none;
}
.tabs.active{
    display: block;
}
.lists {
    margin-top: 30px;
}
.lists .item{
    display:flex;
    align-items: center;
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.04);
    border: solid 2px rgba(255, 255, 255, 0.1);
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-bottom: 8px;
    padding: 16px 24px;
}
.lists .item > div:last-child{
    min-width: 170px;
    text-align: end;
    margin-left: auto;
}
.lists .item > div:nth-child(2){
    display: flex;
}
.lists .item div.text{
    margin: 0 16px;
    text-align: start;
    margin-left: 16px;
}
.lists .item img{
    width: 50px;
}
.lists .item .text-wallet{
    color: #340063;
    min-width: 180px;
}
.lists .item .text-time{
    color: #A779CA;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}
.lists .item .bull{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.60);
    border-radius: 50rem;
}
.lists .item .bear{
    box-shadow: 0px 0px 10px 5px rgba(140, 0, 0, 0.6);
    border-radius: 50rem;
}
.lists .item .text-lost {
    color:#C9B7D8;
}
.lists .item.active {
    border-color: #FFC034;
    background: url(../img/re-win.svg) no-repeat right center;
}
.lists .item.active .text-won{
    color: #FFC034;
}
.stats{
    display: flex;
    width: calc(100% + 40px);
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
}
.stats .i-1, .stats .i-2{
    width: calc(50% - 40px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 10px 10px 20px 0px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    margin: 20px;
    border: solid 2px #FFC034;
    min-height: 180px;
}
.stats .title, .b-2 .stats .title{
    color: #FFC034;
    font-family: 'FORCED SQUARE';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    max-width: 90%;
}
.stats .i-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stats .i-1 .title{
    width: 50%;
}
.stats .value{
    color: #FFF;
    text-align: right;
    font-family: 'FORCED SQUARE';
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    position: absolute;
    bottom:0px;
    right: 20px;
}
.stats .value sup{
    font-size: 40px;
}
.stats .text{
    color: #340063;
    font-family: 'FORCED SQUARE';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom:20px;
    left: 20px;
}
.stats .round{
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:solid 10px #000;
    border-radius: 50%;
}
.stats .round svg{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 130px;
    height: 130px;
    stroke: #BA1E1E;
    stroke-width: 11px;
    fill: transparent;
    display: block;
}
.stats .data-range{
    color: #FFF;
    text-align: right;
    font-family: 'FORCED SQUARE';
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.stats .data-range::after{
    content: '%';
    position: absolute;
    top:-30%;
    left:100%;
    font-size: 23px;
}
.stats .data-text{
    color: #FFF;
    text-align: right;
    font-family: 'FORCED SQUARE';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.stats .stat-bg-1{
    background: url('../img/stat-bg-1.svg') no-repeat center;
    background-size: cover;
}
.stats .stat-bg-2{
    background: url('../img/stat-bg-2.svg') no-repeat center;
    background-size: cover;
}
.footer{
    background: url('../img/bg-footer.svg') no-repeat top;
    background-size: 100%;
    min-height: 300px;
    z-index: 3;
}
.footer-logo{
    display: flex;
    justify-content: center;
    position: absolute;
    top:-50px;
    left: 0;
    width: 100%;
    height: 110px;
}
.footer-logo img{
    width: 108px;
}
.footer-btn{
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 30px;
}
.footer-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-link{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.btn-footer{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    background: #785496;
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 15px 30px;
    border: solid 2px rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.btn-footer:hover{
    background: #69418A;
}
.socio{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}
.socio .btn-footer{
    padding: 10px 10px;   
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.win .coints::after{
    content: '';
    position: absolute;
    top: 0px;
    left: calc(50% - 200px);
    width: 440px;
    height: 300px;
    background: url('../img/bg-win.svg') no-repeat center;
    background-size: 100%;
}
.win .title{
    transform: translateY(100%);
    transition: all 2s ease-in-out;
}
.win.active .title{
    transform: translateY(0%);
}

.win-btn-1{
    margin: 42px 0;
}
.win-btn-1::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    width: 30px;
    height: 30px;
    background: url('../img/win-btn-5.svg') no-repeat center;
    background-size: contain;
}
.win-btn-2{
    margin: 42px 0;
}
.win-btn-2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url('../img/win-btn-4.svg') no-repeat center;
    background-size: contain;
}
.win-btn-3{
    margin: 42px 0;
}
.win-btn-3::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url('../img/win-btn-4.svg') no-repeat center;
    background-size: contain;
}
.lose{
    background: rgb(84, 40, 118);
    z-index: -1;
}
.lose-btn-1{
    margin: 42px 0;
}
.lose-btn-1::after{
    content: '';
    position: absolute;
    top: 20px;
    left: -40px;
    width: 30px;
    height: 30px;
    background: url('../img/flip-bg-1.svg') no-repeat center;
    background-size: contain;
}
.lose-btn-2{
    margin: 42px 0;
}
.lose-btn-2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url('../img/win-btn-4.svg') no-repeat center;
    background-size: contain;
}
.lose .title{
    transform: translateY(100%);
    transition: all 2s ease-in-out;
}
.lose.active .title{
    transform: translateY(0%);
}
.error-text{
    color: #E15454;
    text-align: center;
    font-family: 'FORCED SQUARE';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top:-18px;
    left: 0;
}
.money-box{
    z-index: 0;
}
.money-box::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg.svg') no-repeat center top;
    background-size: cover;
    z-index: -1;
}
.money-box::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        url('../img/money-box-1.png') no-repeat calc(0% + 100px) 100px,
        url('../img/money-box-2.png') no-repeat calc(100% - 100px) 100px;
    background-size: 400px;
    z-index: -1;
}
.money{
    margin-top: -150px;
    transition: all 0.5s ease-in;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    text-align: center;
    padding: 20px;
}
.money .h-1{
    font-family: 'Ode to Idle Gaming';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.money .text{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}
.form input{
    background: #FFFFFF;
    box-shadow: inset -2px -2px 10px rgba(76, 0, 95, 0.1), inset 4px 4px 15px rgba(65, 0, 88, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px;
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #53ADE0;
    border: none;
    outline: none;
    width: 100%;
}
.form input::placeholder{
    color: #53ADE0;
    opacity: 0.6;
}
.faq-title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
}
.modal-bg{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
}
.modal-bg .modal{
    background: radial-gradient(64.56% 130.13% at 50% 38.94%, #673095 0.01%, #3D1260 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: solid 2px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 930px;
    max-height: 95%;
    min-height: 200px;
    height: auto;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s;
    position: absolute;
}
.modal-bg .modal.show{
    opacity: 1;
    z-index: 1;
    position: relative;
}
.modal-bg.show{
    opacity: 1;
    z-index: 99;
}
.overflow-hidden{
    overflow: hidden;
}
.modal .close{
    background: linear-gradient(180deg, #AB56E2 0%, #7919B7 100%);
    box-shadow: 10px 10px 50px rgba(171, 86, 226, 0.35);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-15px;
    right: -15px;
    z-index: 10;
}
.modal .close:hover{
    background: linear-gradient(180deg, #7919B7 0%, #7919B7 100%);
}
.modal .content{
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    padding: 20px 40px;
    max-height: 90vh;
}
.modal .rw{
    display: flex;
    height: 100%;
}
.modal .c-m-4{
    width: 30%;
    height: auto;
}
.modal .c-m-6{
    width: 50%;
    height: auto;
}
.modal .c-m-8{
    width: 70%;
    height: auto;
}
.htp-title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 63px;
}
.htp-text{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}
.htp-text li{
    margin-bottom: 8px;
    margin-left: 20px;
}
.htp2::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/htp.png') no-repeat left center;
    background-size: cover;
}
.htp::after{
    content: '';
    position: absolute;
    top:-60px;
    left:-40px;
    width: calc(100% + 80px);
    height: calc(100% + 60px);
    background: url('../img/bear.png') no-repeat center;
}
.htp3::after{
    content: '';
    position: absolute;
    top:-60px;
    left:-40px;
    width: calc(100% + 80px);
    height: calc(100% + 60px);
    background: url('../img/provably-fair.png') no-repeat top left;
}
.htp4::after{
    content: '';
    position: absolute;
    top:-60px;
    left:-40px;
    width: calc(100% + 80px);
    height: calc(100% + 120px);
    background: url('../img/htp4.png') no-repeat top left;
}

.q-box{
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    border: solid 2px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.q-box::before{
    content: '';
    position: absolute;
    top: 30px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50rem;
    background: linear-gradient(180deg, #AB56E2 0%, #7919B7 100%);
    box-shadow: 10px 10px 50px rgba(171, 86, 226, 0.35);
    border-radius: 20px;
    transition: all 0.5s;
}
.q-box::after{
    content: '';
    position: absolute;
    top: 30px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50rem;
    background: url('../img/arrow.png') no-repeat center;
    background-size: 14px;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.q-box.open::before{
    background: linear-gradient(180deg, #FFDB7D 0%, #CD9914 100%);
    box-shadow: 10px 10px 50px rgba(255, 219, 125, 0.21);
}
.q-box.open::after{
    transform: rotate(0deg)
}
.q-box .title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}
.q-box .text{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateY(-100%);
    opacity: 0;
}
.q-box.open .text{
    margin-top: 14px;
    height: auto;
    transform: translateY(0%);
    opacity: 1;
}
.d-center{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
.fp-box{
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: solid 2px rgba(255, 255, 255, 0.1);
    padding: 24px 24px 48px;
    margin: 20px 10px 20px 10px;
    height: 100%;
}
.fp-box .text.note{
    color: #FFC034;
    font-family: 'FORCED SQUARE';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.fp-box .title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}
.fp-box .text{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}
.processing{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
}
.processing .title{
    font-family: 'Ode to Idle Gaming';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 84px;
    color: #53ADE0;
}
.processing.error .title{
    color: #FD78D0;
}

.processing .text{
    font-family: 'FORCED SQUARE';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.processing-complete::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url('../img/processing-complete.png') no-repeat center;
    background-size: cover;
}
.timer-1 svg{
    background: url('../img/coints-bg.svg') no-repeat center;
    background-size: cover;
}
.start-timer-1 img{
    opacity: 1;
    transition: all 1s;
}
.timer-1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.start-timer-1 .timer-1{
    display: flex;
}
.timer-count{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer-1 svg{
    top: -5px;
    width: 220px;
    height: 220px;
    stroke: #FFF;
    stroke-width: 11px;
    fill: transparent;
    display: block;
}
.timer-1 svg circle{
    transition: stroke-dasharray 1s linear;
}
.timer-1 .timer-count{
    color: #FFF;
    text-align: right;
    font-family: 'FORCED SQUARE';
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.timer-2 img {
    width: 100%;
    z-index: 10;
}
.timer-2 .timer-box{
    content: '';
    height: 12px;
    width: calc(100% - 80px);
    position: absolute;
    top: 10px;
    left: 40px;
    border-radius: 50rem;
    overflow: hidden;
}
.timer-2 .timer{
    content: '';
    background: linear-gradient(180deg, #FFDB7D 0%, #CD9914 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50rem;
    transition: width 1s linear;
}
#rangevalue{
    cursor: pointer;
}
@media (min-width: 1023px){
    .logo:hover .chose-menu{
        display: block;
    }
}
@media (max-width: 1023px){
    .btn-vl span{
        font-size: 18px;
    }
    .b-0-box:first-child{
        height: 30vh;
    }
    .b-0-box {
        height: 70vh;
    }
    .b-0 .footer-logo-0{
        top:-130px;
    }
    .b-0 .footer-logo-0 img{
        width: 260px;
    }
    .money-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/money-box-1.png) no-repeat calc(0% - 100px) 100px, url(../img/money-box-2.png) no-repeat calc(100% + 100px) 100px;
        background-size: 300px;
        z-index: -1;
    }
    .btn-vl {
        width: 140px;
    }
    .nav .btn-vl {
        width: 100%;
    }
    .modal .btn-vl {
        width: 180px;
    }
    .btn-flip {
        width: 100%;
        margin: 0;
    }
    .btn-range {
        border-radius: 10px;
        width: 80px;
        height: 26px;
        margin: 0;
        padding: 0;
    }
    .modal .content {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 20px 20px;
        max-height: 88vh;
    }
    .modal-bg .modal.show{
        width: 95%;
    }
    .htp2::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/htp.png) no-repeat center center;
        background-size: cover;
    }
    .btn-footer{
        padding: 15px 10px;
    }
    .container, .container-sm, .nav .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-0{
        min-height: 800px;
    }
    .b-0-box .title{
        font-family: 'Ode to Idle Gaming';
        color: #FFC034;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .b-0 .footer-logo-0{
        top:-130px;
    }
    .b-0 .footer-logo-0 img{
        width: 260px;
    }
    .nav .container {
        border-bottom: none;
    }
    .b-1-box::before {
        background: url(../img/bg.svg) no-repeat center -100px;
        background-size: 1650px;
        filter:none!important;
        -webkit-backdrop-filter: none!important;
        top:0px;
    }
    .btn-vl {
        margin: 5px;
    }
    .menu-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .b-2 .title {
        font-size: 30px;
    }
    .btn-footer {
        font-size: 16px;
    }
}
@media (max-width: 700px){
    .coints{
        margin-top: -300px;
    }
    .controll {
        position: absolute;
        bottom: 0px;
        min-height: 370px;
        max-width: 100%;
        min-width: 300px;
    }
    .b-1-box .title{
        font-size: 26px;
        line-height: 26px;
    }
    .b-1 {
        width: 100%;
        min-height: 850px;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .b-1-box{
        padding-top: 200px;
    }
    .b-1-box.win .title, .b-1-box.lose .title{
        top: 180px;
    }
    .b-1-box .title {
        top: 200px;
    }
    .menu-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
    }
    .menu-btn .btn-vl:first-child {
        margin-right: 5px;
        margin-left: auto;
    }
    .menu-btn .btn-vl:nth-child(2){
        margin-right: 5px;
    }
    .menu-btn .btn-vl:last-child {
        margin-right: auto;
    }
    .hide-mobile{
        display: none;
    }
    .b-2 {
        margin-top: -25px;
    }
    .b-2::before {
        top: -25px;
        height: 50px;
    }
    .b-2 .title {
        color: #D9C7FF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }
    .btn-connect{
        padding: 0 16px;
        height: 78px;
    }
    .lists .item{
        padding: 12px 12px;
        font-size: 16px;
    }
    .lists .item div {
        min-width: 100px;
        text-align: end;
    }
    .lists .item div.text {
        margin: 0 0 0 16px;
        width: 100%;
        text-align: start;
    }
    .lists .item > div:nth-child(2){
        display: flex;
        flex-direction: column-reverse;
    }
    .lists .item div.text-wallet{
        margin-top: 8px;
    }
    .footer-btn {
        display: flex;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 0px;
        flex-direction: column;
        align-items: center;
    }
    .stats {
        display: flex;
        width: calc(100% + 20px);
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }
    .stats .i-1, .stats .i-2{
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 150px;
    }
    .stats .value {
        font-size: 60px;
    }
    .money-box::after{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            url('../img/money-box-1.png') no-repeat calc(0% - 100px) 300px,
            url('../img/money-box-2.png') no-repeat calc(100% + 200px) 250px;
        background-size: 280px;
        z-index: -1;
        opacity: 0.5;
    }
    .footer-btn .btn-vl{
        margin-bottom: 40px;
    }
    .footer-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-link {
        order: 1;
        display: flex;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
        flex-direction: column;
    } 
    .btn-footer{
        margin: 0 auto 20px;
        width: 170px;
        display: flex;
        padding: 15px 15px;
        font-size: 20px;
    }
    .socio {
        order: 2;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .socio .btn-footer{
        margin-right: 10px;
    }
    .footer {
        background: url(../img/bg-footer-m.svg) no-repeat top;
        background-size: cover;
        min-height: 300px;
        z-index: 3;
    }
    .modal .c-m-6 {
        width: 100%;
        height: auto;
    }
    .modal .rw {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
        margin: 20px 0 !important;
    }
    .modal .content {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 20px 20px;
        max-height: 82vh;
    }
    .modal-bg {
        padding: 0 20px;
    }
    .fp-box{
        margin: 0px 0 20px 0px;
        width: 100%;
        height: auto;
    }
    .c-m-6:last-child .fp-box {
        margin: 0px 0 20px 0px;
    }
    .processing .title {
        font-size: 32px;
        line-height: 150%;
    }
    .modal .htp{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        
    }
    .htp::after {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }
    .htp2::before{
        display: none;
    }
    .htp4::after {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }
    .modal .htp5{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.2;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .rw .mt-60{
        display: flex;
        justify-content: center;
    }
    .tabs-btn a{
        padding: 10px 20px;
    }
    .nav .logo{
        z-index: 2;
    }
    .nav .burger{
        z-index: 2;
    }
    .burger-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        padding-top: 160px;
        background: radial-gradient(145.27% 82.17% at 50.00% 38.94%, #8754B1 0.01%, #5B337A 100%);
    }
    .burger-box::after{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/menu-footer.png) no-repeat center 500px;
        background-size: 100%;
        z-index: -1;
    }
    .burger-box a{
        font-family: 'FORCED SQUARE';
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: #785496;
        box-shadow: 10px 10px 20px rgba(3, 0, 30, 0.35);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 15px 30px;
        border: solid 2px rgba(255, 255, 255, 0.1);
        transition: all 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-align: center;
    }
    .faq-title {
        font-size: 30px;
    }
}



@keyframes flip-out {
    0% {
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@keyframes flip-in {
    0%{
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flip {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
    50%{
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        opacity: 1;
    }
    100%{
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
}
@keyframes opacity {
    0%{
        opacity: 0;
    }
    95%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/* 47298ded4941e482c33c05136c8ff974 */