.grid-item {
    display: flex;
    flex-direction: column;
    width: 749px;
    height: 363px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px;
    background-color: #35343933;
    border-radius: 48px;
    overflow: hidden;
    border: 1px solid;
    border-color: #ffffff0d;
    box-shadow:
        0px 0px 20px #ffabf30d,
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 1px 0 0 rgba(255, 255, 255, 0.32),
        inset 0 -1px 4px rgba(0, 0, 0, 0.13),
        inset -1px 0 4px rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(6.5px) brightness(100%) saturate(100%);
    -webkit-backdrop-filter: blur(6.5px) brightness(100%) saturate(100%);
}

.grid-item .text-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -20.5px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: #e5e1e7;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
}

.grid-item .frame {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    width: 669px;
    height: 267px;
    padding: 36px 30px;
}

.grid-item .div {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: 100%;
}

.grid-item .text-wrapper-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    color: transparent;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
}

.grid-item .div-wrapper {
    position: absolute;
    top: 38px;
    left: 0;
    width: 292px;
    height: 35px;
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    border: none;
}

.grid-item .div-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.grid-item .text-wrapper-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    margin-left: 119px;
    font-weight: 400;
    color: #dcbed4;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
}

.grid-item .frame-2 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: center;
    align-self: center;
    width: 304px;
    height: 100%;
    overflow: hidden;
}

.grid-item .text-wrapper-4 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 800;
    color: transparent;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
}

.grid-item .frame-3 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 292px;
    height: 35px;
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    border: none;
}

.grid-item .frame-3::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.grid-item .frame-4 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: 100%;
}

.grid-item .don-t-have-an {
    position: absolute;
    top: 0;
    left: 69px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    color: #d3fbff;
    font-size: 18px;
    text-align: right;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
}

.grid-item .text-wrapper-5 {
    position: absolute;
    top: 42px;
    left: 224px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: transparent;
    text-align: right;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    text-decoration: underline;
    white-space: nowrap;
}

.grid-item .button {
    box-sizing: border-box;
    position: relative;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    justify-self: end;
    align-self: center;
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 2rem 1rem 2rem;
}

.grid-item .text-wrapper-6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78.17px;
    height: 24px;
    margin-top: -1px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: #131317;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.grid-item .gradient {
    position: absolute;
    width: calc(100% - 2px);
    top: 1px;
    left: 1px;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgba(0, 219, 233, 1) 0%,
        rgba(255, 171, 243, 0) 100%
    );
    opacity: 0.5;
}
/* Inject the original CSS code above this comment */

.grid-item {
    max-width: 749px;
    width: min(749px, calc(100vw - 32px));
    min-height: 363px;
    height: auto;
    margin: 28px;
}

.grid-item .frame {
    max-width: 669px;
    width: 100%;
    height: auto;
    min-height: 267px;
    box-sizing: border-box;
}

.grid-item .div-wrapper,
.grid-item .frame-3 {
    background: transparent;
}

.grid-item .text-wrapper-3 {
    all: unset;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    padding: 0 16px;
    margin-left: 0;
    font-weight: 400;
    color: #dcbed4;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
    background: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
}

.grid-item .text-wrapper-3::placeholder {
    color: #dcbed4;
    opacity: 1;
}

.grid-item .div-wrapper:focus-within::before,
.grid-item .frame-3:focus-within::before {
    padding: 2px;
}

.grid-item .button {
    cursor: pointer;
}

.grid-item .button:hover {
    filter: brightness(1.02);
}

.grid-item .button:active {
    transform: translateY(1px);
}

@media (max-width: 800px) {
    .grid-item {
        padding: 32px 24px;
        border-radius: 32px;
    }

    .grid-item .frame {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 24px;
        padding: 24px 0 0;
        min-height: unset;
    }

    .grid-item .div,
    .grid-item .frame-2,
    .grid-item .frame-4,
    .grid-item .button {
        grid-column: 1 / 2;
        justify-self: stretch;
        align-self: start;
        width: 100%;
    }
    .grid-item .div {
        grid-row: 1;
    }
    .grid-item .frame-2 {
        grid-row: 2;
    }
    .grid-item .frame-4{
        grid-row: 3
    }
    .grid-item .button {
        grid-row: 4;
    }
    .grid-item .div,
    .grid-item .frame-2,
    .grid-item .frame-4 {
        height: 10vh;
        overflow: visible;
        grid-column: 1;

    }

    .grid-item .text-wrapper-2,
    .grid-item .text-wrapper-4,
    .grid-item .don-t-have-an,
    .grid-item .text-wrapper-5 {
        position: static;
    }

    .grid-item .div-wrapper,
    .grid-item .frame-3 {
        min-height: 3rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .grid-item .frame-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .grid-item .button {
        justify-self: end;
    }
    .don-t-have-an {
        margin: 0;
    }

}
.register-text {
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    color: transparent;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
}
.register-wrapper {
    position: relative;
    border-radius: 9999px;
    display: flex;
}

.register-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffabf3, #d3fbff);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.register-wrapper input {
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    border-radius: inherit;
    font-size: 24px;
    color: #dcbed4;
    letter-spacing: -0.32px;
}

.register-form {
    display: flex;
    flex-direction: column;
}
.register-form button {
    align-items: center;
}

.register-form p {
    margin: 1rem;
}

.payment-box {
    display: flex;
  flex-direction: column;
}

.crypto-form {
display: flex;
  flex-direction: column;
  align-content: center;
  gap: 2em;
}
.crypto-form p {
    margin: 0;
}
.crypto-options {
  font-size: 1rem;
  color: #ffabf3;
      display: flex;
    gap:2em;
    font-weight: bold;
}

.crypto-options label {
    transition: 0.2s;
  border-bottom: 2px solid transparent;
  cursor: pointer;

}
.crypto-options label:hover {
  border-color: #f65fdf;
  transform: scale(1.1);
  color: #f65fdf;
}

.crypto-options label input{
  display: none;

}
label:has(input[type="radio"]:checked) {
  font-weight:900;
color: #f65fdf;
  transform: scale(1.1);
}

.qr-box {
      border: solid 1px;
  width: fit-content;
  display: flex;
  align-self: center;
  padding: 2em;
  border-radius: 2em;
    gap: 2em;
    border-color: #dcbed4;
}
.qr-box img{
      border-radius: 1em;

}
.qr-desc {
    display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}

@media (max-width: 800px) {

.crypto-options {
    flex-direction: column;
    gap:0.5rem;
}
}

@media (max-width: 400px) {

.grid-item {
    margin: 0;
}
}