/*
Theme Name: nxt space Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
*/


/* 404 page start  */
.error404  header{border-bottom: 1px solid #ddd;}
.page-404 h1{font-weight: 900 !important; font-size: 100px;}
.page-404 h4{font-weight: 500;margin-top: 0; margin-bottom: 15px;}
.page-404 .desk-404{display: flex; justify-content: center;flex-direction: column; align-items: center;}
/* 404 page end */


/* Thank you page */
.thankyou img { margin: 0 auto; max-width: 150px; margin-bottom: 20px; text-align: center; display: block;}
.thanktitle { font-size: 110px; line-height: 110px; font-weight: 700; color: #141414; text-align: center; text-transform: uppercase;}
.thankdec { font-size: 22px; line-height: 28px; font-weight: 500; margin-top: 15px; color: #071c1f; text-align: center;}
.thankyou { margin: 0px auto 0px auto;}

@media(max-width:1199px){
    .thanktitle{font-size: 80px;}
    .thankdec{margin-top: 0;}
    .thankyou img{margin-bottom: 0;}
}

@media(max-width:991px){
    .thanktitle{font-size: 64px;}
    .thankyou img{width: 120px;}
}

@media(max-width:767px){
    .thanktitle{font-size: 45px; line-height: 45px; }
    .thankdec{font-size: 16px;}
}

@media(max-width:575px){
    .thanktitle{font-size: 33px; line-height: 40px; }
    .thankdec{line-height: 24px;}
    .thankyou img{width: 90px;}
}
/* Thank you page end */

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}