#hero {
    align-items: center;
    background: #fc5b00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 85px 0 0;
    position: relative;
    z-index: 1;
}

#hero-content {
    position: relative;
}

#hero-images {
    padding: 100px;
}

#hero-message {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #d8d0c1;
    box-shadow: 1px 3px 12px 0px #00000026;
    max-width: 872px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: 'Tilt Warp', sans-serif;
    font-size: 51.67px;
    font-weight: 400;
    line-height: 56.83px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 73px;
    margin-left: 27px;
}

#hero-message-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#hero-message-topbar img {
    margin: 0;
}

#hero-message p {
    color: #f1ede4;
    padding: 20px;
    border-radius: 14px;
    font-family: 'Tilt Warp', sans-serif;
    background: #0c6f84;
    font-size: 51.67px;
    font-weight: 400;
    line-height: 56.83px;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 20px 0 0;
}

#description {
    display: flex;
    justify-content: center;
    padding: 140px 80px 120px;
    position: relative;
    background: #f1ede4;
    margin: -20px 0 0;
    z-index: 0;
    gap: 60px;
}

#description .content {
    display: grid;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    grid-template-columns: 45% 55%;
}

#description h2 {
    padding: 40px;
    background: #ffffff;
    border-radius: 100px;
    display: inline-block;
    font-size: 64px;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 400;
    margin: 0;
}

#description h3 {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 400;
}

#proposition {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.84px;
    text-align: left;
    padding-right: 80px;
}

#description-image {
    box-shadow: 1px 2px 8px 0px #00000026;
    border: 1px solid #d8d0c1;
    border-radius: 20px;
    padding: 54px;
    background: #ffffff;
}

#description-image img {
    width: 100%;
}

#contact {
    padding: 80px 80px 100px;
    background: #fda2ff;
    margin-bottom: -20px;
}

#contact-container {
    border-radius: 20px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0c6f84;
}

#contact h2 {
    font-family: 'Tilt Warp', sans-serif;
    font-size: 82px;
    line-height: 73.8px;
    text-align: center;
    color: #96ffff;
    margin: 0;
    font-weight: 400;
}

#contact h3 {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.84px;
    color: #96ffff;
}

#form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #96ffff;
}

#form-fields {
    display: flex;
    gap: 20px;
    text-align: left;
}

#form .form-group {
    margin-bottom: 20px;
}

#form label,
#form #emailHelp {
    display: block;
}

#form input {
    border: 1px solid #0a4552;
    color: #0c6f84;
    padding: 10px 20px;
    border-radius: 4px;
    background: #96ffff;
    font-size: 16px;
}

#form button {
    margin-top: 40px;
}

#submit-button.loading {
    width: 125px;
    text-align: left;
}

#response {
    margin-top: 20px;
    max-width: 70%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fda2ff;
}

/* honeypot */
#contact_me_by_mobile_only {
    display: none;
}
@media (max-width: 1280px) {
    #hero {
        padding: 40px 0 0;
    }

    #hero-images {
        max-width: 100%;
        padding: 40px 60px;
    }

    #hero img {
        max-width: 100%;
        margin: 0 auto;
    }

    #mini-logo {
        height: 15px;
    }

    #cross {
        height: 8px;
    }

    #hero-message {
        margin-top: 20px;
        max-width: 80%;
        position: relative;
        padding: 10px;
        margin-bottom: -40px;
        margin-left: 0;
    }

    #hero-message p {
        font-size: 24px;
        line-height: 26.4px;
        letter-spacing: 0.03em;
        margin-top: 5px;
    }
    #hero-message-topbar img {
        margin: 0;
    }

    #description {
        padding: 80px 30px 50px;
    }

    #description .content {
        gap: 40px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #description h2 {
        font-size: 43px;
        line-height: 43.2px;
        padding: 20px 30px;
    }

    #description h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 40px 0;
    }

    #proposition {
        font-size: 18px;
        width: 100%;
        min-width: 0;
        padding-right: 0;
    }
    #proposition p {
        line-height: 24px;
    }

    #description-image {
        padding: 20px;
    }

    #description img {
        width: 100%;
    }

    #contact {
        padding: 50px 30px;
    }

    #contact h2 {
        font-size: 43px;
        line-height: 43px;
    }

    #contact h3 {
        font-size: 16px;
        line-height: 19px;
        max-width: 70%;
        text-align: center;
    }

    #form-fields {
        display: flex;
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    #form-fields label {
        font-size: 16px;
    }

    #form #emailHelp {
        max-width: 70%;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
}
