@font-face {
    font-family: "Century Gothic";
    src: url("fonts/Century Gothic/centurygothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Gothic";
    src: url("fonts/Century Gothic/centurygothic_bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    background-color: rgb(0, 0, 0);
    font-family: "Century Gothic", sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
}


.content span {
    text-shadow: 26px 14px 58px rgb(255 238 134 / 68%), -28px -14px 88px rgb(132 114 255 / 83%), 0 0 9px #d2d6fdb0;
}

.image_box {
    position: relative;
}


.main {
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-weight: bold;
    letter-spacing: 0.5px;
}

.main img {
    width: 100vw;
}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 16px 32px;

    border: none;
    border-radius: 10px;

    background: linear-gradient(90deg, #dfff86, #0637ff);
    color: black;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;


    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

button:hover {
    box-shadow: 0px 10px 15px rgba(246, 255, 222, 0.373);
    transform: translateY(-5px);
}


svg {
    width: 1.25rem;
    height: 1.25rem;
    margin: -.0625rem 1rem -.0625rem 0;
}

.content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.gradient {
    background: linear-gradient(180deg, rgba(46, 14, 151, 0) 0, rgb(0, 0, 0));
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

label {
    margin-right: -20px;
    color: #999;

}

.input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* mobile */
@media (max-width: 640px) {
    label {
        font-size: 12px;
    }

    .gradient {
        height: 20vh;
    }

    button {
        width: 100%;
        font-size: 21px;
    }

    .content {
        width: 85vw;
        margin-top: -80px;
    }

    p {
        font-size: 18px;
    }

    h1 {
        font-size: 24px;
    }

    .modal-content {
        width: 70%;
    }

    .modal-content input {
        padding: 8px;
        font-size: 12px;
    }

    .phone-group input {
        padding: 0;
    }

    #phone-input {
        margin: 8px 0;
    }

    .phone-prefix span {
        font-size: 12px;
    }

    .phone-prefix img {
        width: 18px;
        height: 12px;
        border-radius: 2px;
        object-fit: cover;
    }

    .modal-content input {
        border-radius: 8px;
    }

    .phone-group {
        border-radius: 8px;
        gap: 5px;
    }

    .submit-btn {
        font-size: 16px;
        border-radius: 8px;
    }

    .modal-content h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    input[type="date"] {
        height: 32.5px;
    }
}

/* tablet */
@media (min-width:641px) and (max-width: 1024px) {
    label {
        font-size: 21px;
    }

    .gradient {
        height: 40vh;
    }

    button {
        width: 40vw;
        font-size: 24px;
    }

    .content {
        margin-top: -30%;
        width: 80vw;
    }

    p {
        font-size: 24px;
    }

    h1 {
        font-size: 38px;
    }

    h4 {
        font-size: 28px;
    }

    .modal-content {
        width: 50%;
    }

    .modal-content input {
        padding: 15px;
        font-size: 21px;
    }

    #phone-input {
        margin: 15px 0;
        padding: 0;
    }

    .phone-prefix span {
        font-size: 21px;
    }


    .modal-content input {
        border-radius: 10px;
    }

    .phone-group {
        border-radius: 10px;
        gap: 10px;
    }

    .submit-btn {
        font-size: 28px;
        border-radius: 10px;
    }

    .modal-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .phone-prefix img {
        width: 18px;
        height: 12px;
        border-radius: 2px;
        object-fit: cover;
    }


    svg {
        width: 25px;
        height: 25px;
    }


    path {
        transform: scale(1.2);
    }

    input[type="date"] {
        height: 57.5px;
    }
}



/* pc */
@media (min-width: 1025px) {
    .gradient {
        height: 200vh;
    }

    button {
        width: 400px;
        font-size: 24px;
    }

    .content {
        margin-top: -50%;
        width: 70vw;
    }

    p {
        font-size: 28px;
    }

    h1 {
        font-size: 48px;
    }

    h4 {
        font-size: 21px;
    }

    svg {
        width: 25px;
        height: 25px;
    }

    path {
        transform: scale(1.3);
    }

    .modal-content {
        width: 25%;
    }

    .modal-content input {
        padding: 15px;
        font-size: 16px;
    }

    .phone-group input {
        padding: 5px;
        font-size: 16px;
    }

    label {
        font-size: 16px;
    }

    .phone-prefix span {
        font-size: 16px;
    }


    .phone-prefix img {
        width: 24px;
        height: 16px;
        border-radius: 2px;
        object-fit: cover;
    }

    .modal-content input {
        border-radius: 12px;
    }

    .phone-group {
        border-radius: 12px;
        gap: 5px;
    }

    .submit-btn {
        font-size: 21px;
        border-radius: 12px;
    }

    .modal-content h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    input[type="date"] {
        height: 51.5px;
    }

}


.modal {
    display: none;
}

.modal_background {
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal-content {
    position: fixed;
    background-color: #000;
    border-radius: 24px;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    text-align: center;
    box-shadow: 0 0 40px 10px rgba(6, 56, 255, 0.400);
    color: white;
    font-family: "Century Gothic", sans-serif;

    z-index: 5;
}

.modal-content h2 {
    font-weight: 600;
}

.modal-content input {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #888;
    background-color: #2b2b2b;
    color: white;
    box-sizing: border-box;
    font-family: "Century Gothic", sans-serif;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    font-weight: bold;
    border: none;
    margin-top: 15px;
    background: linear-gradient(90deg, #dfff86, rgb(6, 55, 255));
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease 0s;
}

.submit-btn:hover {
    box-shadow: 0px 10px 15px rgba(246, 255, 222, 0.373);
    transform: translateY(-5px);
}

/* .submit-btn:hover {
    transform: scale(1.02);
} */

.phone-group {
    display: flex;
    align-items: center;
    background-color: #3a3a3a;
    border: 1px solid #888;
    padding: 0 12px;
    margin: 10px 0;
    color: white;
}

.phone-group input {
    background: transparent;
    border: none;
    color: white;
    flex: 1;
    outline: none;
}

.phone-prefix {
    display: flex;
    align-items: center;
    gap: 8px;
}


.phone-prefix span {
    font-weight: bold;
    color: white;
    text-shadow: none;
}

.videoContainer {
    display: none;
}

.video_background {
    z-index: 6;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_content {
    position: fixed;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 6;
}

iframe {
    border-radius: 12px;
    box-shadow: 0 0 40px 20px rgba(6, 56, 255, 0.455);
    width: 80vw;
    aspect-ratio: 16 / 9;
    height: auto;
}

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}