.contact_section {
    background-color: var(--yellow);
    padding-top: 140px;
    border-radius: 60px 60px 0 0;
}

.contact_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.molly {
    width: 550px;
    height: 715px;
    margin-left: -60px;
    margin-right: 60px;
}

.contact_area {
    margin-left: 0;
    padding-bottom: 150px;
    min-height: 670px;
}

.honeypot {
    width: 500px;
    box-sizing: border-box;
}

.honeypot form {
    box-sizing: border-box;
    width: 100%;
}

.honeypot_field {
    height: 52px;
    border-radius: 26px;
    width: 100%;
    padding: 0;
    padding-left: 25px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    border: 2px solid var(--black);
    background-color: var(--white);
    box-sizing: border-box !important;
    color: var(--black) !important;
}

.honeypot_flex select {
    padding-right: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black) !important;
}

.honeypot_flex select::-ms-expand {
    display: none;
}

.select-wrapper {
    position: relative;
    display: block; 
}

.select-wrapper .select-icon {
    position: absolute;
    top: 18px;
    right: 22px; 
    pointer-events: none; 
}

.select-wrapper select option:first-of-type {
    display: none;
}

.honeypot_textarea {
    height: 120px;
    min-height: 120px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--black) !important;
}

/* #honeypot-event-date {
    text-transform: uppercase;
} */

.honeypot_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honeypot_flex .honeypot_field,
.select-wrapper {
    width: calc((100% - 15px) / 2);
}

.select-wrapper .honeypot_field {
    width: 100%;
}

.honeypot_field::placeholder {
    color: var(--black) !important;
}

.honeypot_field:focus,
.honeypot_field:active {
    outline: none;
}

.honeypot .honeypot_submit {
    width: 100%;
    margin-top: 5px;
    background-color: var(--pink);
}

.honeypot p:first-of-type {
    margin-top: 0;
}

.honeypot h2 {
    margin: -10px auto 10px;
    text-align: center;
    font-size: 60px;
    color: var(--melon);
}

#honeypot-messages {
    display: none;
    margin: 0;
    letter-spacing: -1px;
    font-variant-ligatures: none; 
    color: var(--white);
    -webkit-text-stroke: 0.1px black;
    -webkit-font-smoothing: antialiased;
}

.success {
    display: block !important;
    text-align: center;
    margin-top: 300px !important;
}

.email_label,
.form_email {
    display: none !important;
}

.arrow_container {
    position: absolute;
    left: 20px;
    bottom: 560px;
    transform: rotate(-10deg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow_container .arrow_message {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.arrow_container svg {
    transform: rotate(20deg);
    width: 64px;
    height: 126px;
    margin-left: -30px;
}

.contact_form_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--melon);
    border: 2px solid var(--black);
    border-radius: 30px;
    height: 46px;
    width: max-content;
    padding: 0 25px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 0px #00000026;
}

@media (max-width: 1640px) {
    .contact_section .arrow_container {
        left: -80px;
    }
}

@media (max-width: 1450px) {
    .contact_area {
        width: calc((100% - 64px) / 2);
    }

    .honeypot {
        width: 100%;
    }

    .contact_section .arrow_container {
        left: -100px;
    }
}

@media (max-width: 1350px) {
    .contact_section .arrow_container {
        bottom: 700px;
    }

    .contact_section .arrow_container svg {
        display: none;
    }
}

@media (max-width: 1250px) {
    .honeypot {
        padding: 0;
    }

    .contact_wrapper {
        justify-content: space-between;
    }

    .contact_area {
        width: calc(100% - 550px);
    }

    .contact_section .arrow_container {
        left: -10px;
    }
}

@media (max-width: 1030px) {
    .contact_wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact_area {
        width: 500px;
        margin-left: 0;
        padding-bottom: 60px;
        min-height: 270px;
    }

    .molly {
        margin-left: 0;
        margin-right: 0;
    }

    .success {
        margin-top: 0px !important;
    }

    .contact_section .arrow_container svg {
        display: block;
    }

    .contact_section .arrow_container {
        left: 30px;
        bottom: 470px;
    }
}

@media (max-width: 800px) {
    .molly {
        margin-top: 30px;
    }

    .contact_section .arrow_container {
        bottom: 650px;
    }

    .contact_section .arrow_container svg {
        display: none;
    }
}

@media (max-width: 600px) {
    .contact_section {
        background-color: var(--yellow);
        padding-top: 90px;
    }

    .contact_area {
        width: 100%;
    }

    .contact_section .arrow_container {
        top: 970px;
        bottom: unset;
    }

    .contact_section .arrow_container svg {
        display: none;
    }

    .molly {
        margin-top: 120px;
        width: 100%;
        height: max-content;
        margin-bottom: -10px;
    }

    .honeypot_flex {
        flex-direction: column;
    }

    .honeypot_flex .honeypot_field,
    .select-wrapper {
        width: 100%;
    }
}

@media (max-width: 465px) {
    .contact_section .arrow_container {
        top: 1050px;
        bottom: unset;
    }
}