* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* Game Body ---------------------------------------------------- */
.Gbody {
    text-transform: uppercase;
    font-family: 'Righteous', cursive;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
      background-image: url('Images/HB.jpg');
    background-repeat:no-repeat;
}/* Home page  Body ---------------------------------------------------- */
.Hbody{
    background-image: url('Images/HB.jpg');
    background-size: cover;
    overflow: hidden;
    background-repeat:no-repeat;
    
 
}/* Home page  text box which contain name of game ---------------------------------------------------- */
.Text{
    /* margin: 10px 102px; */
    top: 0;
    background-color:transparent;
    backdrop-filter: blur(10px);
    filter: brightness(100%);
    height: 100%;
    width: 100%;
    font-weight: bold;
    text-align: center;
position: absolute;
z-index: 100000;  
}   
/* Home page  play button  ---------------------------------------------------- */
#Pbtn{
    width: 220px;
    height: 80px;
    box-shadow: 2px 2px 60px #92d5e8;
    border-radius: 15px;
  
 
}#Pbtn:hover{
    box-shadow: 1px 1px 4px rgb(255, 7, 7);
    box-shadow: 2px 2px 60px #0f9cc3;
   
}
/* for animation ........................................................ */

 #one{
            height: 25px;
            width: 25px;
            background-color:red;
            transition:1.2s;
            opacity: 0;
            border-radius:50%;
            border: 0px;
            transform: scale(-10.1);
        }#one:hover{
            opacity: 1;
            transform: scale(1.0);
            transition: 0s;
            background-color:rgb(0, 158, 8);
            background-size: cover;
        }
        #two{
            height: 25px;
            width: 25px;
            background-color:rgb(20, 225, 47);
            transition:1.2s;
            opacity: 0;
            border-radius:50%;
            border: 0px;
            transform: scale(-10.1);
        }#two:hover{

            opacity: 1;
            transform: scale(1.0);
            transition: 0s;
            background-color:rgb(245, 237, 3);
            background-size: cover; 
        }
/* for animation end  ........................................................ */
.clearfix::before, .clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.game-memory {
    background-color: transparent;
    backdrop-filter:blur(5px);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    padding: 5px 0;
    display:block;
}
.memory-score {
    width:500px;
    height: 523px;
    background-color: transparent; 
    backdrop-filter:blur(10px);
    display:inline-block;
    position:absolute;
    margin-top: 25px;
    margin-right: 10px;
}
/* How to play popup  box.............................................................  */
.HowTPlay{
display: none;
width: 100%;
height: 100%;
top: 0;
position: absolute;
padding: 25px 35px;
font-size: 25px;
color: white;
font-family: 'Courier New', Courier, monospace;
background-color: #243a3f;
text-shadow: 2px 2px 3px black;

}.WinDisplay{
display:none;    
width: 100%;
height: 100%;
top: 0;
position: absolute;
padding: 25px 35px;
font-size: 25px;
color: white;
font-family: 'Courier New', Courier, monospace;
background-color: #055668;
text-shadow: 2px 2px 3px black;

}
.score{
    height: 40px;
    background-color:transparent;
    font-weight: bolder;
    text-align: center;
    font-size: 35px;
align-items: center;
align-content: center;
    color: white;
    text-shadow: 2px 2px 14px black;
    margin-top: 35px;

   
}.back{
    height: 100px;
    width: 100px;
    margin: 25px 39%;
    border-radius: 50%;
    box-shadow: 2px 2px 60px #0f9cc3;
    border: 2px double black;
}.back:hover{
    box-shadow: 2px 2px 60px #0b1315;
}#Hbtn{
    height: 50px;
    width: 130px;
    margin: 2px 36%;
    border-radius:100px;
    border: 2px double black;
}#Hbtn:hover{
    box-shadow: 2px 2px 60px #0b1315;
}

.memory-board {
  	width:700px;
    text-align: center;
    font-size: 50px;
    margin:25px 25px;
    display:inline-block;
    background-color: transparent;
    backdrop-filter: blur(5px);
}
/* Replay popup or Game over box ............................................................................ */
.ReplayNote{
    width: 100%;
    display:none;
    height: 100%;
    position: absolute;
    top: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    background-color:transparent;
    backdrop-filter: blur(50px);
}
.cardsLine {
    width: 100%;
    height: 25%;
    align-items: center;
    align-content: center;
}

.cards {
    width: 105px;
    height: 135px;
    padding: 1px;
    background-color: rgb(58, 200, 225);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid white;
    display: inline-block;
    filter: brightness(80%);
}

.cards:hover {
    filter: brightness(100%);
    box-shadow: 5px 3px 12px #11110c;
    border: 4px solid rgb(5, 5, 5);
    transform: scale(1.09);
    transition: all .2s ease-in-out;
}

.activeCard {
    filter: brightness(100%);
}



@media only screen and (max-width:1025px)

{
    .Text{
        
        top: 0;
        background-color:transparent;
        backdrop-filter: blur(10px);
        filter: brightness(100%);
        height: 100%;
        width: 100%;
        font-weight: bold;
        text-align: center;
    position: absolute;
    z-index: 100000;  
    }  #HLOGO{
        height: 200px;
        width: 200px;
    }

}
