

  .sticky-bottom-button,.download-btn-div,.downloade_btns {
    -webkit-animation: 45s linear infinite button-shine;
    animation: 45s linear infinite button-shine;
    background: linear-gradient(121.19deg, #fff0 25.73%, hsl(0 0% 100%/.37) 45.27%, #fff0 62.27%), #5d0274
  }
  .downloade_btns {

    font-size: 1rem;
    color: #fff;
    padding: 4px 20px;
    border: none;
    text-decoration: none;
    border-radius: 3px;
  }
  .game_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    padding: 3px 10px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 5px 5px 16px #929292, -5px -5px 16px #fff
  }

  .df {
    display: flex;
    align-items: center
  }

  .list_images {
    width: 80px;
    height: 80px;
    margin-right: 0px;
    border-radius: 20px;
    padding: 5px
  }

  .minimun_wid_p,
  .game_heading {
    font-family: Arial, Helvetica, sans-serif;
    color: #5d0274
  }

  .minimun_wid_p,
  .signup_bonus_p {
    font-size: .8rem
  }

  .signup_bonus_p {
    color: green
  }

  .counting_p {
    font-size: 1.1rem;
    color: #424242;
    margin-right: 8px;
    font-weight: 600
  }

  .game_name_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  

  @keyframes button-shine {
    0% {
      background-position: -5000px 0
    }

    to {
      background-position: 5000px 0
    }
  }

  @keyframes blinkBorder {

    0%,
    100% {
      border-color: #5d0274
    }

    50% {
      border-color: transparent
    }
  }

  @keyframes blinkBorder2 {

    0%,
    100% {
      border-color: #e2e2e2
    }

    50% {
      border-color: transparent
    }
  }

  @media only screen and (max-width:600px) {
    .game-header {
      flex-direction: column;
      align-items: center;
      text-align: center
    }

    .game-header img {
      width: 150px;
      height: 150px
    }

    .game-header h1 {
      font-size: 24px
    }
  }

  @media only screen and (max-width:500px) {
    #logo_img {
      width: 30px;
      height: 30px
    }

    #brand_name {
      font-size: 1.3rem;
      font-weight: 900
    }

    #menu_btn {
      font-size: .9rem;
      font-weight: 700
    }

    #join_us_logo {
      width: 50px;
      height: 25px
    }

    #navigation_2 li {
      font-size: .6rem
    }

    .third_menu_div p {
      padding: 5px;
      font-size: 1rem;
      font-weight: 700
    }

    .list_images {
      width: 70px;
      height: 70px
    }

    .game_heading {
      font-size: 1rem
    }

    .downloade_btns {
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      padding: 5px 15px;
      border: none
    }
  }

  @media only screen and (max-width:350px) {
    .list_images {
      width: 50px;
      height: 50px
    }

    .game_heading {
      font-size: .9rem;
      margin-bottom: 1px
    }

    .downloade_btns {
      font-weight: 600;
      font-size: 12px;
      color: #fff;
      padding: 3px 10px;
      border: none
    }

    #navigation_2 li {
      font-size: .5rem
    }
  }
  
  .social-sidebar a{
      font-size: 1.2rem;
      margin: 10px;
  }

 