html, body {
  background: url(images/aso.jpg);
  background-size: 120rem;
  justify-content: space-evenly;
}
.content {
  padding: 0 4%;
  padding-top: 220px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.card {
  width: 300px;
  height: 250px;
  background: #292929;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.24);
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(to right left, #015ea3, #292929);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: 0px;
  background-size: 200px;
  transition: all 0.8s ease;
}

.material-icons.md-36 {
  font-size: 36px;
}

.card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
}

.card .text {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  color: #fff;
max-height: 0;
  transition: all 0.3s ease;
}

.card:hover {
  height: 270px;
}

.card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 40px;
}

.card:hover .title {
  background-position: -120px;
  transition: all 0.3s ease;
}
.card:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}
.card:hover .icon i{
  background: #015ea3;
  -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
  }

.name {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 12px;
  font-size: 32px;
  text-align: right;
  margin-bottom: auto;
  text-transform: uppercase;
  color: #b1cbe2;
}
.active {
  background-color: #004c8f;
}
.active:hover {
  background-color: #0b78cc;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #11202d;
  position: -webkit-sticky; /* Safari */
  position: flex;
  top: 0;
  border-radius: 5px;
  flex-basis: 45%;
  margin-top: 20px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

li a:hover {
  background-color: #24313d;
}
.glass {
  width: 75rem;
  height: 29.8rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .15);
  box-shadow: 0 0;
  backdrop-filter: blur(5px);
  margin-left: auto; 
  text-align: center;
  margin-right: 10%;
  margin-top: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex-basis: 45%;
  margin-top: -30%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 35px;
}
.abt {
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #569bd8;
  letter-spacing: 8px;
  backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, .15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 25rem;
  height: 4rem;
  text-transform: uppercase;
  text-align: center;
margin-left: auto;
margin-right: auto;
  flex-basis: auto;
}
.cardn {
  width: 300px;
  height: 250px;
  background: #292929;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgb(90, 8, 8);
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cardn .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
}

.cardn .text {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  color: #fff;
max-height: 0;
  transition: all 0.3s ease;
}

.cardn:hover {
  height: 270px;
}

.cardn:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 40px;
}

.cardn:hover .title {
  background-position: -120px;
  transition: all 0.3s ease;
}
.cardn:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}
.cardn:hover .icon i{
  background: #015ea3;
  -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
  }
  .prog {
    letter-spacing: 40px;
    font-size: 90px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
  }
.dev {
  background-color: #3c464e;
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px #3c464e;
  color: #00ffd5;
  font-family: Cascadia Code;
  font-weight: 200px;
  letter-spacing: 2px;
}
.uma {
  background-color: #8d699e;
  border-radius: 3px;
  border: 1px #8d699e;
  color: #f5b1f5;
  font-family: Cascadia Code;
  font-weight: 200px;
  letter-spacing: 2px;
}