* {
    box-sizing: border-box;
}
html {
    width: 100%;
}
body{
    min-width: 360px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: var(--header-height);
}
/* Globals */
.btn {
    background-color: var(--coffeerun-button);
    border: 0;
    height: 30px;
    width: 150px;
    font-family: "Tahoma-Regular", Helvetica;
    font-weight: 400;
    color: var(--coffeerun-beans);
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    cursor: pointer;
}
.btn:hover {
    color: var(--coffeerun-button);
    background-color: var(--coffeerun-beans);
}
input {
    height: 30px;
    border: 0;
}
a {
    color: var(--coffeerun-latte) !important;
    text-decoration: none;
}
/* End Globals */


/* Header */
header {
    height: var(--header-height);
    text-align: left;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
}
/* End Header */

/* Hero Element */
#hero-element {
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-image: url('img/salon.webp');
    background-size: cover;
    background-position: 50%;
}
.cta-button {
    color: var(--coffeerun-beans) !important;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
}
.cta-button:hover {
    color: var(--coffeerun-button) !important;
}
.hero-form {
    position: absolute;
    width: 452px;
    height: 200px;
    top: 50%;
    left: 10%;
    background-color: var(--coffeerun-cream);
    transform: translateY(-50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.get-coffee-delivered {
    font-family: "Tahoma-Regular", Helvetica;
    font-weight: 400;
    color: var(--coffeerun-beans);
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
}

.hero-form .best-friend {
    font-family: "Tahoma-Regular", Helvetica;
    font-weight: 400;
    color: var(--coffeerun-beans);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}
.form-wrapper {
    display: flex;
    width: 350px;
    flex-wrap: wrap;
    max-width: 100%;
}
.register-input {
    font-family: Arial, 'Font Awesome 5 Free';
    font-size: 10px;
    width: 200px;
    color: var(--coffeerun-button);
    padding-left: 10px;
}
.mce-response {
    font-family: Arial;
    padding:0.5rem 0;
    width: 100%;
    font-size: 12px;
    color: var(--coffeerun-beans);
}

.lighter{
    color: rgb(231 204 188) !important;
}
/* End Hero Element */

/* End Steps Element */
.steps-wrapper {
    width: 100%;
    background-color: var(--coffeerun-latte);
    height: 284px;
    padding-top: 20px;
}
.steps {
    width: 80vw;
    max-width: 1000px;
    margin: auto;
}
.steps .best-friend {
    font-family: "Tahoma-Bold", Helvetica;
    font-weight: 700;
    color: var(--coffeerun-beans);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin: 40px auto;
}
.steps-boxes {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-around;
}
.steps-boxes .step {
    width: 30%;
}
.steps-boxes .number {
    font-family: "Tahoma-Bold", Helvetica;
    font-weight: 700;
    color: var(--coffeerun-beans);
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
}
.steps-boxes .description {
    font-family: "Tahoma-Bold", Helvetica;
    font-weight: 700;
    color: var(--coffeerun-beans);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}
/* End Steps Element */

/* Unlike Others Element */
.unlike-others-wrapper {
    width: 100%;
    height: 246px;
    background-color: #334748;
    text-align: left;
}
.unlike-others {
    width: 80vw;
    max-width: 1000px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.left,
.right {
    width: 45%;
}
.left p {
    font-family: "Tahoma-Bold", Helvetica;
    font-weight: 700;
    color: var(--coffeerun-latte);
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
}
.right .item {
    display: flex;
}
.tick-mark {
    width: 23px;
    height: 23px;
    margin: 10px 20px;
}
.right .item p {
    font-family: "Tahoma-Regular", Helvetica;
    font-weight: 400;
    color: var(--coffeerun-latte);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    margin: 10px;
}
/* End Unlike Others Element */

/* Reach Local Element */
.reach-local {
    height: 203px;
    background-color: var(--coffeerun-latte);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.reach-local p {
    width: 50vw;
    font-family: "Tahoma-Regular", Helvetica;
    font-weight: 400;
    color: var(--coffeerun-beans);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}
.btn-add-business {
    font-size: 12px;
}
/* End Reach Local Element */

/* Footer */
footer {
    width: 100%;
    background-color: #334748;
    text-align: left;
    color: var(--coffeerun-latte);
    font-family: "Tahoma-Regular", Helvetica;
}
.subscribe-box {
    width: 80vw;
    max-width: 1000px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-around;
    border: 2px solid var(--coffeerun-latte);
    height: 80px;
    margin-top: 30px;
}
.subscribe-box .form-wrapper {
    width: 300px;
}
.subscribe-btn {
    width: 100px;
}
.footer-content {
    width: 400px;
    margin: 20px auto;
    text-align: center;
}
.socials-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 10px auto;
}
.follow-us{
    text-align: center;
    width: 50%;
}
.social-icons {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}
.social-icons i {
    font-size: 30px;
    font-style: normal;
    font-family: 'Font Awesome 6 Brands';
    color: #ead7ca;
}
footer hr {
    background-color: var(--coffeerun-latte);
    border: 0;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}
footer p {
    margin: 5px auto;
}
/* End Footer */


/*
*
* MOBILE RESOLUTION
*
*/
@media (max-width:767px) {
    #hero-element {
        height: 350px;
        background-position: bottom;
    }
    .hero-form {
        left: 50%;
        transform: translateX(-50%);
        top: 300px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
        max-width: 95vw;
    }
    .steps-wrapper {
        height: unset;
        padding-top: 130px;
    }
    .steps .best-friend {
        display: none;
    }
    .steps-boxes {
        flex-direction: column;
    }
    .steps-boxes .step {
        width: 100%;
        margin-bottom: 30px;
    }
    .steps-boxes .step:last-child {
        margin-bottom: 50px;
    }
    .steps-boxes .number {
        font-size: 36px;
    }
    .steps-boxes .description {
        max-width: 350px;
        margin: auto;
        margin-top: 10px;
    }
    .unlike-others-wrapper {
        height: unset;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .unlike-others {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
        max-width: 350px;
    }
    .subscribe-box {
        flex-direction: column;
        height: 100px;
        justify-content: space-evenly;
    }
    .register-input {
        max-width: 50%;
    }
    .register-btn,
    .subscribe-btn {
        max-width: 50%;
    }
    .reach-local {
        height: unset;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .form-wrapper {
        max-width: 80vw;
    }
    .footer-content {
        max-width: 95vw;
    }
}

@media (max-width:400px) {
    .get-coffee-delivered {
        font-size: 8vw;
    }
    .form-wrapper {
        flex-direction: column;
    }
    .register-input, .register-btn, .subscribe-btn {
        width: 100%;
        max-width: 100%;
    }
    .subscribe-box {
        height: 125px;
    }
    .subscribe-box .form-wrapper {
        width: 80%;
    }
}
