html {
    font-size: clamp(20px, 1.6667vw, 32px);
}
body {
    font-family: "Myriad Pro";
    background: #292526;
    color: #c4a98b;
    line-height: 1.5;    
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

.container {
    max-width: 55.37rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    position: relative;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
figure {
    line-height: 0;
    margin: 0;
}
.text-center {
    text-align: center;
}

.text-light {
    color: #e2dace;
}
.text-uppercase {
    text-transform: uppercase;
}

.btn {
    text-align: center;
    color: #e2dace;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0.715em 1em;
    font-family: "Ranch Water";
    letter-spacing: 0.01em;
    line-height: 1;
    background-color: #63553c;
}

/* ===== HERO ===== */
.hero {
    background-image: url(../images/home-banner.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0.8em;
}
.hero:before {
    content: "";
    border-top: solid 0.8em #e3cac6;
    border-bottom: solid 0.8em #e3cac6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hero:after {
    content: "";
    background-color: #292526;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
}
.hero .container {
    z-index: 1;
}
.hero-top {
    margin-bottom: 2em;
    font-family: "Slabo 27px", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #63553c;
    max-width: 35.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.3em 2em 2em;
}
.hero-top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
    line-height: 1;
}
.hero-top img {
    max-height: 6em;
    max-width: 6.8em;
}

.banner-logo {
    margin-bottom: 1.8em;
}
.banner-logo a {
    max-width: 10.2em;
}

.hero-bottom {
    margin-bottom: 2em;
}
.hero-bottom .title {
    margin-bottom: 1rem;
    font-size: 1.56em;
}
.hero-bottom p {
    font-size: 1.15em;
    margin-bottom: 0.5rem;
}
.hero .btn-wrap {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.15em;
}

/* ===== SUPPORT ===== */
.support {
    background: #292526;
    padding: 2em 0;
    position: relative;
}
.support .title {
    color: #151314;
    position: absolute;
    top: 0rem;
    left: -0.1em;
    font-size: 6.8em;
    line-height: 0.7;
    text-transform: uppercase;
}

.support .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.support .col-left {
    width: 32%;
}
.support .col-right {
    width: 54%;
    font-size: 0.875em;
    padding-left: 3%;
    padding-top: 1em;
}

.support .sub-title {
    font-size: 1.55em;
    line-height: 0.7;
    color: #e2dace;
    margin-bottom: 1.5rem;
    margin-left: -22%;
}

.support .col-right p {
    margin-bottom: 1.4rem;
}

.support .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.whats-ahead {
    padding-top: 0.8em;
    padding-bottom: 3em;
}
.whats-ahead .heading-wrap {
    font-size: 3.65em;
    margin-bottom: 2.5rem;
    line-height: 0.7;
}
.whats-ahead .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    font-size: 0.656em;
}

.whats-ahead .column {
    width: 25%;
    padding: 0px 0.75rem;
    margin-bottom: 1.56rem;
}
.whats-ahead .title {
    font-size: 1.56rem;
    margin-bottom: 1rem;
}

/* ===== NEWSLETTER ===== */
.newsletter {
    background: #916249;
    padding: 3rem 0;
	position:relative;
}

.newsletter .title {
    font-size: 2.3125em;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1;
}

.newsletter form {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    flex-wrap: wrap;
    max-width: 48rem;
    margin: auto;
}


.newsletter input:not(.wpcf7-submit) {
    padding: 0.7rem 1rem;
    width: 17rem;
    font-size: 14px;
    background-color: transparent;
    color: #e2dace;
    border: solid 3px #e2dace;
    font-family: 'Ranch Water';
}
::placeholder {
    color: #e2dace;
    opacity: 1;
    text-transform: uppercase;
}

::-ms-input-placeholder {
    color: #e2dace;
    text-transform: uppercase;
}
.newsletter form {
    position: relative;
}
.newsletter .form-group p {
    height: 100%;
}

.newsletter .wpcf7-submit {
    border: none;
    background: #c4a98b;
    color: #916249;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    font-family: 'Ranch Water';
    letter-spacing: 0.01em;
    height: 100%;
    cursor: pointer;
}
.newsletter .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

footer.footer {
    background: #c3a98a;
    color: #2a2627;
    padding: 1.8em 0;
}
.footer .custom-row {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    line-height: 1;
}
.footer ul li {
    max-width: 4em;
}

@media screen and (max-width: 991px) {
    html {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
    .hero-top {
        padding: 1em;
        margin-bottom: 1.5em;
    }
    .banner-logo {
        margin-bottom: 1em;
    }
    .whats-ahead {
        padding-bottom: 2em;
    }
    .newsletter input {
        width: 13rem;
    }
    .newsletter .wpcf7-submit {
        height: 4em; 
    }
}
@media screen and (max-width: 575px) {
    .hero-top ul {
        gap: 1em;
    }
    .hero-top img {
        max-height: 4em;
        max-width: 4em;
    }
    .banner-logo a {
        max-width: 6em;
    }
    .support .col-left {
        width: 100%;
        max-width: 280px;
    }
    .support .col-right {
        width: 100%;
        font-size: 0.875em;
        padding-left: 0;
        padding-top: 2em;
        text-align: center;
    }
    .support .sub-title {
        margin-left: 0;
    }
    .support .btn-wrap {
        justify-content: center;
    }
    .whats-ahead .column {
        width: 50%;
    }
    .newsletter form {
        flex-direction: column;
        align-items: center;
    }
    .newsletter input {
        width: 100%;
    }
    .footer .custom-row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 479px) {
    .hero br {
        display: none;
    }
}
