*{
    margin:0;
    padding: 0; 
    box-sizing: border-box;
}
html,body{
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
h1{
    color: #426696;
    font-weight: 600;
    font-size: 3rem;
    opacity: 0.8;
}
h3{
    color: #426696;
    font-weight: 600;

    opacity: 0.8;
}
h2,p{
    color: #658ec6;
    font-weight: 500;
    opacity: 0.8;
}
a{
    text-decoration: none;
}
main{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(to right top,#65dfc9,#6cdbed);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.glass{
    background: white;
    min-height: 50vh;
    width: 90%;
    background: linear-gradient(to right bottom,
    rgba(255,255,255,0.7),rgba(255,255,255,0.3)
    );
    border-radius: 2rem;
    z-index: 2;
    backdrop-filter: blur(2rem) ;
    display: flex ;

    margin: 5% auto;
    
}
.circle1,.circle2{
    background: white;
    background: linear-gradient(to right bottom,
    rgba(255,255,255,0.8),rgba(255,255,255,0.3));
    height: 20rem;
    width: 20rem;
    position: absolute;
    top: 20%;
    left:40%;
    border-radius: 50%;
}
.circle1{
    top: 2%;
    left: 65%;
    background-color: rgb(255, 0, 0);  
}
.circle2{
    top: 80%;
    left: 5%;
}
.user img{
    width: 4rem;
    margin-top: 2em;
}
.dashboard{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    background: linear-gradient(to right bottom,
    rgba(255,255,255,0.7),rgba(255,255,255,0.3)
    );
    border-radius: 2rem;
    margin: 0% auto;
    display: block;
    box-sizing: border-box;
    height: auto;
}
.link{
    display: flex;
    margin: 3rem 0rem;
    padding: 1rem 2rem;
    align-items: center;
}
.link a{
    text-decoration: none;
}
.link:hover{
    background: rgba(199, 199, 199, 0.753);
}
.link h2{
    padding:0rem 2rem ;
}
.games{
    flex: 2;
}
.pro{
    background: linear-gradient(to right top,#65dfc9,#6cdbed);
    border-radius: 2rem;
    color: white;
    padding: 1rem;
    position: relative;

}
.pro img{
    position: absolute;
    top: -10%;
    right: -10;
}
img{
    transform: scale(1);
    transition: 0.3s;
}
img:hover{
    transform: scale(1.1);
}
.pro h2{
    width: 40%;
    color: white;
    font-weight: 600;
}

/*games*/
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
.dropbtn {
    background:linear-gradient(to left top,
    rgba(255,255,255,0.8),rgba(255, 255, 255, 0.5));
    border-radius: 1rem;
    color: rgba(0, 0, 0, 0.39);
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 60%;
    text-align: left;
    padding: 5px;
    outline: none;
    top: 0;
    cursor: text;

    
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #f5f5f5;
  }
  
  #myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}

  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    width: 60%;
    border-radius: 15px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}

  .dropdown-conten a:focus{
      display: none;
  }
  #myDropdown{
      transition: .3s;

  }
  .show {display: block;}
.games{
    margin: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.cards{
    position: relative;
    margin: 0 ;
    top: 0;
}
.card{
    display: flex;
    background: linear-gradient(to left top,
    rgba(255,255,255,0.8),rgba(255, 255, 255, 0.5));
    border-radius: 1rem;
    margin: 3rem 0rem ;
    padding: 5%;
    box-shadow: 6px 6px 20px rgba(122,122,122,0.2 );
    justify-content: left;
}
.card h2{
    position: relative;
    text-align: left;
    margin: 0% auto;
}
meter{
    width: 50%;
    position: absolute;
    margin: 5% auto;
}
label{
    position: absolute;

}
.card-info{
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    padding-bottom: 20px;

}

.percentage{
    font-weight: bold;
    background: linear-gradient(to right top,#65dfc9,#6cdbed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}
.cards img{
    width: 20%;
    height: 20%;
    position: relative;
    margin-right: 5%;
}

@media (max-width:900px){

    .circle1,.circle2{
        background: white;
        background: linear-gradient(to right bottom,
        rgba(255,255,255,0.8),rgba(255,255,255,0.3));
        height: 20rem;
        width: 20rem;
        position: absolute;
        top: 10%;
        left:30%;
        border-radius: 50%;
    }
    .dashboard
    {
        text-align: center;
        background: linear-gradient(to right bottom,
        rgba(255,255,255,0.7),rgba(255,255,255,0.3)
        );
        border-radius: 2rem;
        margin: 0% auto;
        display: block;
        box-sizing: border-box;
        height: 50vh;
    }
    .link{
        display: flex;
        margin: 0rem 0rem;
        padding: 1rem 1rem;
        align-items: center;
    }
    .link a{
        text-decoration: none;
    }
    .link:hover{
        background: rgba(199, 199, 199, 0.753);
    }
    .link h2{
        padding:0rem 2rem ;
    }
    .circle1{
        left: 60%;
        top: 15%;
    }
 
}