@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');




.textareaupd{
  /*width: 335px;*/
width: 90%;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;

}

.card{
  width: 400px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.card .card-header{
  height: 150px;
  position: relative;
}

.card .card-header .waves-container{
  height: 100%;
}

.card .card-header .waves-container .wave{
  position: absolute;
  width: 650px; height: 650px;
  background-image: linear-gradient(to bottom left, #c4c3c2, #050505);
  transform: translateX(-50%);
}

.card .card-header .waves-container .wave1{
    border-radius: 50%;
    top: -330%; left: 50%;
    animation: spin 12s linear infinite;
}

.card .card-header .waves-container .wave2{
  border-radius: 46%;
  top: -332%; left: 48%;
  opacity: 0.5;
  animation: spin 16s linear infinite;
}

.card .card-header .waves-container .wave3{
  border-radius: 40%;
  top: -328%; left: 52%;
  opacity: 0.2;
  animation: spin 16s linear infinite;
}

@keyframes spin{
  to{
    transform: translateX(-50%) rotate(360deg);
  }
}

.card .card-header .profile-img{
  margin: 0 auto;
  width: 150px; height: 150px;
  object-fit:cover; /* to maintain the aspect ratio of the image */
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.card .card-body h4{

margin-top:0; margin-bottom:0px;
text-transform: capitalize;
    color: rgb(82,82,82);
}
.card .card-body{
    margin-top: 100px;
    text-align: center;
    padding: 0 20px;
  }
  
  .card .card-body h2{
      margin-top:0; margin-bottom:0px;
    text-transform: capitalize;
    color: rgb(82,82,82);
  }
  
  .card .card-body p{
    font-size: 14px;
    line-height: 1.8;
    color: rgba(82,82,82,0.6);
    margin: 20px 0;
  }
  
  .card .card-body .btn{
    display: inline-block;
    text-decoration: none;
    padding: 15px 45px;
    color: #fff;
    background-color: #000000;
    border-radius: 100px;
    text-transform: uppercase;
    margin:20px 0 40px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .ulprofile{
  margin:0;
  }
  .liprofile{
      font-size: 14px;
      list-style: none;
      margin-top:5px;
	  line-height: normal;
  }
