.btn {
  border: none;
  padding: 1rem 2rem;
  border-radius: 100vh;
  background-image: linear-gradient(to right, #29e2be, #0c5547);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  margin: 5% auto;
  cursor: pointer;
}

.popup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
}
.popup__content {
  background-color: #eee;
  padding: 1rem;
  text-align: center;
  margin: 5% auto;
  width: 100%;
  max-width: 25rem;
  position: relative;
}
.popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background-color: #0c5547;
  color: #fff;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
}
.popup__details h2 {
  font-size: 2rem;
  font-family: sans-serif;
  text-transform: uppercase;
  color: #0c5547;
}
.popup__details p {
  text-transform: uppercase;
  font-family: sans-serif;
}
.popup__btn {
  padding: 0.5rem 1rem;
  margin: 0 auto;
}
.price-text-heading{
    color: #54595f;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}
.nail-extension{
  background: #0b4df9;
    font-size: 30px;
    font-weight: 800;
    color: white;
    /* padding: 65px 20px; */
    border-radius: 30px;
}