.absolute-image {

    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.w-background-video--control>[hidden] {
    display: none !important;
}


#header-container-gradient {

    top: 0%;
    left: 0%;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to top, transparent 40%, black 100%);

}

.header-logo-wrap {
    padding-left: 32px;
}

.contact-title-wrap {
    justify-content: flex-start;
    align-items: end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 10%;
    left: 12%;
    right: 0%;
}

.section-title-area {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.fixed-background-image {
    background-image: url("../images/weddings/wedding-2.jpg");
    background-attachment: scroll;
    background-size: cover;
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: white;
    border-radius: 5px;
    align-items: start;
    padding: 42px 64px 42px 64px;
}


.section-subtitle-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 12px;
    display: flex;
}


.agency-section-section-subtitle-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-title-hero-banner {
    font-weight: 500;
    line-height: 0.9em;
    color: black;
    font-family: 'Playfair Display';
    font-size: 1.0em;
    font-weight: 500;
    letter-spacing: 0.13em;
}



.contact-text {
    max-width: 570px;

    font-family: 'Didact Gothic';
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    text-justify: distribute;
    color: black;

    margin-bottom: 0;
}

.contact-button-wrap-top-banner {
    margin-top: 42px;
    justify-content: center;
    display: flex;
}


.nav-menu-popup-area {
    display: none;
}


.connect-button-top-banner {

    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 0.65em;
    font-weight: 600;
    letter-spacing: 0.2em;
    border: 1px solid black;
    background-color: transparent;
    padding: 12px 24px;
    line-height: 1;
    transition: background-color .2s;

}

.connect-button-top-banner:hover {
    background-color: black;
    color: white;
}

.hero-banner-title-wrap {

    display: flex;
    margin-left: 64px;
    max-width: 652px;
}

.popup-contact-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;

}

.hero-banner-title {
    font-weight: 500;
    font-family: 'Playfair Display';
    font-size: 28px;
    font-weight: 400;
    color: black;
    letter-spacing: 1.0px;
    line-height: 42px;
    text-align: start;
}


.hero-banner-container {
    background-color: #EEEBE8;
}

.hero-banner-subtitle {
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: black;
    letter-spacing: 1.2px;
    line-height: 36px;
    text-align: start;
}

.hero-banner-description {

    font-family: 'Didact Gothic';
    font-size: 0.9em;
    font-weight: 400;
    color: black;
    letter-spacing: 0.10em;
    text-align: start;
}

.hero-banner-contact-button-wrap {

    width: 100%;
    display: flex;
    justify-content: end;
    align-self: flex-end;
}

.section-subtitle-hero-banner {


    line-height: 1.7em;
    font-family: 'Playfair Display';
    font-size: 1.45em;
    font-weight: 400;
    color: black;
    letter-spacing: 0.18em;
    text-align: start;

}




@media screen and (max-width: 989px) {


    .hero-banner-title-wrap {

        display: flex;
        margin-left: 24px;
        max-width: 65%;
    }


    .section-title-hero-banner {
        font-weight: 500;
        line-height: 0.9em;
        color: black;
        font-family: 'Playfair Display';
        font-size: 1.18em;
        font-weight: 500;
        letter-spacing: 0.15em;
    }

    .section-subtitle-hero-banner {


        line-height: 1.6em;
        font-family: 'Playfair Display';
        font-size: 1.05em;
        font-weight: 400;
        color: black;
        letter-spacing: 0.1em;
        text-align: start;

    }

    .hero-banner-description {

        font-family: 'Didact Gothic';
        font-size: 0.8em;
        font-weight: 400;
        color: black;
        text-align: start;
    }

    .connect-button-top-banner {

        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 0.65em;
        font-weight: 600;
        letter-spacing: 0.2em;
        border: 1px solid black;
        padding: 12px 24px;
        line-height: 1;
        transition: background-color .2s;

    }

}

@media screen and (max-width: 789px) {


    .nav-dropdown {
        display: block;
    }


    .nav-menu-popup-area {
        display: block;
    }

    .hero-banner-title-wrap {

        display: flex;
        margin-left: 24px;
        max-width: 65%;
    }

    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }

    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
        background-color: white;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;

    }

    .nav-link-wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;

        display: flex;
    }


    .w-nav-link-item {
        vertical-align: top;
        text-align: left;
        padding: 10px;
        text-decoration: none;
        display: inline-block;
        position: relative;
        color: #F5F3F1;
    }



    .section-title-hero-banner {
        font-weight: 500;
        line-height: 0.9em;
        color: black;
        font-family: 'Playfair Display';
        font-size: 0.9em;
        font-weight: 500;
        letter-spacing: 0.15em;
    }


    .section-subtitle-hero-banner {


        line-height: 1.6em;
        font-family: 'Playfair Display';
        font-size: 1.2em;
        font-weight: 400;
        color: black;
        letter-spacing: 0.1em;
        text-align: start;

    }

    .fixed-background-image {

        background-image: url("../images/weddings/wedding-2.jpg");
        background-attachment: scroll;
        background-position: 5%;
        background-size: cover;

    }

    .hero-banner-description {

        font-family: 'Didact Gothic';
        font-size: 0.7em;
        font-weight: 400;
        color: black;
        text-align: start;
    }

    .connect-button-top-banner {

        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 0.65em;
        font-weight: 600;
        letter-spacing: 0.2em;
        border: 1px solid black;
        padding: 12px 24px;
        line-height: 1;
        transition: background-color .2s;

    }

}

@media screen and (max-width: 623px) {


    .hero-banner-title-wrap {

        display: flex;
        margin-left: 24px;
        max-width: 87%;

    }

    .section-title-hero-banner {
        font-weight: 500;
        line-height: 0.9em;
        color: black;
        font-family: 'Playfair Display';
        font-size: 0.8em;
        font-weight: 500;
        letter-spacing: 0.15em;
    }


    .section-subtitle-hero-banner {


        line-height: 1.6em;
        font-family: 'Playfair Display';
        font-size: 1.0em;
        font-weight: 400;
        color: black;
        letter-spacing: 0.1em;
        text-align: start;

    }

    .fixed-background-image {
        background-image: url("../images/weddings/wedding-2.jpg");
        background-attachment: scroll;
        background-position: 15%;
        background-size: cover;
    }

    .hero-banner-description {

        font-family: 'Didact Gothic';
        font-size: 0.7em;
        font-weight: 400;
        color: black;
        text-align: start;
    }

    .connect-button-top-banner {

        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 0.55em;
        font-weight: 600;
        letter-spacing: 0.13em;
        border: 1px solid black;
        padding: 10px 18px;
        line-height: 1;
        transition: background-color .2s;

    }

}



@media screen and (max-width: 440px) {


    .hero-banner-title-wrap {

        display: flex;
        margin-left: 24px;
        max-width: 87%;
    }


    .fixed-background-image {
        background-image: url("../images/weddings/wedding-2.jpg");
        background-attachment: scroll;
        background-position: 25%;
        background-size: cover;
    }

    .section-title-hero-banner {
        font-weight: 500;
        line-height: 0.9em;
        color: black;
        font-family: 'Playfair Display';
        font-size: 0.8em;
        font-weight: 500;
        letter-spacing: 0.15em;
    }


    .section-subtitle-hero-banner {


        line-height: 1.6em;
        font-family: 'Playfair Display';
        font-size: 0.9em;
        font-weight: 400;
        color: black;
        letter-spacing: 0.1em;
        text-align: start;
        
    }

    .hero-banner-description {

        font-family: 'Didact Gothic';
        font-size: 0.7em;
        font-weight: 400;
        color: black;
        text-align: start;
    }

    .connect-button-top-banner {

        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 0.55em;
        font-weight: 600;
        letter-spacing: 0.13em;
        border: 1px solid black;
        padding: 10px 18px;
        line-height: 1;
        transition: background-color .2s;

    }

}