@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;500&display=swap');

#aufgabe{
    position: absolute;
    width: 70%;
    left: 20%;
    top: 15%;
    z-index: 2;
    visibility: hidden;
    align-items: center;
}
#test{
    position: absolute;
    top: 200%;
    z-index: 3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body{
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}
#demo{
  top: 30%;
  position: absolute;
  left: 38.2%;
  visibility: hidden;
  text-align: center;
  width: 20%;
  font-size: 2vw;
}
#beenden{
  position: relative;
  top: 5%;
  width:5%;
  left: 1%;
  z-index: 3;
}
#bewertung{
  display: none;
  position: absolute;
  top: 20%;
  left: 25%;
  width: 50%;
  padding: 2%;
  font-size: 2vw;
  border-style: solid;
  border-radius: 5px;
  background-color: beige;
}

#bestaetigen{
  position: relative;
  top: 1%;
}
#beenden{
  visibility: hidden;
  position: absolute;
  width: 10%;
  top: 25%;
  left: 42.75%;
  font-size: 2vw;
}
input{
  color: blue;
  font-size: 1vw;
  align-items: center;
  position: relative;
  width: 7%;
}
.card {
  z-index: 3;
  position: absolute;
  top: 25%;
  width: 12%;
  height: 25%;
  border-radius: 1em;
  padding: 1.9rem;
  background: #f5f5f5;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 20px rgba(43, 8, 37, 0.2);
 }
 
 .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #3a5066;
  z-index: 2;
  transition: 0.5s;
 }
 
 .card-info {
  position: relative;
  z-index: 3;
  color: #f5f5f5;
  opacity: 0;
  transform: translateY(20%);
  transition: 0.5s;
 }
 
 .text-title {
  font-size: 1.5rem;
  font-weight: 500;
 }
 
 .text-body {
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin: 5px 0 15px 0;
 }
 
 .card-button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #4271d4;
  color: white;
  font-weight: bold;
  transition: 0.4s ease;
 }
 
 .card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  color: black;
  font-size: 5vw;
  z-index: 2;
  text-align: center;
  text-shadow: 2px 2px #ffffff;
  top: 0;
  left: 0;
  background: #285ba7;
  background: linear-gradient(to bottom, #605ee6, #3951d4);
 }
 .card:hover {
  transform: translateY(5%);
  height: 28%;
 }
 
 .card:hover:before {
  opacity: 1;
 }
 
 .card:hover .card-info {
  opacity: 1;
  transform: translateY(0);
 }
 
 .card-button:hover {
  background: rgba(56, 73, 230, 0.4);
  color: #f5f5f5;
 }
#card1{
  position: absolute;
  left: 10.4%;
}
#card2{
  position: absolute;
  left: 32.8%;
}
#card3{
  position: absolute;
  left: 55.2%;
}
#card4{
  position: absolute;
  left: 77.6%;
}
#nameuser{
  border-radius: 50px;
  position: absolute;
  top: 16%;
  left: 40%;
  width: 20%;
  font-size: 3vw;
  text-align: center;
}
.input{
  border-color: rgb(95, 98, 255);
  border-radius: 50px;
  font-size: 2vw;
  width: 15%;
}
::-webkit-input-placeholder {
  text-align: center;
}
.heart {
  position: fixed;
  z-index: -1;
  top: -1vh;
  font-size: 2rem;
  transform: translateY(0);
  animation: fall 3s linear forwards;
}

@keyframes fall {
  to {
      transform: translateY(105vh);
  }
}
