.popup{
    height: 11rem;
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
 
  }
  .getmoney{
    height: 11rem;
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #000;
    background-size: cover;
    border: 0.4rem solid yellow;
    color: yellow;
    font-size: 3rem;
    opacity: 0;
    position: absolute;
  }
  .givefine{
    height: 11rem;
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f7f4f4;
    background-size: cover;
    border: 0.4rem solid rgb(255, 77, 0);
    color: rgb(255, 34, 0);
    font-size: 3rem;
    opacity: 0;
    position: absolute;
  }
  /* .startdiv{
    height: 12rem;
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .tickets{padding: 1rem;
    z-index: 4;
    box-shadow: 2px 2px 8px black;
    height: 10rem;
    width: 8rem;
    color: #000;
    background-color: #141414ee;
    background-image: url('./assets/body.jpg');
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    position: absolute;
    opacity: 0;
  }
  .tickets h4{
    margin: 0;
    padding: 0;
  }


  .guessGame{
    border: 2px solid black;
    border-radius: 1rem;
    position: absolute;
    height: 10rem;
    width: 8rem;
    background-color: rgb(23, 23, 23);
    color: yellow;
    background-image: url('./assets/guessGameImg.jpeg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0.5rem;
    padding-top: 2rem;
    opacity: 0;
  
  }
  .guessGame h4, .guessGame h5{
    margin: 0;
  }
  .guessPress{
    position: absolute;
    height: 10rem;
    width: 8rem;
    background-color: #000;
    background-image: url('./assets/press.jpeg');
    background-size: cover;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    box-shadow: 2px 2px 8px black;
    display: none;
    z-index: 4;
    
  }
  .guessPress button{
    height: 2.5rem;
    width: 2.5rem;
    background-color: aqua;
    border-radius: 50%;
    background-size: cover;
    cursor: pointer;
    z-index: 4;
    animation: press 1s linear infinite;
  
  }
  @keyframes press{
    0% {
    
        border: 0.1rem solid rgb(178, 110, 68);
    }
    50% {
        
        border: 0.2rem solid rgb(103, 68, 178);
    }
    100% {
        
        border: 0.1rem solid rgb(156, 178, 68);
    }
 }
  .guess1{
    background-image: url('./assets/guess1.png');
  }
  .guess2{
    background-image: url('./assets/guess2.png');
  }
  .guess3{
    background-image: url('./assets/guess3.png');
  }
  .guess4{
    background-image: url('./assets/guess4.png');
  }
  .guess5{
    background-image: url('./assets/guess5.png');
  }

  .guessResult{
    position: absolute;
    height: 10rem;
    width: 10rem;
    background-image: url('./assets/guessWin.jpg');
    background-size: cover;
    border-radius: 1rem;
    opacity: 0;
  }
  .addBgImage{
    background-image: url('./assets/guessLoss.jpg');
  }
  .gameResult{
    position: absolute;
    height: 32rem;
    width: 32rem;
    background-image: url('./assets/player2Wins.jpg');
    background-size: cover;
    border-radius: 1rem;
    background-color: aqua;
    display: none;
    /*                                 smsckasdasdasd asdas d asd asd as dsdas das  */
    opacity: 1;
    z-index: 5;
    justify-content: center;

  }
  .playAgain{
    margin-top: auto;
    background-color: burlywood;
    margin-bottom: 1rem;
    border-radius: 2.5rem;
    height: 4rem;
    width: 10rem;
    background-image: url('./assets/playAgainBtn.jpg');
    background-size: cover;
    box-shadow: 2px 2px 8px black;
     animation: playAgain 1s linear infinite;
     border: 0.25rem solid rgb(178, 110, 68);
  }
  @keyframes playAgain{
    0% {
    
        border: 0.25rem solid rgb(178, 110, 68);
    }
    50% {
        
        border: 0.25rem solid rgb(103, 68, 178);
    }
    100% {
        
        border: 0.25rem solid rgb(156, 178, 68);
    }
 }
  .playAgain:hover{
    opacity: 1;
  }

  .welcomePage{
    height: 35rem;
    width: 25rem;
    background-color: aqua;
    position: absolute;
    z-index: 5;
    border-radius: 1rem;
    background-image: url('./assets/WelcomeNBG.jpg');
    background-size: cover;
    display: flex;
   flex-direction: column;
   justify-content: flex-end; 
   align-items: center;
   /* display: none; */
    
  }
  .welcomePage .chooseBtns{
    margin: auto 0 5rem 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .chooseBtns .computer ,.chooseBtns .multiplayer {
    height: 2.5rem;
    width: 15rem;
    border-radius: 1rem;
    background-color: yellow;
    text-align: center;
    color: #000;
    font-weight: 600;
  }
  .computer:hover , .multiplayer:hover{
    opacity: 0.8;
  }
 
  .restart{
    position: relative;
    z-index: 3;
    display: none;
    top: -8rem;
    margin-right: 3.75rem;
    background-color: yellow;
    color: black;
    box-shadow: 2px 2px 8px black;
  }
  .about{
    position: relative;
    z-index: 3;
    display: none;
    top: +8rem;
    background-color: yellow;
    color: black;
    margin-left: 3.75rem;
    box-shadow: 2px 2px 8px black;
  }
  .restart:hover ,.about:hover{
    border: 2px solid black;
    background-color: rgba(255, 255, 0, 0.881);
  }
  .yes,.no{
    background-color: yellow;
    color: black;
  }
  .yes:hover , .no:hover{
    background-color: rgba(255, 255, 0, 0.672);
  }
 
  .restartConfirm{
    position: absolute;
    z-index: 4;
    background-color: black;
    padding: 2rem;
    gap: 0.5rem;
    color: #f7f4f4;
    border-radius: 1rem;
    display: none;
    flex-direction: column;
  }
  .aboutbox{
    position: absolute;
    height: 35rem;
    width: 22rem;
    border: 1px solid #ccc; /* Optional: for better visibility */
    padding: 10px; /* Optional: inner spacing */
    overflow-y: scroll; /* Enable vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
    background-color: #090908;
    scrollbar-width: none;
    border-radius: 2rem;
    color: #f7f4f4d2;
    z-index: 5;
    padding: 1rem;
    /* display: flex; */
    display: none;
  }
  .crossBtn{
    background-color: rgb(245, 13, 13);
    border-radius: 50%;
    padding: 1rem 1.4rem;
     height: 3rem;
      position:fixed;
      margin-left: 18rem;
  }

  @media (width<1200px){
    .welcomePage{
      height: 30rem;
      width: 20rem;
      /* display: none; */
    }
    .welcomePage .chooseBtns{
      margin-top: 5rem;
      display: flex;
      gap: 1rem;
      flex-direction: column;
    }
    .getmoney,.givefine{
      height: 7.5rem;
      width: 7.5rem;
      font-size: 2rem;
    }
    .tickets{
      padding: 0.75rem;
      height: 9rem;
      width: 6rem;
      gap: 1rem;
    }
    .guessGame{
      height: 8rem;
      width: 7rem;
    }
    .guessPress{
      height: 8rem;
      width: 7rem;
      transform-style: preserve-3d;

    }
    .guessPress button{
      height: 2.25rem;
      width: 2.25rem;

    }
    .guessResult{
      position: absolute;
      height: 9rem;
      width: 9rem;
    }
    .gameResult{
      height: 22rem;
      width: 22rem;
    }
    .playAgain{
      height: 3rem;
      width: 7.5rem;
    }
    .restart{
      position: relative;
      z-index: 3;
      display: none;
      padding: 0.25rem;
      top: -5.25rem;
      margin-right: 6rem;
    }
    .about{
      top: 5.25rem;
      margin-left: 0rem;
      padding: 0.25rem;
    }
    .aboutbox{
      width: 80vw;
      border: 2px solid white;
      box-shadow: 2px 2px 8px white;
    }
    .crossBtn{
      margin-left: 65vw;
    }


    
  }
