@media screen and (max-width: 991px) {
  .container {
    margin: 0 10px;
  }

  nav {
    padding-top: 8px;
  }

  nav li:not(:last-child) {
    margin-right: 0px;
  }

  nav ul li a {
    font-size: 14px;
    padding: 6px 5px;
  }

  nav ul li > a:hover {
    padding: 6px 5px;
  }

  .top__content {
    margin-top: 0em;
    padding: 15px;
    width: 90%;
    min-height: 50vh;
  }

  .top__left {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width:97%;
    margin: 92px auto;
    padding-top: 63px;  }

  .top__left h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 1.38px;
    margin-bottom: 6px;
  }

  .top__left p {
    margin-bottom: 20px;
  }
#player_list{
    position:inherit;
    width:97%;
    margin:auto;
    
}
  .top__left a {
    width: 40%;
    letter-spacing: 2px;
  }

  main {
    margin: 1em;
  }

  main > h2 {
    /*margin-left: 10px;*/
    text-align: center;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
  }

  .brand-list {
    width: 90%;
  }

  .single-brand {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    /* margin: 0 auto; */
    padding: 30px 20px;
    text-align: center;
  }

  .single-brand img {
    max-width: 200px;
    width: 100%;
    border-radius: 5px;
  }

  .brand-description,
  .brand-details {
    width: 100%;
  }

  .brand-details a {
    padding: 15px 0px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .side-menus {
    width: 80%;
  }

  .bottom-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 4em;
  }

  .bot-left {
    width: 90%;
  }

  .bot-right {
    width: 80%;
  }

  .bot-right img:nth-child(1) {
    margin-bottom: 10px;
  }

  footer {
    background-color: #1c1c27;
    color: #fff;
    padding: 15px;
    /*height: 100%;*/
  }

  footer .container {
    flex-direction: column-reverse;
  }

  .footer__left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }

  .footer__right {
    align-items: center;
  }

  footer nav {
    padding-top: 0;
  }

  footer nav ul {
    padding: 0;
    margin: 0;
    flex-direction:column;
  }

  .footer__right > div {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  footer img {
    /* width: 50px; */
    width: 100%;
  }

  .bot-left h2,
  .bot-left p {
    text-align: center;
  }

  .games-wrapper {
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .games {
    padding: 0;
  }

  .game-item {
    width: 100%;
    margin: 15px;
  }

  .game-item iframe {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
  }

  .game-item img:nth-child(1) {
    /* width: 250px; */
    width: 100%;
  }

  .about-wrapper {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
  }

  .contact__container {
    margin: 2em 0;
  }

  .contact__container .container {
    align-items: center;
  }

  .contact__container h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
  }

  .contact__container p {
    text-align: center;
  }

  .form__container {
    width: 95%;
  }

  .play-wrapper {
    width: 100%;
  }
  .game-card{
      width:100%;
  }
  .btm_content,
  .top__content{
      flex-direction:column;
  }
 .about-content{
      padding:50px;
      width:85%;
  }
  
}

@media screen and (min-width: 500px) and (max-width: 991px) {
  .brand-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .single-brand {
    width: 40%;
  }
  .btm_content{
      display:flex;
      flex-direction:column;
  }
  .toggle_nav{
      display:block;
  }
  .main_nav{
      display:none;
  }
  .about-content{
      padding:20px;
      width:85%;
  }
}

@media screen and (max-width: 560px) {
  .game-item {
    width: 70%;
  }
  
   .top__container{
      height:90vh;
  }
}

@media screen and (min-width: 561px) and (max-width: 991px) {
  .game-item {
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 499px) {
    .toggle_nav{
      display:block;
  }
  .main_nav{
      display:none;
  }
}


