*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header css */
.header .header-nav {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.header .header-nav li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}

/* header css end */

/* coming soon page css */
.coming-soon {
    padding: 110px 0 120px;
}

.coming-soon .text-cont {
    text-align: center;
}

.coming-soon .text-cont h1 {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    margin: 0;
}

.coming-soon .text-cont img {
    display: block;
    margin: 70px auto;
}

.coming-soon .text-cont .btns-wraper a {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    background: #049E9A;
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
}

.coming-soon .text-cont .btns-wraper {
    display: flex;
    gap: 0 100px;
    justify-content: center;
}

/* coming soon page css end */

/* guest page css */
.guest-banner img{
    width: 100%;
}
.guest-sec {
    padding: 70px 0 160px
}

.guest-sec .text-box {
    text-align: center;
}

.guest-sec .text-box h2 {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 150px;
    line-height: 160px;
    color: #3C4043;
}

.guest-sec .text-box h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 48px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 15px;
}

.guest-sec .text-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #000000;
    max-width: 85%;
    margin: 25px auto 0;
}
.guest-form .form-group {
    max-width: 430px;
    margin: 70px auto 0;
    text-align: center;
}

.guest-form .form-group input {
    border: 1px solid #3C404380;
    height: 65px;
    font-size: 20px;
    padding: 18px 25px;
    margin-bottom: 5px;
    color: #707070;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.guest-form .form-group input::placeholder {
    font-style: italic;
}
.guest-form .form-group .btn-submit {
    border: none;
    outline: none;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #049E9A;
    color: #fff;
    border-radius: 15px;
    padding: 14px 32px;
    margin-top: 30px;
}
.guest-form .wpcf7-response-output {
    text-align: center;
    width: fit-content;
    margin: 40px auto 0 !important;
    display: block;
    border: none !important;
    color: #dc3232;
}


/* guest page css end */


/* thank you page css */
.thank-you {
    padding: 160px 0;
}

.thank-you .text-cont h2 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.thank-you .text-cont p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
    max-width: 70%;
    margin: 30px auto 40px;
}

.thank-you .text-cont {
    text-align: center;
}

/* thank you page css end */


/* Singup Page Css */
.signup-banner {
    padding: 120px 0 140px;
    text-align: center;
    background: url(../img/signup.png) no-repeat;
    background-position: center;
}

.signup-banner h1 {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 64px;
    line-height: 83px;
    color: #3C4043;
    text-transform: capitalize;
}

.signup-banner p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #3C4043;
    margin: 20px auto 0;
}
.message-box {
    background: #3C4043;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 10px;
}

.message-box p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    text-transform: capitalize;
    color: #FFFCF9;
    max-width: 60%;
    margin: 0 auto;
}


.form-control{
    box-shadow: none !important;
}
.form-wraper {
    max-width: 660px;
    margin: 0 auto;
    padding: 80px 0 90px;
}
.form-box {
    margin-top: 100px;
}
.form-box .form-group {
    margin-bottom: 50px;
}
.form-box .form-group .form-control {
    padding: 10px 25px;
    height: 65px;
    border: 1px solid #3C4043;
    border-radius: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #707070;
}
.form-box .form-group .form-control::placeholder{
    font-style: italic;
}

.btn-continue {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    outline: none;
    width: fit-content;
    margin-left: auto;
    display: block;
    background: #049E9A;
    border-radius: 5px;
    padding: 12px 25px;
}

.form-wraper .progress-bar {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px;
    background: none;
    margin-bottom: 50px;
    overflow: unset;
    margin-top: 10px
}

.form-wraper .progress-bar .progress {
    display: block;
    background: none;
    overflow: unset !important;
    flex-grow: 1;
    position: relative;
}

.form-wraper .progress-bar .progress p {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #3C4043;
    margin: 12px 0 0;
}

.form-wraper .progress-bar .progress .progress-dot {
    width: 18px;
    height: 18px;
    background: #3C4043;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #3C4043;
}
.form-wraper .step1 .progress-bar .progress:nth-child(1) .progress-dot,
.form-wraper .step2 .progress-bar .progress:nth-child(1) .progress-dot,
.form-wraper .step2 .progress-bar .progress:nth-child(2) .progress-dot,
.form-wraper .step3 .progress-bar .progress:nth-child(1) .progress-dot,
.form-wraper .step3 .progress-bar .progress:nth-child(2) .progress-dot,
.form-wraper .step3 .progress-bar .progress:nth-child(3) .progress-dot  {
    box-shadow: 0 0 0 8px #049E9A;
}

.form-wraper .step2 .progress-bar .progress:nth-child(1) .progress-dot{
    background: #049E9A;
}
.form-wraper .step3 .progress-bar .progress:nth-child(1) .progress-dot,
.form-wraper .step3 .progress-bar .progress:nth-child(2) .progress-dot{
    background: #049E9A;
}
.form-wraper .step2 .progress-bar .progress:nth-child(1)::before,
.form-wraper .step3 .progress-bar .progress:nth-child(1)::before{
    background: #049E9A;
}
.form-wraper .step3 .progress-bar .progress:nth-child(2)::before{
    background: #049E9A;
}

.form-wraper .progress-bar .progress::before {
    content: '';
    width: 100%;
    height: 5px;
    background: #3c4043;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -90px;
    left: auto;
}

.form-wraper .progress-bar .progress:last-child::before {
    display: none;
}

.form-box .select-box {
    position: relative;
}

.form-box .select-box::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 3px solid #3C4043;
    border-right: 3px solid #3C4043;
    transition: transform .3s;
}

.form-box .select-box:focus-within::after {
    transform: rotate(135deg);
}
.form-box .form-group textarea.form-control {
    height: 265px;
    padding: 27px 25px 27px 25px;
    resize: none;
}
.custom-logo-file input.wpcf7-form-control.form-control {
    all: unset;
    font-size: 0;
}

.custom-logo-file input.wpcf7-form-control.form-control::file-selector-button {
    width: 50px;
    height: 40px;
    border: none;
    background: url(../img/arrow-up.png) no-repeat;
    background-size: 22px;
    background-position:center center;
}
.custom-logo-file {
    margin-top: 15px;
}
.custom-logo-file p{
    font-size: 20px;
    margin-bottom: 4px !important;
    position: relative;
}
.custom-logo-file p > span{
    width:100%;
    display:block;
    position:absolute;
    text-align:right;
    top:0;
    right: 110px;
}
.custom-logo-file p:nth-child(3) {
    color: #888888;
}

.custom-logo-file p a {
    color: #888888;
}
.form-box .info-text {
    font-size: 20px;
    color: #3C4043;
    padding:0 10px;
    margin-top: 10px;
}

.form-box .info-text a {
    color: #3C4043;
}
.form-box .checklist-text {
    color: #3C4043;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.form-box .check-lists {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
}

.form-box .check-lists li {
    margin-top: 25px;
}
.form-box .check-lists li label {
    font-size: 18px;
    font-weight: 600;
    color: #3C4043;
}

.form-box .check-lists li label input {
    margin-right: 10px;
}

.form-box .check-lists li p {
    margin: 0;
}

.form-box .check-lists li span {
    margin: 0 !important;
}
.form-box .sister-url-text {
    color: #3C4043;
    font-size: 20px;
}

.form-box .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

.form-box .wpcf7-acceptance span.wpcf7-list-item label {
    display: flex;
    align-items: start;
    font-size: 20px;
    font-weight: 600;
    color: #3C4043;
}

.form-box .wpcf7-acceptance span.wpcf7-list-item label input {
    margin: 6px 15px 0 0;
	flex: 0 0 22px;
}

.form-box .btn-submit {
    background: #049E9A;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 20px !important;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

div.cf7mls-btns .cf7mls_next {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px !important;
    border-radius: 5px;
    margin-top: 0 !important;
}
div.cf7mls-btns .cf7mls_back {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #3C4043;
    position: relative;
    background: none;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

div.cf7mls-btns .cf7mls_back::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/arrow-back.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    background-position: center;
    margin-top: -4px;
}

.form-wraper .text-contact {
    font-size: 18px;
    color: #3C4043;
    text-align: center;
    margin-top: 40px;
}
.form-wraper .text-contact span{
    margin-right: 10px;
}
.form-wraper .text-contact br{
    display: none;
}
.form-wraper .wpcf7 form .wpcf7-response-output:empty {
    display: none;
}
.submit-btn-box {
    position: absolute;
    right: 0;
    bottom: -55px;
}
/* Singup Page Css end */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-box p{
    margin-bottom: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fieldset-cf7mls-wrapper span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors{
    font-size: 14px !important;
    text-align: center;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors svg.wpcf7-icon-wraning{
    float: none;
    display: inline-block;
}

.form-box input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #616161;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
}

.form-box input[type="checkbox"]:checked {
    background-color: #616161;
    border-color: #616161;
    background-image: url(../img/check-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}




/* responsive */

@media(max-width:1199px){
    /* header css */
    .header nav.navbar.navbar-expand-lg {
        padding: 10px 40px;
    }
    /* header css end */

    /* coming soon css */
    .coming-soon {
        padding: 90px 0;
    }
    .coming-soon .text-cont .btns-wraper a {
        font-size: 20px;
    }
    .coming-soon .text-cont img {
        margin: 50px auto;
    }
    /* coming soon css end */

    /* guest page css */
    .guest-sec {
        padding: 90px 0 120px;
    }
    .guest-sec .text-box h2 {
        font-size: 100px;
        line-height: 110px;
    }
    .guest-sec .text-box h3 {
        font-size: 35px;
    }
    .guest-sec .text-box p {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
    }
    .guest-form .form-group input {
        font-size: 18px;
    }
    
    .guest-form .form-group .btn-submit {
        font-size: 20px;
        border-radius: 12px;
    }
    
    /* guest page css end */
}

@media(max-width:991px){

    /* header css */
    .header .navbar-brand{
        max-width: 240px;
    }
    /* header css end */
    
    /* coming soong page css */
    .coming-soon {
        padding: 70px 0;
    }
    .coming-soon .text-cont h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .coming-soon .text-cont img {
        margin: 30px auto;
    }
    .coming-soon .text-cont .btns-wraper {
        gap: 0 30px;
    }
    .coming-soon .text-cont .btns-wraper a {
        font-size: 16px;
        line-height: 20px;
    }
    /* coming soong page css end */

    /* guest page css */
    .guest-sec {
        padding: 70px 0 100px;
    }
    .guest-sec .text-box h2 {
        font-size: 70px;
        line-height: 80px;
    }
    
    .guest-sec .text-box h3 {
        font-size: 28px;
    }
    
    .guest-sec .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .guest-form .form-group {
        margin: 50px auto 0;
    }
    
    .guest-form .form-group input {
        height: 60px;
    }
    
    .guest-form .form-group .btn-submit {
        font-size: 18px;
        border-radius: 12px;
    }
    
    /* guest page css end */

    /* thank you page css */
    .thank-you {
        padding: 70px 0 120px;
    }
    
    .thank-you .text-cont p {
        max-width: 100%;
        font-size: 18px;
    }
    
    /* thank you page css end */

}


@media(max-width:767px){
    p:empty {
        display: none;
    }
    /* header css */
    .header nav.navbar.navbar-expand-lg {
        padding: 10px 10px;
    }
    .header .navbar-brand {
        margin: 0 auto;
    }
    .header .header-nav {
        width: 100%;
        justify-content: center;
    }
    /* header css end */

    /* coming soon page css */
    .coming-soon {
        padding: 40px 0 50px;
    }
    .coming-soon .text-cont .btns-wraper {
        flex-direction: column;
        gap: 15px 0;
    }

    /* coming soon page css end */

    /* guest page css */
    .guest-banner img {
        height: 200px;
        object-fit: cover;
    }
    .guest-sec .text-box h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .guest-sec .text-box h3 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .guest-sec .text-box p {
        font-size: 14px;
        line-height: 26px;
    }
    
    .guest-form .form-group input {
        height: 55px;
        font-size: 16px;
    }
    
    .guest-form .form-group .btn-submit {
        font-size: 16px;
        border-radius: 10px;
    }
    
    .guest-sec {
        padding: 50px 0 70px;
    }
    
    /* guest page css end */

    /* thank you page css */
    .thank-you {
        padding: 40px 0 90px;
    }
    .thank-you .text-cont h2 {
        font-size: 38px;
    }
    
    .thank-you .text-cont p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 40px;
    }
    
    .thank-you .text-cont svg {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    /* thank you page css end */


    /* signup page css */
    .signup-banner {
        padding: 30px 0 60px;
        background: none;
    }
    
    .signup-banner h1 {
        font-size: 30px;
        line-height: 33px;
    }
    .signup-banner h1 span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.5);
        display: block;
    }
    
    .signup-banner p {
        font-size: 14px;
        line-height: 21px;
        max-width: 80%;
        text-transform: capitalize;
    }
    .message-box p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        max-width: 75%;
    }
    
    .message-box {
        padding: 40px 0;
        margin: 0;
    }
    
    .form-wraper {
        max-width: 100%;
        padding: 70px 0 70px;
    }
    
    .form-wraper .progress-bar .progress .progress-dot {
        width: 13px;
        height: 13px;
    }
    
    .form-wraper .progress-bar {
        padding: 0 20px;
    }
    
    .form-wraper .progress-bar .progress::before {
        top: 5px;
        right: -50px;
        height: 3px;
    }
    
    .form-wraper .progress-bar .progress p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .form-wraper .text-contact {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-top: 60px;
    }
    .form-box {
        margin-top: 40px;
    }
    
    .form-box .form-group .form-control {
        height: 35px;
        left: 36px;
        border: 1px solid #3C4043;
        border-radius: 5px;
        padding: 10px 25px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        color: #707070;
    }
    
    .form-box .form-group {
        margin-bottom: 25px;
    }
    
    .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
        display: flex;
        flex-direction: column-reverse;
    }
    
    div.cf7mls-btns .cf7mls_next {
        font-size: 16px;
        line-height: 24px;
        width: fit-content;
        margin: 10px auto 0 !important;
        display: block;
        padding: 7px 12px !important;
    }
    
    div.cf7mls-btns .cf7mls_back {
        text-align: left;
        font-weight: 400;
        font-size: 16px;
		margin-top: 20px !important;
    }

    .form-box .form-group select.form-control {
        height: auto;
        line-height: 18px;
    }
    
    .form-box .select-box::after {
        top: 15px;
        right: 15px;
    }
    
    .custom-logo-file p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .custom-logo-file {
        margin-top: 20px;
    }
    
    .custom-logo-file p > span {
        top: 22px;
        right: 120px;
    }
    
    .custom-logo-file p:nth-child(2) {
        margin-bottom: 10px;
    }
    
    .form-box .info-text {
        font-size: 16px;
        margin: 30px 0;
        padding: 0;
    }
    
    .form-box .info-text a {
        display: inline-block;
    }
    
    .form-box .info-text br {
        display: none;
    }
    
    .form-box .checklist-text {
        font-size: 16px;
        padding-bottom: 10px;
    }
    
    .form-box .check-lists li label {
        font-size: 16px;
        display: flex;
        align-items: self-start;
    }
    
    .form-box .check-lists li label input {
        margin-top: 4px;
		width: 20px;
        height: 20px;
        border-radius: 4px;
    }
    
    .form-box .sister-url-text {
        font-size: 16px;
        line-height: 26px;
        padding-top: 40px;
    }
    
    .form-box .wpcf7-acceptance span.wpcf7-list-item label {
        font-size: 16px;
        margin-top: 30px;
    }
	.form-box .wpcf7-acceptance span.wpcf7-list-item label input {
    	flex: 0 0 20px;
		height: 20px;
		width: 20px;
		border-radius: 4px;
	}
    .submit-btn-box{
        position: static;
		margin-bottom: 0 !important;
    }
    .submit-btn-box p{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-box .btn-submit {
        font-size: 16px;
        line-height: 24px;
        width: fit-content;
        display: block;
        padding: 8px 15px !important;
		margin-left: 20px !important;
    }
	.form-box .wpcf7-spinner {
		width: 20px;
		height: 20px;
		margin: 0 0 0 8px;
	}
	.form-wraper .text-contact span.phone {
		margin: 0 auto;
		display: block;
	}

    /* signup page css end */

    /* congrats page css */
    .page-id-17 .form-wraper {
        display: none !important;
    }
    .page-id-49 .form-wraper {
        padding: 0;
    }

    .page-id-49 .form-wraper .icon-box {
        text-align: center;
        margin-bottom: 40px;
    }

    .page-id-49 .form-wraper .progress-bar .progress::before {
        background: #049E9A;
    }

    .page-id-49 .form-wraper .progress-bar .progress .progress-dot {
        background: #049E9A;
        box-shadow: 0 0 0 6px #049E9A;
    }

    .page-id-49 .thank-you .text-cont h2 {
        font-size: 30px;
        font-weight: 600;
        color: #3C4043;
    }

    .page-id-49 .thank-you .text-cont a {
        display: none;
    }

    .page-id-49 .thank-you .text-cont p {
        margin-bottom: 0;
    }

    /* congrats page css end */
    
}