/* ADD */

.header {
    width: 450px;
    height: 230px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-index {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.title-index-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.title-index-text div:first-child {
    font-family: 'jf-jinxuan-medium';
    font-size: 23px;
    color: var(--1C4122);
    letter-spacing: 5px;
}

.title-index-text div:last-child {
    font-family: "Cinzel-VariableFont_wght";
    font-size: 17px;
    font-weight: 575;
    color: var(--1C4122);
    letter-spacing: 1px;
}


.title-index-subtext {
    font-family: 'jf-jinxuan-medium';
    font-size: 40px;
    color: var(--FFFFFF);
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}

.circle-SVG {
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
}

.circle-SVG text {
    font-size: 14px;
    font-family: 'jf-jinxuan-medium';
    color: var(--0DAC67);
    letter-spacing: 2px;
}

textPath {
    fill: var(--0DAC67);
}

.infos {
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.joinUs {
    position: absolute;
    bottom: -35px;
    right: 5%;
    font-family: 'Autography';
    font-size: 42px;
    color: var(--0DAC67);
    text-align: right;
    line-height: 0.5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.joinUs div:last-child {
    font-size: 80px;
    font-weight: bold;
    line-height: 0.1;
}

.info {
    font-family: 'jf-jinxuan-medium';
    font-size: 11px;
    font-weight: 575;
    color: var(--3E3A39);
    text-align: center;
    letter-spacing: 3px;
    line-height: 2.5;
}

.remember {
    display: flex;
    gap: 10px;
    background: var(--F7E083);
    border-radius: 50px;
    padding: 5px 15px;
}

.remember-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.remember-icon .icon {
    width: 20px;
    height: 20px;
    background: var(--FFFFFF);
    border: 1px solid var(--C84228);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-family: 'NotoSerifTC-Regular';
    font-size: 15px;
    color: var(--C84228);
    font-weight: bold;
}

.remember-icon .text {
    font-family: 'jf-jinxuan-medium';
    font-size: 5px;
    color: var(--3E3A39);
    letter-spacing: 1px;
}


.remember-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.remember-text div:first-child {
    font-family: 'jf-jinxuan-medium';
    font-size: 9px;
    color: var(--3E3A39);
    letter-spacing: 1.5px;
}

.remember-text span {
    font-family: 'JosefinSans-VariableFont_wght';
    font-size: 12px;
    color: var(--3E3A39);
}

.remember-text div:last-child {
    font-family: 'jf-jinxuan-medium';
    font-size: 6px;
    color: var(--C84228);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.remember-text .line {
    background: var(--888888);
    flex: 1;
    height: 1px;
}

.line-img {
    position: absolute;
    top: -20px;
    right: -10px;
    height: auto;
    z-index: -1;
}

.category {
    padding: 5px 10px;
    justify-content: center;
    height: 25px;
    color: var(--FFFFFF);
    font-family: 'jf-jinxuan-medium';
    font-size: 12px;
}

.category.btn {
    background: var(--989898);
}

.category.btn.active {
    background: var(--0DAC67);
    color: var(--FFFFFF);
}

form {
    display: none;
}

form.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.container-items-div {
    padding: 30px 15px;
    position: relative;
}

.required-note {
    font-family: 'jf-jinxuan-medium';
    font-size: 9px;
    color: var(--E50012);
    text-align: right;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-row {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-family: 'jf-jinxuan-medium';
}

.form-row .required-note {
    width: fit-content;
    position: relative;
    right: 0;
    top: 0;
}


.form-row .form-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--989898);
    font-size: 12px;
    border-bottom: 1px solid var(--C8C9CA);
    padding: 5px 0;
    letter-spacing: 2px;
}

.form-row label {
    color: var(--3E3A39);
    width: 60px;
    text-align-last: justify;
    letter-spacing: 2px;
}

.form-row input {
    flex: 1;
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    text-align: left;
    letter-spacing: 2px;
    color: var(--989898);
}

.select.open .options {
    display: block;
}

.select .options {
    top: 20px;
    left: 50%;
    width: 80%;
    background: var(--FFFFFF);
    color: var(--3E3A39);
    transform: translateX(-50%);
    border: 1px solid var(--989898);
}

@media (min-width: 451px) {

    #isNull{
        display: none;
    }

    .container-items-div {
        padding: 40px 25px;
    }

    .required-note {
        right: 20px;
        top: 15px;
    }

    .joinUs {
        font-size: 42pt;
    }

    .joinUs div:last-child {
        font-size: 80pt;
    }

    .info {
        font-size: 11pt;
    }

    .remember-icon .icon {
        font-size: 15pt;
        width: 25px;
        height: 25px;
    }

    .remember-icon .text {
        font-size: 5pt;
    }

    .remember-text div:first-child {
        font-size: 9pt;
    }

    .remember-text span {
        font-size: 12pt;
    }

    .remember-text div:last-child {
        font-size: 6pt;
    }

    .category {
        font-size: 12pt;
        height: 30px;
    }

    .required-note {
        font-size: 9pt;
    }

    .form-row .form-info {
        font-size: 12pt;
    }

    .select .options {
        top: 25px;
    }
}



/* VIP */

.cardVIP-title {
    font-family: 'creamfont-2.0';
    font-size: 32px;
    color: var(--592714);
    letter-spacing: 5px;
}

.cardVIP-VIP {
    font-family: 'creamfont-1.1';
    font-size: 100px;
    background: linear-gradient(to top, #592714 35%, #926F26 45%, #CBB84D 65%, #D8C98F 81%, #A08024 81%, #592714 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 15px;
}

.cardVIP-subtitle {
    font-family: 'Cinzel-VariableFont_wght';
    font-size: 11px;
    color: var(--926F26);
    line-height: 1;
    padding: 5px;
    letter-spacing: 1px;
    font-weight: 575;
    border-width: 1px 0;
    border-style: solid;
    border-image: linear-gradient(to right, #926F26 8%, #CBB84D 38%, #FCFBE2 56%, #D8C98F 80%, #A08024 95%);
    border-image-slice: 1;
}

.cardVIP-name {
    font-family: 'Demo_ConeriaScript';
    font-size: 30px;
    background: linear-gradient(to right, #592714 0%, #926F26 8%, #CBB84D 38%, #D8C98F 65%, #A08024 81%, #592714 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 3px;
    margin: 30px auto;
}


.cardVIP-img {
    width: 325px;
    height: auto;
    margin-top: 20px;
}

.logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20%;
}

.card {
    background-color: transparent;
    border: 0;
}

.cardVIP-number{
    font-family: 'jf-jinxuan-medium';
    font-size: 12px;
    color: var(--FFFFFF);
    text-align: center;
    position: absolute;
    bottom: 150px;
    right: 20px;
    transform: rotate(-17deg);
}


@media (min-width: 451px) {

    .cardVIP-title {
        font-size: 32pt;
    }

    .cardVIP-VIP {
        font-size: 100pt;
    }

    .cardVIP-subtitle {
        font-size: 11pt;
    }

    .cardVIP-name {
        font-size: 30pt;
    }
    .form-row label {
        width: 80px;
    }
}

#invite_code {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #403d33;
    background: #f3f1e8;
}