/* Contact hero aligned with About and Collections. */

.contact-hero {
    min-height: 540px;
    background: #101214;
    color: #fff
}

.contact-hero__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(.72) contrast(1.07);
    transform: scale(1.01)
}

.contact-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(9, 11, 12, .90) 0%, rgba(9, 11, 12, .68) 46%, rgba(9, 11, 12, .10) 85%)
}

.contact-hero:after {
    content: "";
    position: absolute;
    width: 42vw;
    height: 42vw;
    max-width: 610px;
    max-height: 610px;
    right: -13vw;
    top: -18vw;
    border: 1px solid rgba(210, 164, 95, .5);
    border-radius: 50%
}

.contact-hero__row {
    min-height: 540px
}

.contact-hero__kicker {
    margin: 0;
    color: #d38641 !important;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px !important;
    font-weight: 800
}


.contact-hero h1 {
    margin: 10px 0 20px;
    color: #fff;
    font-family: var(--font-title);
    font-size: clamp(46px, 5vw, 70px);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 650;
    max-width: 650px;
}

.contact-hero p:not(.contact-hero__kicker) {
    max-width: 510px;
    color: #e9e9e6;
    font-size: 17px;
    line-height: 1.65
}

.contact-hero__button {
    display: inline-block;
    margin-top: 15px;
    padding: 16px 25px;
    background: #d38641;
    border: 1px solid #d2a45f;
    border-radius: 999px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16)
}

.contact-hero__button:hover {
    background: #fff;
    border-color: #fff;
    color: #111315 !important
}

@media(max-width:991px) {
    .contact-hero, .contact-hero__row {
        min-height: 500px
    }
}

@media(max-width:575px) {
    .contact-hero, .contact-hero__row {
        min-height: 430px
    }

    .contact-hero h1 {
        font-size: 49px
    }

    .contact-hero:after {
        width: 280px;
        height: 280px;
        right: -100px;
        top: -100px
    }
}

.header-area.menu-fixed a{
color: var(--heading-color) !important;
}

.header__main .main-menu ul li a, .header-four__main .main-menu ul li a, .header-three__main .main-menu ul li a, .header-five__main .main-menu ul li a, .header-two__main .main-menu ul li a {
    font-weight: 600;
    padding: 30px 0;
    font-size: 14px;
    line-height: 26px;
    color: white;
    text-transform: uppercase
}