.checked {
    color: orange;
  }

  .carousel-item .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    border-width: 3px;
    border-radius: 3px;
    border-color: aliceblue;
    align-content: center;
    padding-left: 10%;
    padding-bottom:10%
  }

  .carousel-item .content1 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    border-width: 3px;
    border-radius: 3px;
    border-color: aliceblue;
    align-content: center;
    padding-left: 70%;
    padding-bottom:10%
  }


  .greyblue-bg-card{
    background-color:rgba(6, 93, 139, 0.39);
    width: 18rem;
    float:left;
  }

  .greyblue-bg-card1{
    background-color:rgba(6, 93, 139, 0);
    width: 18rem;
    float:left;
    border-radius: 2%;
    border-width: 2%;
    border-color: white;
  }

  .grey-bg-card{
    background-color:rgba(6, 93, 139, 0.39);
    width: 18rem;
    float:left;
  }

  .bg-grey-site{
    background-color:rgb(45, 49, 51);
  }

  .gamerzzstyle{
    width:100%;
    height:30%;
  }

  .gamerzzstyle-nav{
    width:30%;
    height:5%;
  }

  .floatleftt{
      float:left;
  }

  .availablenow{
    width:40%;
    height:25%;
    text-align: left;
  }

  .bg-grey-cardd{
    background-color:rgb(45, 49, 51);
     width: 18rem;
     float:left;

  }

  .bg-grey-cardd2{
    background-color:rgb(218, 203, 5);
     width: 18rem;
     float:left;

  }

  .bg-grey-cardd1{
    background-color:rgb(45, 49, 51);
     width: 10rem;
     float:left;

  }

  .bg-black-cardd{
    background-color:black;
     width: 18rem;
     float:left;

  }



.nav.navbar-nav li a {
  color: #ffff1a;
}

.nav.navbar-nav a:hover {
color: #ff0000;
}