/* common */
.brands_casino, .screen_games{
   width: 100%;
    max-width:1240px;
   align-items: center;
   text-align: center;
   margin-bottom: 25px;
   margin:auto;
}
/* brand slide */
.image_box_brand{
    width: 100%; 
  margin-left: 5px;
  margin-right: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-collapse: separate;
    border-radius: 20px;
    padding: 5px;
    cursor:pointer;
    background-color:rgba(75, 75, 75, 0.9);
    border-radius: 15px!important;
  }

.image_box_brand img{
width: 100%;
height: 100%;
object-fit:scale-down!important;
}

.slide_brand .brands-cell{
  /* margin-left: 10px;
  margin-right: 10px; */

}

.slide_brand .attivo{
    background-color:#ffcd2e;
    border-radius: 15px!important;
}

.slide_brand .riga{
  width: 100%;
  margin-bottom: 1.7vw!important;
  display: flex;

}
/* games slide */
.giochi {
  display: flex;
  margin-bottom: 30px;
}
.giochi .box_page_slide{
  display: flex;
  flex-direction: column;
  margin: 30px;

}
.giochi .box_page_slide .riga{
  width: 100%;
  margin-bottom: 1.7vw!important;
  display: flex;

}

.giochi .box_page_slide .riga .box_game{
  width: 17%;
  height: 240px;
  margin-right: 3px;
  margin-left: 3px;
  padding:5px;
  background-color:rgba(75, 75, 75, 0.9);;
  border-radius: 15px!important;
  cursor: pointer;
} 

.giochi .box_page_slide .riga  .box_game .box_image_game{
  width: 100%;
  font-size: 1.3vw;
  color:white;
  height: 150px;
  padding: 15px;
  margin-bottom: 15px;

}

.giochi .box_page_slide  .riga .box_game .box_image_game img{
    border-radius: 15px!important;
    height: 100%;
    width: 100%;
    object-fit:initial!important ;
}

  /* cell number */

    .titolo_gioco{
        color:white;
        margin-top: 15px;

        font-size: 1.2vw;
        min-height: 50px;
        height: 1.4vw;
    }

 
/* frecce brands slide*/

 .navigation-wrapper {
  position: relative;
}



    /*frecce games slide*/

.screen_games .arrow {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  background-color: rgba(75, 75, 75, 0.9);;
  height: 150px;
  width: 50px;
  border-radius: 15px;
}

.screen_games  .arrow--left {
  left: -55px;
}
.screen_games   .arrow--right {
  left: auto;
  right: -55px;
}

.screen_games  .arrow--disabled {
  fill: rgba(255, 255, 255, 0.5);
}

/* HOVER IMAGE */
.box_image_game{
  position: relative;
  padding-bottom:100%

}
.box_image_game  img {

  -o-object-fit: cover;
  object-fit: cover;
      left: 0;
      position: absolute;
      top: 0;
}

.box_image_game img:nth-of-type(2) {
  -webkit-clip-path: var(--clip-start);
          clip-path: var(--clip-start);
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  filter: grayscale(1) brightness(40%);
}
.box_image_game:hover img:nth-of-type(2) {
  -webkit-clip-path: var(--clip-end);
          clip-path: var(--clip-end);
}
.box_search_bar{
  width: 100%;
  max-width:1240px;
  margin-bottom: 0px;
  margin-right: 75px;
  display: flex;
  justify-content: flex-end;
  margin:auto;
}

  


.ricerca {
  width: 33%;
  padding: 12px 28px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;
  color: #f7f7f782;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border: 1.5px solid #f7f7f782;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.ricerca::placeholder {
    color: #f7f7f782;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ricerca:hover,
.ricerca:focus {
    padding: 12px 5px;
    outline: 0;
    border: 1.5px solid transparent;
    border-bottom: 1.5px solid #f7f7f782;
    border-radius: 0;
    background-position: 100% center;
}
/*NASCONDO IL CERCA DEI SUPER BRAND SOLO PER BITHUB*/
#filtro{
  display: none;
}
#NoResultCasino{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .screen_games {
	max-width: 1024px;
  }
}