

/*Login Img*/
.login-logo.text-center img {
  height: 79px;
  width: 93px;
}
/*Login Body*/
.login-body{
  background-color: #120e31;
}
/*Logo Effect*/
.logo:hover{
  transform: scale(1.1);
  transition: all ease 500ms;
}
.logo img{
  height: 40px;
}


/*My Edit */
.ads-top-txt{
  text-align: center;
  margin: 0;    
}
.ads-top-txt span{
    font-size: 12px;
  color: rgb(203, 219, 227);
}
#ads-kare{
  height: 600px;
  margin-bottom: 45px;
  float: left;
  width: 100%;
}  

#ad-container{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  width: 728px;
 
}
#ads-class{

  height: 120px;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  
 }
 .ads-kare img{
  cursor: pointer;
 }
 .kare{
  height: 600px;
 }



 
/*Card Hover*/
.game-item:hover{
  transform: scale(1.1);
  transition: all ease 500ms;

}
.columns.is-centered{
  min-height: 100px;
}





.sm-post li .pic:hover {
  transform: scale(1.1);
  transition: all ease 500ms;
}
li.category-item:hover{
  border-radius: 25px;
  background-color: #120e31;
}

/*Small Img Hove*/
.wgt-list-game-vertical:hover{
  border-radius: 25px;
  background-color: #120e31;
}





/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px){
  
 
  .banner-top{
    display:none;
    height: auto;
  }

  .ads-top{
    display:none;
    height: auto;
   
  }
  .ads-class-home{

    height: 391px;
  }


 
  .logo img{
    height: 35px;
  }


  }
  /* Info Window Button*/
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: rgb(30, 30, 66);
    color: white;
    border: 2px solid #555;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0px 0px 10px #555;
    border-radius: 10px;
  }
  
  .popup h2 {
    font-size: 24px;
    margin-top: 0;
  }
  
  .popup p {
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .popup button {
    background-color: #151436;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
  }
  
  .popup button:hover {
    background-color: #355C83;
  }
  
  .popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #151436;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  .popup .close:hover {
    background-color: #355C83;
  }
    
  .copied {
    background-color: #4CAF50;
    color: white;
  }

  .popup h2{
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
    width: fit-content;
  }
  button#embed{
    display: inline-block;
    height: 48px;
    background: #262653;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  
  img.small-thumb.img-rounded{
    margin-top: 5px;
  }

 

  

















