@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sevillana&display=swap');

body{
  background-image: url(pedicure\ 2.jpg);
  font-family: DM sans;
}
.premium-payment {
  background: transparent;
  backdrop-filter: blur(30px);
  padding: 3rem 2rem;
  border-radius: 16px;
  height: 75vh;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: DM sans;
  text-align: center;
  margin-top: 6rem;
}

.premium-payment h2 {
  color: #822659;
  margin-bottom: 0.5rem;
}
.premium-payment h2 i{
    font-size: 4rem;
}
.premium-payment p {
  margin-bottom: 2rem;
  color: rgb(196, 31, 174);
  font-size: 1.4rem;
}

form input,
form select {
  width: 100%;
  padding: 0.9rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: DM sans;
}
form input,
form select:focus{
    color: #e6d;
}
fotm input:focus{
    border: 2px solid #e6d;
}
.card-flex {
  display: flex;
  gap: 1rem;
}

button {
  width: 100%;
  padding: 1rem;
  background: #e6d;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: transparent;
  color: #000;
  border: 2px solid #e6d;
  cursor: pointer;
  border-radius: 7px 0px 7px 0px;
}
form .last{
    font-family: Montez;
    font-size: 2.5rem;
    color: #e6d;
    font-weight: 600;
}