body{
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.main{
    margin: 0;
    padding: 0;
    position:absolute;
    
    width: 100%;
    height:100vh ;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    overflow: hidden;
    animation: colorGradient 10s linear infinite;
    background-image: url('./assets/body.jpg');
    /* background: linear-gradient(to right, #61db6b, rgb(102, 165, 209)); */
    /* background-color: #f8f00a; */
    
}
/* @keyframes colorGradient {
  0% {
    background: linear-gradient(45deg, #ce6164, #edfac4);
  }
  25% {
    background: linear-gradient(45deg, #11dde0, #c2e9fb);
  }
  50% {
    background: linear-gradient(45deg, #fbc2e7, #a6c1ee);
  }
  75% {
    background: linear-gradient(45deg, #c2e9fb, #fcfa9f);
  }
  100% {
    background: linear-gradient(45deg, #c1ff9a, #c4c8fa);
  }
} */

.gameplay{
    width: 500px;
    height: 500px;
    display: flex;
    color: rgb(11, 11, 11);
}
.player1, .player2{
    width: 20rem;
    background-color: rgba(21, 18, 18, 0.571);
    height: 300px;
    border: 1px solid black;
    border-radius: 1rem;
}

.left {
    height: 100%;
    width: 20%;
    
    display: flex;
    flex-direction: column-reverse;
}
.right{
    height: 100%;
    width: 20%;
    
    display: flex;
    flex-direction: column;
    
}
 .cols{
    width: 99.3%;
    height: 12%;
    border: 1px solid black;
}
.left .box1,.left .box7,.right .box13,.right .box19{
    height: 20%;
    width: 99.6%;
    
}


.mid{
    height: 100%;
    width: 60%;
    
    display: flex;
    flex-direction: column;
}
.mid .top , .mid .bottom{
    height: 19.8%;
    width: 100%;

}
.midOfmid{
    height: 60%;
    width: 100%;
    background-image: url('./assets/logoNBG.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.midOfmid .start{
  z-index: 5;
  display: flex;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow,transform;
  background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
  box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
  /* padding: 0 32px; */
  border-radius: 6px;
  color: #fff;
  height: 48px;
  font-size: 18px;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  :hover {
     box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
      transform: translateY(-2px);
  }
  :active{
      box-shadow: inset 0px 3px 7px #3c4fe0;
      transform: translateY(2px);
  }
  
}

.top{
    display: flex;
}
.bottom{
    display: flex;
    flex-direction: row-reverse;
}
.top .box , .bottom .box{
    height: 100%;
    width: 20%;
    border: 1px solid black;
}
.cols{
    display: flex;
    font-size: 0.8rem;
    font-weight: 600;
  }
  .cols .cost , .cols .cityName{
    height: 100%;
    width: 20%;
    /* background-color: rgba(238, 255, 0, 0.217); */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cols .cost p ,.cols .cityName p{
    transform: rotate(90deg);
    margin: 0;
    padding: 0;
    
  }
  .box2,.box3,.box4,.box5,.box6{
    transform: rotate(180deg);
  }
  
  .cols .cityImg{
    height: 100%;
    width: 60%;
    /* background-color: blue; */
    /* background-image: url('India.jpg'); */
    background-size: cover;
  }
  .rows{
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    font-weight: 600;
  
  }
  .rows .cost , .rows .cityName{
    height: 20%;
    width: 100%;
    /* background-color: rgba(238, 255, 0, 0.217); */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rows .cost p ,.rows .cityName p{
    /* transform: rotate(90deg); */
    margin: 0;
    padding: 0;
    
  }
  .rows .cityImg{
    height: 60%;
    width: 100%;
    /* background-color: blue; */
    /* background-image: url('India.jpg'); */
    background-size: cover;
  }
 
  .box1{
    background-image: url('./assets/greenArrow.png');
    background-size: cover;
  }
 
  .box2 .India{
    background-image: url('./countries/India.jpeg'); 

 }
 .box2 .cityName,.box2 .cost{
   background-color: rgba(236, 10, 157, 0.448);
   
 }
 .box3 .Nepal{
   background-image: url('./countries/Nepal.jpeg'); 
 }
 .box3 .cityName,.box3 .cost{
  background-color: rgba(37, 24, 231, 0.612);
 }
 .box5 .Pakistan{
   background-image: url('./countries/pakistan.jpeg'); 
 }
 .box5 .cityName,.box5 .cost{
  background-color: rgba(208, 17, 26, 0.282);
 }
 .box6 .Iran{
   background-image: url('./countries/Iran.jpeg'); 
 }
 .box6  .cityName,.box6 .cost{
  background-color: rgba(44, 111, 193, 0.373);
 }
 .left .box7{
    background-image: url('./assets/guess.png');
    background-color: #007bff;
}
 .box18 .France{
   background-image: url('./countries/France.jpeg'); 
   background-size: cover;
 }
 .box18 .cityName,.box18 .cost{
  background-color: rgba(14, 237, 170, 0.549);
 }
 .box16 .Australia{
   background-image: url('./countries/Australia.jpeg'); 
 }
 .box16 .cityName,.box16 .cost{
  background-color: rgba(224, 88, 47, 0.518);
 }
 .box14 .Thailand{
   background-image: url('./countries/Thailand.jpeg'); 
 }
 .box14 .cityName,.box14 .cost{
  background-color: rgba(233, 81, 233, 0.73);
 }

  .box8 .Russia{
    background-image: url('./countries/Russia.jpeg'); 
 }
 .box8 .cityName,.box8 .cost{
   background-color: #5c12d3b1;
 }
 .box10 .China{
   background-image: url('./countries/China.jpeg'); 
 }
 .box10 .cityName,.box10 .cost{
  background-color: rgba(5, 5, 5, 0.336);
 }
 
 .box12 .Japan{
   background-image: url('./countries/Japan.jpeg'); 
 }
 .box12 .cityName,.box12 .cost{
  background-color: rgba(63, 16, 145, 0.47);
 }
 
 .box20 .Italy{
   background-image: url('./countries/Italy.jpeg'); 
 }
 .box20 .cityName,.box20 .cost{
  background-color: rgba(13, 224, 48, 0.632);
 }
 .box21 .London{
   background-image: url('./countries/London.jpeg'); 
 }
 .box21 .cityName,.box21 .cost{
  background-color: rgba(13, 115, 224, 0.512);
 }
 
 .box23 .US{
   background-image: url('./countries/US.jpeg'); 
 }
 .box23 .cityName,.box23 .cost{
  background-color: rgba(224, 90, 13, 0.632);
 }
 
 .box24 .Brazil{
   background-image: url('./countries/Brazil.jpeg'); 
 }
 .box24 .cityName,.box24 .cost{
  background-color: rgba(186, 53, 181, 0.692);
 }

 .box7{
  background-image: url('./assets/guess.png');
  background-size: cover;
}

.box19{
  background-image: url('./assets/pilot.jpeg');
  background-size: cover;
  color: white;
}

.box4{
  background-image: url('./assets/1000$.jpg');
  background-size: cover;
}
.box9{
  background-image: url('./assets/500$2.jpg');
  background-size: cover;
}
.box11{
  background-image: url('./assets/1000$2.jpg');
  background-size: cover;
}
.box13{
    background-image: url('./assets/blueArrow.png');
    background-size: cover;
    color: white;
  }
.box15{
  background-image: url('./assets/500$.jpg');
  background-size: cover;
}
.box22{
  background-image: url('./assets/500$2.jpg');
  background-size: cover;
}
.box17{
  background-image: url('./assets/1000$.jpg');
  background-size: cover;
  transform: rotate(180deg);
}


  /* Timer CSS */


.timer{
    text-align: center;
    font-family: "Bungee Tint", sans-serif;
    display: none;  

}

#display{
    font-size: 48px;
    color: #333;
    margin-bottom: 20px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

  /*Pawns*/
  
  .green{
    position: relative;
    height: 4.5rem;
    width: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./assets/greenAeroplane-removebg-preview.png');
    background-size: cover;
  }
  .blue{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    position: relative;
    background-image: url('./assets/aquaAeroplane-removebg-preview.png');
    background-size: cover; 
  }
  .margin1{
    margin-right: 1rem;
  }
  .cityImg{
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: none;

  }
  @keyframes lightBlink{
    0% {
        
        background-color: #ff3700;
    }
    100% {
      background-color: rgb(8, 0, 255);
      
    }
  
  }
@media(width>1200px){
  /* .start{
    transform: rotate(90deg);
  } */
  .green{
     left: 2rem;
     top: 01rem;
     z-index: 3;
     display: flex;
     align-items: center;
     justify-content: center;
  }
  .lightBlink{
    height: 10px;
    width: 6px;
    /* background-color: red; */
    border-radius: 50%;
    animation: lightBlink 0.25s linear infinite;
  }

  .blue{
    top: 25.5rem;
    right: 0.25rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  /*.gameplay{
    transform: rotate(-90deg);
  } */
   .box13{
    background-image: url('./assets/pilot.jpeg');
   }
   .box19{
    background-image: url('./assets/blueArrow2.png');
   }
  
   
}

/* Stamps css */
.buysell{
  height: 80%;
  width: 80%;
  background-color: none;
  border-radius: 50%; 
}
.cols .buysell img,.rows .buysell img{
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  position: absolute;
   opacity: 0;
}
.player1, .player2{
  
  background-image: url('./assets/playerBg.jpeg');
  background-size: cover;
}

@media(width<1200px){
    .main{
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        overflow: hidden;
        align-items: center;
      
    }
    .player1, .player2{
        height:22vh;
        width: 300px;
        background-image: url('./assets/playerBg.jpeg');
    }
    .gameplay{
        width: 350px;
        height: 350px;
    }
    .cols{
        height: 11.5%;
        
    }
    .cols , .rows{
        font-size: 0.6rem;
    }
    .left .box1,.left .box7,.right .box13,.right .box19{
        width: 99.3%;
    }
    .lightBlink{
      height: 10px;
      width: 6px;
      /* background-color: red; */
      border-radius: 50%;
      animation: lightBlink 0.25s linear infinite;
    }
    
    .green{
      top: 0.5rem;
      left: 1.0rem;
      height: 3.5rem;
      width: 3.5rem;
    }
    .blue{
      height: 3.5rem;
      width: 3.5rem;
      top: 0.75rem;
      left: -0.25rem;
      z-index: 2;
      transform: rotate(180deg);
    }

    .box20,.box21,.box22,.box23,.box24{
      transform: rotate(180deg);
    }

    /* Stamps css */
    .buysell{
      height: 80%;
      width: 80%;
      background-color: none;
      border-radius: 50%;
    }
    .cols .buysell img ,.rows .buysell img{
      height: 2rem;
      width: 2rem;
      border-radius: 50%;
      position: absolute;
    }
    /* .buysell img{
      display: none;
    } */

}
