@media screen and (max-width: 1024px) {
    
    .logo-login{
        margin-top: 50px;
    }

    .logo-login img{ 
        width: 250px;
        text-align: center;
        position: relative;
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
        
    
    }

    .form-login input  {
        width: 60%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 1px 10px 10px 4px;
        box-sizing: border-box;
    
    }

    .form-login button {
        width: 50%;
        background-color: #000000;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 40px;
        cursor: pointer;
    }
    iframe{
        width: 100%;
    }

    .bank img{
      width: 10%;
      margin-top: 5px;
      
    }

    /* --------------------------homepage------------------------- */

    .video-persent video{
      margin-left: 0px;
      border: 1px solid #fcf517;
    }
    
    #btn-mb{
      display: block;
    }

    
    .logo-banner{
      position: relative;
      margin-top: 30px;
    }

    .logo-banner img{ 
      width: 100%;
      text-align: center;
      position: relative;
      margin-top: 0px;
      /* left: 50%;
      transform: translate(-50%, -50%); */
    }

    
    

    .group-btn{
        text-align: center;
  
    }
  
    .btn{
        box-shadow: 0px 0px 10px 0px #fcf517;
        background-color:#000000;
        border-radius:40px;
        border:1px solid #fcf517;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-size:18px;
        padding:12px 60px;
        text-decoration:none;
        top: 30px;
    
        width: 100%;
        margin-top: 20px;
        text-align: center;
  
    }
  
    .btn:hover{
        background: none;
        color: #f3f3f3;
    }
  
  
  
  /* game img */
  
  .img-game img{
    width: 100%;
    /* left: -10%; */
    transform: translate(0%);
    margin-top: 10px;
  }
  
  /* contact us */
  
  .tel {
    margin-top: -36px;
    float: right;
  }
  
  .myButton_nav {
    font-size: 0.9rem;
    border-radius: 40px;
    color: floralwhite;
    border: 2px solid #c5bf00;
    background: none;
    padding: 10px 22px;
    box-shadow: none;
    box-shadow: 0 0 5px #fcf517, 0 0 5px #fcf517, 0 0 5px #fcf517, 0 0 5px #fcf517;
    background-color: #000000;
  
    /* font-family: "Kanit", sans-serif; */
    text-align: center;
  }
  
  .myButton_nav:hover {
    background: linear-gradient(to bottom, #fcf517 5%, #fcf517 100%);
    background: none;
    color: #f3f3f3;
    text-shadow: 0 0 10px #fcf517;
  }
  
  .myButton_nav:active {
    position: relative;
    top: 1px;
  }

  #btn-register{
      display: none;
  }

  .withdraw img{
    margin-top: 50px;
    width: 80%;
    transform: translate(0%);
  }
  
  #pc{
      display: none;
  }
  #mobile{
      display: block;
  }

  #videomobile{
    display: block;
    /* margin-top: 100px; */
  }

  #videomobile video{
    margin-top: 50px;
  }

  #videopc{
    display: none;
    
  }

  .main_content .content_img img{
    width: 80%;
  }
  
  /* homepage end */


    /* footer */
    .footer .footer-btn{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        text-align: center;
        background:linear-gradient(to bottom, #fcf517 5%, #fac219 50%, #fad519 100%);        
      }
    .footer .footer-btn:hover{
        color: #000000;
        text-decoration: none;
        background:linear-gradient(to bottom, #fad519 5%, #fac219 50%, #fcf517 100%);

    }
    .footer .footer-btn a{
        color: #000000;
    }

    .footer i{
        color: #000000;
    }

    .footer .footer-2{
      margin-bottom: 50px;
      text-align: center;
    }

    .slot-game-pc img{
      width: 20%;
    }



    
    .menu_mobile {
      display:block;
      position: fixed;
      left: 0;
      bottom: 0px;
      width: 100%;
      /* padding: 10px; */
      background:linear-gradient(to bottom, #fcf517 5%, #fac219 50%, #fad519 100%);  
      border-top: 2px solid #fac219;
      box-shadow: 0 0 15px #fcf517, 0 0 5px #fcf517, 0 0 5px #fcf517,
        0 0 5px #fcf517;
    }
    .menu_mobile ul {
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0px 0 0;
    }
  
    .menu_mobile li {
      width: 20%;
      float: left;
      text-align: center;
      color: #000000;
    }
    .menu_mobile li a {
      color: #000000;
      font-size: 20px;
      display: block;
      line-height: 1.5;
    }
    .menu-mobile i {
      display: block;
      font-size: 50px;
      color: #000000;
      
    }
    .icon-line{
      color: #000000;
    }

    /* footer end */




}