.wait-list-section {
    width: 100%;
    height: 100vh;
    background: #d1dde4;
    overflow: hidden;
    display: flex;
    align-items: top;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: 105vh;
    background-repeat: no-repeat;
    background-position: 0vw 100%;
    overflow: auto;
    align-items: baseline;
}

.wait-list-section .main-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 40px 50px;
}

.wait-list-section .main-image-wrapper .form-wrapper {
    background-color: transparent;
    display: flex;
    padding: 0px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    height: max-content;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body {
    max-width: 670px;
    width: 100%;
    margin: 0;
    padding: 25px 75px;
    overflow: auto;
    height: max-content;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body .image-wrapper {
    margin-bottom: 20px;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body .image-wrapper img.left-image {
    width: 60%;
    object-fit: cover;
    position: absolute;
}

.wait-list-section .main-image-wrapper .left-image {
    transform: scale(1.2) translateY(-40px);
    transform-origin: top;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body h1 {
    margin-bottom: 10px;
    font-size: 28px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-bottom: 20px;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body p {
    font-size: 16px;
    line-height: 1.3;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body .title-wrapper {
    margin-bottom: 30px;
}

.wait-list-section .main-image-wrapper .form-wrapper .form-body h4 {
    font-size: 26px;
    margin-bottom: 5px;
}

.wait-list-section .main-image-wrapper .bottom-wrapper .button-wrapper {
    margin-top: 20px;
}

.wait-list-section .main-image-wrapper .bottom-wrapper .button-wrapper a {
    font-size: 20px;
    padding: 20px 60px;
}

@media(max-width: 1199px) {
    .wait-list-section {
        background-size: 50vh;
        background-position: -13vw 100%;
    }

    .wait-list-section .main-image-wrapper{padding: 180px 0px;}

    .wait-list-section .form-body .bottom-wrapper {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hair-bender .form-body .bottom-wrapper .button-wrapper a {
        width: 100%;
        padding: 15px 60px;
        width: max-content;
    }

    .wait-list-section .main-image-wrapper .form-wrapper .form-body {
        max-width: 400px;
        padding: 35px 45px;
    }

    .wait-list-section .main-image-wrapper .form-wrapper .form-body h1 {
        display: inline-block;
        width: 100%;
        white-space: break-spaces;
    }

    .wait-list-section .main-image-wrapper .form-wrapper  button {
        width: 300px !important;
    }
}

@media(max-width: 991px) {
    .wait-list-section .main-image-wrapper {
        padding: 20px 20px;
        position: absolute;
        left: 270px;
        height: auto;
    }
    .wait-list-section .main-image-wrapper .form-wrapper .form-body{padding: 35px 35px;}
}

@media(max-width: 767px) {
    .wait-list-section {
        position: unset;
        overflow: visible;
    }

    .wait-list-section {
        height: auto;
        padding-top: 380px;
        background-size: 350px;
        background-position: center 70px;
    }

    .wait-list-section .main-image-wrapper .form-wrapper .form-body {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 40px ;
        height: auto;
        overflow: visible;
    }

    .wait-list-section .main-image-wrapper .form-wrapper {
        width: 100%;
        height: auto;
        overflow: initial;
    }

    .wait-list-section .main-image-wrapper .form-wrapper .form-body .image-wrapper {
        position: absolute;
        left: 20px;
        top: -360px;
    }
    .wait-list-section {
        background-attachment: scroll;  
    }

    .wait-list-section .main-image-wrapper{
        padding: 20px 0px;
        position: unset;
    }
}
