관리-도구
편집 파일: 6ec482689d3032abfffc88120ec30840.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> <title>Leon Fitness </title> <meta name="description" content="Fitness Center"> <meta name="keywords" content="Fitness"> <!-- CSS Here --> <link rel="shortcut icon" href="assets/images/favicon/favicon.ico" type="image/x-icon"> <link href="https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/animate_plugin.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/animate.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/aos.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/media-query.css')); ?>"> <!-- Bootstrap 5 CSS --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet" /> <!-- Bootstrap 5 JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <!-- Preloader Start --> <div class="preloader"> <div class="preloader-content"> <div class="preloader_img_circle"></div> <div class="preloader_img"> <img src="assets/images/preloader/fitness_preimg.gif" alt="fitness_preimg"> </div> </div> </div> <!-- Preloader end --> <div class="inner_site_content"> <!-- Header Start --> <header> <div id="header_section"> <div class="common_header_1" id="header_theme_2"> <div class="header_sec" id="header_sec"> <div class="header_theme_2"> <div class="container"> <div class="header_area"> <div class="row align-items-center"> <div class="col-xl-2 col-lg-3 col-6"> <div class="header_logo"> <a href="<?php echo e(route('index')); ?>"> <img src="assets/images/logos/gymort_logo.png" alt="header_logo" class="img-fluid"> </a> </div> </div> <script> document.addEventListener('DOMContentLoaded', function () { // Get all sections and navigation links const sections = document.querySelectorAll('section'); const navLinks = document.querySelectorAll('.desktop_navbar .nav-links'); // Function to remove active class from all links function removeActiveClasses() { navLinks.forEach(link => link.classList.remove('active')); } // Function to add active class to the corresponding link function addActiveClass(targetId) { navLinks.forEach(link => { if (link.getAttribute('href').includes(targetId)) { link.classList.add('active'); } }); } // Event listener for scroll window.addEventListener('scroll', function () { let currentSectionId = ''; // Check which section is in view sections.forEach(section => { const sectionTop = section.offsetTop; const sectionHeight = section.offsetHeight; if (window.scrollY >= sectionTop - 50 && window.scrollY < sectionTop + sectionHeight) { currentSectionId = section.getAttribute('id'); } }); // Update navigation links if (currentSectionId) { removeActiveClasses(); addActiveClass(currentSectionId); } }); }); </script> <div class="col-xl-8 col-lg-7 col-12 d-lg-block d-none"> <div class="desktop_navbar"> <nav> <ul class="dasktop_navlist satoshi_fontfamily"> <li class="nav-items"> <a href="<?php echo e(route('index')); ?>" class="nav-links active ">Home</a> </li> <li class="nav-items"> <a href="#about" class="nav-links ">About</a> </li> <li class="nav-items"> <a href="#services" class="nav-links ">Services</a> </li> <li class="nav-items"> <a href="#gallerys" class="nav-links ">Gallery</a> </li> <li class="nav-items"> <a href="/#contact" class="nav-links ">Contact</a> </li> </ul> </nav> </div> </div> <style> /* For larger screens: Hide the button */ @media (min-width: 1024px) { .sidebar_btn { display: none; } } </style> <script> document.addEventListener('DOMContentLoaded', function () { const offcanvas = document.getElementById('offcanvasTop'); const bsOffcanvas = bootstrap.Offcanvas.getInstance(offcanvas); bsOffcanvas.hide(); }); document.addEventListener('DOMContentLoaded', function () { // Get all mobile navigation links const navLinks = document.querySelectorAll('.mobile_navlist .nav-link-mobile'); // Add click event listener to each link navLinks.forEach(link => { link.addEventListener('click', function (e) { // Prevent default anchor behavior e.preventDefault(); // Get the target section id from the href const targetId = link.getAttribute('href').substring(1); const targetSection = document.getElementById(targetId); // Smooth scroll to the target section targetSection.scrollIntoView({ behavior: 'smooth' }); // Close the off-canvas menu const offcanvas = document.getElementById('offcanvasTop'); const bsOffcanvas = bootstrap.Offcanvas.getInstance(offcanvas); bsOffcanvas.hide(); }); }); }); </script> <div class="col-lg-2 col-6"> <div class="header_toggle_menu_area"> <div class="header_tooglemenu"> <div class=""> <button class="btn sidebar_btn" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop"> <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="20" cy="20" r="20" fill="black" /> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="8" y="8" width="24" height="24"> <path d="M8 8H32V32H8V8Z" fill="#000" /> </mask> <g> <path d="M12 20C12 20.2652 12.1054 20.5196 12.2929 20.7071C12.4804 20.8946 12.7348 21 13 21C13.2652 21 13.5196 20.8946 13.7071 20.7071C13.8946 20.5196 14 20.2652 14 20C14 19.7348 13.8946 19.4804 13.7071 19.2929C13.5196 19.1054 13.2652 19 13 19C12.7348 19 12.4804 19.1054 12.2929 19.2929C12.1054 19.4804 12 19.7348 12 20Z" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M19 20C19 20.2652 19.1054 20.5196 19.2929 20.7071C19.4804 20.8946 19.7348 21 20 21C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20C21 19.7348 20.8946 19.4804 20.7071 19.2929C20.5196 19.1054 20.2652 19 20 19C19.7348 19 19.4804 19.1054 19.2929 19.2929C19.1054 19.4804 19 19.7348 19 20Z" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M26 20C26 20.2652 26.1054 20.5196 26.2929 20.7071C26.4804 20.8946 26.7348 21 27 21C27.2652 21 27.5196 20.8946 27.7071 20.7071C27.8946 20.5196 28 20.2652 28 20C28 19.7348 27.8946 19.4804 27.7071 19.2929C27.5196 19.1054 27.2652 19 27 19C26.7348 19 26.4804 19.1054 26.2929 19.2929C26.1054 19.4804 26 19.7348 26 20Z" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </g> </svg> </button> </div> <div class="offcanvas offcanvas-top" tabindex="-1" id="offcanvasTop"> <div class="offcanvas-header custome_sidebar_head"> <div class="container-fluid"> <div class="custome_sidebar_upper"> <div class="toggle_menu_logo "> <a href="<?php echo e(route('index')); ?>"> <img src="assets/images/logos/gymort_logo.png" alt="Leon _logo"> </a> </div> <div class=""> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"> <span class="sidebar_closed">X</span> </button> </div> </div> </div> </div> <div class="offcanvas-body"> <div class="container"> <div class="row"> <div class="col-xl-7 col-lg-6"> <div class="mobile_navbar"> <ul class="mobile_navlist satoshi_fontfamily"> <li class="nav-item-mobile position-relative"> <a href="#hero_sec" class="nav-link-mobile" data-bs-dismiss="offcanvas">Home</a> </li> <li class="nav-item-mobile position-relative"> <a href="#about" class="nav-link-mobile" data-bs-dismiss="offcanvas">About</a> </li> <li class="nav-item-mobile position-relative"> <a href="#services" class="nav-link-mobile" data-bs-dismiss="offcanvas">Services</a> </li> <li class="nav-item-mobile position-relative"> <a href="#gallerys" class="nav-link-mobile" data-bs-dismiss="offcanvas">Gallery</a> </li> <li class="nav-item-mobile position-relative"> <a href="#contact" class="nav-link-mobile" data-bs-dismiss="offcanvas">Contact</a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <!-- Header End --> <!-- Banner-Slider Start --> <section id="hero_sec"> <div class="home_banner_slider" id="Home_banner_2"> <div class="banner_slider_list_area lazy"> <?php $__currentLoopData = $sliders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $slider): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="banner_slider_item"> <div class="banner_slider_img slide slide_one_home2" style=" background-image: url(<?php echo e(asset('storage/' . $slider->image)); ?>); " data-animation-in="shine_1" data-delay-in="0.2"> <div class="container"> <div class="banner_slider_content"> <h1 class="d-none">hidden</h1> <h2 class="d-none">hidden</h2> <h3 class="d-none">hidden</h3> <h4 class="d-none">hidden</h4> <h5 class="line_height_normal fw_500 color_white satoshi_fontfamily_bold" data-animation-in="fadeInRight" data-delay-in="0.2"><?php echo e($slider->description); ?> </h5> <h1 data-animation-in="fadeInRight" data-delay-in="0.2" class="satoshi_fontfamily_bold"><?php echo e($slider->title); ?></h1> <h2 class="d-none">hidden</h2> <h3 class="d-none">hidden</h3> <h4 class="d-none">hidden</h4> <div class="slider_button" data-animation-in="fadeInRight" data-delay-in="0.2"> <div class="banner_btn"> <a href="#contact" class="orange_btn"> <span class="orenge_text " data-hover="Get Started"> Get Started </span> <!-- <span class="orenge_icon "> <img src="assets/images/svgs/common_button_arrow.svg" alt="common_button_arrow"> </span> --> </a> </div> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="quick_contact"> <a href="tel:+12345678899" class="color_white "> <span> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <path d="M0 0H24V24H0V0Z" fill="white" /> </mask> <g> <path d="M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M15 7C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M15 3C16.5913 3 18.1174 3.63214 19.2426 4.75736C20.3679 5.88258 21 7.4087 21 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </g> </svg> </span> <h6 class="line_height_24 fw_500 satoshi_fontfamily color_white"> +91 <?php echo e($address->phone); ?> </h6> </a> </div> </div> </section> <!-- Banner-Slider End --> <!-- About-Us Start --> <section class="about_us_sec pt-5" id="about"> <div class="container"> <div class="about_us sec_padding"> <div class="row"> <div class="col-xl-5 col-lg-6"> <div class="about_big_img_area h-100 text-lg-start text-center"> <div class="about_big_img about_img_shap_1 reveal h-100"> <img src="assets/images/about/about_img_1.png" alt="about_img" class="h-100"> </div> </div> </div> <div class="col-xl-7 col-lg-6"> <div class="about_detail_area"> <div class="common_title_area about_us_title text-md-start text-center"> <h5 class="satoshi_fontfamily_bold fw_500 line_height_normal color_orange reveal custom_fade_top"> Know About Us</h5> <h3 class="pt-10 reveal custom_lightSpeedInLeft satoshi_fontfamily_bold">PERSONAL TRAININGS ANYWHERE</h3> <h4 class="d-none">hidden</h4> <h5 class="d-none">hidden</h5> </div> <div class="about_img_detail_area"> <div class="row"> <div class="col-xl-7 col-lg-12 col-sm-7"> <div class="about_img_inner_info"> <p class="satoshi_fontfamily fw_500 line_height_30 color_lightblack" data-aos="fade-down"> We are the fitness studio that has it all! From Crossfit training to steam bath facility, you name it and we have it! Our aim is to provide top end quality training facility with high quality machineries and trainers with demonstrated experience in fitness field. No sky defines our limits; hence we don't compromise in your fitness. Don't want to hang around gym but want to get fit? Follow our Zumba classes and Bollywood aerobic sessions to get you movin'. </p> <ul class="satoshi_fontfamily fw_500"> <li class="reveal custom_lightSpeedInLeft">We find your trainer. </li> <li class="reveal custom_lightSpeedInLeft">We make your plan.</li> <li class="reveal custom_lightSpeedInLeft">Take training anywhere. </li> </ul> </div> </div> <div class="col-sm-5"> <div class="about_img_inner about_img_shap_2 reveal d-xl-block d-lg-none d-sm-block d-none"> <img src="assets/images/about/about_img_2.png" alt="about_img" class="h-100"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- About-Us End --> <section class="about_us_sec pt-5" id="services"> <div class="bg_black"> <div class="container"> <div class="about_us sec_padding"> <div class="row"> <div class="col-xl-4"> <div class="common_title_area our_training_title text-xl-start text-center"> <h5 class="satoshi_fontfamily fw_500 line_height_normal color_orange reveal custom_fade_top"> Our Services</h5> <h3 class="pt-10 pb-40 reveal custom_lightSpeedInLeft color_white satoshi_fontfamily_bold">MEET OUR BEST PROGRAM FOR YOUR BEST RESULTS</h3> <h4 class="d-none">hidden</h4> <h5 class="d-none">hidden</h5> <div class="our_training_btn reveal custom_fade_buttom"> <div class="banner_btn"> </div> </div> </div> </div> <div class="col-xl-8 col-12"> <div class="our_training_image_area"> <style> #serviceModalLabel { color: white; /* Ensures the text is white */ } </style> <div class="row"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!-- Service Card 1 --> <div class="col-md-6 mb-4 satoshi_fontfamily_bold"> <div class="satoshi_fontfamily_bold service-card p-4 text-center bg-dark text-white shadow rounded d-flex flex-column justify-content-between h-100"> <img src="<?php echo e(asset('storage/'.$service->image)); ?>" class="mb-3 img-fluid equal-height" alt="<?php echo e($service->service); ?>"> <h4 class="mb-2 text-white satoshi_fontfamily_bold"><?php echo e($service->service); ?></h4> <p></p> <button class="btn btn-warning" data-bs-toggle="modal" data-bs-target="#serviceModal" data-title="<?php echo e($service->service); ?>" data-desc="<?php echo e($service->description); ?>" data-img="<?php echo e(asset('storage/'.$service->image)); ?>"> Learn More </button> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div></div></div></div> <!-- Modal --> <div class="modal fade" id="serviceModal" tabindex="-1" aria-labelledby="serviceModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content bg-dark text-white"> <div class="modal-header"> <h5 class="modal-title satoshi_fontfamily_bold" id="serviceModalLabel" ></h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <img id="serviceModalImg" src="" class="img-fluid mb-3" alt="Service Image"> <p class="satoshi_fontfamily" id="serviceModalDesc"></p> </div> </div> </div> </div> <!-- Custom Styles --> <style> /* Ensure equal height cards */ .service-card { display: flex; flex-direction: column; height: 100%; width: 100%; justify-content: space-between; } .service-card button{ background-color: #ffc107; height: 40px; border-radius: 15px; } .equal-height { width: 100%; height: 300px; /* Fixed height for images */ object-fit: cover; /* Maintain aspect ratio while covering the area */ } .modal-body img { width: 100%; } .btn-warning { margin-top: auto; } </style> <script> document.addEventListener('DOMContentLoaded', () => { const serviceModal = document.getElementById('serviceModal'); const modalTitle = document.getElementById('serviceModalLabel'); const modalImg = document.getElementById('serviceModalImg'); const modalDesc = document.getElementById('serviceModalDesc'); serviceModal.addEventListener('show.bs.modal', (event) => { const trigger = event.relatedTarget; const title = trigger.getAttribute('data-title'); const imgSrc = trigger.getAttribute('data-img'); const desc = trigger.getAttribute('data-desc'); modalTitle.textContent = title; modalImg.src = imgSrc; modalDesc.textContent = desc; }); }); </script> </section> <!-- Our-tranings End --> <!-- Meet-Team Slider Start --> <div class="meet_team_v2 sec_padding"> <div class="container-fluid pe-lg-0"> <div class="meet_team_slider overflow-hidden"> <div class="row m-0"> <div class="col-xl-3"> <div class="common_title_area meet_team_title text-xl-start text-center"> <div> <h5 class="satoshi_fontfamily fw_500 line_height_normal color_orange reveal custom_fade_top"> Our Trainers</h5> <h3 class="pt-10 reveal custom_lightSpeedInLeft satoshi_fontfamily_bold">MEET OUR SKILLED TEAM</h3> <h4 class="d-none">hidden</h4> </div> </div> </div> <div class="col-xl-9 p-xl-0 reveal "> <div class="meet_team_v2_slider_area"> <div class="meet_team_v2_slider_list"> <?php $__currentLoopData = $trainers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $trainer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="meet_team_v2_item"> <div class="meet_team_v2_box"> <div class="meet_team_img"> <img src="<?php echo e(asset('storage/'.$trainer->image)); ?>" alt="triners"> </div> <div class="meet_team_info triners_info"> <h5 class="line_height_normal"> <a href="#" class="satoshi_fontfamily_bold color_black triners_name"><?php echo e($trainer->name); ?></a> </h5> <p class="satoshi_fontfamily_bold satoshi_fontfamily fw_500 color_lightblack pb-0"><?php echo e($trainer->designation); ?> </p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </div> </div> <!-- Meet-Team Slider End --> <!-- Gym-Counter Start --> <div class="counter_sec sec_padding"> <div class="container"> <div class="counter_area reveal custom_fade_buttom"> <div class="row"> <div class="col-lg-3 col-md-6"> <div class="counter_box"> <h2 class="counter_strok_text counter" aria-label="08">08</h2> <h2 class="counter" aria-label="08">08</h2> <p class="satoshi_fontfamily fw_500 line_height_normal">Years of Experience</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="counter_box"> <h2 class="counter_strok_text counter" aria-label="20+">20+</h2> <h2 class="counter" aria-label="20+">20+</h2> <p class="satoshi_fontfamily fw_500 line_height_normal">Skilled Trainers</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="counter_box"> <h2 class="counter_strok_text counter" aria-label="8k+">8k+</h2> <h2 class="counter" aria-label="8k+">8k+</h2> <p class="satoshi_fontfamily fw_500 line_height_normal">Calories Burned</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="counter_box"> <h2 class="counter_strok_text counter" aria-label="1.1k">1.1k</h2> <h2 class="counter" aria-label="1.1k">1.1k</h2> <h3 class="d-none">hidden</h3> <h4 class="d-none">hidden</h4> <p class="satoshi_fontfamily fw_500 line_height_normal">Happy Members</p> </div> </div> </div> </div> </div> </div> <!-- Gym-Counter End --> <!-- Client-Say Slider Start --> <div class="client_say_slider_v2"> <div class="container"> <div class="client_say_slider_v2_area "> <div class="row"> <div class="col-12"> <div class="common_title_area client_say_slider_title text-center"> <h5 class="satoshi_fontfamily fw_500 line_height_normal color_orange reveal custom_fade_top"> Our Clients Say</h5> <h3 class="pt-10 reveal custom_lightSpeedInLeft color_black satoshi_fontfamily_bold">TESTIMONIALS</h3> <h4 class="d-none">hidden</h4> <h5 class="d-none">hidden</h5> </div> </div> <div class="col-12"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="client_say_slider_v2_list lazy"> <div class="client_say_slider_v2_item"> <div class="client_say_slider_v2_box"> <div class="client_say_slider_v2_img d-lg-block d-none" data-animation-in="fadeInUp" data-delay-in="0.2"> <img src="<?php echo e(asset('storage/'.$testimonial->image)); ?>" alt="client_say"> </div> <div class="client_say_slider_v2_img d-lg-none d-block" data-animation-in="fadeInDown" data-delay-in="0.2"> <img src="<?php echo e(asset('storage/'.$testimonial->image)); ?>" alt="client_say"> </div> <div class="client_say_slider_v2_detail d-lg-block d-none" data-animation-in="fadeInDown" data-delay-in="0.2"> <h6 class="satoshi_fontfamily_medium_itlic color_lightblack line_height_30"> <?php echo e($testimonial->comment); ?> </h6> <div class="client_review"> <svg width="136" height="24" viewBox="0 0 136 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="112" y="0" width="24" height="24"> <path d="M112 0H136V24H112V0Z" fill="white" /> </mask> <g> <path d="M120.244 7.34004L113.864 8.26505L113.751 8.28804C113.58 8.33346 113.424 8.42345 113.299 8.54885C113.174 8.67424 113.085 8.83053 113.04 9.00177C112.996 9.17301 112.997 9.35305 113.045 9.52352C113.092 9.69398 113.184 9.84876 113.311 9.97204L117.933 14.471L116.843 20.826L116.83 20.936C116.82 21.113 116.856 21.2895 116.937 21.4475C117.017 21.6056 117.138 21.7395 117.287 21.8356C117.436 21.9316 117.607 21.9863 117.784 21.9942C117.961 22.002 118.137 21.9626 118.294 21.88L124 18.88L129.693 21.88L129.793 21.926C129.958 21.9911 130.138 22.011 130.313 21.9838C130.488 21.9566 130.653 21.8833 130.791 21.7713C130.928 21.6593 131.034 21.5128 131.096 21.3467C131.158 21.1806 131.175 21.0009 131.145 20.826L130.054 14.471L134.678 9.97104L134.756 9.88604C134.868 9.74881 134.941 9.5845 134.968 9.40984C134.995 9.23518 134.976 9.05642 134.911 8.89178C134.847 8.72713 134.74 8.58248 134.602 8.47256C134.463 8.36264 134.298 8.29138 134.123 8.26604L127.743 7.34004L124.891 1.56004C124.809 1.39258 124.681 1.25156 124.522 1.15295C124.364 1.05434 124.181 1.00208 123.994 1.00208C123.808 1.00208 123.625 1.05434 123.466 1.15295C123.308 1.25156 123.18 1.39258 123.097 1.56004L120.244 7.34004Z" fill="#FF640D" /> </g> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="84" y="0" width="24" height="24"> <path d="M84 0H108V24H84V0Z" fill="white" /> </mask> <g> <path d="M92.2442 7.34004L85.8642 8.26505L85.7512 8.28804C85.5802 8.33346 85.4242 8.42345 85.2993 8.54885C85.1744 8.67424 85.085 8.83053 85.0403 9.00177C84.9956 9.17301 84.9971 9.35305 85.0447 9.52352C85.0923 9.69398 85.1842 9.84876 85.3112 9.97204L89.9332 14.471L88.8432 20.826L88.8302 20.936C88.8198 21.113 88.8565 21.2895 88.9367 21.4475C89.0169 21.6056 89.1376 21.7395 89.2866 21.8356C89.4355 21.9316 89.6073 21.9863 89.7844 21.9942C89.9614 22.002 90.1374 21.9626 90.2942 21.88L96.0002 18.88L101.693 21.88L101.793 21.926C101.958 21.9911 102.138 22.011 102.313 21.9838C102.488 21.9566 102.653 21.8833 102.791 21.7713C102.928 21.6593 103.034 21.5128 103.096 21.3467C103.158 21.1806 103.175 21.0009 103.145 20.826L102.054 14.471L106.678 9.97104L106.756 9.88604C106.868 9.74881 106.941 9.5845 106.968 9.40984C106.995 9.23518 106.976 9.05642 106.911 8.89178C106.847 8.72713 106.74 8.58248 106.602 8.47256C106.463 8.36264 106.298 8.29138 106.123 8.26604L99.7432 7.34004L96.8912 1.56004C96.8087 1.39258 96.6809 1.25156 96.5224 1.15295C96.3639 1.05434 96.1809 1.00208 95.9942 1.00208C95.8075 1.00208 95.6246 1.05434 95.466 1.15295C95.3075 1.25156 95.1798 1.39258 95.0972 1.56004L92.2442 7.34004Z" fill="#FF640D" /> </g> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="56" y="0" width="24" height="24"> <path d="M56 0H80V24H56V0Z" fill="white" /> </mask> <g> <path d="M64.2442 7.34004L57.8642 8.26505L57.7512 8.28804C57.5802 8.33346 57.4242 8.42345 57.2993 8.54885C57.1744 8.67424 57.085 8.83053 57.0403 9.00177C56.9956 9.17301 56.9971 9.35305 57.0447 9.52352C57.0923 9.69398 57.1842 9.84876 57.3112 9.97204L61.9332 14.471L60.8432 20.826L60.8302 20.936C60.8198 21.113 60.8565 21.2895 60.9367 21.4475C61.0169 21.6056 61.1376 21.7395 61.2866 21.8356C61.4355 21.9316 61.6073 21.9863 61.7844 21.9942C61.9614 22.002 62.1374 21.9626 62.2942 21.88L68.0002 18.88L73.6932 21.88L73.7932 21.926C73.9583 21.9911 74.1377 22.011 74.313 21.9838C74.4883 21.9566 74.6532 21.8833 74.7908 21.7713C74.9284 21.6593 75.0338 21.5128 75.0961 21.3467C75.1583 21.1806 75.1753 21.0009 75.1452 20.826L74.0542 14.471L78.6782 9.97104L78.7562 9.88604C78.8677 9.74881 78.9407 9.5845 78.968 9.40984C78.9952 9.23518 78.9757 9.05642 78.9113 8.89178C78.847 8.72713 78.7402 8.58248 78.6017 8.47256C78.4633 8.36264 78.2982 8.29138 78.1232 8.26604L71.7432 7.34004L68.8912 1.56004C68.8087 1.39258 68.6809 1.25156 68.5224 1.15295C68.3639 1.05434 68.1809 1.00208 67.9942 1.00208C67.8075 1.00208 67.6246 1.05434 67.466 1.15295C67.3075 1.25156 67.1798 1.39258 67.0972 1.56004L64.2442 7.34004Z" fill="#FF640D" /> </g> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="28" y="0" width="24" height="24"> <path d="M28 0H52V24H28V0Z" fill="white" /> </mask> <g> <path d="M36.2442 7.34004L29.8642 8.26505L29.7512 8.28804C29.5802 8.33346 29.4242 8.42345 29.2993 8.54885C29.1744 8.67424 29.085 8.83053 29.0403 9.00177C28.9956 9.17301 28.9971 9.35305 29.0447 9.52352C29.0923 9.69398 29.1842 9.84876 29.3112 9.97204L33.9332 14.471L32.8432 20.826L32.8302 20.936C32.8198 21.113 32.8565 21.2895 32.9367 21.4475C33.0169 21.6056 33.1376 21.7395 33.2866 21.8356C33.4355 21.9316 33.6073 21.9863 33.7844 21.9942C33.9614 22.002 34.1374 21.9626 34.2942 21.88L40.0002 18.88L45.6932 21.88L45.7932 21.926C45.9583 21.9911 46.1377 22.011 46.313 21.9838C46.4883 21.9566 46.6532 21.8833 46.7908 21.7713C46.9284 21.6593 47.0338 21.5128 47.0961 21.3467C47.1583 21.1806 47.1753 21.0009 47.1452 20.826L46.0542 14.471L50.6782 9.97104L50.7562 9.88604C50.8677 9.74881 50.9407 9.5845 50.968 9.40984C50.9952 9.23518 50.9757 9.05642 50.9113 8.89178C50.847 8.72713 50.7402 8.58248 50.6017 8.47256C50.4633 8.36264 50.2982 8.29138 50.1232 8.26604L43.7432 7.34004L40.8912 1.56004C40.8087 1.39258 40.6809 1.25156 40.5224 1.15295C40.3639 1.05434 40.1809 1.00208 39.9942 1.00208C39.8075 1.00208 39.6246 1.05434 39.466 1.15295C39.3075 1.25156 39.1798 1.39258 39.0972 1.56004L36.2442 7.34004Z" fill="#FF640D" /> </g> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <path d="M0 0H24V24H0V0Z" fill="white" /> </mask> <g> <path d="M8.24423 7.34004L1.86423 8.26505L1.75123 8.28804C1.58017 8.33346 1.42423 8.42345 1.29932 8.54885C1.17442 8.67424 1.08503 8.83053 1.04029 9.00177C0.995552 9.17301 0.997058 9.35305 1.04466 9.52352C1.09226 9.69398 1.18425 9.84876 1.31123 9.97204L5.93323 14.471L4.84323 20.826L4.83023 20.936C4.81976 21.113 4.8565 21.2895 4.93668 21.4475C5.01686 21.6056 5.13761 21.7395 5.28657 21.8356C5.43552 21.9316 5.60732 21.9863 5.78438 21.9942C5.96144 22.002 6.13739 21.9626 6.29423 21.88L12.0002 18.88L17.6932 21.88L17.7932 21.926C17.9583 21.9911 18.1377 22.011 18.313 21.9838C18.4883 21.9566 18.6532 21.8833 18.7908 21.7713C18.9284 21.6593 19.0338 21.5128 19.0961 21.3467C19.1583 21.1806 19.1753 21.0009 19.1452 20.826L18.0542 14.471L22.6782 9.97104L22.7562 9.88604C22.8677 9.74881 22.9407 9.5845 22.968 9.40984C22.9952 9.23518 22.9757 9.05642 22.9113 8.89178C22.847 8.72713 22.7402 8.58248 22.6017 8.47256C22.4633 8.36264 22.2982 8.29138 22.1232 8.26604L15.7432 7.34004L12.8912 1.56004C12.8087 1.39258 12.6809 1.25156 12.5224 1.15295C12.3639 1.05434 12.1809 1.00208 11.9942 1.00208C11.8075 1.00208 11.6246 1.05434 11.466 1.15295C11.3075 1.25156 11.1798 1.39258 11.0972 1.56004L8.24423 7.34004Z" fill="#FF640D" /> </g> </svg> </div> <div class="client_say_img_detail"> <h5 class="line_height_normal"><?php echo e($testimonial->name); ?></h5> <p class="satoshi_fontfamily line_height_normmal fw_500 pt-10"> <?php echo e($testimonial->location); ?></p> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </div> </div> <!-- Client-Say Slider End --> <section class="about_us_sec pt-5" id="gallerys"> <div class="container"> <div class="about_us sec_padding"> <div class="row"> <div class="col-12"> <div class="common_title_area text-center"> <h5 class="satoshi_fontfamily fw_500 line_height_normal color_orange reveal custom_fade_top"> </h5> <h3 class="pt-10 reveal custom_lightSpeedInLeft color_black satoshi_fontfamily_bold ">Gallery</h3> <h4 class="d-none">hidden</h4> <h5 class="d-none">hidden</h5> </div> </div> <!-- Photos Section --> <div class="col-12"> <div class="gallery"> <!-- Image Items --> <?php $__currentLoopData = $gallerys; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $gallery): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="gallery-item"> <img src="<?php echo e(asset('storage/'.$gallery->image)); ?>" alt="Sample Image"> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <!-- Videos Section --> <!-- <div class="col-12"> <h3 class="text-center color_orange">Videos</h3> <div class="gallery"> <div class="gallery-item"> <video controls> <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <div class="title">Sample Video</div> </div> <div class="gallery-item"> <video controls> <source src="https://www.w3schools.com/html/movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <div class="title">Another Video</div> </div> </div> </div> --> </div> </div> </div> </section> <!-- Instagram-Feed End --> <section class="our_contactus_page_sec" id="contact"> <div class="container"> <div class="contactus_page_area sec_padding"> <div class="row"> <div class="col-lg-6"> <div class="contact_us_map "> <div class="responsive-map" data-aos-easing="linear" data-aos-duration="1000"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62863.8425795919!2d76.342098!3d10.01767!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b080d9bb223a84f%3A0x1fa103ba00f56b90!2sEnergetix%20Fitness%20Studio!5e0!3m2!1sen!2sus!4v1737626765308!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> <div class="col-lg-6"> <div class="contactus_page_form_area"> <div class="row"> <div class="col-12"> <div class="common_title_area contactus_page_form_title text-lg-start text-center"> <h3 class="reveal custom_lightSpeedInLeft satoshi_fontfamily_bold">CONTACT US</h3> <h4 class="d-none">hidden</h4> <p class="satoshi_fontfamily fw_500 line_height_30 color_lightblack pt-20 pb-40" data-aos="fade-down">Your email address will not be published. Required fields are marked*</p> </div> </div> </div> <div class="get_touch_form_area"> <form method="POST" action="<?php echo e(route('contact.store')); ?>"> <?php echo csrf_field(); ?> <div class="get_touch_form"> <div class="row"> <div class="col-sm-6"> <div class="get_touch_box reveal active"> <input type="text" name="name" value="<?php echo e(old('name')); ?>" class="form-control satoshi_fontfamily fw_500 line_height_24" placeholder="Your Name*" required=""> <?php $__errorArgs = ['name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <div class="alert alert-danger"><?php echo e($message); ?></div> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-sm-6"> <div class="get_touch_box reveal active"> <input type="text" name="mobile" value="<?php echo e(old('mobile')); ?>" class="form-control satoshi_fontfamily fw_500 line_height_24" placeholder="Your Mobile*" required=""> <?php $__errorArgs = ['mobile']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <div class="alert alert-danger"><?php echo e($message); ?></div> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-12"> <div class="get_touch_box reveal active"> <input type="email" name="email" value="<?php echo e(old('email')); ?>" class="form-control satoshi_fontfamily fw_500 line_height_24" placeholder="Email Address" required=""> <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <div class="alert alert-danger"><?php echo e($message); ?></div> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-12"> <div class="get_touch_box reveal active"> <textarea name="message" class="form-control satoshi_fontfamily fw_500 line_height_24" placeholder="Drop us a few lines here..." required></textarea> </div> </div> <div class="col-12"> <div class="get_touch_box"> <button type="submit" class="orange_btn black_btn border-0 p-0 bg_transparent reveal custom_fade_buttom active"> <span class="orenge_text " data-hover="Submit Now"> Submit Now </span> <!-- <span class="orenge_icon "> <img src="assets/images/svgs/common_button_arrow.svg" alt="common_button_arrow"> </span> --> </button> <?php if(session()->has('message')): ?> <script> alert("<?php echo e(session()->get('message')); ?>"); </script> <?php endif; ?> </div> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> </section> <!-- <style> html { scroll-behavior: smooth; } </style> <script> document.addEventListener('DOMContentLoaded', () => { const navLinks = document.querySelectorAll('.nav-link'); navLinks.forEach(link => { link.addEventListener('click', (event) => { const targetId = event.target.getAttribute('href').substring(1); // Get the id without `#` const targetElement = document.getElementById(targetId); if (targetElement) { event.preventDefault(); // Prevent default browser behavior const offset = 70; // Adjust this value for your navbar height const targetPosition = targetElement.offsetTop - offset; window.scrollTo({ top: targetPosition, behavior: 'smooth' }); } }); }); }); </script> --> <!-- Gym-Marqueer-Text Start --> <div class="gym_marqueer_text_sec reveal"> <div class="gym_marqueer_text_slider_list bg_orange "> <div class="gym_marqueer_leftslide"> <div class="marquee_content satoshi_fontfamily_bold"> <ul class="list-inline"> <li><a href="#services" class="color_white custom_cursor_whiteglow">Customised Diet & Workout Plan</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Treating Injury Clients</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Group Exercise</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Personal Training</a> </li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Functional Strength Training</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> </ul> <ul class="list-inline"> <li><a href="#services" class="color_white custom_cursor_whiteglow">Weight Gaining</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Fat Losing</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Crossfit Training</a> </li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Body Building</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Advance Strength Training</a></li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> <li><a href="#services" class="color_white custom_cursor_whiteglow">Core Conditioning</a> </li> <li><a href="javascript:void(0);" class="color_white custom_cursor_whiteglow">*</a></li> </ul> </div> </div> </div> </div> <!-- Gym-Marqueer-Text End --> <!-- footer Start --> <footer> <div class="footer_sec bg_black"> <div class="container"> <div class="footer_area"> <div class="row"> <div class="col-12"> <div class="footer_upper_big_text sec_padding"> <div class="reveal custom_lightSpeedInLeft"> <a href="#contact" class="contact_hover_btn"> <svg viewBox="0 0 1300 128"> <symbol id="s-text"> <text text-anchor="middle" x="50%" y="50%" dy=".35em">LET’S DISCUSS</text> </symbol> <use class="text" xlink:href="#s-text"></use> <use class="text" xlink:href="#s-text"></use> <use class="text" xlink:href="#s-text"></use> <use class="text" xlink:href="#s-text"></use> <use class="text" xlink:href="#s-text"></use> </svg> </a> </div> </div> </div> <div class="col-12"> <div class="footer_mid_area"> <div class="row align-items-center"> <div class="col-xl-3 col-lg-3 col-sm-6"> <div class="footer_logo_area"> <a href="javascript:void(0);" class="footer_logo reveal d-block"> <img src="assets/images/logos/gymort_logo.png" alt="Leon _logo"> </a> <p class="satoshi_fontfamily line_height_30 fw_500 color_lightgray reveal "> We are the fitness studio that has it all! From Crossfit training to steam bath facility, you name it and we have it!</p> </div> </div> <div class="col-xl-3 col-lg-2 col-sm-6"> <div class="footer_quick_contact"> <h6 class="color_white reveal custom_lightSpeedInLeft">CONTACT US</h6> <div class="footer_contact"> <a href="tel:91<?php echo e($address->phone); ?>" class="satoshi_fontfamily line_height_30 fw_500 color_lightgray d-block triners_icons reveal ">+91 <?php echo e($address->phone); ?></a> <a href="mailto:<?php echo e($address->email); ?>" class="satoshi_fontfamily line_height_30 fw_500 color_lightgray d-block triners_icons reveal "><?php echo e($address->email); ?></a> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-sm-6"> <div class="footer_gym_time"> <h6 class="color_white reveal custom_lightSpeedInLeft">WE ARE OPEN</h6> <p class="satoshi_fontfamily line_height_30 fw_500 color_lightgray reveal"> Monday - Saturday: </p> <p class="satoshi_fontfamily line_height_30 fw_500 color_lightgray reveal "> 05.30 am - 10:00 pm</p> </div> </div> <div class="col-xl-3 col-lg-3 col-sm-6"> <div class="footer_address "> <h6 class="color_white reveal custom_lightSpeedInLeft">WE ARE HERE</h6> <p class="satoshi_fontfamily line_height_30 fw_500 color_lightgray reveal "> <?php echo e($address->address); ?></p> </div> </div> </div> </div> </div> <div class="col-12"> <div class="footer_bottom_area"> <div class="row align-items-center"> <div class="col-sm-6"> <p class="satoshi_fontfamily line_height_24 fw_500 color_lightgray reveal "> Leon Fitness 2025 © Designed by <a href="https://ictglobaltech.com" class="color_lightgray triners_icons" target="_blank">ICT Global Tech Pvt Ltd</a></p> </div> <div class="col-sm-6"> <ul class="footer_social_icon"> <li class="reveal "> <a href="https://www.facebook.com/" class="triners_icons" target="_blank"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect width="20" height="20" fill="white" /> </mask> <g> <path d="M11.6654 11.2498H13.7487L14.582 7.9165H11.6654V6.24984C11.6654 5.39202 11.6654 4.58317 13.332 4.58317H14.582V1.78325C14.3106 1.74721 13.2845 1.6665 12.2011 1.6665C9.93903 1.6665 8.33203 3.04722 8.33203 5.58293V7.9165H5.83203V11.2498H8.33203V18.3332H11.6654V11.2498Z" fill="white" /> </g> </svg> </a> </li> <li class="reveal "> <a href="https://x.com/" class="triners_icons" target="_blank"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect width="20" height="20" fill="white" /> </mask> <g> <path d="M18.5104 4.71337C17.8743 4.99479 17.1996 5.17962 16.5088 5.26176C17.2366 4.8261 17.7812 4.14075 18.0411 3.33337C17.3573 3.73967 16.6088 4.02564 15.8282 4.17884C15.1693 3.47588 14.2483 3.07752 13.2848 3.07862C11.3605 3.07862 9.79975 4.63884 9.79975 6.56402C9.79975 6.83715 9.83109 7.10202 9.88967 7.35757C6.99206 7.2117 4.42506 5.82504 2.70565 3.71617C2.39608 4.24806 2.23338 4.85265 2.2342 5.46806C2.2342 6.67716 2.84967 7.74437 3.78458 8.36917C3.23115 8.35167 2.6899 8.2022 2.20599 7.93311C2.20545 7.94775 2.20545 7.96239 2.20545 7.97623C2.20545 9.66533 3.40683 11.0743 5.00166 11.3942C4.70234 11.4752 4.3936 11.5162 4.08352 11.5159C3.85831 11.5159 3.63976 11.4952 3.42733 11.4544C3.8711 12.8387 5.15739 13.8466 6.683 13.8742C5.44845 14.8432 3.92391 15.3688 2.35453 15.3666C2.07677 15.3668 1.79925 15.3504 1.52344 15.3176C3.1167 16.3418 4.97127 16.8854 6.86535 16.8834C13.2763 16.8834 16.7817 11.5729 16.7817 6.96759C16.7817 6.81692 16.778 6.66572 16.7713 6.51664C17.4536 6.02371 18.0425 5.41306 18.5104 4.71337Z" fill="white" /> </g> </svg> </a> </li> <li class="reveal "> <a href="https://www.instagram.com/" class="triners_icons" target="_blank"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect width="20" height="20" fill="white" /> </mask> <g> <path d="M10.0013 7.49984C8.62015 7.49984 7.5013 8.61909 7.5013 9.99984C7.5013 11.3809 8.62057 12.4998 10.0013 12.4998C11.3824 12.4998 12.5013 11.3806 12.5013 9.99984C12.5013 8.61875 11.3821 7.49984 10.0013 7.49984ZM10.0013 5.83317C12.3017 5.83317 14.168 7.69742 14.168 9.99984C14.168 12.3003 12.3037 14.1665 10.0013 14.1665C7.70091 14.1665 5.83464 12.3023 5.83464 9.99984C5.83464 7.69945 7.69889 5.83317 10.0013 5.83317ZM15.418 5.62413C15.418 6.19922 14.9507 6.66581 14.3763 6.66581C13.8012 6.66581 13.3347 6.1985 13.3347 5.62413C13.3347 5.04975 13.8019 4.58317 14.3763 4.58317C14.9499 4.58245 15.418 5.04975 15.418 5.62413ZM10.0013 3.33317C7.93924 3.33317 7.60314 3.33863 6.64404 3.38134C5.99061 3.41201 5.55259 3.4999 5.14562 3.6579C4.78395 3.79816 4.52306 3.96565 4.24509 4.24363C3.96604 4.52267 3.79885 4.78286 3.65915 5.1447C3.50079 5.5526 3.41293 5.98993 3.3828 6.64246C3.33968 7.5625 3.33464 7.88405 3.33464 9.99984C3.33464 12.0619 3.34009 12.398 3.38279 13.357C3.41349 14.0102 3.50149 14.4488 3.6591 14.8548C3.79974 15.217 3.96757 15.4785 4.2442 15.7552C4.52434 16.0349 4.78531 16.2027 5.14371 16.341C5.55564 16.5003 5.99339 16.5883 6.64392 16.6183C7.56397 16.6614 7.88551 16.6665 10.0013 16.6665C12.0634 16.6665 12.3995 16.661 13.3585 16.6183C14.0102 16.5878 14.4492 16.4995 14.8563 16.342C15.2175 16.2018 15.4798 16.0333 15.7567 15.7569C16.0368 15.4763 16.2042 15.216 16.3427 14.8568C16.5016 14.4463 16.5897 14.008 16.6198 13.3573C16.6629 12.4372 16.668 12.1156 16.668 9.99984C16.668 7.93777 16.6625 7.60168 16.6198 6.64265C16.5892 5.99072 16.5009 5.55108 16.3432 5.14415C16.2033 4.78349 16.0352 4.5218 15.7575 4.24363C15.478 3.96413 15.2185 3.79728 14.8564 3.65769C14.4488 3.49945 14.0108 3.41147 13.3587 3.38135C12.4387 3.33821 12.1171 3.33317 10.0013 3.33317ZM10.0013 1.6665C12.2652 1.6665 12.5478 1.67484 13.4367 1.7165C14.3235 1.75748 14.9284 1.89775 15.4597 2.104C16.0089 2.31581 16.4728 2.60192 16.936 3.06511C17.3985 3.52831 17.6847 3.99359 17.8972 4.5415C18.1027 5.07206 18.243 5.67761 18.2847 6.56442C18.3242 7.45331 18.3347 7.73595 18.3347 9.99984C18.3347 12.2638 18.3263 12.5463 18.2847 13.4353C18.2437 14.3221 18.1027 14.9269 17.8972 15.4582C17.6853 16.0075 17.3985 16.4713 16.936 16.9346C16.4728 17.3971 16.0068 17.6832 15.4597 17.8957C14.9284 18.1013 14.3235 18.2415 13.4367 18.2832C12.5478 18.3228 12.2652 18.3332 10.0013 18.3332C7.73741 18.3332 7.45477 18.3248 6.56589 18.2832C5.67908 18.2422 5.07491 18.1013 4.54297 17.8957C3.99435 17.6838 3.52977 17.3971 3.06658 16.9346C2.60339 16.4713 2.31797 16.0054 2.10547 15.4582C1.89922 14.9269 1.75964 14.3221 1.71797 13.4353C1.67839 12.5463 1.66797 12.2638 1.66797 9.99984C1.66797 7.73595 1.6763 7.45331 1.71797 6.56442C1.75894 5.67692 1.89922 5.07275 2.10547 4.5415C2.31727 3.9929 2.60339 3.52831 3.06658 3.06511C3.52977 2.60192 3.99505 2.3165 4.54297 2.104C5.07422 1.89775 5.67839 1.75817 6.56589 1.7165C7.45477 1.67692 7.73741 1.6665 10.0013 1.6665Z" fill="white" /> </g> </svg> </a> </li> <li class="reveal "> <a href="https://www.youtube.com" class="triners_icons" target="_blank"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect width="20" height="20" fill="white" /> </mask> <g> <path d="M10.5366 3C10.9817 3.00245 12.0952 3.01322 13.2784 3.06061L13.6979 3.0789C14.8892 3.1353 16.0794 3.23165 16.6698 3.39625C17.4572 3.61746 18.0761 4.26292 18.2852 5.0811C18.6183 6.38034 18.66 8.91617 18.6652 9.52983L18.6659 9.657V9.66592C18.6659 9.66592 18.6659 9.669 18.6659 9.67492L18.6652 9.80208C18.66 10.4158 18.6183 12.9516 18.2852 14.2508C18.0732 15.072 17.4543 15.7175 16.6698 15.9357C16.0794 16.1003 14.8892 16.1966 13.6979 16.253L13.2784 16.2713C12.0952 16.3187 10.9817 16.3294 10.5366 16.3319L10.3412 16.3326H10.3326C10.3326 16.3326 10.3297 16.3326 10.3239 16.3326L10.1287 16.3319C9.18675 16.3268 5.2481 16.2842 3.99542 15.9357C3.208 15.7144 2.5891 15.069 2.37989 14.2508C2.04683 12.9516 2.0052 10.4158 2 9.80208V9.52983C2.0052 8.91617 2.04683 6.38034 2.37989 5.0811C2.592 4.25988 3.2109 3.61443 3.99542 3.39625C5.2481 3.04769 9.18675 3.00518 10.1287 3H10.5366ZM8.66593 6.74928V12.5826L13.6659 9.66592L8.66593 6.74928Z" fill="white" /> </g> </svg> </a> </li> <li class="reveal"> <a href="https://wa.me/91<?php echo e($address->phone); ?>?text=Hello,%20I%20would%20like%20to%20inquire%20about%20your%20services" class="triners_icons" target="_blank"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.0025 0.833374C4.94396 0.833374 0.833008 4.94433 0.833008 10.0029C0.833008 11.8134 1.37046 13.5501 2.37192 15.0013L1.66634 18.3334L4.99659 17.6273C6.44467 18.6232 8.17871 19.1671 10.0025 19.1671C15.061 19.1671 19.172 15.0561 19.172 10.0029C19.172 4.94433 15.061 0.833374 10.0025 0.833374ZM10.0025 17.5C8.42184 17.5 6.90574 17.0202 5.63692 16.1371L5.32976 15.9201L3.08992 16.3859L3.55632 14.1477L3.33926 13.8407C2.45613 12.5719 1.97634 11.0558 1.97634 9.47511C1.97634 5.54223 5.07366 2.5 10.0025 2.5C14.9313 2.5 18.0358 5.54223 18.0358 9.47511C18.0358 14.4039 14.9313 17.5 10.0025 17.5ZM13.3495 11.7876C13.0806 11.616 12.1925 11.1304 11.9527 11.0415C11.7128 10.9527 11.5357 10.9133 11.3566 11.152C11.1775 11.3907 10.7881 11.7876 10.609 11.9757C10.4299 12.1639 10.2507 12.1895 9.9818 12.0179C9.71295 11.8463 8.92609 11.5082 8.20359 10.7857C7.48107 10.0632 7.14294 9.27631 6.97134 9.00743C6.79972 8.73858 6.82526 8.5594 7.01347 8.38027C7.20165 8.20118 7.59863 7.81175 7.83733 7.63264C8.07603 7.45351 8.11546 7.27637 8.02664 7.03655C7.93782 6.7967 7.45215 5.90862 7.28052 5.6398C7.10893 5.37095 6.95702 5.40536 6.71827 5.40536C6.4795 5.40536 6.21065 5.40536 5.97083 5.63417C5.73104 5.863 5.05408 6.46514 5.05408 7.78679C5.05408 9.10842 5.96605 10.4044 6.04544 10.5234C6.1248 10.6424 7.51814 12.771 9.58389 13.6148C11.6497 14.4585 11.9267 14.0996 12.1654 13.8717C12.4041 13.6429 12.813 13.0283 12.942 12.7895C13.0709 12.5507 13.1629 12.4576 13.4097 12.5465C13.6565 12.6354 14.1185 12.8321 14.355 12.9263C14.5915 13.0206 14.7413 13.0677 14.8312 13.1395C14.9212 13.2114 15.0112 13.4263 14.9212 13.6671C14.8312 13.9079 14.198 15.0267 13.7124 15.1787C13.2267 15.3306 12.1925 15.7424 10.7503 15.2346C9.30814 14.7267 8.02443 13.5535 7.29691 12.826C6.56936 12.0985 5.39622 10.8148 4.88836 9.37264C4.38054 7.93044 4.79237 6.89622 4.94433 6.41052C5.0963 5.9248 6.21513 5.29162 6.45591 5.20166C6.69673 5.11166 6.91166 5.20162 7.14293 5.29162C7.3742 5.38158 8.21807 5.97862 8.44935 6.09852C8.68065 6.21841 8.78946 6.25788 8.9174 6.46104C9.0453 6.66418 9.04533 6.89772 8.95536 7.05351C8.86539 7.20933 8.76836 7.40253 8.6434 7.55548C8.51845 7.70842 8.41844 7.87087 8.27356 8.01946C8.12871 8.16802 8.10891 8.23428 8.21877 8.43034C8.32865 8.6264 8.77361 9.23431 9.22735 9.68807C9.68114 10.1418 10.2803 10.4994 10.3783 10.5775C10.4762 10.6557 10.5425 10.6463 10.6922 10.5473C10.841 10.4483 11.0281 10.2394 11.1778 10.0755C11.3275 9.9116 11.4834 9.91957 11.5813 9.95702C11.6792 9.99447 12.5043 10.3555 12.8561 10.5052C13.2079 10.6548 13.2639 10.7667 13.3495 10.8522C13.4351 10.9378 13.6185 11.1319 13.3495 11.7876Z" fill="white"/> </svg> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </footer> <!-- footer End --> <!-- Scroll-Top Start --> <div class="scrolltop_area "> <button id="scroll-top-btn"> <span class="scroll-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <path d="M0 0H24V24H0V0Z" fill="white" /> </mask> <g> <path d="M7 11L12 6L17 11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7 17L12 12L17 17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </g> </svg> </span> <span id="scroll-percentage"></span> </button> </div> <!-- Scroll-Top End --> <!-- custome mouse --> <div class="megic-cursor"> <div class="megic-cursor-item"></div> </div> </div> <!-- JS Here --> <script src="<?php echo e(asset('assets/js/jquery-3.7.1.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/myplugin.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/slick.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/slick-animation.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/aos.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/TweenMax.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/bootstrap.bundle.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/allsliders.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/custome-cursor.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/style.js')); ?>"></script> <!-- AOS Animation --> <script> AOS.init({ duration: 1600, }); AOS.init(); </script> <!-- Meet-Team Slider Btn --> <script> document.addEventListener("DOMContentLoaded", () => { const shareButtons = document.querySelectorAll(".meet_team_social_button"); const closeAllShareButtons = () => { shareButtons.forEach((button) => { button.classList.remove("open"); }); shareButtons[0].classList.remove("sent"); }; shareButtons.forEach((button, index) => { button.addEventListener("click", (e) => { if (!button.classList.contains("open")) { closeAllShareButtons(); } button.classList.toggle("open"); if (index === 0) { button.classList.remove("sent"); } else { shareButtons[0].classList.toggle("sent"); } }); }); }); </script> </body> </html> <?php /**PATH C:\Users\91907\Desktop\ICT\BackEnd\LEON\resources\views/frontend/index.blade.php ENDPATH**/ ?>