ok

Mini Shell

Direktori : /home/importfo/public_html/newroyalfamilyspa.com/
Upload File :
Current File : /home/importfo/public_html/newroyalfamilyspa.com/footer.php

<?php include ("admin/config.php");?>

<style>
     a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
            min-height: 100vh;
        }
.footer {
    padding: 100px 0px 0px;
    background-color: #030a16;
}


.footer .widget1 p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-top: 26px;
}

.footer .socialLinks {
    margin-top: 28px;
}

.socialLinks ul li {
    display: inline-block;
}


.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: #eebd41;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-facebook-f {
    color: #4267b2;
}

.socialLinks ul li a .fa-twitter {
    color: #1da1f2;
}

.socialLinks ul li a .fa-google-plus-g {
    color: #dd5044;
}

.socialLinks ul li a .fa-linkedin-in {
    color: #0177b5;
}


.socialLinks ul li a:hover i {
    color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
    background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
    background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
    background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
    background: #0177b5;
}
footer .logo {
    max-width: 200px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 21px
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
}
.footer .widget2 .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
    color: #ffb606;
}

.footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
}

.copyRightArea {
    margin-top: 83px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px 28px;
}

.copyRightArea p {
    color: rgba(255, 255, 255, 0.6);
}
</style>
    <footer class="footer">
            <div class="container">
                <div class="row">
                    <div class="col-md-6 col-lg-4">
                        <div class="widget1">
                            <div class="logo">
                                <img src="images/spa/ll.png" style="height:150px;" class="img-fluid" alt="">
                            </div>
                            <p style="text-align:justify;">
                                Welcome to New Royal Family Spa, your sanctuary for relaxation in Naroda, Ahmedabad. Our spa in Naroda offers a tranquil escape where skilled massage therapists provide rejuvenating experiences
                            </p>
                            <div class="socialLinks">
                                <ul>
                                    <li>
                                        <a href="https://www.facebook.com/people/New-Royal-Family-Spa/61554787464068/" target="blank">
                                            <i class="icofont-facebook"></i>
                                        </a>
                                    </li>
                                    <li>
                                        <a href="https://www.instagram.com/newroyalfamilyspa/?fbclid=IwAR1rTqRWi4HWhVbfKHEzya1VSgaukmthf0iH4craqUN-ziW2t9dL9AIGCV8" target="blank">
                                            <i class="icofont-instagram"></i>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6 col-lg-4">
                        <div class="widget2">
                            <h5 style="color:#ffe092">
                                Latest News & Blogs
                            </h5>
                              <?php
                            $sql="SELECT * from blog Limit 0,3";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>

                            <div class="media">
                                <img class="img-fluid" src="admin/upload/<?php echo $row['image']; ?>" alt="">
                                <div class="media-body d-flex align-self-center">
                                    <div class="content">
                                        <a href="blog_detail.php?slug=<?php echo $row['id']; ?>">
                                            <p>
                                                    <?php echo $row['title']; ?>
                                            </p>
                                        </a>
                                        <span>
                                           <?php echo $row['post_date']; ?>
                                        </span>
                                    </div>
                                </div>
                            </div>
                          <?php }?>
                        </div>
                    </div>
                    <div class="col-sm-8  col-lg-4">
                        <div class="widget3">
                            <h5 style="color:#ffe092">
                                Address
                            </h5>
                           <p style="color:white;">
                               Vimal Park, 116, White Elegance, NR, Naroda - Dehgam Rd, Hanspura, Naroda, Ahmedabad, Gujarat 382330
                           </p>
                           <br/>
                           <h5 style="color: #ffe092;">
                               Time
                           </h5>
                           <p style="color:white;">Mon To Sun: 10:00 AM TO 9:00 PM</p>
                           <br/>
                           <h5 style="color:#ffe092;">Call Now</h5>
                           <p style="color:white;">
                               +91 95379 72258
                           </p>
                        </div>
                    </div>
                    
                </div>
            </div>
            <div class="copyRightArea">
                <div class="container">
                    <div class="row">
                        <div class="col-12 text-center">
                            <p>&copy; Copyright  All rights reserved 2024 New Royal Family Spa Designed & Developed By <a href="https://inddigmedia.com/">Inddig Media</a>.</p>
                        </div>
                    </div>
                </div>
            </div>
        </footer>

Zerion Mini Shell 1.0