.name-gr {

  text-align: center;
  font-size: 30px;
  font-weight: 100px;
  color: rgb(18, 17, 17);
  font-weight: 300;

}

.card-about {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 20px;
}

.card-sum {
  display: flex;
  flex-direction: column;
}

.card__stt0 {
  margin-top: -0.5px;
  font-style: italic;
}

.card__stt {
  margin-top: -20px;
  font-style: italic;
}

.card__img {
  border-radius: 10px;
}

.card {
  text-align: left;
  display: flex;
  background-color: rgb(232, 232, 241);
  width: 300px;
  height: 600px;
  margin: 1rem 2rem;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  flex-shrink: inherit;
  align-items: center;
  border-radius: 20px;
  float: left;
  padding: 3rem;
}

.about-img {
  width: 300px;
  height: 300px;
}

.footer-end {
  text-align: center;
  text-shadow: grey 2px 2px 2px;
  text-transform: capitalize;

}

.stt {
  text-align: center;
  font-size: 18px;
}

/* body {
    background: #C5E1A5;
  } */
.form {
  width: 60%;
  margin: 60px auto;
  background: #efefef;
  padding: 60px 120px 80px 120px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

label {
  display: block;
  position: relative;
  margin: 40px 0px;
}

.label-txt {
  position: absolute;
  top: -1.6em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120, 120, 120);
  transition: ease .3s;
}

.input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #8BC34A;
  transition: ease .6s;
}

.input:focus+.line-box .line {
  width: 100%;
}

.label-active {
  top: -3em;
}

.btn-confirm {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(220, 220, 220);
  font-weight: bold;
  color: rgb(120, 120, 120);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

.btn-confirm:hover {
  background: #8BC34A;
  color: #ffffff;
}

.form-signin {
  width: 50%;
  margin: 60px auto;
  background: #efefef;
  padding: 60px 120px 80px 120px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  font-size: 40px;
  color: #4c4949;
  margin-top: -20px;
  padding: 0px;
}

/* ============ 
    response
  ==============*/