body {
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  background-image: url(1cc80c16c60470d53cc3.gif);
  background-color: #151e54;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  body {
    /* background-image: url("../assets/bg_small.jpg"); */
  }
}

#container-roulette {
  width: 100%;
  /* max-width: 1080px; */
  height: 100%;
  /* max-height: 470px; */
  z-index: -2;
  position: absolute;
  /* transform: translateY(77px); */
  background-size: contain;
  background-size: 1245px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;

  /* width: 100%;
    max-width: 1080px;
    height: 100%;
    max-height: 470px;
    position: absolute;
    background-size: contain;
    background-size: 1080px;
    background-position: center;
    background-repeat: no-repeat; */



  /* width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 470px;
  position: absolute; */
  background-image: url(1ce64c454569f5cb3cd6.gif);
}


#reels {
  /* display: flex;
  width: 100%; */
  /* height: calc((3 / 5) * 100vw); */
  /* height: 445px;
  max-height: calc(90vh - 50px - 40px);
  z-index: -2; */

  /* max-width: calc((5 / 3) * (90vh - 50px - 40px)); */


  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* height: calc((3 / 5) * 100vw); */
  height: 100%;
  max-height: calc(90vh - 50px - 40px);
  z-index: -2;
  /* max-width: calc((5 / 3) * (90vh - 50px - 40px)); */

}

.logodiv {
      /* height: 100%; */
    /* border: 5px solid #ac7e2b; */
    /* background-color: #000000; */
    padding: 1rem;
    margin: 10px;
    /* border-radius: 2rem; */
    width: 15%;
    content: url(381c15dd14472d38fd66.png);
    /* box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.9); */

  /* height: 100%;
  border: 5px solid #ac7e2b;
  background-color: #000000;
  padding: 4rem;
  border-radius: 2rem;
  width: 20%;
  content: url("../assets/logo.png");
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.9); */
}


.arrow-container {
  margin-top: 1rem;
  max-width: 1080px;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  position: absolute;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  /* transform: translateX(-2px); */
}

.left-arrow {
  /* height: 100%; */
  width: 70px;
  filter: invert(1);
  content: url("https://pic.onlinewebfonts.com/svg/img_129147.png");
}

.right-arrow {
  /* height: 100%; */
  transform: rotate(180deg);
  filter: invert(1);
  width: 70px;
  content: url("https://pic.onlinewebfonts.com/svg/img_129147.png");
}

.left-arrow-container {
  height: 47%;
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-arrow-container {
  height: 47%;
  /* width: 100%; */
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.reel {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.reel>.icons {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  padding-left: 7rem;
  padding-right: 7rem;
}

.reel>.icons>img {
  width: calc(100% + 6px);
  margin: -3px 0 0 -3px;
  height: auto;

  /* enable gpu accelaration, fixes iOS flicker */
  transform: translate3d(0, 0, 0);
}

#controls {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
  border-radius: 1rem;
}

#controls label {
  display: flex;
  align-items: center;
  margin: 0;
}

#controls label input {
  margin-right: 5px;
}

input[type="checkbox"] {
  width: 40px;
  height: 40px;
}

#jackpot {
  position: absolute;
  /* color: #d5ad6d; */
  font-size: 40px;
  width: 100%;
  height: 100%;

  z-index: 2;
  /* transform: translateY(-320px); */
}

#slot {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 470px;
  border: 20px solid rgb(255, 255, 255);
  border-radius: 10rem;
  /* padding-right: 3rem;
  padding-left: 3rem; */
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.9);
  background: rgb(187, 187, 187);
  background: linear-gradient(180deg, rgba(187, 187, 187, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(187, 187, 187, 1) 100%);

}

#slot.inverted .reel {
  transform: scaleY(-1);
}

#slot.inverted .reel>.icons>img {
  transform: scaleY(-1);
}

.entry-names {
  font-size: 60px;
  text-align: center;
  text-overflow: ellipsis
}

.icons h1:nth-child(1),
.icons h1:nth-child(2),
.icons h1:nth-child(4),
.icons h1:nth-child(5) {
  filter: blur(8px);
  /* You can adjust the blur value as needed */
  font-weight: normal;
  opacity: .8;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.icons h1:nth-child(1),
.icons h1:nth-child(5) {
  opacity: .5;

}

.icons h1:nth-child(3) {
  font-weight: bold;
  padding-bottom: 10px;
  /* margin: 20% 45% 0; */
  display: inline-block;

  /* font-size: 4em; */
  border-radius: 1rem;
  border: 5px solid transparent;
  animation-name: blinking;
  animation-duration: 1s;
  animation-iteration-count: 100;
  transform: scale(1);
}

.filtre--l {
  -webkit-mask: -webkit-linear-gradient(black, transparent 30%, black);
  -webkit-mask: linear-gradient(black, transparent 30%, black);
  -webkit-filter: blur(3px);
  mask: url('#mask-linear');
  filter: url('#filtre2');
}

@keyframes blinking {
  50% {
    border-color: black;
    transform: scale(1.02);
  }
}

.blur-context {
  filter: blur(8px);
}

/* SIZE 60px FOR TEXT*/


.logo-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: white;
  padding: 2rem;
  height: 140px;
  background-image: url(2845a399a2505b7d5962.png);

  /* max-width: 1200px;
  margin: auto; */
}

.logo-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  padding: 2rem;
  height: 140px;
  background-image: url(2845a399a2505b7d5962.png);

  /* max-width: 1200px;
  margin: auto; */
}


.logo-item img {

  /* width: 100%; */
  height: 80px;

  display: block;
}

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