

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overscroll-behavior: none;
  
}
body {
  margin: 0;
  padding:0;
  height: 100%;
  overscroll-behavior: none;
  background: -webkit-linear-gradient(45deg, hsl(159, 84%, 54%), hsl(327, 100%, 50%));
  font-family: "Rajdhani", sans-serif;
  background-attachment: fixed;    
  background-repeat: no-repeat;
}
main {
  padding: 5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.col {
  display: flex;
  flex-direction: column;
}
.permCol {
  flex-direction: column;

}
.glassContainer {
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: end;
  margin:0;
  height: auto;
  width: 100%;
  background-color: rgba(53, 53, 53, 0.819);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 2rem;
  border: 2px solid rgba(171, 171, 171, 0.057);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  padding: 2rem;

}
.glass {
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to bottom right, #202020cc, rgba(108, 108, 108, 0.834));
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  border-radius: 2rem;
  border: 2px solid rgba(171, 171, 171, 0.057);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  /* box-shadow: inset -4px 5px 10px #ffffff97, 4px 4px 15px rgba(0, 0, 0, 0.339), inset 4px 10px 15px #3b4c497d ; */
}
.textBox {
  display: flex;
  color: rgba(255, 255, 255, 0.774);
  font-weight: 500;
  width: 60%;
}
.spacer {
  height: 5rem;
  width: 100%
}

.panel-title {
  font-size: 2rem;
}
  
input {
  margin: 3rem 2rem;
}
.text-input {
  background-color: #ffffffad;
  padding: 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  border: 3px solid rgba(171, 171, 171, 0.057);
  box-shadow: -5px 0px 10px #ffffffa6 inset;
  font-weight: 600;
}

.button {
  color: #3e3e3e;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.5rem;
  width: 25%;
  background: linear-gradient(45deg, hsl(159, 84%, 54%), hsl(327, 100%, 50%));
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 600;
  box-shadow: -5px 0px 10px #ffffffa6 inset;
  animation: pulseSubtle 1.5s infinite ease-in-out alternate;
}
.button:hover {
  
  font-weight: 800;
  overflow: hidden;
}

.hidden {
  display: none;
}
/* .display-profile,  */
.display-profile {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  margin-left: .2rem;
  margin-right: .2rem;
}
.panel {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    background-color: #3e3e3e;
    background: linear-gradient( to left top, rgba(46, 46, 46, 0.727), rgba(44, 44, 44, 0.694));
    border-radius: 1rem;
    margin: 1rem 1rem;
    padding: 2rem;
    max-height: 15rem;
    width:max-content;
    transition: transform 0.3s;
    box-shadow: inset -4px 5px 10px #ffffff97, 4px 4px 15px rgba(0, 0, 0, 0.174), inset 4px 10px 15px #3b4c497d ;
    text-shadow: inset 2px 5px rgb(53, 58, 58);
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px) ;

}
.panel-heading {

}
h1 {
	font-size: 4rem;
}

h1 > span {
	font-size: 1.3rem;
}

a {
	color: #ffffffde;
	font-size: 1.3rem;
	text-decoration: underline;
}

p {
	padding: 1rem;
  font-size: 1.3rem;
}

h1, h3 {
	background-image: -webkit-linear-gradient(45deg, hsl(159, 84%, 54%), hsl(327, 100%, 50%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*--------------Background Bubbles--------------*/
#bubbles{
  background: #65dfc92c;
  background: linear-gradient(
  to right bottom,
  rgba(255, 255, 255, 0.438),
  rgba(255, 255, 255, 0)
  );
  position: fixed;
  border-radius: 50%;
  box-shadow: inset -8px -12px 12px #285e5413;
  z-index: -5;
  overflow: hidden;
}

.circle1 {
  top: -15%;
  right: -15%;
  height: 20rem;
  width: 20rem;
  filter:blur(.5rem);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.circle2 {
  top: -10%;
  left: 5%;
  height: 15rem;
  width: 15rem;
  filter:blur(1rem);
}
.circle3 {
  top: 5%;
  right: 15%;
  height: 10rem;
  width: 10rem;
  filter:blur(.7rem);
}
.circle4 {
  bottom: 30%;
  left: -1%;
  height: 10rem;
  width: 10rem;
  filter:blur(.3rem);
}
.circle5 {
  bottom: 16%;
  right: -5%;
  height: 20rem;
  width: 20rem;
  filter:blur(1rem);
}
.circle6 {
  bottom: 1%;
  left: 5%;
  height: 5rem;
  width: 5rem;
  filter:blur(1.5rem);
}
.circle7 {
  bottom: 10%;
  left: 25%;
  height: 15rem;
  width: 15rem;
  filter:blur(2rem);
}

/* animations */
@keyframes pulseSubtle {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}

@keyframes scale {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}