@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

/* ================================== */

.main-wheel-winner-container {
  width: 100vw;
  padding-top: calc(var(--header-height) + var(--header-menu-height));
}

.wheel-winner-container {
  width: 100%;
  height: calc(100vh - var(--header-height) - var(--header-menu-height));
  padding-top: min(calc(200px - 10vw), calc(10vh), 120px);
  padding-top: calc(30vh - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  background-image: url(/images/wheel-winner/winner-480.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.landscape {
  display: none;
}

.non-landscape {
  display: unset;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* .non-landscape {
    display: none;
  }

  .landscape {
    display: unset;
  } */

  .wheel-winner-video img {
    width: auto !important;
    height: 37vh !important;
  }
}

@media only screen and (max-height: 600px) {
  .non-landscape {
    display: none;
  }

  .landscape {
    display: unset;
  }
}

@media only screen and (min-width: 481px) {
  .wheel-winner-container {
    background-image: url(/images/wheel-winner/winner-1024.webp);
    padding-top: min(82px, 6vh);
  }
}

@media only screen and (min-width: 1025px) {
  .wheel-winner-container {
    background-image: url(/images/wheel-winner/winner-1920.webp);
    /* background-size: inherit; */
    background-size: cover;
  }

  .wheel-winner-video img {
    width: auto !important;
    height: 42vh !important;
  }
}

.wheel-winner-header,
.wheel-winner-text,
.wheel-winner-video {
  width: 90%;
  cursor: pointer;
}

.wheel-winner-video img {
  width: 100%;
  height: 100%;
}

.wheel-winner-header {
  color: #ffc120;
  text-align: center;
  font-family: "PBCasino";
  font-size: clamp(34px, min(9vw, 8vh), 50px);
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  margin-bottom: 3vh;
}

.wheel-winner-text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 5.272px 24.515px rgba(0, 0, 0, 0.25);
  font-family: "PBCasino";
  font-size: clamp(18px, min(6vw, 4vh), 25px);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5vh;
}

/* @media only screen and (max-width: 600px) {
  .desktop-view {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .mobile-view {
    display: none !important;
  }
} */
