*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia;
}

h1{
    color: #426696;
    font-weight: 600;
    font-size: 2rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

h3,p{
    color: #426696;
    font-weight: 500;
    opacity: 0.8;
}

html{
    scroll-behavior: smooth;
}

main{
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    background: linear-gradient(to right top, #65dfc9, #6cdbeb);
    display: flex;
    align-items: center;
    justify-content: right;
    background-size: cover;
    padding-left: 3%;
    padding-right: 4%;
    
    
}

.glass{
    background: white;
    min-height: 90vh;
    width: 85%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    border-radius: 2rem;
    z-index: 3;
    backdrop-filter: blur(0.1rem);
    display: flex;
}

.circle1,
.circle2{
    background: white;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    border-radius: 2rem;
    height: 20rem;
    width: 20rem;
    position: fixed;
    border-radius: 50%;

}

.circle1{
    top: 3%;
    right: 7%;
}

.circle2{
    bottom: 3%;
    left: 7%;
}

.one{
    height: 100vh;
    background-image: url("/images/california_rural_pexels.jpg");
}

.two{
    height: 100vh;
    background-image: url("/images/pexel_sanfrasisco_2.jpg");
}

.three{
    height: 100vh;
    background-image: url("/images/cal-night.jpg") ;
}

.four{
    height: 100vh;
    background-image: url("/images/tree_lone.jpg") ;
}



ul{
    list-style: none;
    height: 90vh;
    width: 20vh;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-evenly;
}

.sideul{
    z-index: 5;
    background: white;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 2rem;
    z-index: 3;
    backdrop-filter: blur(0.4rem);
    top: 5%;
    justify-content: space-evenly;
    
}

ul li{
    margin: 0.2vh;
    padding: 0.8vh;
    margin-top: 50%;

}

ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    background: SlateBlue;
    border-radius: 2rem
}

ul li a:hover{
    background: skyblue;
    border-radius: 0.5rem;
    
}

.dashboard{
    border-radius: 2rem;
    padding: 0%;
    max-height: 70%;
    max-width: 30vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.2)
    );
}

.dashboard img{
    max-width: 50%;
    max-height: 50%;
}
.user{
    margin-top: 10%;
    margin-bottom: 0%;
    padding-bottom: 0%;
}

.user img{
    border-radius: 50%;
    height: 50%;
    width: 50%;
    object-fit: contain;
}

.link {
    display: flex;
    margin: 2rem 0rem;
}
#github-logo{
    max-width: 100px;
    max-height: 100px;
}

#google-scholar{
    max-width: 80px;
    max-height: 80px;
    padding-left: 20%;
}

#linkedin-logo{
    max-height: 80px;
    max-width: 80px;
    padding-left: 20%;
}

#hackerrank-logo{
    max-height: 100px;
    max-width: 100px;
    padding-left: 8%;
}

#springer-dashboard{
    max-height: 80px;
    max-width: 80px;
}

#springer2{
    max-height: 80px;
    max-width: 80px;
}

#cognizant-logo{
    max-height: 100px;
    max-width: 100px;
}

#jadavpuruni{
    max-height: 120px;
    max-width: 120px;
}

.games {
    margin-top: 1rem;
    margin-left: 5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
  }

.status{
    margin-bottom: 3rem;
}

.card {
    display: flex;
    background: linear-gradient(
      to left top,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.5)
    );
    border-radius: 1rem;
    
    padding: 1.2rem;
    box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
    justify-content: space-between;
  }

  .progress {
    background: linear-gradient(to right top, #65dfc9, #6cdbeb);
    width: 100%;
    height: 25%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
  }

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(236, 236, 236);
    position: absolute;
    left: 60%;
  }

  .percentage{
    font-size: 1rem;
    padding-top: 4%;
  }



a {
    text-decoration: none;
    color: black;
}
.special-link {

    border-radius: 1rem;
    font-size: 25px;
    
    border: 2px solid white;
    color: white;
    transition: all 0.2s linear 0s;
}

.special-link:hover {
    background-color: white !important;
    color: rgb(3, 44, 192) !important;
}

/*Image gallery*/

