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

.connect-content-wrap-popup {
    z-index: 2;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.popup-main-title-glam-fest {

    font-family: 'Playfair Display';
    letter-spacing: 0.08em;
    font-size: 1.4em;
    color: black;

}

.close-btn-popup {
    width: 100%;
    display: flex;
    justify-content: start;
    cursor: pointer;
    font-family: 'Didact Gothic';
    letter-spacing: 0px;
    font-size: 1.4em;
    color: black;
}

.connect-form-block {
    width: 540px;
    flex-direction: row;
    margin-top: 80px;
    margin-bottom: 0;
}

.main-content-justify-glam-fest-popup {

    font-family: 'Didact Gothic';
    line-height: 1.75em;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    color: black;
}

.popup-container {
    height: 100%;
    max-width: 710px;

    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    display: flex;
}

.popup-wrap {
    flex: 1;
    position: relative;

}



.popup-close:hover {
    background-color: #2a4044;
    border-color: #2a4044;
}

.popup-background-close {
    z-index: 1001;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(67, 67, 67, .61);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.popup-content-wrap {

    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    align-items: center;
    padding: 50px;
    position: relative;

}

.popup-logo-container {

    width: 364px;
    height: 128px;
}


.popup-submit-button {

    margin-top: 64px;
    color: black;

    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.25px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid black;
    padding: 25px 79px;
    line-height: 1;
    transition: background-color .2s;

}

.popup-submit-button:hover {
    background-color: #E3DED9;
    color: black;
    border: 1px solid black;

}

.home-popup-contact-main-title-glam-fest {

    font-family: 'Dantina', sans-serif;
    letter-spacing: 0px;
    font-size: 2em;
    color: black;
    padding-top: 32px;
}



@media screen and (max-width: 1135px) {
    .popup-background-close {
        z-index: 1001;
        width: 80%;
        height: 100%;
        cursor: pointer;
        background-color: rgba(67, 67, 67, .61);
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .popup-content-wrap {

        z-index: 1002;
        width: 80%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        position: absolute;
        right: 0%;
    }

    .connect-form-block {
        width: 420px;
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 0;
    }

}



@media screen and (max-width: 815px) {
    .popup-background-close {
        z-index: 1001;
        width: 65%;
        height: 100%;
        cursor: pointer;
        background-color: rgba(67, 67, 67, .61);
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .popup-content-wrap {

        z-index: 1002;
        width: 65%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        position: absolute;
        right: 0%;
    }

    .connect-form-block {
        width: 360px;
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .main-content-justify-glam-fest-popup {

        font-family: 'Didact Gothic';
        line-height: 1.75em;
        font-size: 1.0em;
        font-weight: 400;
        text-align: center;
        color: black;
    }

    .popup-logo-container {

        width: 294px;
        height: 128px;
    }

    .popup-submit-button {


        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 0.9em;
        font-weight: 600;
        letter-spacing: 1.25px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid black;
        padding: 18px 42px;
        line-height: 1;
        transition: background-color .2s;

    }

    .home-popup-contact-main-title-glam-fest {

        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 1.5em;
        color: black;
        padding-top: 32px;
    }
    
    
}



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

    .popup-content-wrap {

        z-index: 1002;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        position: absolute;
        right: 0%;
    }

    .popup-main-title-glam-fest {

        font-family: 'Playfair Display';
        letter-spacing: 0px;

        font-size: 1.1em;
        color: black;

    }

    .connect-form-block {
        width: 450px;
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .popup-main-title-glam-fest {

        font-family: 'Playfair Display';
        letter-spacing: 0.08em;
        font-size: 1.15em;
        color: black;
        padding-top: 16px;

    }


    .home-popup-contact-main-title-glam-fest {

        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 1.4em;
        color: black;
        padding-top: 32px;
    }
    
    

}



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

    .popup-content-wrap {

        z-index: 1002;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-left: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        position: absolute;
        right: 0%;

    }

    .connect-form-block {
        width: 350px;
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .main-content-justify-glam-fest-popup {

        font-family: 'Didact Gothic';
        line-height: 1.75em;
        font-size: 0.9em;
        font-weight: 400;
        text-align: center;
        color: black;
    }


    .popup-main-title-glam-fest {

        font-family: 'Playfair Display';
        letter-spacing: 0.08em;
        font-size: 1.1em;
        color: black;

    }


    .popup-main-title-glam-fest {

        font-family: 'Playfair Display';
        letter-spacing: 0.08em;
        font-size: 1.1em;
        color: black;
        padding-top: 16px;

    }

}



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

    .popup-content-wrap {

        z-index: 1002;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-left: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        position: absolute;
        right: 0%;

    }

    .connect-form-block {
        width: 280px;
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .main-content-justify-glam-fest-popup {

        font-family: 'Didact Gothic';
        line-height: 1.75em;
        font-size: 0.9em;
        font-weight: 400;
        text-align: center;
        color: black;
    }


    .popup-main-title-glam-fest {

        font-family: 'Playfair Display';

        letter-spacing: 0.08em;

        font-size: 1.0em;
        color: black;
        padding-top: 16px;

    }

}