관리-도구
편집 파일: 51eff92d82a33bd10bd61bafe1036521.php
<?php $__env->startSection('content'); ?> <!-- CONTENT START --> <div class="page-content"> <!-- Swiper --> <div class="twm-slider1-wrap slider-circle-pic-wrap"> <div class="swiper twm-slider1"> <div class="swiper-wrapper twm-slider1-slides"> <div class="swiper-slide"> <img src="images/gallery/b4.png" alt=""> </div> <div class="swiper-slide"> <img src="images/gallery/b5.png" alt=""> </div> <div class="swiper-slide"> <img src="images/gallery/b6.png" alt=""> </div> </div> </div> <div class="swiper twm-slider1-content"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="twm-slider1-content-inner"> <div class="twm-slider1-content-inner-detail"> <span class="sm-title" data-swiper-parallax="-300">RAUMWERK</span> <h2 class="wt-title" data-swiper-parallax="-500"> Designed for Modern Living. </h2> <a href="about" class="site-button">Read More</a> </div> </div> <div class="xl-title"> <span data-swiper-parallax="-1000">01</span> </div> </div> <div class="swiper-slide"> <div class="twm-slider1-content-inner"> <div class="twm-slider1-content-inner-detail"> <span class="sm-title" data-swiper-parallax="-300">RAUMWERK</span> <h2 class="wt-title" data-swiper-parallax="-500"> Your Space, Our Expertise. </h2> <a href="about" class="site-button">Read More</a> </div> </div> <div class="xl-title"> <span data-swiper-parallax="-1000">02</span> </div> </div> <div class="swiper-slide"> <div class="twm-slider1-content-inner"> <div class="twm-slider1-content-inner-detail"> <span class="sm-title" data-swiper-parallax="-300">RAUMWERK</span> <h2 class="wt-title" data-swiper-parallax="-500"> A moments of best creation </h2> <a href="about" class="site-button">Read More</a> </div> </div> <div class="xl-title"> <span data-swiper-parallax="-1000">03</span> </div> </div> </div> <div class="slider-circle-pic"> <img src="images/main-slider/slider1/circle1.png" alt=""> </div> </div> </div> <!-- Swiper --> <!-- ABOUT ONE SECTION START --> <div class="section-full p-t120 p-b90 about-section-one-wrap" style="background-color: white;"> <div class="about-section-one"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-lg-5 col-md-12 m-b30"> <div class="company-exp-full-info"> <div class="section-head left wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>About Us</div> </div> <h2 class="wt-title title_split_anim">Learn About Our Journey</h2> <p><?php echo $about->description; ?></p> </div> <a href="about" class="site-button">Read More</a> </div> </div> <div class="col-lg-7 col-md-12 m-b30 company-exp-position"> <div class="company-exp"> <div class="company-exp-media"><img src="<?php echo e(asset('storage/' . $about->image)); ?>" alt=""></div> <div class="company-exp-tagline"> <span>Design. Build. Deliver. Perfectly.</span> <a href="about" class="site-button-link site-text-primary">Read More</a> </div> <div class="circle-text1"> <div class="emblem-wrap"> <div class="emblem">Design. Build. Deliver.</div> <i><img src="images/gallery/logo_black.png" alt="In Circle Pic" class="circle-img"></i> </div> <style> .circle-img { width: 55px; height: 87px; border-radius: 11%; object-fit: cover; } </style> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ABOUT ONE SECTION END --> <!-- VIDEO SECTION START --> <!-- <div class="section-full video-section2-outer-wrap "> <div class="video-section2-corner-top"></div> <div class="video-section2-corner-bottom"></div> <div class="watch-video"> <span class="site-text-dark">Modern Living</span> </div> <div class="container"> <div class="section-content"> <div class="row justify-content-center align-items-center"> <div class="col-lg-6 col-md-12"> <div class="video-section2-outer"> <div class="video-section2 parallax-section"> <img src="images/gallery/about.jpg" alt="" class="parallax-image"> </div> </div> </div> <div class="col-lg-6 col-md-12"> <div class="video-section2-right"> <div class="section-head left wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>About Us</div> </div> <h2 class="wt-title title_split_anim">Who We Are</h2> <p>RAUMWERK is a full-service design and build firm specializing in interior and exterior design, architectural planning, space optimization, landscaping, remodeling, furnishing, and complete project execution. We work across residential, commercial, corporate, institutional, hospitality, and industrial sectors.</p> <p> With a commitment to innovation, sustainability, and excellence, we deliver customized design solutions that reflect your vision, style, and functional needs. </p> </div> <a href="about.html" class="site-button ">Read More</a> </div> </div> </div> </div> </div> </div> --> <!-- VIDEO SERVICE SECTION END --> <!-- OUR TEAM START --> <div class="section-full p-t120 p-b90 "> <div class="container"> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>Services</div> </div> <h2 class="wt-title title_split_anim">Solutions for Every Space</h2> </div> <!-- TITLE END--> </div> <style> .square-img { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; } .square-img img { width: 100%; height: 100%; object-fit: cover; } </style> <div class="container"> <div class="section-content"> <div class="team-box2-wraper"> <div class="row justify-content-center"> <style> .team-effect-hvr2 .content-info { padding: 12px; transition: transform 0.5s; position: absolute; bottom: 42px; left: 90px; right: 90px; z-index: 2; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(7px); background-color: rgba(0, 0, 0, 0.5); } </style> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!-- Team 1 --> <div class="col-xl-6 col-lg-6 col-md-6 m-b30"> <div class="team-effect-hvr2"> <div class="team-hvr2-media square-img"> <img src="<?php echo e(asset('storage/' . $service->image)); ?>" alt=""> </div> <div class="content-info"> <div class="content-info-inner"> <div class="info-detail"> <h3 class="wt-title"><a href="services"><?php echo e($service->title); ?></a></h3> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> <!-- OUR TEAM SECTION END --> <!-- TESTIMONIALS SECTION START --> <div class="section-full bg-cover p-t120 p-b30 twm-t-monial-2"> <div class="container"> <div class="testimonial2-outer"> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>Testimonials</div> </div> <h2 class="wt-title title_split_anim">What Our Clients Says</h2> </div> <!-- TITLE END--> <div class="section-content"> <div class="testimonial-1-content owl-carousel owl-btn-bottom-center m-b30"> <!--block 1--> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="item"> <div class="testimonial-1"> <div class="testimonial-content"> <div class="testimonial-text"> <i class="bi bi-chat-right-quote-fill"></i> <p> <?php echo e($testi->review); ?> </p> </div> <div class="testimonial-detail clearfix"> <div class="testimonial-pic-block"> <div class="testimonial-pic"> <img src="images/gallery/download.png" alt=""> </div> </div> <div class="testimonial-info"> <span class="testimonial-name"><?php echo e($testi->name); ?></span> <span class="testimonial-position"><?php echo e($testi->designation); ?></span> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> <!-- TESTIMONIALS SECTION End --> <!-- CLIENT LOGO SECTION START --> <!-- <div class="section-full p-t120 p-b90 twm-home-client-carousel-wrap"> <div class="container"> <div class="section-content"> <div class="home-client-carousel1-wrap"> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>Meet Our Client</div> </div> <h2 class="wt-title title_split_anim">Our Clients</h2> </div> <div class="swiper home-client-carousel"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/1.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/2.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/3.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/4.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/5.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/6.png" alt=""></a> </div> </div> </div> <div class="swiper-slide"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="about-2.html"><img src="images/client-logo/dark/3.png" alt=""></a> </div> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- CLIENT LOGO SECTION End --> <!-- LATEST PROJECTS SLIDER START --> <div class="section-full p-t120 p-b90 pro-filtr-cate-wrap"> <div class="container"> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>Explore Recent Work</div> </div> <h2 class="wt-title title_split_anim">Our Finished Projects</h2> </div> <!-- TITLE END--> </div> <!-- IMAGE CAROUSEL START --> <div class="pro-filtr-cate-carousal-wrap"> <div class="project-filter-wrap pro-filtr-cate-carousal text-center"> <span data-filter="all">All</span> <span data-filter="all">Residetial</span> <span data-filter="all">Commercial</span> <span data-filter="all">Industrial</span> <span data-filter="all">Architecture</span> </div> <div class="swiper-container pro-filtr-cate-bx"> <div class="swiper-wrapper"> <style> .custom-gallery-img { width: 100%; height: 500px; /* Set any height you want */ overflow: hidden; position: relative; } </style> <?php $__currentLoopData = $projects; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $project): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!-- COLUMNS 1 --> <div class="swiper-slide" data-filter="all"> <div class="effect-hvr3"> <div class="effect-sarah custom-gallery-img"> <img src="<?php echo e(asset('storage/' . $project->image)); ?>" alt="img20" style="height:500px;"> <a class="elem pic-long project-view-btn" href="<?php echo e(asset('storage/' . $project->image)); ?>" title="Commercial Building" data-lcl-txt="" data-lcl-author="" data-lcl-thumb="<?php echo e(asset('storage/' . $project->image)); ?>"><i class="fa fa-search-plus"></i> </a> </div> <div class="effect-hvr3-inner"> <h3 class="wt-title"><a href="projects"><?php echo e($project->title); ?></a></h3> <span class="project-new-category"><?php echo e($project->location); ?></span> <a href="projects" class="site-button-icon site-text-primary"><i class="flaticon-right"></i></a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!-- If we need navigation buttons --> <div class="swiper-button-prev"></div> <div class="swiper-button-next"></div> </div> </div> </div> <!-- LATEST PROJECTS SLIDER END --> <!-- CATEGORY SECTION --> <div class="section-full twm-category-carousal-area"> <div class="owl-carousel twm-category-carousal-slider2"> <!-- COLUMN 1 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name">Interior </div> </div> </div> <!-- COLUMN 2 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088-1" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name">Exterior </div> </div> </div> <!-- COLUMN 3 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088-2" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name"> Planning </div> </div> </div> <!-- COLUMN 4 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088-3" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name">Furnishing</div> </div> </div> <!-- COLUMN 5 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088-4" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name">Renovation </div> </div> </div> <!-- COLUMN 6 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 64 64" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="SvgjsPath1088-5" d="M4 15.51a1 1 0 0 0 .71-.29L15.22 4.71a1 1 0 1 0-1.42-1.42L3.29 13.8a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L26.6 4.71a1 1 0 1 0-1.42-1.42L3.29 25.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.36a1 1 0 0 0 .71-.25L38 4.71a1 1 0 1 0-1.42-1.42L3.29 36.54a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zm0 11.38a1 1 0 0 0 .71-.29L49.34 4.71a1 1 0 1 0-1.42-1.42L3.29 47.92a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29zM60.71 3.29a1 1 0 0 0-1.42 0l-56 56a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l56-56a1 1 0 0 0 0-1.42zm-1.42 11.37L14.66 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l44.63-44.63a1 1 0 0 0-1.42-1.42zm0 11.34L26 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l33.29-33.25A1 1 0 0 0 59.29 26zm0 11.4L37.4 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l21.89-21.89a1 1 0 0 0-1.42-1.42zm0 11.38L48.78 59.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L60.71 50.2a1 1 0 0 0-1.42-1.42z" data-name="Layer 9" fill="rgba(221, 221, 221, 1)"></path> </svg> </span> <div class="twm-category-name">Remodeling</div> </div> </div> </div> <div class=" twm-category-carousal-mid-media"> <img src="images/gallery/3dhouse.png" alt="#" class=" vert-move"> </div> <div class="owl-carousel twm-category-carousal-slider"> <!-- COLUMN 1 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg"> <circle class="spin2" cx="400" cy="400" fill="none" r="200" stroke-width="50" stroke="#E387FF" stroke-dasharray="700 1400" stroke-linecap="round" /> </svg> </span> <div class="twm-category-name"> Elegant</div> </div> </div> <!-- COLUMN 3 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg"> <circle class="spin2" cx="400" cy="400" fill="none" r="200" stroke-width="50" stroke="#E387FF" stroke-dasharray="700 1400" stroke-linecap="round" /> </svg> </span> <div class="twm-category-name">Modern</div> </div> </div> <!-- COLUMN 4 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg"> <circle class="spin2" cx="400" cy="400" fill="none" r="200" stroke-width="50" stroke="#E387FF" stroke-dasharray="700 1400" stroke-linecap="round" /> </svg> </span> <div class="twm-category-name">Remodeling</div> </div> </div> <!-- COLUMN 5 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg"> <circle class="spin2" cx="400" cy="400" fill="none" r="200" stroke-width="50" stroke="#E387FF" stroke-dasharray="700 1400" stroke-linecap="round" /> </svg> </span> <div class="twm-category-name">Interior </div> </div> </div> <!-- COLUMN 6 --> <div class="item"> <div class="twm_category_bx cursor-scale wow fadeInDown" data-wow-duration="1000ms"> <span class="ao-our-categori-icon"> <svg viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg"> <circle class="spin2" cx="400" cy="400" fill="none" r="200" stroke-width="50" stroke="#E387FF" stroke-dasharray="700 1400" stroke-linecap="round" /> </svg> </span> <div class="twm-category-name">Exterior </div> </div> </div> </div> </div> <!-- CATEGORY END --> <!-- GET IN TOUCH --> <!-- <div class="section-full get-intouch-style-2-wrap parallax-section"> <video muted loop autoplay> <source src="images/video-1.mp4" type="video/mp4"> </video> <div class="get-intouch-style-2-inner site-text-white"> <span>We Achieve</span> <h2 class="wt-title site-text-white title_split_anim ">Design Award 2025 Now Open For Entries</h2> <div class="site-center-btn text-center"> <a href="about-2.html" class="site-button">Read More</a> </div> </div> </div> --> <!-- GET IN TOUCH --> <!-- OUR BLOG START --> <!-- <div class="section-full p-t120 p-b90 twm-blog-outer-area"> <div class="blog-gallery-block-outer"> <div class="container"> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <i class="bi bi-house"></i> <div>Our Latest Blog</div> </div> <h2 class="wt-title title_split_anim">Our Latest News</h2> </div> <div class="section-content"> <div class="blog-gallery-style1"> <div class="row justify-content-center"> <div class="col-lg-4 col-md-6 m-b30"> <div class="blog-post blog-post-5-outer"> <div class="wt-post-media"> <a href="blog-single.html"><img src="images/blog/latest-2/bg1.jpg" alt=""></a> </div> <div class="wt-post-info"> <div class="wt-post-meta "> <ul> <li class="post-category">Construction</li> <li class="post-date"><span>14</span> Jun 2025</li> </ul> </div> <div class="wt-post-title "> <h3 class="post-title"><a href="blog-single.html">Creating timeless elegance for your home</a></h3> </div> </div> </div> </div> <div class="col-lg-4 col-md-6 m-b30"> <div class="blog-post blog-post-5-outer"> <div class="wt-post-media"> <a href="blog-single.html"><img src="images/blog/latest-2/bg2.jpg" alt=""></a> </div> <div class="wt-post-info"> <div class="wt-post-meta "> <ul> <li class="post-category">Architecture</li> <li class="post-date"><span>18</span> Jun 2025</li> </ul> </div> <div class="wt-post-title "> <h3 class="post-title"><a href="blog-single.html">Crafting elegance with a modern twist</a></h3> </div> </div> </div> </div> <div class="col-lg-4 col-md-6 m-b30"> <div class="blog-post blog-post-5-outer"> <div class="wt-post-media"> <a href="blog-single.html"><img src="images/blog/latest-2/bg3.jpg" alt=""></a> </div> <div class="wt-post-info"> <div class="wt-post-meta "> <ul> <li class="post-category">Interior</li> <li class="post-date"><span>24</span> Jun 2025</li> </ul> </div> <div class="wt-post-title "> <h3 class="post-title"><a href="blog-single.html">Discover the epitome of timeless design</a></h3> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- OUR BLOG END --> </div> <!-- CONTENT END --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.apps', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\ICT\Backend\Raumwerk\resources\views/frontend/index.blade.php ENDPATH**/ ?>