* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --neutral-color-0: hsl(0, 0%, 100%);
    --neutral-color-300: hsl(252, 6%, 83%);
    --neutral-color-500: hsl(245, 15%, 58%);
    --neutral-color-700: hsl(245, 19%, 35%);
    --neutral-color-900: hsl(248, 70%, 10%);
    --orange-500: hsl(7, 88%, 67%);
    --orange-700: hsl(7, 71%, 60%);
    --gradient-text: linear-gradient(to left, hsl(7, 86%, 67%), hsl(0, 0%, 100%));
    --font-size: 20px;
}

body {
    font-family: "Inconsolata", monospace !important;
    height: 100vh;
    background-image: url("../assets/images/background-desktop.png");
    /* overflow: hidden; */
}

.img-lines {
    background-image: url("../assets/images/pattern-lines.svg");
    width: 100%;
    height: 50%;
}

.img-circle {
    width: 15%;
    height: 25%;
    background-image: url("../assets/images/pattern-circle.svg");
    background-repeat: no-repeat;
    right: 30%;
}

.img-squiggly-line-top {
    width: min(25%, 100%);
    height: 25%;
    background-image: url("../assets/images/pattern-squiggly-line-top.svg");
    background-repeat: no-repeat;
    top: 5rem;
    right: 5rem;
}


.img-squiggly-line-bottom {
    width: 58%;
    height: 42%;
    background-image: url(../assets/images/pattern-squiggly-line-bottom-desktop.svg);
    background-repeat: no-repeat;
    bottom: 48px;
    left: 0px;
    transform: rotate(0deg) translate(-48px, 47px);
}

@media(max-width: 573px) {
    .img-squiggly-line-bottom {
        width: 0%;
        height: 0%;
    }
}


.coding-conf {
    top: 0;
    left: 0;
    width: 100%;
}

main {
    /* display: none; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.coding-conf .container h1 {
    font-weight: 800 !important;
    /* font-size: 50px; */
    font-size: clamp(1.8rem, 2vw + 1rem, 3.125rem);
}

.coding-conf .container p {
    font-size: 20px;
    font-weight: 600;
    color: var(--neutral-color-500);
    text-align: center;
    font-size: clamp(0.875rem, 2vh, 1.25rem);
}

.coding-conf .container .full-inputs {
    width: min(500px, 100%);
}

.full-inputs .upload-file {
    width: 100%;
    height: 140px;
    background-color: hsl(252deg 6% 83% / 10%);
    border-radius: 10px;
    border: 2px dashed var(--neutral-color-500);
}


.upload-file .img-icon {
    background-color: hsl(252deg 6% 83% / 16%);
    padding: 8px;
    border-radius: 12px;
    border: 1px solid var(--neutral-color-500);
    cursor: pointer;
}

.upload-file input {
    z-index: 99;
    top: 32px;
    opacity: 0;
    cursor: pointer;
}

.upload-file .drag-drop {
    color: var(--neutral-color-500);
    font-size: 20px;
    font-weight: 500;
}

.warning-photo span {
    font-size: 12px;
    font-weight: 600;
    color: var(--neutral-color-500);
}


.full-name {
    color: var(--neutral-color-0);
    font-size: 16px;
}

.input-full-name,
.input-email,
.input-github {
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    background-color: hsl(252deg 6% 83% / 10%);
    border-radius: 15px;
    border: 1px solid var(--neutral-color-500);
    color: var(--neutral-color-500);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}

.input-email::placeholder {
    color: var(--neutral-color-500);
    font-size: 18px;
    font-weight: 600;
}

.error-upload {
    opacity: 0;
    font-size: 13px;
    margin-bottom: 20px;
}

.generate-ticket {
    border: none;
    width: 100%;
    height: 50px;
    display: block;
    background-color: var(--orange-500);
    color: var(--neutral-color-900);
    font-size: 18px;
    font-weight: 800;
    border-radius: 12px;
}


.img-journey {
    /* top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 29%;
    object-fit: cover;
    border-radius: 15px;
    height: 100%; */

}

/* ============== ticket ==== journey ========= */

.ticket-coding-conf {
    display: none;
}

.ticket-coding-conf h1 {
    color: var(--neutral-color-0);
    font-weight: 800 !important;
    font-size: clamp(1.8rem, 2vw + 1rem, 3.125rem);
}

.ticket-coding-conf .paragraph-ticket {
    font-size: clamp(0.875rem, 2vh - 1px, 1.25rem);
    font-weight: 600;
    color: var(--neutral-color-500);
    text-align: center;
    width: 500px;
}

@media (max-width: 992px) {
    .ticket-coding-conf .paragraph-ticket {
        width: unset;
    }
}

.name-title-ticket {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, var(--orange-700), var(--neutral-color-0));
}

.email-ticket {
    color: var(--orange-700);
}

.full-ticket-profile {
    width: 501px;
    height: 234px;
}

@media(max-width: 573px) {
    .full-ticket-profile {
        width: 105%;
    }
}


.ticket-top {
    top: 19px;
    left: 4px;
}

@media(max-width: 537px) {
    .ticket-top {
        top: 19px;
        left: -23px;
    }

}

.img-inside-ticket {
    width: 80%;
    height: auto;
}

@media(max-width:537px) {
    .img-inside-ticket {
        width: 50%;
        height: auto;
    }
}

.date-conf {
    font-size: 15px !important;
    font-weight: 700;
    color: var(--neutral-color-500);
    text-align: start;
    padding: 0 50px;
}


.profile-user {
    bottom: 15px;
    left: 20px;
}

@media(max-width:537px) {
    .profile-user {
        bottom: 63px;
        left: 19px;
    }

}

.profile-user .img-profile {
    width: min(60px, 55px);
    height: min(60px, 55px);
    border-radius: 8px;
    background-color: var(--neutral-color-300);
    overflow: hidden;
}

.img-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name-and-github .name-user {
    font-size: clamp(1.5rem, 2vw, 2.125rem);
    font-weight: 700;
    color: var(--neutral-color-0);
    margin-bottom: 3px;
}


.name-and-github .name-github img {
    width: 18px;
}

.name-and-github .user-git {
    color: var(--neutral-color-300);
    font-size: 13px;
    font-weight: 700;
}

main {
    /* display: none; */
}