PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/distinctdesign/codenwebz.com/
Server: Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
IP: 162.0.232.53
Choose File :

Url:
Dir : /home/distinctdesign/codenwebz.com/thankyou.php

<?php 
include 'config.php';
$title = "Thankyou | CodenWebz";
$description = "Thank you for Contacting us!";
include 'includes/header.php' ?>
<style>
    .thankyou-banner h1 {
        font-size:  46px;
        font-weight: 600;
        margin-bottom: 22px;
        line-height: 58px;
        margin-top: 30px;
        font-family: 'Poppins';
    }
    .thankyou-banner h1 span {
        display:  block;
        font-family:  georgia;
        font-style:  italic;
    }
    .thankyou-banner {
        text-align: center;
        display: -webkit-flex;
        display: inline-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 100vh;
        width: 100%;
        font-size: 22px;
        color: #182234;
        line-height: 26px;
        background-size: cover;
        padding: 50px 20px;
        border-top: 5px solid #950d0d;
        background-position: right;
    }
    a.chat-new-btn {
        background: #baf400;
        background: linear-gradient(90deg, #baf400, #baf400);
        display: inline-block;
        border-radius: 50px;
        padding: 14px 70px;
        color: white;
        text-transform:  uppercase;
        letter-spacing: 1px;
        margin: 40px 0;
        font-family: 'Poppins';
        font-weight: 600;
    }
    .logo-thankyou img{
        width: 300px;
    }
    .thankyou-banner .back-home {
        font-size: 16px;
        color: #182234;
        margin-top: 40px;
        font-weight: 600;
        font-family: 'Poppins';
    }
    .thankyou-banner .back-home img{
        margin-right: 10px;
    }
       @media (max-width:767px){
        .thankyou-banner h1 {
            font-size: 30px;
            margin-bottom: 10px;
            line-height: initial;
        }
        
        .thankyou-banner p {
            font-size: 17px;
        }
        
        a.chat-new-btn {
            margin-top: 10px;
            font-size: 16px;
            padding: 10px 30px;
            margin-bottom: 25px;
        }
        
        .back-home img {
            max-width: 200px;
        }
        
        .logo-thankyou img {
            max-width: 90%;
        }
       }
       a.chat-new-btn:hover {
        background: black;
        text-decoration: none;
        border: 2px solid #000000;
        color: white;
    }
    
    a {
        transition: 0.5s;
    }
    
    a.chat-new-btn {
        border: 2px solid #baf400;
    }
    
    div#smooth-content {
        background-color: #e4a18e;
    }
</style>
</head>

<body>

    <?php include 'includes/nav.php' ?>

    <section class="thankyou-banner">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <a href="#" class="logo-thankyou"><img src="images/newLogo2.png " class="img-fluid"
                            alt=""></a>
                    <h1> <span>Thank you for Contacting us!</span></h1>
                    <p>Our  support specialist will be in touch with you soon for the next steps.</p>
            
                    <!-- <a href="javascript:;" class="chat-new-btn red-btn learn-more">Let’s Chat</a> -->
                    <div class="clearfix"></div>
                    <a href="index.php"  class="back-home">
                        Back To Homepage</a>
                </div>
            </div>
        </div>
    </section>
    
    <?php include 'includes/footer.php' ?>