@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 6%;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #202020;
  border-radius: 10px;
  border: 2px solid #000;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #202020 #000;
}
body {
  background-image: url(img/bg.webp);
  background-size: 100% 100%;
  margin: 0;

padding: 0;
background-position: center;
background-color: #000;

  font-family: 'Unbounded', sans-serif;
}
.game {
  
  overflow: hidden;
  height: 100vh;
  position: relative;
  padding: 0vw 2.21vw;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.header img {
  width: 10.26vw;
  margin-top: 1.98vw;
  margin-left: 5.21vw;
position: relative;
  z-index: 99;
  margin-bottom: 1.98vw;
}
.header {
  border-bottom: 0.05vw solid rgba(255, 255, 255, 0.1);
 margin-bottom: 1vw;

}
.game-text h1 {
  background: linear-gradient(to right, #ffff, #cccc);
  -webkit-background-clip: text;
  background-clip: text; 
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1vw;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
/*font-size: 4.17vw;*/
font-size: 3.47vw;
}
.game-text h2 {
  font-size: 1.82vw;
  font-weight: 300;
  margin: 0;

  color: #fff;
  margin-bottom: 2.14vw;
  font-family: 'Helvetica Neue', sans-serif;

}
.gradient-text {
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
  -webkit-background-clip: text;
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  text-fill-color: transparent;
}
.custom-dash {
  display: block; 
  width: 1.3vw; 
  height: 0.1vw; 
  margin-right: 1.56vw;
  margin-top: 1vw;
  background-color: #575757;
  
}
.sale {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.game-btn {
  background-image: url(img/rectangle.webp);
  background-size: 100% 100%;
  font-size: 0.89vw;
  cursor: pointer;
  background-color: transparent;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
border: none;
  width: 18.96vw;
  height: 4.79vw;

}

.mbt {
  display: none;
}
.game-wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.42vw;
  height: 100vh;
  position: relative;
}
.frame {
  width: 45.42vw;
  z-index: 3;
  position: absolute;
}
.arrow {
  z-index: 4;
  cursor: pointer;
  width: 18vw;
  position: absolute;
}
.wheel {
  width: 40.88vw;
  z-index: 2;
  position: absolute;
  animation: sway 3s ease-in-out infinite;
}

.rotating1 {
  animation: none;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(-2545deg);
}
.rotating2 {
  animation: none;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(-2725deg);
}
.rotating3 {
  animation: none;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(-2905deg);
}
.rotating4 {
  animation: none;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(-3085deg);
}
@keyframes sway {
  0% {
    transform: rotate(-2deg); 
  }
  50% {
    transform: rotate(2deg);  
  }
  100% {
    transform: rotate(-2deg); 
  }
}
.glass1 {
  width: 12vw;
  top: 5vw;
  z-index: 2;
  opacity: 0.8;
  left: -1vw;
  position: absolute;
}
.glass2 {
  width: 18vw;
  top: -5vw;
  opacity: 0.8;
  right: 0;
  z-index: 9;
  position: absolute;
}
.footer {
  display: flex;
  border-top: 0.05vw solid rgba(255, 255, 255, 0.1) ;
  justify-content: space-between;
  padding: 2.71vw 5.21vw;
}
.footer a {
  color: #9A9A9A;
  text-decoration: none;
  display: inline-block;
  font-size: 0.83vw;
  height: 1.88vw;
  border-bottom: 0.05vw dotted #9A9A9A;
}
.wheel {
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.lose {
  -webkit-backdrop-filter: blur(12x);
backdrop-filter: blur(12px);
width: 100%;
height: 100vh;
position: fixed;
z-index: 12 ;

display: none;
opacity: 0;
justify-content: center;
align-items: center;
background-color: #0000009f;
transition: opacity 1s ease;
}
.losewindow {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-2vw);
  flex-direction: column;
position: relative;
opacity: 0;
transition: opacity 1s ease, transform 1s ease;
  border-radius: 2.6vw;
}
.glass3 {
  position: absolute;
  top: -5vw;
  right: 4vw;
  opacity: 0.7;
  width: 10vw;
  
}
.losewindow h1 {
  text-align: center;
  font-size: 3.13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1D1D;
}
.redtxt {
  color: #d00000;
}
.losewindow h2 {
  font-size: 1.3vw;
  margin: 1.04vw 0vw;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
}
.tryagain {
  cursor: pointer;
  width: 20.26vw;
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  height: 4.79vw;
  border-radius: 5.11vw;
  border: 0.05vw solid #000;
  font-size: 0.89vw;
  transition: all 0.3s;
}
.tryagain:hover {
  border-color: transparent;
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
}
.allvind {
  width: 52.03vw;
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.04vw;
}
.infotext {
  width: 47.03vw;
  
  border-radius: 2.6vw;
  display: flex;
  border: 0.05vw dashed rgba(0, 0, 0, 0.2);
  padding: 3.85vw 2.45vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}




.win {
  -webkit-backdrop-filter: blur(12x);
  backdrop-filter: blur(12px);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 12;
  display: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  background-color: #0000009f;
  transition: opacity 1s ease;
}

.winwindow {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-2vw);
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  border-radius: 2.6vw;
}

.winwindow h1 {
  text-align: center;
  font-size: 3.13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1D1D;
}

.winredtxt {
  color: #49a7fd;
}

.winwindow h2 {
  font-size: 1.3vw;
  margin: 1.04vw 0vw;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  width: 45.81vw;
  font-weight: 400;
}
.wininfotext p {
  font-size: 1.82vw;
  font-weight: 700;
  color: #fff;
  padding: 0.78vw 2.6vw;
  margin: 0.5vw 0vw;
  border-radius: 1.04vw ;
  margin-top: 1.5vw;
  background-color: rgba(7, 7, 7, 1);
  font-family: 'Unbounded', sans-serif;
}
.wintryagain {
  cursor: pointer;
  width: 20.26vw;
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  height: 4.79vw;
  border-radius: 5.11vw;
  border: 0.05vw solid #000;
  font-size: 0.89vw;
  transition: all 0.3s;
}

.wintryagain:hover {
  border-color: transparent;
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
}

.winallvind {
  width: 52.03vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.04vw;
}

.wininfotext {
  width: 47.03vw;
  border-radius: 2.6vw;
  display: flex;
  border: 0.05vw dashed rgba(0, 0, 0, 0.2);
  padding: 3.85vw 2.45vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.winglass3 {
  position: absolute;
  top: -5vw;
  right: 4vw;
  opacity: 0.7;
  width: 10vw;
}
.promocode {
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
  -webkit-background-clip: text;
  background-clip: text; 
  -webkit-text-fill-color: transparent;

  text-fill-color: transparent;
}
.trys {
  background-image: url(img/tange.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 0.5vw;
  transform: rotate(-4deg);
  right: 4.56vw;
}
.trys span {
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
  -webkit-background-clip: text;
  background-clip: text; 
  -webkit-text-fill-color: transparent;

  text-fill-color: transparent;
}
.game-text {
  position: relative;
}
.trys p {
  font-size: 1.04vw;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 1.04vw 2.21vw;
 
  line-height: 1.67vw;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) { 

  .game {

    overflow: hidden;
    gap: 6vw;
    flex-direction: column;
    height: unset;
    position: relative;
    padding: 0vw 2.21vw;
    display: flex;
    justify-content: unset;
    align-items: center;
}

.allcontent {
  
}
.header {
  border-bottom: unset;
  margin-bottom: 0vw;
  display: flex;
  justify-content: center;
}
.game-text h1 {
  background: linear-gradient(to right, #ffff, #cccc);
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 0.1vw;
  margin-bottom: 4.17vw;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 7.5vw;
}
.header img {
  width: 30vw;
  margin-top: 6.82vw;
  margin-left: 0;
  position: relative;
  z-index: 99;
  margin-bottom: 6.82vw;
}
.game-text h2 {
  font-size: 4.55vw;
  font-weight: 300;
  margin: 0;
  color: #fff;
  margin-bottom: 2.14vw;
  font-family: 'Helvetica Neue', sans-serif;
}
.prt {
  display: none;
}
.mbt {
  display: unset;
}
.custom-dash {
  display: none;
}
.game-text {
  text-align: center;
  position: relative;
}
.sale {
  display: unset;
 
}
.game-btn {
 background: linear-gradient(to right, #A4FFB9, #48A7FD);
  font-size: 3.41vw;
  cursor: pointer;
  background-color: transparent;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  border-radius: 22.73vw;
  text-transform: uppercase;
  color: #fff;
  border: none;
  width: 75vw;
  height: 18.18vw;
}
.frame {
  width: 85.42vw;
  z-index: 3;
  position: absolute;
}
.wheel {
  width: 80.66vw;
  z-index: 2;
  position: absolute;
  animation: sway 3s ease-in-out infinite;
}
.game-wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80.66vw;
  height: 80.66vw;

  position: relative;
}
.trys p {
  font-size: 2.42vw;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 3.64vw 5.23vw;
  line-height: 1.67vw;
  margin: 0;
  text-transform: uppercase;
}
.trys {

  background-image: url(img/tange.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1vw;
  transform: rotate(-3deg);
  right: 1.56vw;
}
.game-text {
  text-align: center;
  position: relative;
  margin-top: 2vw;
}
.glass2 {
  width: 45vw;
  top: 40vw;
  z-index: 9;
  opacity: 0.8;
  right: -4vw;
  position: absolute;
}
.glass1 {
  width: 21vw;
  top: 33vw;
  opacity: 0.8;
  left: 0vw;
  position: absolute;
}
.footer a {
  color: #9A9A9A;
  text-decoration: none;
  display: inline-block;
  font-size: 2.95vw;
  height: 4.73vw;
  border-bottom: 0.05vw dotted #9A9A9A;
}
.footer {
  display: flex;
  border-top: 0.05vw solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  padding: 2.71vw 7.21vw;
}
.mbt {
  display: unset;
  margin-bottom: 12vw;
}
.winwindow h1 {
  text-align: center;
  font-size: 6.13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1D1D;
}
.wininfotext {
  width: 76.03vw;
  border-radius: 5.6vw;
  display: flex;
  border: 0.05vw dashed rgba(0, 0, 0, 0.2);
  padding: 3.85vw 2.45vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wininfotext p {
  font-size: 4.82vw;
  font-weight: 700;
  color: #fff;
  padding: 2.78vw 5.6vw;
  margin: 2.5vw 0vw;
  border-radius: 3.04vw;
  margin-top: 2.5vw;
  background-color: rgba(7, 7, 7, 1);
  font-family: 'Unbounded', sans-serif;
}
.winwindow h2 {
  font-size: 3.5vw;
  margin: 1.04vw 0vw;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  width: 77.81vw;
  font-weight: 400;
}
.wintryagain {
  cursor: pointer;
  width: 61.26vw;
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  height: 13.79vw;
  border-radius: 14.11vw;
  border: 0.05vw solid #000;
  font-size: 3.89vw;
  transition: all 0.3s;
}
.tryagain {
  cursor: pointer;
  width: 61.26vw;
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(to right, #A4FFB9, #48A7FD);
  height: 13.79vw;
  border-color: transparent;
  border-radius: 5.11vw;
  color: #fff;
  border: unset;
  font-size: 3.89vw;
  transition: all 0.3s;
}
.glass3 {
  position: absolute;
  top: -10vw;
  right: 2vw;
  opacity: 0.7;
  width: 22vw;
}
.winglass3 {
  position: absolute;
  top: -10vw;
  right: 2vw;
  opacity: 0.7;
  width: 21vw;
}
.arrow {
  z-index: 4;
  cursor: pointer;
  width: 32vw;
  position: absolute;
}
.winallvind {
  width: 82.03vw;
  border-radius: 5.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.04vw;
}
.allvind {
  width: 85.03vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.04vw;
}.infotext {
  width: 77.03vw;
  border-radius: 2.6vw;
  display: flex;
  border: 0.05vw dashed rgba(0, 0, 0, 0.2);
  padding: 3.85vw 2.45vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}.losewindow h2 {
  font-size: 4.3vw;
  margin: 3.04vw 0vw;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
}
.losewindow h1 {
  text-align: center;
  font-size: 6.13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1D1D;
}
body {
  background-image: url(img/bgmob.webp);
  background-size: 100% 100%;
  margin: 0;

padding: 0;
background-position: center;
background-color: #000;

  font-family: 'Unbounded', sans-serif;
}
}