*{
    margin: 0;
    padding: 0;
}
body {
  background: linear-gradient(
    to bottom,
    #160a4d,
   
    #000000
  ) no-repeat center center fixed;
  background-size: cover;   
    font-family:"Blinker", sans-serif;

}   
.container-fluid{
    background-color: #080B10;
}

.casino{
      font-family: "Blinker", sans-serif;
      font-weight: 800;
      color:white;
      font-size: 70px;
      text-align: center;
      margin: 30px 0px 0px 0px;
      text-transform: uppercase!important;
}

.bonus{
      background: linear-gradient(to bottom,  #080B10, #06340D);

  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  border-top:2px solid #6D7D98;
  border-left:2px solid #6D7D98;
  border-right:2px solid #6D7D98;

  transition: all 0.5s ease;
}

.race{
    color: white;
    background-color: transparent;
    border:4px solid #1A2028;
    border-radius: 12px;
}
.bonus:hover {
    transform: translateY(-10px);
    /* transition-duration: 10s ease; */
}   

.bonus-detail h2 {
    color: #01DD01;
    font-weight: bold;
    font-size: 50px;

}

.bonus-detail p {
    color:whitesmoke;
    font-size: 18px;
}

.bonus-btn a{
    background-color: #01DD01;
      box-shadow: 0px 4px 0px #007500;
      font-size: 20px;
      border: none;
      border-radius: 15 px;
      font-weight: bold;
      transition: 0.5s ease;
}

.bonus-btn a:hover{
    background-color: white;
    color: black;
    
}
#readmore{
    background-color: white;
    color: black;
    box-shadow: 0px 4px 0px #929292;
}

#raingg{
background: linear-gradient(to bottom,  #080B10, #352A11);

  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  border-top:2px solid #6D7D98;
  border-left:2px solid #6D7D98;
  border-right:2px solid #6D7D98;

  transition: all 0.5s ease;
}

.btn-warning{
    background-color: #F6AF16!important;
    box-shadow: 0px 4px 0px #0f0c00!important;
}

#empire{
    background: linear-gradient(to bottom,  #080B10, #19103A);
}

.empire-head{
 color: #6925FF!important;
}

.btn-purple{
    background-color: #6925FF!important;
    color: white;
    box-shadow: 0px 4px 0px #351380!important;
    /* border-radius: ; */
}   


#billionare{
    background: linear-gradient(to bottom,  #080B10, #26390D);
}


#hugo{
        background: linear-gradient(to bottom,  #080B10, #0A292E);

}
#nine{
    background: linear-gradient(to bottom,  #080B10, #361C10);
}

#casino{
        background: linear-gradient(to bottom,  #080B10, #39250F);

}

#leo{
            background: linear-gradient(to bottom,  #080B10, #262A3B);

}

.price{
    border: 2px solid #687791;
    padding: 20px;
    border-radius: 18px;
}


#discord:hover{

    color: white;
}


.discord{
     border: 2px solid #687791;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(to bottom,  #080B10, #19103A);



}

.instagram{
    border: 2px solid #687791;
    padding: 20px;
    border-radius: 18px;
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);

}

.twitter{
     border: 2px solid #687791;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #000000, #1a1a1a);


}

.stream{
    background: linear-gradient(135deg, #9146ff, #772ce8);

}

.nav-link:hover{
    background-color: #772ce8;
    border-radius: 10px;
}

@media(min-width: 250px) and (max-width: 767px){
    #readmore{
        margin-top: 20px;
    }
    .casino{
      font-family: "Blinker", sans-serif;
      font-weight: 800;
      color:white;
      font-size: 40px;
      text-align: center;
      margin: 30px 0px 0px 0px;
    }

}