.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  background-color:#ffffff
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}


body{
    background: #11998e; 
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e); 
    background: linear-gradient(to right, #140001, #3e0403); 
}

.card {
    position: relative;
    height: 460px;
    width: 300px;
    background-color: #fff;
    margin: 100px auto;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header {
    position: absolute;
    height: 220px;
    width: 95%;
    margin:0 auto;
    left: 0;
    right: 0;
    top: -30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #9b9b9b, #9b9b9b);
}

.header img {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 90px;
    top: 22px;
}

.header h3 {
    position: absolute;
    font-family: sans-serif;
    color: #d61c21;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    top: 118px;
    left: 90px;
}



.header p {
    position: absolute;
    font-family: sans-serif;
    color: black;
    font-size: 13px;
    top: 166px;
    left: 90px
}

.body {
    position: absolute;
    height: 126px;
    left: 5px;
    right: 5px;
    top: 52%;
    border-radius: 12px;
}

.body ul {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    
}

.body ul li {
    position: absolute;
    list-style: none;
    display: block;
    height: 40px;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 12px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}


.body ul li p,
h5,
i {
    position: absolute;
}

.body ul li h5 {
    top: -17px;
    left: 58px;
    color: #000000;
    
}

.body ul li p {
    top: 14px;
    left: 59px;
    font-size: 10px;
    font-family: sans-serif;
    color: #000000;
}

.body ul li i {
    left: 8px;
    top: 7px;
    color: #d61c21;
    font-size: 26px;
}

.body ul li:nth-child(1) {
    top: -16px;
}

.body ul li:nth-child(2) {
    top: 26px;
}

.body ul li:nth-child(3) {
    top: 68px;
}

.body ul li:nth-child(1) i {
    left: 12px;
}

.body li:hover {
    background-color: #d61c21;
    cursor: pointer;
}

.body li:hover i{color:#fff}
.body li:hover h5{color:#fff}
.body li:hover p{color:#fff}
/*footer*/

.footer {
    position: absolute;
    height: 80px;
    bottom: -30px;
    left: 0;
    right: 0;
    border-radius: 12px;
    width:95%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #9b9b9b, #9b9b9b);
	text-align: center;
}


.footer ul {
    position: absolute;
    left: -60px;
}

.footer ul li {
    display: inline-block;
    margin-left: 60px;
	text-align: center;
}

.footer ul li i {
    font-size: 30px;
    color: #000;
    transition: all .3s ease-in;
}

.footer ul li:hover i {
    transform: scale(0.9);
    color: #fff;
    cursor: pointer;
}

.credit a{
    text-decoration: none;
    color: #fff;
    
  }

  .credit{
    text-align: center;
  }

