1482 lines
172 KiB
HTML
1482 lines
172 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<!-- Required meta tags -->
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="shortcut icon" href="assets/images/favicon.png">
|
||
<title>ListOn - Directory & Listing HTML Template</title>
|
||
<link href="assets/plugins/aos/aos.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/fontawesome/css/all.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/OwlCarousel2/css/owl.carousel.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/OwlCarousel2/css/owl.theme.default.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/fancy_fileupload.css" rel="stylesheet">
|
||
<link href="assets/plugins/ion.rangeSlider/ion.rangeSlider.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||
<link href="assets/plugins/select2/select2.min.css" rel="stylesheet">
|
||
<link href="assets/plugins/select2-bootstrap-5/select2-bootstrap-5-theme.min.css" rel="stylesheet">
|
||
<!-- Custom style for this template -->
|
||
<link href="assets/css/style.css" rel="stylesheet">
|
||
</head>
|
||
|
||
<body>
|
||
<!-- start navbar -->
|
||
<nav class="custom-navbar navbar navbar-expand-lg navbar-fixed navbar-transfarent">
|
||
<div class="container">
|
||
<a class="navbar-brand m-0" href="index.html">
|
||
<img class="logo-white" src="assets/images/logo-white.png" alt="">
|
||
<img class="logo-dark" src="assets/images/logo.png" alt="">
|
||
</a>
|
||
<div class="d-flex order-lg-2">
|
||
<!-- start button -->
|
||
<a href="signin.html" class="d-flex align-items-center justify-content-center p-0 btn-user position-relative" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-custom-class="custom-tooltip" data-bs-title="Favourite">
|
||
<i class="fa-solid fa-heart"></i>
|
||
<span class="align-items-center bg-primary d-flex end-0 fs-11 justify-content-center nav-count position-absolute rounded-circle text-white">0</span>
|
||
</a>
|
||
<!-- end /. button -->
|
||
<!-- start button -->
|
||
<a href="sign-in.html" class="d-flex align-items-center justify-content-center p-0 btn-user" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-custom-class="custom-tooltip" data-bs-title="Sign In">
|
||
<i class="fa-solid fa-user-plus"></i>
|
||
</a>
|
||
<!-- end /. button -->
|
||
<!-- start button -->
|
||
<button type="button" id="themeToggleBtn" class="align-items-center bg-transparent border-0 btn-user d-flex justify-content-center p-0">
|
||
<i class="fa-solid fa-moon"></i>
|
||
</button>
|
||
<!-- end /. button -->
|
||
<!-- start button -->
|
||
<a href="add-listing.html" class="btn btn-primary d-none d-sm-flex fw-medium gap-2 hstack rounded-5">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16">
|
||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
|
||
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" />
|
||
</svg>
|
||
<div class="vr d-none d-sm-inline-block"></div>
|
||
<span class="d-none d-sm-inline-block">Add Listing</span>
|
||
</a>
|
||
<!-- end /. button -->
|
||
<!-- start navbar toggle button -->
|
||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span id="nav-icon" class="">
|
||
<span></span>
|
||
<span></span>
|
||
<span></span>
|
||
</span>
|
||
</button>
|
||
<!-- end /. navbar toggle button -->
|
||
</div>
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle active" href="#" aria-current="page" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
||
Home
|
||
</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="index.html">Home (Main)</a></li>
|
||
<li><a class="dropdown-item" href="home-classic.html">Home (Classic)</a></li>
|
||
<li><a class="dropdown-item" href="home-rounded.html">Home (Rounded)</a></li>
|
||
<li><a class="dropdown-item" href="home-map.html">Home (Map)</a></li>
|
||
<li><a class="dropdown-item" href="home-grid.html">Home (Grid)</a></li>
|
||
<li><a class="dropdown-item" href="home-waves.html">Home (Waves)</a></li>
|
||
<li><a class="dropdown-item active" href="home-car.html">Home (Car) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
||
<li><a class="dropdown-item" href="home-restaurant.html">Home (Restaurant) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle material-ripple" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||
<i class="typcn typcn-weather-stormy top-menu-icon"></i>Dashboard
|
||
</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="dashboard/dashboard.html">Dashboard</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/bookings.html">Bookings</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/messages.html">Message</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/wallet.html">Wallet</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/profile.html">Edit Profile</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/add-listing.html">Add listing</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/my-listing.html">My listing</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/bookings.html">Bookings</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/reviews.html">Reviews</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/bookmark.html">Bookmark</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/setting-app.html">Settings</a></li>
|
||
<li><a class="dropdown-item" href="dashboard/invoice.html">Invoice</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
||
Listing
|
||
</a>
|
||
<ul class="dropdown-menu">
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">List View</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="listings-list-left.html">Left Sidebar</a></li>
|
||
<li><a class="dropdown-item" href="listings-list-right.html">Right Sidebar</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Grid View 1</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="listings-grid-1-left.html">Left Sidebar</a></li>
|
||
<li><a class="dropdown-item" href="listings-grid-1-right.html">Right Sidebar</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Grid View 2</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="listings-grid-2-left.html">Left Sidebar</a></li>
|
||
<li><a class="dropdown-item" href="listings-grid-2-right.html">Right Sidebar</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Half Map + Sidebar</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="listings-map.html">Half Map List</a></li>
|
||
<li><a class="dropdown-item" href="listings-map-car.html">Half Map List (Car) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
||
<li><a class="dropdown-item" href="listings-map-grid-1.html">Half Map Grid 1</a></li>
|
||
<li><a class="dropdown-item" href="listings-map-grid-2.html">Half Map Grid 2</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Listing Details</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="listing-details.html">Listing Details 1</a></li>
|
||
<li><a class="dropdown-item" href="listing-details-2.html">Listing Details 2</a></li>
|
||
<li><a class="dropdown-item" href="listing-details-car.html">Listing Details Car <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link" href="listings-map-car.html">Explore</a>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
||
Template
|
||
</a>
|
||
<ul class="dropdown-menu">
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">About</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="about.html">About us 1</a></li>
|
||
<li><a class="dropdown-item" href="about-2.html">About us 2</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Agent</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="agent.html">Agent</a></li>
|
||
<li><a class="dropdown-item" href="agent-details.html">Agent Details</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="blog.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">Blog</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="blog.html">Blog</a></li>
|
||
<li><a class="dropdown-item" href="blog-details.html">Blog Standard</a></li>
|
||
<li><a class="dropdown-item" href="blog-post-galary.html">Blog Galary</a></li>
|
||
<li><a class="dropdown-item" href="blog-post-video.html">Blog Video</a></li>
|
||
<li><a class="dropdown-item" href="blog-post-audio.html">Blog Audio</a></li>
|
||
<li><a class="dropdown-item" href="blog-archive.html">Blog Archive</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="dropdown-item" href="add-listing.html">Add Listing</a></li>
|
||
<li><a class="dropdown-item" href="submit-rider.html">Submit Rider</a></li>
|
||
<li><a class="dropdown-item" href="contact.html">Contact</a></li>
|
||
<li><a class="dropdown-item" href="pricing.html">Pricing</a></li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Authentication</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="sign-in.html">Sign In</a></li>
|
||
<li><a class="dropdown-item" href="sign-up.html">Sign Up</a></li>
|
||
<li><a class="dropdown-item" href="forgot-password.html">Forgot Password</a></li>
|
||
<li><a class="dropdown-item" href="two-factor-auth.html">Two factor authentication</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Specialty</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="404.html">404 Page</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="nav-item dropdown">
|
||
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Help Center</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a class="dropdown-item" href="faq.html">Faq Page</a></li>
|
||
<li><a class="dropdown-item" href="terms-conditions.html">Terms & Conditions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="dropdown-item" href="style-guide.html">Style Guide</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class="d-sm-none">
|
||
<!-- start button -->
|
||
<a href="signin.html" class="btn btn-primary d-flex gap-2 hstack justify-content-center rounded-3">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16">
|
||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
|
||
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" />
|
||
</svg>
|
||
<div class="vr d-none d-sm-inline-block"></div>
|
||
<span>Add Listing</span>
|
||
</a>
|
||
<!-- end /. button -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<!-- end /. navbar -->
|
||
<!-- start hero header (waves) -->
|
||
<div class="hero-header-waves overflow-hidden dark-overlay position-relative">
|
||
<!-- start background image -->
|
||
<div class="js-bg-image bg-cover bottom-0 end-0 position-absolute start-0 top-0" data-image-src="assets/images/header/lg-08.jpg"></div>
|
||
<!-- end /. background image -->
|
||
<div class="inner-header position-relative z-2">
|
||
<div class="container">
|
||
<h1 class="display-1 fw-bold hero-header_title text-capitalize text-white text-center mb-5">Find Your <span class="font-caveat text-span">Dream</span> Car.</h1>
|
||
<div class="lead mb-4 mb-sm-5 text-center text-white">You'll get comprehensive results based on the provided location.</div>
|
||
<div class="row justify-content-center">
|
||
<div class="col-lg-10">
|
||
<!-- start search content -->
|
||
<div class="border-0 card d-flex flex-md-row position-relative search-wrapper">
|
||
<div class="align-items-center d-flex search-field w-100">
|
||
<div class="svg-icon">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
|
||
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
|
||
</svg>
|
||
</div>
|
||
<!-- start input -->
|
||
<input type="email" class="form-control search-input" placeholder="Search for your favourite cars">
|
||
<!-- end /. input -->
|
||
</div>
|
||
<div class="vertical-divider"></div>
|
||
<div class="align-items-center d-flex search-field w-100">
|
||
<div class="svg-icon">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
|
||
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z" />
|
||
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
|
||
</svg>
|
||
</div>
|
||
<!-- start select -->
|
||
<select class="form-select search-select-field">
|
||
<option selected>Location</option>
|
||
<option value="1">Florence, Italy</option>
|
||
<option value="2">Second choice</option>
|
||
<option value="3">Third choice</option>
|
||
</select>
|
||
<!-- end /. select -->
|
||
</div>
|
||
<input type="submit" value="Search cars" class="btn btn-primary rounded-5 mt-3 mt-md-0">
|
||
</div>
|
||
<!-- end /. search content -->
|
||
<div class="align-items-center d-flex flex-wrap gap-4 gap-md-5 justify-content-center mt-5">
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-1"></use>
|
||
</svg>
|
||
Sedan
|
||
</a>
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-2"></use>
|
||
</svg>
|
||
SUV
|
||
</a>
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-3"></use>
|
||
</svg>
|
||
Coupe
|
||
</a>
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-4"></use>
|
||
</svg>
|
||
Hatchback
|
||
</a>
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-5"></use>
|
||
</svg>
|
||
Convertible
|
||
</a>
|
||
<a href="#" class="align-items-center d-flex flex-column fs-13 fw-medium gap-1 text-white">
|
||
<svg class="icon-svg" width="64" height="29" viewBox="0 0 64 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<use xlink:href="#car-6"></use>
|
||
</svg>
|
||
Wagon
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- waves container -->
|
||
<div class="position-relative z-2">
|
||
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
|
||
<defs>
|
||
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
|
||
</defs>
|
||
<g class="parallax">
|
||
<use xlink:href="#gentle-wave" x="48" y="0" />
|
||
<use xlink:href="#gentle-wave" x="48" y="3" />
|
||
<use xlink:href="#gentle-wave" x="48" y="5" />
|
||
<use xlink:href="#gentle-wave" x="48" y="7" />
|
||
</g>
|
||
</svg>
|
||
</div>
|
||
<!-- end /. waves container -->
|
||
</div>
|
||
<!-- end /. hero header (waves) -->
|
||
<!-- start process -->
|
||
<div class="py-5 position-relative overflow-hidden">
|
||
<div class="container py-4">
|
||
<div class="row justify-content-center">
|
||
<div class="col-sm-10 col-md-10 col-lg-8 col-xl-7">
|
||
<!-- start section header -->
|
||
<div class="section-header text-center mb-5" data-aos="fade-down">
|
||
<!-- start subtitle -->
|
||
<div class="d-inline-block font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-primary">works</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="display-5 fw-semibold mb-3 section-header__title text-capitalize">How it works</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16">Discover exciting categories. <span class="text-primary fw-semibold">Find what you’re looking for.</span></div>
|
||
<!-- end /. description -->
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
</div>
|
||
<div class="bg-no-repeat numbers-wrapper">
|
||
<div class="row g-4">
|
||
<div class="col-md-4">
|
||
<div class="mx-xl-4 number-wrap text-center" data-aos="fade" data-aos-delay="300">
|
||
<div class="align-items-center bg-primary d-flex font-caveat fs-1 justify-content-center mb-4 mx-auto number-circle rounded-circle text-white">1</div>
|
||
<h4>Find Your Car</h4>
|
||
<p class="fs-15 m-0 opacity-75">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, amet?</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="mx-xl-4 number-wrap text-center second" data-aos="fade" data-aos-delay="400">
|
||
<div class="align-items-center bg-primary d-flex font-caveat fs-1 justify-content-center mb-4 mx-auto number-circle rounded-circle text-white">2</div>
|
||
<h4>Provide transfer details</h4>
|
||
<p class="fs-15 m-0 opacity-75">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, amet?</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="mx-xl-4 number-wrap text-center" data-aos="fade" data-aos-delay="500">
|
||
<div class="align-items-center bg-primary d-flex font-caveat fs-1 justify-content-center mb-4 mx-auto number-circle rounded-circle text-white">3</div>
|
||
<h4>Get your car delivered</h4>
|
||
<p class="fs-15 m-0 opacity-75">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, amet?</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. process -->
|
||
<!-- start places section -->
|
||
<div class="py-5 position-relative overflow-hidden bg-light mx-3 mb-3 rounded-4">
|
||
<div class="container py-4">
|
||
<div class="row justify-content-center">
|
||
<div class="col-sm-10 col-md-10 col-lg-8 col-xl-7">
|
||
<!-- start section header -->
|
||
<div class="section-header text-center mb-5" data-aos="fade-down">
|
||
<!-- start subtitle -->
|
||
<div class="d-inline-block font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-primary">Brands</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="display-5 fw-semibold mb-3 section-header__title text-capitalize">Prices, Specs & Features of Popular Brands in ListOn</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16">Discover exciting categories. <span class="text-primary fw-semibold">Find what you’re looking for.</span></div>
|
||
<!-- end /. description -->
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
</div>
|
||
<div class="row align-items-center justify-content-center g-2 g-sm-3 g-md-4 mb-5">
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/toyota-car.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Toyota</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">21</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/hyundai-logo.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Hyundai</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">56</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/nissan-logo.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Nissan</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">39</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/bmw.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">BMW</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">28</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/mercedes-benz.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Mercedes</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">61</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/ford.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Ford</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">47</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/honda.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Honda</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">98</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/mitsubishi.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Mitsubishi</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">51</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/lexus.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Lexus</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">85</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/audi.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Audi</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">25</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/chevrolet.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Chevrolet</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">25</div>
|
||
</a>
|
||
</div>
|
||
<div class="col-6 col-sm-4 col-lg-3 col-xxl-2">
|
||
<a href="listings-map-car.html" class="border-0 card card-hover d-block header-cat-box px-3 py-3 rounded-4 text-center">
|
||
<img src="assets/images/brand-logo/kia.png" alt="" height="60" class="company-logo img-fluid">
|
||
<div class="fw-semibold mt-1">Kia</div>
|
||
<div class="align-items-center badge bg-light font-caveat fs-6 fw-semibold justify-content-center mt-2 py-1 rounded-4 text-primary">21</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. places section -->
|
||
<!-- start explore cars section -->
|
||
<div class="py-5 bg-light rounded-4 mx-3 mb-3 position-relative overflow-hidden bg-size-contain js-bg-image js-bg-image-lines" data-image-src="assets/images/lines.svg">
|
||
<div class="container py-4">
|
||
<div class="align-items-end row g-4 mb-5 aos-init aos-animate" data-aos="fade-down">
|
||
<div class="col">
|
||
<!-- start section header -->
|
||
<div class="section-header">
|
||
<!-- start subtitle -->
|
||
<div class="font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-center text-primary text-xl-start">Explore</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="fw-semibold mb-0 section-header__title text-capitalize text-center text-xl-start display-5">Explore All Cars</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16 text-center text-xl-start">Discover exciting categories. <span class="text-primary fw-semibold">Find what you’re looking for.</span></div>
|
||
<!-- end /. description -->
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
<div class="col-12 col-xl-auto">
|
||
<!-- start button -->
|
||
<a href="listings-map-car.html" class="align-items-center d-flex fs-14 fw-bold gap-2 justify-content-center justify-content-xl-end l-spacing-1 text-primary text-uppercase">
|
||
See All
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"></path>
|
||
</svg>
|
||
</a>
|
||
<!-- end /. button -->
|
||
</div>
|
||
</div>
|
||
<div class="listings-carousel owl-carousel owl-theme owl-nav-bottom">
|
||
<!-- start listing card -->
|
||
<div class="card border-0 rounded-4 w-100 flex-fill overflow-hidden card-hover-bg">
|
||
<!-- start card link -->
|
||
<a href="listing-details-car.html" class="stretched-link"></a>
|
||
<!-- end /. card link -->
|
||
<!-- start card image wrap -->
|
||
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
||
<img src="assets/images/place/11.jpg" alt="" class="img-fluid">
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
|
||
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"></path>
|
||
</svg>
|
||
10% OFF
|
||
</div>
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">$100 off $399: eblwc</div>
|
||
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
||
<a href="" class="btn-icon shadow-sm d-flex align-items-center justify-content-center text-primary bg-light rounded-circle" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
||
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- end /. card image wrap -->
|
||
<div class="d-flex flex-column h-100 position-relative p-4">
|
||
<!-- start card title -->
|
||
<h4 class="fs-5 fw-semibold mb-1 text-truncate">2015 Hyundai Elite i20</h4>
|
||
<!-- end /. card title -->
|
||
<!-- start card description -->
|
||
<p class="mb-3 fs-13">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
||
<!-- end /. card description -->
|
||
<!-- start price -->
|
||
<div class="fs-5 fw-bold text-primary">$1.71 Lakh</div>
|
||
<!-- end /. price -->
|
||
<!-- Start meta info -->
|
||
<ul class="border-top fs-14 fw-medium fw-semibold list-inline list-separator mb-0 mb-2 mt-3 pt-3 text-muted text-uppercase">
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-speedometer2 me-1" viewBox="0 0 16 16">
|
||
<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z" />
|
||
<path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3" />
|
||
</svg>
|
||
<span>69 Miles</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fuel-pump me-1" viewBox="0 0 16 16">
|
||
<path d="M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" />
|
||
<path d="M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1c.564 0 1.034.11 1.412.336.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z" />
|
||
</svg>
|
||
<span>Petrol</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle me-1" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5" />
|
||
<path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z" />
|
||
</svg>
|
||
<span>CVT</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- end /. Meta info -->
|
||
<div class="fs-13 text-muted">Free Test Drive <span class="text-dark fw-semibold">Today</span> at <span class="text-dark fw-semibold">Noakhali, Bangladesh</span></div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. listing card -->
|
||
<!-- start listing card -->
|
||
<div class="card border-0 rounded-4 w-100 flex-fill overflow-hidden card-hover-bg">
|
||
<!-- start card link -->
|
||
<a href="listing-details-car.html" class="stretched-link"></a>
|
||
<!-- end /. card link -->
|
||
<!-- start card image wrap -->
|
||
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
||
<img src="assets/images/place/12.jpg" alt="" class="img-fluid">
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
|
||
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"></path>
|
||
</svg>
|
||
10% OFF
|
||
</div>
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">$100 off $399: eblwc</div>
|
||
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
||
<a href="" class="btn-icon shadow-sm d-flex align-items-center justify-content-center text-primary bg-light rounded-circle" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
||
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- end /. card image wrap -->
|
||
<div class="d-flex flex-column h-100 position-relative p-4">
|
||
<!-- start card title -->
|
||
<h4 class="fs-5 fw-semibold mb-1 text-truncate">2017 Hyundai Grand i10 MAGNA 1.2 KAPPA VTVT</h4>
|
||
<!-- end /. card title -->
|
||
<!-- start card description -->
|
||
<p class="mb-3 fs-13">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
||
<!-- end /. card description -->
|
||
<!-- start price -->
|
||
<div class="fs-5 fw-bold text-primary">$1.71 Lakh</div>
|
||
<!-- end /. price -->
|
||
<!-- Start meta info -->
|
||
<ul class="border-top fs-14 fw-medium fw-semibold list-inline list-separator mb-0 mb-2 mt-3 pt-3 text-muted text-uppercase">
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-speedometer2 me-1" viewBox="0 0 16 16">
|
||
<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z" />
|
||
<path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3" />
|
||
</svg>
|
||
<span>69 Miles</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fuel-pump me-1" viewBox="0 0 16 16">
|
||
<path d="M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" />
|
||
<path d="M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1c.564 0 1.034.11 1.412.336.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z" />
|
||
</svg>
|
||
<span>Petrol</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle me-1" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5" />
|
||
<path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z" />
|
||
</svg>
|
||
<span>CVT</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- end /. Meta info -->
|
||
<div class="fs-13 text-muted">Free Test Drive <span class="text-dark fw-semibold">Today</span> at <span class="text-dark fw-semibold">Noakhali, Bangladesh</span></div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. listing card -->
|
||
<!-- start listing card -->
|
||
<div class="card border-0 rounded-4 w-100 flex-fill overflow-hidden card-hover-bg">
|
||
<!-- start card link -->
|
||
<a href="listing-details-car.html" class="stretched-link"></a>
|
||
<!-- end /. card link -->
|
||
<!-- start card image wrap -->
|
||
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
||
<img src="assets/images/place/13.jpg" alt="" class="img-fluid">
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
|
||
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"></path>
|
||
</svg>
|
||
10% OFF
|
||
</div>
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">$100 off $399: eblwc</div>
|
||
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
||
<a href="" class="btn-icon shadow-sm d-flex align-items-center justify-content-center text-primary bg-light rounded-circle" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
||
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- end /. card image wrap -->
|
||
<div class="d-flex flex-column h-100 position-relative p-4">
|
||
<!-- start card title -->
|
||
<h4 class="fs-5 fw-semibold mb-1 text-truncate">2021 Maruti Baleno DELTA PETROL 1.2</h4>
|
||
<!-- end /. card title -->
|
||
<!-- start card description -->
|
||
<p class="mb-3 fs-13">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
||
<!-- end /. card description -->
|
||
<!-- start price -->
|
||
<div class="fs-5 fw-bold text-primary">$1.71 Lakh</div>
|
||
<!-- end /. price -->
|
||
<!-- Start meta info -->
|
||
<ul class="border-top fs-14 fw-medium fw-semibold list-inline list-separator mb-0 mb-2 mt-3 pt-3 text-muted text-uppercase">
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-speedometer2 me-1" viewBox="0 0 16 16">
|
||
<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z" />
|
||
<path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3" />
|
||
</svg>
|
||
<span>69 Miles</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fuel-pump me-1" viewBox="0 0 16 16">
|
||
<path d="M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" />
|
||
<path d="M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1c.564 0 1.034.11 1.412.336.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z" />
|
||
</svg>
|
||
<span>Petrol</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle me-1" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5" />
|
||
<path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z" />
|
||
</svg>
|
||
<span>CVT</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- end /. Meta info -->
|
||
<div class="fs-13 text-muted">Free Test Drive <span class="text-dark fw-semibold">Today</span> at <span class="text-dark fw-semibold">Noakhali, Bangladesh</span></div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. listing card -->
|
||
<!-- start listing card -->
|
||
<div class="card border-0 rounded-4 w-100 flex-fill overflow-hidden card-hover-bg">
|
||
<!-- start card link -->
|
||
<a href="listing-details-car.html" class="stretched-link"></a>
|
||
<!-- end /. card link -->
|
||
<!-- start card image wrap -->
|
||
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
||
<img src="assets/images/place/14.jpg" alt="" class="img-fluid">
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
|
||
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"></path>
|
||
</svg>
|
||
10% OFF
|
||
</div>
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">$100 off $399: eblwc</div>
|
||
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
||
<a href="" class="btn-icon shadow-sm d-flex align-items-center justify-content-center text-primary bg-light rounded-circle" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
||
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- end /. card image wrap -->
|
||
<div class="d-flex flex-column h-100 position-relative p-4">
|
||
<!-- start card title -->
|
||
<h4 class="fs-5 fw-semibold mb-1 text-truncate">2017 Maruti Swift LXI (O)</h4>
|
||
<!-- end /. card title -->
|
||
<!-- start card description -->
|
||
<p class="mb-3 fs-13">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
||
<!-- end /. card description -->
|
||
<!-- start price -->
|
||
<div class="fs-5 fw-bold text-primary">$1.71 Lakh</div>
|
||
<!-- end /. price -->
|
||
<!-- Start meta info -->
|
||
<ul class="border-top fs-14 fw-medium fw-semibold list-inline list-separator mb-0 mb-2 mt-3 pt-3 text-muted text-uppercase">
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-speedometer2 me-1" viewBox="0 0 16 16">
|
||
<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z" />
|
||
<path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3" />
|
||
</svg>
|
||
<span>69 Miles</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fuel-pump me-1" viewBox="0 0 16 16">
|
||
<path d="M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" />
|
||
<path d="M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1c.564 0 1.034.11 1.412.336.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z" />
|
||
</svg>
|
||
<span>Petrol</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle me-1" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5" />
|
||
<path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z" />
|
||
</svg>
|
||
<span>CVT</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- end /. Meta info -->
|
||
<div class="fs-13 text-muted">Free Test Drive <span class="text-dark fw-semibold">Today</span> at <span class="text-dark fw-semibold">Noakhali, Bangladesh</span></div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. listing card -->
|
||
<!-- start listing card -->
|
||
<div class="card border-0 rounded-4 w-100 flex-fill overflow-hidden card-hover-bg">
|
||
<!-- start card link -->
|
||
<a href="listing-details-car.html" class="stretched-link"></a>
|
||
<!-- end /. card link -->
|
||
<!-- start card image wrap -->
|
||
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
||
<img src="assets/images/place/15.jpg" alt="" class="img-fluid">
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
|
||
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"></path>
|
||
</svg>
|
||
10% OFF
|
||
</div>
|
||
<div class="align-items-center bg-blur border-0 card-badge d-flex d-inline-block fw-semibold gap-1 position-absolute start-0 text-uppercase text-white z-2">$100 off $399: eblwc</div>
|
||
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
||
<a href="" class="btn-icon shadow-sm d-flex align-items-center justify-content-center text-primary bg-light rounded-circle" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
||
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- end /. card image wrap -->
|
||
<div class="d-flex flex-column h-100 position-relative p-4">
|
||
<!-- start card title -->
|
||
<h4 class="fs-5 fw-semibold mb-1 text-truncate">2019 Toyota Fortuner 2.8 4X2 MT</h4>
|
||
<!-- end /. card title -->
|
||
<!-- start card description -->
|
||
<p class="mb-3 fs-13">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
||
<!-- end /. card description -->
|
||
<!-- start price -->
|
||
<div class="fs-5 fw-bold text-primary">$1.71 Lakh</div>
|
||
<!-- end /. price -->
|
||
<!-- Start meta info -->
|
||
<ul class="border-top fs-14 fw-medium fw-semibold list-inline list-separator mb-0 mb-2 mt-3 pt-3 text-muted text-uppercase">
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-speedometer2 me-1" viewBox="0 0 16 16">
|
||
<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z" />
|
||
<path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3" />
|
||
</svg>
|
||
<span>69 Miles</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fuel-pump me-1" viewBox="0 0 16 16">
|
||
<path d="M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" />
|
||
<path d="M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1c.564 0 1.034.11 1.412.336.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z" />
|
||
</svg>
|
||
<span>Petrol</span>
|
||
</div>
|
||
</li>
|
||
<li class="list-inline-item">
|
||
<div class="d-flex align-items-center">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle me-1" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5" />
|
||
<path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z" />
|
||
</svg>
|
||
<span>CVT</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- end /. Meta info -->
|
||
<div class="fs-13 text-muted">Free Test Drive <span class="text-dark fw-semibold">Today</span> at <span class="text-dark fw-semibold">Noakhali, Bangladesh</span></div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. listing card -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. explore cars section -->
|
||
<!-- start work process section -->
|
||
<div class="pt-5 bg-gradient mx-3 mt-3 rounded-4">
|
||
<div class="container pt-4">
|
||
<div class="row justify-content-center">
|
||
<div class="col-sm-10 col-md-10 col-lg-8 col-xl-7">
|
||
<!-- start section header -->
|
||
<div class="section-header text-center mb-5" data-aos="fade-down">
|
||
<!-- start subtitle -->
|
||
<div class="d-inline-block font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-primary">Services</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="display-5 fw-semibold mb-3 section-header__title text-capitalize">ListOn Services</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16">Discover exciting categories. <span class="text-primary fw-semibold">Find what you’re looking for.</span></div>
|
||
<!-- end /. description -->
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
</div>
|
||
<div class="row g-4 justify-content-center work-process service">
|
||
<div class="col-sm-6 col-lg-3">
|
||
<!-- Start Work Process -->
|
||
<div class="work-process position-relative p-3 aos-init aos-animate" data-aos="fade" data-aos-delay="300">
|
||
<!-- Start Step Box -->
|
||
<div class="step-box position-relative d-inline-block mb-4 d-flex gap-3">
|
||
<!-- Start Step Number -->
|
||
<div class="fs-5 text-dark fw-semibold">01/</div>
|
||
<!-- /.End Step Number -->
|
||
<!-- Start Step Icon -->
|
||
<!-- <i class="fs-50 fa-solid fa-map-location text-primary"></i> -->
|
||
<img src="assets/images/service/01.png" alt="" height="120">
|
||
<!-- /.End Step Icon -->
|
||
</div>
|
||
<!-- /.End Step Box -->
|
||
<div class="step-desc">
|
||
<div class="fs-18 fw-semibold mb-1 mt-4 text-uppercase">SELL YOUR CAR</div>
|
||
<p class="fs-15">Vivamus sit amet nisi ornare, dictum eros auctor, accumsan ligula.</p>
|
||
<a href="listings-map-car.html" class="align-items-center d-flex fs-13 fw-bold gap-2 l-spacing-1 text-primary text-uppercase">
|
||
Sell My Car
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- /.End Work process -->
|
||
</div>
|
||
<div class="col-sm-6 col-lg-3">
|
||
<!-- Start Work Process -->
|
||
<div class="work-process position-relative p-3 aos-init aos-animate" data-aos="fade" data-aos-delay="400">
|
||
<!-- Start Step Box -->
|
||
<div class="step-box position-relative d-inline-block mb-4 d-flex gap-3">
|
||
<!-- Start Step Number -->
|
||
<div class="fs-5 text-dark fw-semibold">02/</div>
|
||
<!-- /.End Step Number -->
|
||
<!-- Start Step Icon -->
|
||
<!-- <i class="fs-50 fa-solid fa-map-location text-primary"></i> -->
|
||
<img src="assets/images/service/02.png" alt="" height="120">
|
||
<!-- /.End Step Icon -->
|
||
</div>
|
||
<!-- /.End Step Box -->
|
||
<div class="step-desc">
|
||
<div class="fs-18 fw-semibold mb-1 mt-4 text-uppercase">CAR INSURANCE</div>
|
||
<p class="fs-15">Sed volutpat nunc in eros aliquet, vitae dapibus est sagittis.</p>
|
||
<a href="listings-map-car.html" class="align-items-center d-flex fs-13 fw-bold gap-2 l-spacing-1 text-primary text-uppercase">
|
||
Explore More
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- /.End Work Process -->
|
||
</div>
|
||
<div class="col-sm-6 col-lg-3">
|
||
<!-- Start Work Process -->
|
||
<div class="work-process position-relative p-3 aos-init aos-animate" data-aos="fade" data-aos-delay="500">
|
||
<!-- Start Step Box -->
|
||
<div class="step-box position-relative d-inline-block mb-4 d-flex gap-3">
|
||
<!-- Start Step Number -->
|
||
<div class="fs-5 text-dark fw-semibold">03/</div>
|
||
<!-- /.End Step Number -->
|
||
<!-- Start Step Icon -->
|
||
<!-- <i class="fs-50 fa-solid fa-map-location text-primary"></i> -->
|
||
<img src="assets/images/service/03.png" alt="" height="120">
|
||
<!-- /.End Step Icon -->
|
||
</div>
|
||
<!-- /.End Step Box -->
|
||
<div class="step-desc">
|
||
<div class="fs-18 fw-semibold mb-1 mt-4 text-uppercase">CAR INSPECTION</div>
|
||
<p class="fs-15">Pellentesque imperdiet arcu aliquam, eleifend tortor eu, elementum metus.</p>
|
||
<a href="listings-map-car.html" class="align-items-center d-flex fs-13 fw-bold gap-2 l-spacing-1 text-primary text-uppercase">
|
||
Explore More
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- /.End Work Process -->
|
||
</div>
|
||
<div class="col-sm-6 col-lg-3">
|
||
<!-- Start Work Process -->
|
||
<div class="work-process position-relative p-3 aos-init aos-animate" data-aos="fade" data-aos-delay="500">
|
||
<!-- Start Step Box -->
|
||
<div class="step-box position-relative d-inline-block mb-4 d-flex gap-3">
|
||
<!-- Start Step Number -->
|
||
<div class="fs-5 text-dark fw-semibold">04/</div>
|
||
<!-- /.End Step Number -->
|
||
<!-- Start Step Icon -->
|
||
<!-- <i class="fs-50 fa-solid fa-map-location text-primary"></i> -->
|
||
<img src="assets/images/service/04.png" alt="" height="120">
|
||
<!-- /.End Step Icon -->
|
||
</div>
|
||
<!-- /.End Step Box -->
|
||
<div class="step-desc">
|
||
<div class="fs-18 fw-semibold mb-1 mt-4 text-uppercase">CAR EXPORT</div>
|
||
<p class="fs-15">Donec pellentesque dolor sed ex mollis, in convallis augue accumsan.</p>
|
||
<a href="listings-map-car.html" class="align-items-center d-flex fs-13 fw-bold gap-2 l-spacing-1 text-primary text-uppercase">
|
||
Explore More
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16">
|
||
<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"></path>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<!-- /.End Work Process -->
|
||
</div>
|
||
</div>
|
||
<!-- start banner -->
|
||
<div class="banner dark-overlay mt-5 overflow-hidden position-relative rounded-4">
|
||
<img src="assets/images/banner-bg.jpg" class="bg-image js-image-parallax" alt="">
|
||
<div class="align-items-center g-0 h-100 p-3 p-sm-5 position-relative row text-white wrapper z-1">
|
||
<div class="col-md-5">
|
||
<img src="assets/images/icon/mercedes-benz.png" alt="" height="80">
|
||
<h2 class="fw-semibold">Electric crafted by mercedes-benz. The all electric range</h2>
|
||
<p>Starting form USD 249,000</p>
|
||
<a href="grid-listing-filterscol.html" class="btn btn-primary">Call Now !</a>
|
||
</div>
|
||
</div>
|
||
<!-- /wrapper -->
|
||
</div>
|
||
<!-- end /. banner -->
|
||
</div>
|
||
</div>
|
||
<!-- end /. work process section -->
|
||
<!-- start news section -->
|
||
<div class="py-5 overflow-hidden position-relative">
|
||
<div class="decoration blur-2"></div>
|
||
<div class="container py-4">
|
||
<div class="row">
|
||
<div class="col-xl-4 sidebar">
|
||
<!-- start section header -->
|
||
<div class="section-header mb-5" data-aos="fade-down">
|
||
<!-- start subtitle -->
|
||
<div class="d-inline-block font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-primary">Our Latest Articles</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="display-5 fw-semibold mb-3 section-header__title text-capitalize">Discover Our Latest News And Articles</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16">Read our informative blog articles to stay updated with the latest trends, technological applications, products, and news. Our articles will provide you with tips and insights that can be very helpful while traveling.</div>
|
||
<!-- end /. description -->
|
||
<div>
|
||
<a href="blog.html" class="btn btn-primary mt-4">View All Posts</a>
|
||
</div>
|
||
<svg class="text-primary mt-4 d-none d-xl-block" width="200" height="211" viewBox="0 0 200 211" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<path d="M198.804 194.488C189.279 189.596 179.529 185.52 169.407 182.07L169.384 182.049C169.227 181.994 169.07 181.939 168.912 181.884C166.669 181.139 165.906 184.546 167.669 185.615C174.053 189.473 182.761 191.837 189.146 195.695C156.603 195.912 119.781 196.591 91.266 179.049C62.5221 161.368 48.1094 130.695 56.934 98.891C84.5539 98.7247 112.556 84.0176 129.508 62.667C136.396 53.9724 146.193 35.1448 129.773 30.2717C114.292 25.6624 93.7109 41.8875 83.1971 51.3147C70.1109 63.039 59.63 78.433 54.2039 95.0087C52.1221 94.9842 50.0776 94.8683 48.0703 94.6608C30.1803 92.8027 11.2197 83.6338 5.44902 65.1074C-1.88449 41.5699 14.4994 19.0183 27.9202 1.56641C28.6411 0.625793 27.2862 -0.561638 26.5419 0.358501C13.4588 16.4098 -0.221091 34.5242 0.896608 56.5659C1.8218 74.6941 14.221 87.9401 30.4121 94.2058C37.7076 97.0203 45.3454 98.5003 53.0334 98.8449C47.8679 117.532 49.2961 137.487 60.7729 155.283C87.7615 197.081 139.616 201.147 184.786 201.155L174.332 206.827C172.119 208.033 174.345 211.287 176.537 210.105C182.06 207.125 187.582 204.122 193.084 201.144C193.346 201.147 195.161 199.887 195.423 199.868C197.08 198.548 193.084 201.144 195.528 199.81C196.688 199.192 197.846 198.552 199.006 197.935C200.397 197.167 200.007 195.087 198.804 194.488ZM60.8213 88.0427C67.6894 72.648 78.8538 59.1566 92.1207 49.0388C98.8475 43.9065 106.334 39.2953 114.188 36.1439C117.295 34.8947 120.798 33.6609 124.168 33.635C134.365 33.5511 136.354 42.9911 132.638 51.031C120.47 77.4222 86.8639 93.9837 58.0983 94.9666C58.8971 92.6666 59.783 90.3603 60.8213 88.0427Z" fill="currentColor"></path>
|
||
</svg>
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
<div class="col-xl-8 content ps-xxl-5">
|
||
<!-- start blog list card -->
|
||
<div class="bg-light blog-list-card d-md-flex mb-3 p-4 rounded-4">
|
||
<div class="flex-grow-1 p-post me-md-5">
|
||
<!-- start meta info -->
|
||
<div class="hstack gap-3 mb-3">
|
||
<span class="fs-sm small text-muted">9 hours ago</span>
|
||
<span class="opacity-25">|</span>
|
||
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
||
</div>
|
||
<!-- end /. meta info -->
|
||
<!-- start title -->
|
||
<h2 class="fw-semibold news-title overflow-hidden text-capitalize"><a href="blog-details.html">Etiam dapibus metus aliquam orci venenatis, suscipit efficitur cursus.</a></h2>
|
||
<!-- end /. title -->
|
||
<p class="mb-0">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure.</p>
|
||
</div>
|
||
<div class="flex-shrink-0 img-wrapper mt-4 mt-md-0">
|
||
<!-- start image thumb -->
|
||
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded-4"><img src="assets/images/blog/01.jpg" alt="" height="300" width="300" class="image-zoom-hover object-fit-cover w-100"></a>
|
||
<!-- end /. image thumb -->
|
||
</div>
|
||
</div>
|
||
<!-- end /. blog list card -->
|
||
<!-- start blog list card -->
|
||
<div class="bg-light blog-list-card d-md-flex mb-3 p-4 rounded-4">
|
||
<div class="flex-grow-1 p-post me-md-5">
|
||
<!-- start meta info -->
|
||
<div class="hstack gap-3 mb-3">
|
||
<span class="fs-sm small text-muted">9 hours ago</span>
|
||
<span class="opacity-25">|</span>
|
||
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
||
</div>
|
||
<!-- end /. meta info -->
|
||
<!-- start title -->
|
||
<h2 class="fw-semibold news-title overflow-hidden text-capitalize"><a href="blog-details.html">Nunc sagittis est eu sapien condimentum, sit amet ultrices tellus ultrices.</a></h2>
|
||
<!-- end /. title -->
|
||
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
|
||
</div>
|
||
<div class="flex-shrink-0 img-wrapper mt-4 mt-md-0">
|
||
<!-- start image thumb -->
|
||
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded-4"><img src="assets/images/blog/02.jpg" alt="" height="300" width="300" class="image-zoom-hover object-fit-cover w-100"></a>
|
||
<!-- end /. image thumb -->
|
||
</div>
|
||
</div>
|
||
<!-- end /. blog list card -->
|
||
<!-- start blog list card -->
|
||
<div class="bg-light blog-list-card d-md-flex mb-3 p-4 rounded-4">
|
||
<div class="flex-grow-1 p-post me-md-5">
|
||
<!-- start meta info -->
|
||
<div class="hstack gap-3 mb-3">
|
||
<span class="fs-sm small text-muted">9 hours ago</span>
|
||
<span class="opacity-25">|</span>
|
||
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
||
</div>
|
||
<!-- end /. meta info -->
|
||
<!-- start title -->
|
||
<h2 class="fw-semibold news-title overflow-hidden text-capitalize"><a href="blog-details.html">Donec tincidunt nunc ac diam mattis, nec luctus eros sodales.</a></h2>
|
||
<!-- end /. title -->
|
||
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
|
||
</div>
|
||
<div class="flex-shrink-0 img-wrapper mt-4 mt-md-0">
|
||
<!-- start image thumb -->
|
||
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded-4"><img src="assets/images/blog/03.jpg" alt="" height="300" width="300" class="image-zoom-hover object-fit-cover w-100"></a>
|
||
<!-- end /. image thumb -->
|
||
</div>
|
||
</div>
|
||
<!-- end /. blog list card -->
|
||
<!-- start blog list card -->
|
||
<div class="bg-light blog-list-card d-md-flex mb-3 p-4 rounded-4">
|
||
<div class="flex-grow-1 p-post me-md-5">
|
||
<!-- start meta info -->
|
||
<div class="hstack gap-3 mb-3">
|
||
<span class="fs-sm small text-muted">9 hours ago</span>
|
||
<span class="opacity-25">|</span>
|
||
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
||
</div>
|
||
<!-- end /. meta info -->
|
||
<!-- start title -->
|
||
<h2 class="fw-semibold news-title overflow-hidden text-capitalize"><a href="blog-details.html">Nam sit amet orci tristique, cursus tortor a, viverra lacus.</a></h2>
|
||
<!-- end /. title -->
|
||
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
|
||
</div>
|
||
<div class="flex-shrink-0 img-wrapper mt-4 mt-md-0">
|
||
<!-- start image thumb -->
|
||
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded-4"><img src="assets/images/blog/04.jpg" alt="" height="300" width="300" class="image-zoom-hover object-fit-cover w-100"></a>
|
||
<!-- end /. image thumb -->
|
||
</div>
|
||
</div>
|
||
<!-- end /. blog list card -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. news section -->
|
||
<!-- start testimonial -->
|
||
<div class="py-5 dark-overlay position-relative overflow-hidden mx-3 mb-3 rounded-4 text-white">
|
||
<img src="assets/images/testimonial-bg-3.jpg" class="bg-image js-image-parallax" alt="">
|
||
<div class="container py-4 overlay-content">
|
||
<div class="row justify-content-center">
|
||
<div class="col-sm-10 col-md-10 col-lg-8 col-xl-7">
|
||
<!-- start section header -->
|
||
<div class="section-header text-center mb-5" data-aos="fade-down">
|
||
<!-- start subtitle -->
|
||
<div class="d-inline-block font-caveat fs-1 fw-medium section-header__subtitle text-capitalize text-primary">Testimonial</div>
|
||
<!-- end /. subtitle -->
|
||
<!-- start title -->
|
||
<h2 class="display-5 fw-semibold mb-3 section-header__title text-capitalize">See What Our Clients Say About Us</h2>
|
||
<!-- end /. title -->
|
||
<!-- start description -->
|
||
<div class="sub-title fs-16">Discover exciting categories. <span class="text-primary fw-semibold">Find what you’re looking for.</span></div>
|
||
<!-- end /. description -->
|
||
</div>
|
||
<!-- end /. section header -->
|
||
</div>
|
||
</div>
|
||
<div class="row justify-content-center">
|
||
<div class="col-sm-10 col-md-10 col-lg-10">
|
||
<div class="testimonial-carousel owl-carousel owl-theme">
|
||
<div class="testimonial-item">
|
||
<div class="text-center mb-3">
|
||
<img src="assets/images/quote-white.svg" alt="" class="m-auto w-auto">
|
||
</div>
|
||
<div class="fs-3 text-center">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. </div>
|
||
<div class="text-center mt-4 fw-semibold">MARK, SOUTH EVERETT</div>
|
||
</div>
|
||
<div class="testimonial-item">
|
||
<div class="text-center mb-3">
|
||
<img src="assets/images/quote-white.svg" alt="" class="m-auto w-auto">
|
||
</div>
|
||
<div class="fs-3 text-center">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. </div>
|
||
<div class="text-center mt-4 fw-semibold">MARK, SOUTH EVERETT</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. testimonial -->
|
||
<!-- start footer -->
|
||
<footer class="footer-dark main-footer overflow-hidden position-relative pt-5">
|
||
<div class="container pt-4">
|
||
<div class="py-5">
|
||
<!-- start app download content -->
|
||
<div class="bg-primary rounded-4">
|
||
<div class="col-xxl-10 col-md-11 col-10 d-flex flex-md-row flex-column-reverse align-items-md-end align-items-center mx-auto px-0 gap-4">
|
||
<img class="app-image flex-shrink-0" src="assets/images/phone-mpckup.png" width="270" alt="Mobile app">
|
||
<div class="align-items-lg-center align-self-center d-flex flex-column flex-lg-row ps-xxl-4 pt-5 py-md-3 text-center text-md-start">
|
||
<div class="me-md-5">
|
||
<h4 class="text-white">Download Our App</h4>
|
||
<p class="mb-lg-0 text-white">It is a long established fact that a reader will be distracted by the readable content.</p>
|
||
</div>
|
||
<div class="d-flex flex-shrink-0 flex-wrap gap-3 justify-content-center">
|
||
<!-- start apple store button -->
|
||
<a class="align-items-center app-btn d-flex px-3 py-2 rounded-3 text-decoration-none text-white border" href="#"> <i class="fa-apple fab fs-28 me-2"></i>
|
||
<div> <span class="fs-13 d-block">Available on the</span> <span class="fs-17 text-capitalize">App Store</span> </div>
|
||
</a>
|
||
<!-- end /. apple store button -->
|
||
<a class="align-items-center app-btn d-flex fs-11 px-3 py-2 rounded-3 text-decoration-none text-white border" href="#"> <i class="fab fa-google-play fs-25 me-2"></i>
|
||
<div> <span class="fs-13 d-block">Get it on</span> <span class="fs-17 text-capitalize">Google Play</span> </div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end /. app download content -->
|
||
</div>
|
||
<div class="border-top py-5">
|
||
<div class="footer-row row gy-5 g-sm-5 gx-xxl-6">
|
||
<div class="border-end col-lg-4 col-md-7 col-sm-6">
|
||
<h5 class="fw-bold mb-4">Get In Touch</h5>
|
||
<div class="mb-4">Join our newsletter and receive the best job<br class="d-none d-xxl-block"> openings of the week, right on your inbox.</div>
|
||
<div class="border rounded-4 p-4 mb-4">
|
||
<h6 class="text-white-50 mb-3">Join our Whatsapp:</h6>
|
||
<a class="align-items-center d-block d-flex whatsapp-number" href="#"><i class="fa-brands fa-whatsapp fs-2 me-2"></i><span class="fs-5 fw-semibold text-decoration-underline">(123) 456-7890</span></a>
|
||
</div>
|
||
<h5 class="fw-bold mb-4">Want to join ListOn?<br> Write us !</h5>
|
||
<span>support@ListOn.com</span>
|
||
</div>
|
||
<div class="border-end col-lg-4 col-md-5 col-sm-6">
|
||
<h5 class="fw-bold mb-4">Stay Connect</h5>
|
||
<div>1123 Fictional St, San Francisco<br class="d-none d-xxl-block"> , CA 94103</div>
|
||
<div class="mt-4">
|
||
<a class="d-block fw-medium mb-1" href="#">
|
||
<i class="fa-solid fa-phone me-2"></i><span>(123) 456-7890</span>
|
||
</a>
|
||
<a class="email-link d-block fw-medium" href="#">
|
||
<i class="fa-solid fa-envelope me-2"></i>
|
||
support@ListOn.com
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-4">
|
||
<h5 class="fw-bold mb-4">Get In Touch</h5>
|
||
<div class="newsletter position-relative mt-4">
|
||
<input type="email" class="form-control" placeholder="name@example.com">
|
||
<button type="button" class="btn btn-primary search-btn position-absolute top-50 rounded-circle"><i class="fa-solid fa-angle-right"></i></button>
|
||
</div>
|
||
<div class="border-top my-4"></div>
|
||
<h5 class="fw-bold mb-4">Follow the location</h5>
|
||
<!-- start social icon -->
|
||
<ul class="d-flex flex-wrap gap-2 list-unstyled mb-0 social-icon">
|
||
<li>
|
||
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white inst">
|
||
<i class="fab fa-instagram"></i>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white twi">
|
||
<i class="fab fa-twitter"></i>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white dri">
|
||
<i class="fab fa-dribbble"></i>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white fb">
|
||
<i class="fab fa-facebook-f"></i>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white whatsapp">
|
||
<i class="fa-brands fa-whatsapp"></i>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
<!-- /. end social icon -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container border-top">
|
||
<div class="align-items-center g-3 py-4 row">
|
||
<div class="col-lg-auto">
|
||
<!-- start footer nav -->
|
||
<ul class="list-unstyled list-separator mb-2 footer-nav">
|
||
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
||
<li class="list-inline-item"><a href="#">Sitemap</a></li>
|
||
<li class="list-inline-item"><a href="#">Cookies</a></li>
|
||
</ul>
|
||
<!-- end /. footer nav -->
|
||
</div>
|
||
<div class="col-lg order-md-first">
|
||
<div class="align-items-center row">
|
||
<!-- start footer logo -->
|
||
<a href="index.html" class="col-sm-auto footer-logo mb-2 mb-sm-0">
|
||
<img src="assets/images/logo-white.png" alt="">
|
||
</a>
|
||
<!-- end /. footer logo -->
|
||
<!-- start text -->
|
||
<div class="col-sm-auto copy">© 2022 ListOn - All Rights Reserved- All Rights Reserved</div>
|
||
<!-- end /. text -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<!-- end /. footer -->
|
||
<svg class="d-none">
|
||
<g id="car-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<ellipse cx="30.5" cy="23.5" rx="28.5" ry="1.5" fill="#E5E5E5"></ellipse>
|
||
<path d="M39.4539 6.84616C39.1675 7.27001 38.9904 7.75066 38.9336 8.27003H18.0346C16.124 8.27003 14.9449 8.21285 13.9239 7.97738C14.9758 7.22761 16.1829 6.39249 17.4523 5.68977C19.077 4.79038 20.7405 4.14503 22.2518 4.14503C23.4915 4.14503 24.8709 4.14461 26.2408 4.1442L26.2731 4.14419C27.6321 4.14377 28.9805 4.14336 30.1727 4.14336C33.5947 4.14336 36.5522 5.29349 39.4539 6.84616Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.01985 20.8317C3.82996 20.8317 0.483429 18.6967 0.340271 18.605L0.0135345 18.395V13.5967L0.117956 13.4267C0.281324 13.1567 0.707429 12.31 0.707429 11.635L0.894377 6.64835L7.78617 6.20335L8.03711 6.08668C11.4207 4.49835 17.7213 1.54002 21.3104 1.54002H31.5167C33.3895 1.70002 34.9811 1.98335 36.3066 2.38835C39.0047 3.21002 45.083 6.81835 46.0986 7.42835C47.0569 7.53835 52.1399 8.15168 56.3049 9.20502C61.2329 10.45 62.9053 12.405 63.1007 13.265L63.5335 20.2517L62.9323 20.3883C61.7702 20.655 60.8186 20.83 58.2771 20.83H55.7626V19.4117H58.2771C60.2258 19.4117 61.1436 19.31 62.0093 19.1383L61.6876 13.46C61.595 13.25 60.219 11.6567 55.9512 10.5784C51.4561 9.44168 45.8375 8.82335 45.782 8.81835L45.4872 8.71835C45.4182 8.67835 38.6005 4.57002 35.8855 3.74335C34.6561 3.36835 33.1639 3.10335 31.4544 2.95502L21.3104 2.95668C18.043 2.95668 11.9327 5.82668 8.65017 7.36668L8.0169 7.60835L2.27711 7.98002L2.13901 11.6617C2.14069 12.6083 1.66743 13.5783 1.4468 13.98V17.6117C2.33775 18.1267 4.93311 19.4433 7.19164 19.4133L9.20427 19.4117V20.83H7.21017C7.14785 20.8317 7.08385 20.8317 7.01985 20.8317ZM17.0274 20.83H47.9377V19.4117H17.0274V20.83Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.47549 10.9583C1.45023 11.6533 1.42665 12.39 1.42328 12.8283H2.32602C3.49149 12.8283 5.03423 11.955 5.08138 10.9583V10.0383H1.44349V10.9583H1.47549Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6422 12.6451L59.0098 15.0734C59.4578 14.8201 60.118 14.6551 60.6266 14.6551H60.6603C61.3727 14.6634 62.0835 14.6551 62.7942 14.6551L62.7673 14.5417C62.71 14.3051 62.0313 13.1567 61.3306 12.6451C60.1012 12.6451 58.8717 12.6451 57.6422 12.6451Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.3176 11.6183H33.6203V10.6733H30.3176V11.6183Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.6379 11.6183H18.9407V10.6733H15.6379V11.6183Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7634 16.56V17.77H44.2139L21.7634 16.56Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.179 18.0184H62.7908V17.0734H61.179V18.0184Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.923 16.7667H60.2157C59.9344 16.7667 59.7054 16.9933 59.7054 17.27V17.82C59.7054 18.0967 59.9344 18.3233 60.2157 18.3233H60.923C61.2043 18.3233 61.4334 18.0967 61.4334 17.82V17.27C61.4334 16.9933 61.2043 16.7667 60.923 16.7667Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.7579 7.1467L40.7461 7.15836C40.347 7.54503 40.1348 8.01503 40.1146 8.56003C40.1078 8.75503 40.1735 8.92503 40.3099 9.06503C40.4464 9.20503 40.6165 9.2767 40.8135 9.2767H42.3967C42.656 9.2767 42.8784 9.1467 43.0047 8.9217C43.1327 8.69836 43.1276 8.44336 42.9929 8.22336C42.7032 7.75336 42.2316 7.24836 41.4771 6.98836C41.2194 6.90003 40.9533 6.96003 40.7579 7.1467Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.0547 9.98669C41.9065 9.98669 41.7617 9.92003 41.669 9.79336L40.7815 8.59169C40.6265 8.38003 40.6737 8.08503 40.8859 7.93169C41.0998 7.77836 41.3979 7.82336 41.5528 8.03503L42.4404 9.23669C42.5954 9.44669 42.5482 9.74169 42.336 9.89669C42.2501 9.95669 42.1524 9.98669 42.0547 9.98669Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.13358 18.2534V20.2484H6.38663V20.0917C4.19715 19.8917 2.01105 18.7567 1.13358 18.2534Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1151 12.29H13.1167C14.7892 12.29 16.3117 12.9683 17.4165 14.0617L17.4199 14.0633C18.5247 15.1567 19.2102 16.665 19.2102 18.32V20.83H16.9365C17.3172 20.1834 17.5361 19.4317 17.5361 18.63C17.5361 16.215 15.5572 14.2567 13.1151 14.2567C10.6746 14.2567 8.6957 16.215 8.6957 18.63C8.6957 19.4317 8.91296 20.1834 9.29527 20.83H7.02159V18.32C7.02159 16.665 7.70706 15.1567 8.81191 14.0633L8.81359 14.0617C9.91843 12.9683 11.4426 12.29 13.1151 12.29Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.46694 15.02C10.4 14.0967 11.6918 13.525 13.1166 13.525C14.5381 13.525 15.8282 14.0967 16.7613 15.02L16.7646 15.0217C17.6977 15.9467 18.2754 17.2217 18.2754 18.63C18.2754 20.04 17.6977 21.3167 16.7646 22.24H16.7613C15.8282 23.1633 14.5381 23.7367 13.1166 23.7367C11.6918 23.7367 10.4 23.165 9.46694 22.24C8.53389 21.3167 7.95621 20.04 7.95621 18.63C7.95621 17.2217 8.53389 15.9467 9.46694 15.0217V15.02ZM13.1166 15.06C11.1242 15.06 9.50905 16.6583 9.50905 18.63C9.50905 20.6017 11.1242 22.2 13.1166 22.2C15.1074 22.2 16.7225 20.6017 16.7225 18.63C16.7225 16.6583 15.1074 15.06 13.1166 15.06Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1167 19.925C13.8359 19.925 14.4237 19.3434 14.4237 18.63C14.4237 17.9184 13.8359 17.3367 13.1167 17.3367C12.3959 17.3367 11.8098 17.9184 11.8098 18.63C11.8098 19.3434 12.3959 19.925 13.1167 19.925Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.8502 12.29C53.5243 12.29 55.0468 12.9684 56.1517 14.0617L56.155 14.0634C57.2582 15.1567 57.9454 16.665 57.9454 18.32V20.83H55.6717C56.0523 20.1834 56.2696 19.4317 56.2696 18.63C56.2696 16.215 54.2923 14.2567 51.8502 14.2567C49.4098 14.2567 47.4308 16.215 47.4308 18.63C47.4308 19.4317 47.6481 20.1834 48.0287 20.83H45.7567V18.32C45.7567 16.665 46.4422 15.1567 47.5454 14.0634L47.5487 14.0617C48.6536 12.9684 50.1778 12.29 51.8502 12.29Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.2021 15.02C49.1352 14.0967 50.4253 13.525 51.8501 13.525C53.2733 13.525 54.5634 14.0967 55.4964 15.02L55.4998 15.0217C56.4328 15.9467 57.0105 17.2217 57.0105 18.63C57.0105 20.04 56.4328 21.3167 55.4998 22.24H55.4964C54.5634 23.1633 53.2733 23.7367 51.8501 23.7367C50.4253 23.7367 49.1352 23.165 48.2021 22.24C47.2691 21.3167 46.6914 20.04 46.6914 18.63C46.6914 17.2217 47.2691 15.9467 48.2021 15.0217V15.02ZM51.8501 15.06C49.8577 15.06 48.2442 16.6583 48.2442 18.63C48.2442 20.6017 49.8577 22.2 51.8501 22.2C53.8425 22.2 55.4577 20.6017 55.4577 18.63C55.4577 16.6583 53.8425 15.06 51.8501 15.06Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.8519 19.925C52.5711 19.925 53.1589 19.3434 53.1589 18.63C53.1589 17.9184 52.5711 17.3367 51.8519 17.3367C51.1311 17.3367 50.545 17.9184 50.545 18.63C50.545 19.3434 51.1311 19.925 51.8519 19.925Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<ellipse cx="31.5" cy="27.5" rx="28.5" ry="1.5" fill="#E5E5E5"></ellipse>
|
||
<path d="M10.3749 5.90756L10.3618 5.87314L10.3438 5.841C10.1985 5.58136 10.2183 5.42605 10.2762 5.31332C10.3516 5.16635 10.5564 4.96733 11.0148 4.77251C11.9272 4.3848 13.5484 4.13789 15.9094 4.13789H15.9108C21.9914 4.13789 28.0722 4.13789 34.1545 4.13628C36.3032 4.35223 38.0926 5.39782 39.8352 6.72288C39.8247 6.73289 39.8142 6.74304 39.8039 6.75333L39.7655 6.79144L39.7593 6.80099C39.4173 7.16865 39.2145 7.74731 39.0899 8.2503C39.0007 8.61034 38.9398 8.98273 38.9037 9.31276L12.2025 9.37611L12.202 9.37611C11.8707 9.37722 11.6324 9.21732 11.5504 9.00113L11.5503 9.0009L10.3749 5.90756Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path d="M6.18773 9.37773H3.71873C3.96469 8.22722 4.31224 6.7999 4.83214 5.7474H5.31023L6.18773 9.37773Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.97344 23.2918C4.97637 23.2918 0.554125 20.5417 0.363686 20.4224L0.0436859 20.2227V15.9291L0.243491 15.7261C0.532271 15.4328 1.12856 14.6579 1.12856 14.1294L1.18476 13.0001C1.22534 12.2203 1.27217 11.3213 1.29715 10.5173C1.31276 10.0372 1.92154 9.222 2.62866 8.80633C2.93617 7.47877 3.46534 5.66144 3.90086 4.64483L4.06632 4.26944C4.11471 4.1615 4.15061 4.09544 4.16622 4.03583C4.15998 4.01005 4.14281 3.93755 4.12408 3.81994L3.943 2.63094L4.55334 2.49722C7.15705 1.92527 12.3723 1.58211 15.9094 1.58211H34.2384C38.0363 1.92366 40.3293 3.83927 42.7567 5.86766C43.8759 6.80211 45.0326 7.76877 46.3969 8.642C46.9963 8.7 47.8642 8.73383 48.8772 8.77411C54.9526 9.01255 60.455 9.45722 61.0638 12.2412L61.6304 15.4071C61.9926 15.66 62.5233 16.1643 62.5233 16.9392V20.9171C62.5233 21.5099 62.453 22.1044 61.952 22.4444C60.9904 23.0695 59.8649 23.2902 57.6406 23.2902H56.5229V21.9192H57.6406C59.5465 21.9192 60.4862 21.7613 61.1933 21.3182C61.1746 21.3037 61.1949 21.1797 61.1949 20.9171V16.9392C61.1949 16.7523 60.8796 16.5187 60.7531 16.4591L60.4425 16.3109L59.7635 12.5167C59.3342 10.556 52.238 10.2773 48.8273 10.1419C47.6893 10.0984 46.7278 10.0598 46.1065 9.98889L45.8333 9.89222C44.3364 8.94972 43.1094 7.92505 41.9215 6.931C39.5567 4.95739 37.5165 3.25283 34.1807 2.94994L15.9094 2.95316C12.7063 2.95316 8.12017 3.23511 5.45247 3.71361C5.52739 4.19211 5.49461 4.35161 5.26983 4.84783L5.1153 5.20066C4.68134 6.21244 4.12095 8.18444 3.85091 9.43305L3.7713 9.802L3.42632 9.92766C3.04232 10.0694 2.65832 10.5689 2.59588 10.7155C2.599 11.3744 2.55061 12.2863 2.51003 13.0742L2.45539 14.1617C2.45695 15.1187 1.73891 16.066 1.37208 16.4881V19.4429C2.43042 20.0664 5.83178 21.9401 8.08895 21.9208L9.70769 21.9192V23.2902H8.10769C8.06398 23.2902 8.01871 23.2918 7.97344 23.2918ZM19.253 23.2902H46.9775V21.9192H19.253V23.2902Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.1951 12.5683L58.0433 15.9887C58.649 15.631 59.5403 15.4006 60.2287 15.4006H60.2739L60.9561 15.4054L60.5143 12.9421L56.1951 12.5683Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7574 11.9641H33.8201V11.0506H30.7574V11.9641Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7333 11.5066H21.7959V10.5931H18.7333V11.5066Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.79508 14.0731H2.38044C3.73069 14.0731 5.518 13.0194 5.57264 11.8127V10.7026H1.95586C1.91683 11.8707 1.8341 13.2014 1.79508 14.0731Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.6244 7.59317L40.6135 7.60606C40.2419 7.97501 40.0453 9.34767 40.0281 9.8729C40.0218 10.0614 40.0827 10.2257 40.2092 10.3611C40.3356 10.4964 40.4933 10.5657 40.6759 10.5657H42.1432C43.712 10.5657 41.8763 7.65117 41.2909 7.44012C41.0536 7.35473 40.8055 7.41434 40.6244 7.59317Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.9276 18.8516V20.0213H43.7385L22.9276 18.8516Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8503 26.1967C9.99646 25.4475 9.36427 24.4389 9.06456 23.2902H8.06866V20.5964C8.06866 18.7775 8.78983 17.1213 9.95119 15.9226C11.1126 14.7239 12.7172 13.9796 14.4811 13.9796C16.2419 13.9796 17.8466 14.7239 19.008 15.9242L19.0095 15.9226C20.1709 17.1213 20.8921 18.7759 20.8921 20.5964V23.2902H19.8962C19.598 24.4389 18.9627 25.4475 18.112 26.1967C17.1317 27.057 15.8626 27.5774 14.4811 27.5774C13.0997 27.5774 11.8306 27.057 10.8503 26.1967ZM51.7494 17.9252C49.6827 17.9252 48.0078 19.6539 48.0078 21.7871C48.0078 23.9218 49.6827 25.6505 51.7494 25.6505C53.8162 25.6505 55.4911 23.9218 55.4911 21.7871C55.4911 19.6539 53.8162 17.9252 51.7494 17.9252ZM14.4811 17.9252C12.4144 17.9252 10.7379 19.6539 10.7379 21.7871C10.7379 23.9218 12.4144 25.6505 14.4811 25.6505C16.5479 25.6505 18.2228 23.9218 18.2228 21.7871C18.2228 19.6539 16.5479 17.9252 14.4811 17.9252ZM51.7494 13.9796C53.5118 13.9796 55.1149 14.7239 56.2778 15.9242L56.2794 15.9226C57.4408 17.1213 58.1619 18.7759 58.1619 20.5964V23.2902H57.1645C56.8663 24.4389 56.2326 25.4475 55.3803 26.1967C54.4 27.057 53.1309 27.5774 51.7494 27.5774C50.368 27.5774 49.1005 27.0586 48.1202 26.1983L48.1186 26.1999C47.2663 25.4507 46.6326 24.4406 46.3328 23.2902H45.3369V20.5964C45.3369 18.7759 46.0581 17.1213 47.2195 15.9226C48.3808 14.7239 49.9855 13.9796 51.7494 13.9796Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.7495 20.2855C50.9456 20.2855 50.2946 20.9589 50.2946 21.7887C50.2946 22.6184 50.9456 23.2902 51.7495 23.2902C52.5534 23.2902 53.2043 22.6184 53.2043 21.7887C53.2043 20.9589 52.5534 20.2855 51.7495 20.2855Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4812 20.2855C13.6773 20.2855 13.0263 20.9589 13.0263 21.7887C13.0263 22.6184 13.6773 23.2902 14.4812 23.2902C15.2851 23.2902 15.936 22.6184 15.936 21.7887C15.936 20.9589 15.2851 20.2855 14.4812 20.2855Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<ellipse cx="32.5" cy="23.5" rx="28.5" ry="1.5" fill="#E5E5E5"></ellipse>
|
||
<path d="M28.2266 3.66424C32.5483 3.61341 35.5022 5.03177 38.7265 6.89284C38.4159 7.30685 38.2073 7.77602 38.1108 8.28681L16.8121 7.49606C16.8082 7.49536 16.8035 7.49452 16.7983 7.49352C16.7715 7.4884 16.7286 7.4792 16.6735 7.46402C16.5628 7.43352 16.406 7.3798 16.2318 7.28877C15.9857 7.16014 15.7058 6.95803 15.4686 6.63778C15.7726 6.50981 16.0625 6.38727 16.3402 6.26993C18.4974 5.35842 19.9131 4.76022 21.3843 4.3638C23.1323 3.89283 24.9687 3.70603 28.2266 3.66424Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.92978 9.55893C2.90133 10.3036 2.87644 11.0946 2.87466 11.5625H3.82578C5.056 11.5625 6.68444 10.6286 6.73422 9.55893V8.57321H2.896V9.55893H2.92978Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.47111 18.0482V20.1857H8.016V20.0196C5.70489 19.8036 3.39733 18.5875 2.47111 18.0482Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.968 7.35357L39.9556 7.36607C39.5342 7.78036 39.3102 8.28393 39.2889 8.86786C39.2818 9.07679 39.3511 9.25893 39.4951 9.40893C39.6391 9.55893 39.8187 9.63572 40.0267 9.63572H41.6978C41.9716 9.63572 42.2062 9.49643 42.3396 9.25536C42.4747 9.01607 42.4693 8.74286 42.3271 8.50714C42.0213 8.00357 41.5236 7.4625 40.7271 7.18393C40.4569 7.08929 40.1742 7.15179 39.968 7.35357Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.3369 10.3964C41.1804 10.3964 41.0276 10.325 40.9298 10.1893L39.9947 8.90178C39.8293 8.675 39.8791 8.35893 40.1049 8.19464C40.3289 8.03214 40.6436 8.08035 40.8089 8.30535L41.744 9.59286C41.9076 9.81786 41.8578 10.1339 41.6338 10.3C41.5431 10.3643 41.44 10.3964 41.3369 10.3964Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.19022 20.5357C4.82311 20.5357 1.29067 18.2482 1.13956 18.15L0.794666 17.925V13.1804L1.02222 12.9571C1.35111 12.6321 2.03022 11.7714 2.03022 11.1875L2.23111 6.37143L7.28356 5.87857C15.9538 1.75893 19.2764 0.964284 28.0213 0.883926C33.9236 0.887498 37.5129 2.95536 41.7049 5.41428C42.672 5.98214 43.6818 6.57321 44.7662 7.16607C45.8827 7.20178 51.6107 7.43393 56.0924 8.58214C60.288 9.65893 62.9689 11.0946 63.2676 12.4268L63.7209 19.9125L63.088 20.0589C61.8596 20.3446 60.8551 20.5321 58.1742 20.5321H57.7084V19.0143H58.1742C60.2293 19.0143 61.2 18.9054 62.1138 18.7196L62.0836 18.3089L61.7742 12.6357C61.6551 12.4446 60.2258 11.2107 55.7191 10.0536C51.0027 8.84464 44.6098 8.68036 44.5476 8.68036L44.2044 8.58928C43.0436 7.95714 41.9716 7.32857 40.9422 6.725C36.7787 4.28214 33.5378 2.37321 28.0356 2.40357C19.5307 2.48036 16.3164 3.25893 7.81155 7.30893L7.55911 7.37857L3.68533 7.75536L3.54133 11.2196C3.54311 12.2839 2.72533 13.3339 2.30755 13.8018V17.0857C3.248 17.6375 5.97333 19.0589 8.36978 19.0143H9.63555V20.5321H8.39111C8.32533 20.5339 8.25778 20.5357 8.19022 20.5357ZM18.4978 20.5321H47.2871V19.0143H18.4978V20.5321Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.4978 11.3821C54.2649 11.3821 55.872 12.1089 57.0382 13.2804H57.04L57.0418 13.2821C58.208 14.4536 58.9316 16.0696 58.9316 17.8429V20.5321H56.5316C56.9333 19.8393 57.1627 19.0339 57.1627 18.175C57.1627 15.5875 55.0756 13.4893 52.4978 13.4893C49.9218 13.4893 47.8329 15.5875 47.8329 18.175C47.8329 19.0339 48.0622 19.8393 48.4658 20.5321H46.0658V17.8429C46.0658 16.0696 46.7893 14.4536 47.9538 13.2821L47.9556 13.2804H47.9573C49.1236 12.1089 50.7324 11.3821 52.4978 11.3821Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.6471 14.3071C49.632 13.3179 50.9956 12.7054 52.4978 12.7054C54 12.7054 55.3618 13.3179 56.3467 14.3071L56.3502 14.3089C57.3351 15.3 57.9449 16.6661 57.9449 18.175C57.9449 19.6857 57.3351 21.0536 56.3502 22.0429H56.3467C55.3618 23.0321 54 23.6464 52.4978 23.6464C50.9956 23.6464 49.632 23.0339 48.6471 22.0429C47.6622 21.0536 47.0524 19.6857 47.0524 18.175C47.0524 16.6661 47.6622 15.3 48.6471 14.3089V14.3071ZM52.4978 14.35C50.3964 14.35 48.6916 16.0625 48.6916 18.175C48.6916 20.2875 50.3964 22 52.4978 22C54.6009 22 56.3058 20.2875 56.3058 18.175C56.3058 16.0625 54.6009 14.35 52.4978 14.35Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.4996 19.5625C53.2587 19.5625 53.8791 18.9393 53.8791 18.175C53.8791 17.4125 53.2587 16.7893 52.4996 16.7893C51.7387 16.7893 51.12 17.4125 51.12 18.175C51.12 18.9393 51.7387 19.5625 52.4996 19.5625Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.7804 16.0179V17.3143H44.1707L22.7804 16.0179Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.4507 11.3804L58.8942 13.9821C59.3671 13.7107 60.064 13.5339 60.6009 13.5339H60.6364C61.3884 13.5446 62.1387 13.5339 62.8889 13.5339L62.8604 13.4125C62.8 13.1607 62.0836 11.9286 61.344 11.3804C60.0462 11.3804 58.7484 11.3804 57.4507 11.3804Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.1822 17.1375H62.8853V16.125H61.1822V17.1375Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.9138 15.7964H60.1671C59.8702 15.7964 59.6284 16.0393 59.6284 16.3375V16.925C59.6284 17.2214 59.8702 17.4643 60.1671 17.4643H60.9138C61.2107 17.4643 61.4525 17.2214 61.4525 16.925V16.3375C61.4525 16.0393 61.2107 15.7964 60.9138 15.7964Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7867 10.8161H27.2729V9.80357H23.7867V10.8161Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0676 11.3821C15.8347 11.3821 17.4418 12.1089 18.608 13.2804H18.6098L18.6116 13.2821C19.776 14.4536 20.4996 16.0696 20.4996 17.8429V20.5321H18.0996C18.5031 19.8393 18.7324 19.0339 18.7324 18.175C18.7324 15.5875 16.6436 13.4893 14.0676 13.4893C11.4916 13.4893 9.40089 15.5875 9.40089 18.175C9.40089 19.0339 9.632 19.8393 10.0338 20.5321H7.63556V17.8429C7.63556 16.0696 8.35911 14.4536 9.52356 13.2821L9.52533 13.2804H9.52711C10.6933 12.1089 12.3022 11.3821 14.0676 11.3821Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2169 14.3071C11.2018 13.3179 12.5636 12.7054 14.0676 12.7054C15.5698 12.7054 16.9316 13.3179 17.9164 14.3071L17.92 14.3089C18.9049 15.3 19.5147 16.6661 19.5147 18.175C19.5147 19.6857 18.9049 21.0536 17.92 22.0429H17.9164C16.9316 23.0321 15.5698 23.6464 14.0676 23.6464C12.5636 23.6464 11.2018 23.0339 10.2169 22.0429C9.232 21.0536 8.62222 19.6857 8.62222 18.175C8.62222 16.6661 9.232 15.3 10.2169 14.3089V14.3071ZM14.0676 14.35C11.9644 14.35 10.2596 16.0625 10.2596 18.175C10.2596 20.2875 11.9644 22 14.0676 22C16.1707 22 17.8756 20.2875 17.8756 18.175C17.8756 16.0625 16.1707 14.35 14.0676 14.35Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0676 19.5625C14.8284 19.5625 15.4471 18.9393 15.4471 18.175C15.4471 17.4125 14.8284 16.7893 14.0676 16.7893C13.3084 16.7893 12.688 17.4125 12.688 18.175C12.688 18.9393 13.3084 19.5625 14.0676 19.5625Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-4" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<path d="M31.8083 3.67501C34.9451 3.96158 37.3464 4.97317 39.7665 6.34263C39.3728 6.88309 39.1569 7.51623 39.1311 8.20828L39.131 8.21166C39.1287 8.28581 39.1307 8.35944 39.1369 8.43231C38.7043 8.43479 38.2401 8.43781 37.7488 8.441C34.3583 8.46303 29.6761 8.49345 25.1626 8.41642C22.4057 8.36937 19.7176 8.2823 17.4299 8.12924C15.6163 8.00789 14.0775 7.84634 12.9603 7.63652C15.0387 5.30505 16.8564 3.67692 19.4192 3.67692H19.4199C22.8084 3.67692 28.4098 3.67692 31.8083 3.67501Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.13077 21.2731C3.21347 21.2731 1.99039 19.4135 1.75385 18.4077L1.73077 14.4981L1.98654 14.2538C2.4077 13.8538 3.00193 13.0654 3.00193 12.5654L3.125 10.2019C3.16347 9.45192 3.51924 8.79231 4.12693 8.34808L10.6885 3.55961L9.83654 2.22885L10.8442 1.90385C13.3173 1.10192 14.9231 0.724999 18.9442 0.724999L31.9039 0.723076C33.8788 0.89423 35.5481 1.19615 36.9385 1.625C39.775 2.49615 46.1519 6.325 47.2077 6.96538C48.0462 7.09808 51.9673 7.74231 56.2404 8.83461C61.4327 10.1615 63.1981 12.2577 63.4058 13.1827L63.8615 20.6442L63.1769 20.8019C61.9558 21.0846 60.9558 21.2712 58.2885 21.2712H54.9423V19.6346H58.2885C60.2769 19.6346 61.2385 19.5327 62.125 19.3577L62.1 19.0135L61.7923 13.4058C61.6846 13.1846 60.2808 11.5538 55.8365 10.4212C51.1154 9.21346 46.8423 8.56346 46.8 8.55577L46.4962 8.44615C46.425 8.40192 39.2942 4.05961 36.4577 3.18654C35.1769 2.79231 33.6192 2.51346 31.8308 2.35385L18.9442 2.35961C15.7115 2.35961 14.1923 2.60192 12.3615 3.14231L12.8942 3.97308L5.09231 9.66923C4.88077 9.82308 4.77116 10.025 4.7577 10.2865L4.63654 12.6077C4.63654 13.6635 3.80962 14.7019 3.36731 15.1827V18.1C3.49039 18.4577 4.08847 19.6615 6.29808 19.6346H8.46154V21.2712H6.32116C6.25577 21.2731 6.19424 21.2731 6.13077 21.2731ZM16.2327 21.2712H47.1692V19.6346H16.2327V21.2712Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.95193 10.125L3.94039 10.2442L3.83655 12.2385H6.09039C6.09039 12.2385 7.56347 10.6154 7.50386 9.62308C7.50386 9.62308 5.89809 9.60192 3.95193 10.125Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3481 12.3C14.0808 12.3 15.6558 13.0096 16.7962 14.15L16.7942 14.1519C17.9365 15.2942 18.6442 16.8692 18.6442 18.5981V21.2712H16.1269C16.5519 20.5885 16.7981 19.7827 16.7981 18.9192C16.7981 16.4596 14.8058 14.4673 12.3462 14.4673C9.88846 14.4673 7.89423 16.4596 7.89423 18.9192C7.89423 19.7827 8.14039 20.5885 8.56539 21.2712H6.05V18.5981C6.05 16.8654 6.7577 15.2904 7.89808 14.15C9.03846 13.0096 10.6135 12.3 12.3481 12.3ZM51.0577 12.3C52.7904 12.3 54.3654 13.0096 55.5058 14.15L55.5038 14.1519C56.6462 15.2942 57.3538 16.8692 57.3538 18.5981V21.2712H54.8385C55.2635 20.5885 55.5096 19.7827 55.5096 18.9192C55.5096 16.4596 53.5154 14.4673 51.0577 14.4673C48.5981 14.4673 46.6058 16.4596 46.6058 18.9192C46.6058 19.7827 46.8519 20.5885 47.2769 21.2712H44.7596V18.5981C44.7596 16.8654 45.4673 15.2904 46.6077 14.15C47.7481 13.0096 49.3231 12.3 51.0577 12.3Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4673 11.8808H26.8385V10.7904H24.4673V11.8808Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.9115 6.61538L40.8962 6.63077C40.4404 7.075 40.1981 7.61731 40.1769 8.24615C40.1673 8.47115 40.2442 8.66731 40.4 8.82884C40.5558 8.99038 40.75 9.07308 40.975 9.07308H42.7808C43.0788 9.07308 43.3327 8.92308 43.4769 8.66538C43.6231 8.40577 43.6173 8.11154 43.4635 7.85769C43.1327 7.31731 42.5923 6.73269 41.7308 6.43269C41.4385 6.33077 41.1327 6.4 40.9115 6.61538Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.3904 9.89423C42.2231 9.89423 42.0577 9.81731 41.9519 9.66923L40.9385 8.28269C40.7615 8.04038 40.8154 7.69808 41.0577 7.52115C41.3 7.34615 41.6404 7.39615 41.8192 7.64038L42.8327 9.02692C43.0096 9.27115 42.9558 9.61154 42.7115 9.78846C42.6154 9.85961 42.5038 9.89423 42.3904 9.89423Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3404 3.11346L6.27501 7.79808H9.94424L13.0173 3.86923L12.3404 3.11346Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.5827 12.0365L59.1423 14.8385C59.6558 14.5462 60.4096 14.3577 60.9904 14.3577H61.0288C61.5442 14.3635 62.0596 14.3615 62.5731 14.3596L62.4885 13.3769C62.1846 12.8788 61.7827 12.4346 61.3077 12.0365H57.5827Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.075 18.2365H62.9173V17.1462H61.075V18.2365Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.7827 16.7923H59.975C59.6538 16.7923 59.3923 17.0538 59.3923 17.375V18.0077C59.3923 18.3288 59.6538 18.5885 59.975 18.5885H60.7827C61.1038 18.5885 61.3654 18.3288 61.3654 18.0077V17.375C61.3654 17.0538 61.1038 16.7923 60.7827 16.7923Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.0577 15.2077C50.0327 15.2077 49.1038 15.6231 48.4346 16.2942C47.7635 16.9654 47.3462 17.8923 47.3462 18.9173C47.3462 19.9423 47.7635 20.8692 48.4346 21.5404C49.1038 22.2115 50.0327 22.6269 51.0577 22.6269C52.0808 22.6269 53.0096 22.2115 53.6808 21.5404C54.3519 20.8692 54.7673 19.9423 54.7673 18.9173C54.7673 17.8923 54.3519 16.9654 53.6808 16.2942C53.0096 15.6231 52.0808 15.2077 51.0577 15.2077ZM47.2769 15.1365C48.2442 14.1692 49.5808 13.5712 51.0577 13.5712C52.5327 13.5712 53.8692 14.1692 54.8365 15.1365C55.8038 16.1038 56.4019 17.4404 56.4019 18.9173C56.4019 20.3942 55.8038 21.7308 54.8365 22.6981C53.8692 23.6635 52.5327 24.2635 51.0577 24.2635C49.5808 24.2635 48.2442 23.6635 47.2769 22.6981C46.3096 21.7308 45.7115 20.3942 45.7115 18.9173C45.7115 17.4404 46.3096 16.1038 47.2769 15.1365ZM12.3481 15.2077C11.3231 15.2077 10.3942 15.6231 9.72308 16.2942C9.05385 16.9654 8.63654 17.8923 8.63654 18.9173C8.63654 19.9423 9.05385 20.8692 9.72308 21.5404C10.3942 22.2115 11.3231 22.6269 12.3481 22.6269C13.3712 22.6269 14.3 22.2115 14.9712 21.5404C15.6404 20.8692 16.0577 19.9423 16.0577 18.9173C16.0577 17.8923 15.6404 16.9654 14.9712 16.2942C14.3 15.6231 13.3712 15.2077 12.3481 15.2077ZM8.56731 15.1365C9.53461 14.1692 10.8712 13.5712 12.3481 13.5712C13.8231 13.5712 15.1596 14.1692 16.1269 15.1365C17.0942 16.1038 17.6923 17.4404 17.6923 18.9173C17.6923 20.3942 17.0942 21.7308 16.1269 22.6981C15.1596 23.6635 13.8231 24.2635 12.3481 24.2635C10.8712 24.2635 9.53461 23.6635 8.56731 22.6981C7.6 21.7308 7.00192 20.3942 7.00192 18.9173C7.00192 17.4404 7.6 16.1038 8.56731 15.1365Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3481 17.5865C11.6115 17.5865 11.0154 18.1827 11.0154 18.9173C11.0154 19.6538 11.6115 20.25 12.3481 20.25C12.4692 20.25 12.5885 20.2327 12.7 20.2019C13.2654 20.0481 13.6789 19.5308 13.6789 18.9173C13.6789 18.1827 13.0827 17.5865 12.3481 17.5865Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.7712 16.6769V18.0731H38.8039L20.7712 16.6769Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.0577 17.5865C50.3212 17.5865 49.725 18.1827 49.725 18.9173C49.725 19.6538 50.3212 20.25 51.0577 20.25C51.7923 20.25 52.3885 19.6538 52.3885 18.9173C52.3885 18.1827 51.7923 17.5865 51.0577 17.5865Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-5" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<ellipse cx="31.5" cy="23.5" rx="28.5" ry="1.5" fill="#E5E5E5"></ellipse>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7369 3.51428C24.0984 3.552 23.8328 4.13657 23.6438 4.752L23.2368 6.072C22.6426 8.004 26.1621 8.028 26.0684 6.38228L25.9662 4.61657C25.9288 3.972 25.3771 3.47657 24.7369 3.51428Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.58849 20.3571C5.36357 20.3571 1.9786 18.1611 1.83387 18.0669L1.50354 17.8509V12.9137L1.60911 12.7389C1.77427 12.4611 2.20506 11.5903 2.20506 10.896L2.39406 6.24343L11.3196 5.78571C15.1728 5.604 17.6213 5.99657 20.2162 6.408C21.6806 6.64285 23.196 6.88457 25.0468 7.03371L39.5266 7.032C40.3694 7.032 41.2123 6.91714 42.1045 6.79543C43.0035 6.672 43.9349 6.54514 44.8731 6.54514C45.011 6.55543 50.7883 7.20171 55.4333 8.39657C60.4154 9.67714 62.1061 11.688 62.3037 12.5726L62.7378 19.7589L62.1317 19.8994C60.9568 20.1737 59.9931 20.3537 57.4271 20.3537H54.7283V18.8966H57.4271C59.3954 18.8966 60.3234 18.792 61.2003 18.6137L61.1714 18.2194L60.8751 12.7731C60.7814 12.5571 59.3903 10.9183 55.0757 9.80914C50.5312 8.64 44.851 8.004 44.7948 7.99885C44.032 8.004 43.1891 8.11714 42.2969 8.23886C41.3979 8.36228 40.4665 8.48914 39.5266 8.48914H24.9889C23.024 8.33314 21.4814 8.08628 19.9898 7.84971C17.4698 7.44685 15.0928 7.06457 11.3911 7.24285L3.78857 7.632L3.65235 10.9234C3.65406 11.8971 3.1756 12.8966 2.95254 13.308V17.0451C3.85327 17.5749 6.44819 18.936 8.76046 18.8966H10.9518V20.3537H8.77919C8.71619 20.3554 8.65319 20.3571 8.58849 20.3571ZM18.5476 20.3554H47.1326V18.8966H18.5476V20.3554Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.98152 10.2C2.95598 10.9149 2.93214 11.6726 2.92874 12.1234H3.84139C5.01795 12.1234 6.57933 11.2269 6.62701 10.2V9.25372H2.94917V10.2H2.98152Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.7852 11.9349L58.1678 14.4326C58.6207 14.172 59.2882 14.0023 59.8024 14.0023H59.8365C60.5567 14.0109 61.2753 14.0023 61.9938 14.0023L61.9666 13.8857C61.9087 13.644 61.2225 12.4612 60.5124 11.9349C59.2712 11.9349 58.0282 11.9349 56.7852 11.9349Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4586 20.3537C19.2015 20.8955 18.8558 21.3857 18.4387 21.8057H18.4352C17.4919 22.7537 16.1877 23.3435 14.7506 23.3435C13.3101 23.3435 12.0058 22.7555 11.0608 21.8057C10.6454 21.3857 10.298 20.8955 10.0409 20.3537H8.58852V17.772C8.58852 16.0663 9.28152 14.5149 10.3985 13.392C11.5138 12.2675 13.0547 11.5697 14.7489 11.5697H14.7506C16.4414 11.5697 17.9806 12.2675 19.0993 13.392V13.3937H19.101C20.218 14.52 20.911 16.0697 20.911 17.772V20.3537H19.4586ZM50.9296 14.4189C48.9153 14.4189 47.2841 16.0629 47.2841 18.0909C47.2841 20.1189 48.9153 21.7629 50.9296 21.7629C52.9439 21.7629 54.5768 20.1189 54.5768 18.0909C54.5768 16.0629 52.9439 14.4189 50.9296 14.4189ZM14.7506 14.4189C12.7363 14.4189 11.1034 16.0629 11.1034 18.0909C11.1034 20.1189 12.7363 21.7629 14.7506 21.7629C16.7632 21.7629 18.3961 20.1189 18.3961 18.0909C18.3961 16.0629 16.7632 14.4189 14.7506 14.4189ZM50.9296 11.5697C52.6221 11.5697 54.1614 12.2675 55.2783 13.392L55.28 13.3937H55.2817C56.397 14.52 57.0917 16.0697 57.0917 17.772V20.3537H55.6393C55.3805 20.8955 55.0348 21.3857 54.6194 21.8057C53.6744 22.7555 52.3701 23.3435 50.9296 23.3435C49.4925 23.3435 48.1883 22.7537 47.245 21.8057H47.2416C46.8244 21.3857 46.4788 20.8955 46.2216 20.3537H44.7692V17.772C44.7692 16.0697 45.4622 14.52 46.5775 13.3937H46.5792L46.5809 13.392C47.6979 12.2675 49.2388 11.5697 50.9296 11.5697Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.9296 16.7606C50.2008 16.7606 49.6083 17.3572 49.6083 18.0926C49.6083 18.8263 50.2008 19.4212 50.9296 19.4212C51.66 19.4212 52.2509 18.8263 52.2509 18.0926C52.2509 17.3572 51.66 16.7606 50.9296 16.7606Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0541 10.8789H27.3948V9.90691H24.0541V10.8789Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7506 16.7606C14.0201 16.7606 13.4293 17.3572 13.4293 18.0926C13.4293 18.8263 14.0201 19.4212 14.7506 19.4212C15.4794 19.4212 16.0719 18.8263 16.0719 18.0926C16.0719 17.3572 15.4794 16.7606 14.7506 16.7606Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.927 15.9617V17.2063H43.2096L22.927 15.9617Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.3609 17.4617H61.9904V16.4897H60.3609V17.4617Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.1021 16.1743H59.3869C59.1026 16.1743 58.871 16.4074 58.871 16.6937V17.2577C58.871 17.5423 59.1026 17.7754 59.3869 17.7754H60.1021C60.3864 17.7754 60.618 17.5423 60.618 17.2577V16.6937C60.618 16.4074 60.3864 16.1743 60.1021 16.1743Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.63587 17.7034V19.7554H7.9466V19.5943C5.73309 19.3886 3.52298 18.2212 2.63587 17.7034Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1967 3.16628C14.5582 3.204 14.2909 3.78857 14.1019 4.404L13.6966 5.724C13.6626 5.83543 13.6421 5.94171 13.6336 6.03943C14.6246 6.09085 15.5798 6.17314 16.5146 6.27085C16.5282 6.19714 16.5316 6.11657 16.5282 6.03428L16.426 4.26857C16.3886 3.624 15.8352 3.12857 15.1967 3.16628Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.2408 6.65145C45.2221 6.63945 38.1661 2.3023 35.2136 1.38687C34.856 1.27716 34.5002 1.17773 34.1494 1.09545V1.09716C33.7731 1.00802 33.3866 0.925732 32.9967 0.855446L32.7413 2.28516C36.4157 3.22973 37.8664 5.54059 41.0675 7.47945C41.5732 7.7863 44.0098 7.60459 44.5052 7.89773L45.2408 6.65145Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.2922 6.96175L38.2786 6.97546C37.8751 7.37146 37.6605 7.85489 37.6401 8.41546C37.6333 8.61604 37.6997 8.79089 37.8376 8.93489C37.9772 9.07889 38.1475 9.15261 38.3467 9.15261H39.9472C40.2112 9.15261 40.4342 9.01889 40.5636 8.78746C40.6913 8.55775 40.6862 8.29546 40.55 8.06918C40.2588 7.58575 39.7804 7.06632 39.0176 6.79889C38.7588 6.70804 38.488 6.76975 38.2922 6.96175Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.6015 9.88456C39.4534 9.88456 39.307 9.81427 39.2116 9.68398L38.316 8.44798C38.1593 8.23198 38.207 7.92856 38.4216 7.76913C38.6361 7.61141 38.9375 7.65941 39.0958 7.87541L39.9914 9.11141C40.1498 9.32741 40.1021 9.63256 39.8859 9.79027C39.8007 9.8537 39.7003 9.88456 39.6015 9.88456Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-6" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<path d="M37.6794 4.8745C38.7512 5.20483 40.1835 5.88644 41.6719 6.682C41.3201 7.14369 41.1041 7.6797 41.041 8.26833H14.8417C12.9461 8.26833 11.7792 8.21082 10.7684 7.97341C10.8696 7.89919 10.9688 7.82645 11.066 7.75513C12.1172 6.9839 12.9396 6.38051 13.6572 5.90194C14.6012 5.27239 15.3327 4.88064 16.1169 4.62723C17.6267 4.13934 19.3814 4.14001 23.2729 4.14149C23.4943 4.14158 23.7227 4.14167 23.9583 4.14167C25.0049 4.14167 26.3737 4.1413 27.8258 4.14091L28.1087 4.14083C29.6651 4.14042 31.2984 4.14 32.72 4.14C34.3958 4.14 36.0794 4.38156 37.6794 4.8745Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.06666 20.8317C4.90832 20.8317 1.59499 18.6983 1.45166 18.605L1.12999 18.395V13.595L1.23166 13.425C1.39332 13.155 1.81499 12.3083 1.81499 11.6333L1.98666 8.32L8.26332 4.015L8.05666 2.62167L8.70666 2.48333C11.32 1.925 15.9183 1.53667 19.8867 1.53667L33.705 1.535C35.56 1.69667 37.135 1.98167 38.445 2.385C41.1167 3.20667 47.1317 6.81667 48.1367 7.425C49.085 7.535 54.1167 8.15 58.2367 9.20167C63.115 10.4467 64.77 12.4017 64.965 13.2617L65.39 20.25L64.7967 20.3867C63.6433 20.655 62.7 20.83 60.19 20.83H57.7017V19.4117H60.19C62.1167 19.4117 63.025 19.31 63.885 19.1367L63.8567 18.7533L63.5667 13.4567C63.475 13.2483 62.1133 11.655 57.8867 10.575C53.44 9.44 47.88 8.82167 47.8233 8.81667L47.5317 8.71667C47.465 8.675 40.7167 4.56667 38.0283 3.74C36.8133 3.365 35.3383 3.1 33.6433 2.95L19.8867 2.955C16.3217 2.955 12.2533 3.27167 9.65499 3.74167L9.79499 4.68167L3.36666 9.09333L3.23166 11.67C3.23332 12.6083 2.76499 13.5767 2.54666 13.9783V17.6117C3.42832 18.1267 5.95166 19.44 8.23332 19.4133L12.5517 19.4117V20.83H8.25166C8.18999 20.8317 8.12832 20.8317 8.06666 20.8317ZM20.295 20.83H49.9583V19.4117H20.295V20.83Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.05832 12.8267H2.95166C4.10499 12.8267 5.63166 11.9533 5.67832 10.9567V10.0367H2.07832C2.07832 10.98 2.06499 11.865 2.05832 12.8267Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.5617 12.6433L60.915 15.0717C61.3583 14.8183 62.0116 14.6533 62.5166 14.6533H62.55C63.255 14.6617 63.9567 14.6533 64.6617 14.6533L64.635 14.54C64.5783 14.3033 63.905 13.155 63.2116 12.6433C61.995 12.6433 60.7783 12.6433 59.5617 12.6433Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.5183 11.6167H35.7883V10.6717H32.5183V11.6167Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.92 11.6167H22.19V10.6717H18.92V11.6167Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0517 16.5583V17.7683H46.2717L24.0517 16.5583Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.0617 18.0167H64.6567V17.0717H63.0617V18.0167Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.81 16.765H62.1083C61.83 16.765 61.6033 16.9917 61.6033 17.27V17.8183C61.6033 18.0967 61.83 18.3217 62.1083 18.3217H62.81C63.0883 18.3217 63.315 18.0967 63.315 17.8183V17.27C63.315 16.9917 63.0883 16.765 62.81 16.765Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.8517 7.14333L42.8383 7.15666C42.4433 7.54166 42.2333 8.01166 42.2133 8.55666C42.2067 8.75166 42.2717 8.92166 42.4083 9.06166C42.5433 9.20166 42.71 9.27333 42.9067 9.27333H44.4733C44.73 9.27333 44.95 9.145 45.075 8.92C45.2017 8.69667 45.1967 8.44 45.0633 8.22166C44.7767 7.75166 44.3083 7.245 43.5633 6.985C43.3083 6.89666 43.045 6.95666 42.8517 7.14333Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1333 9.985C43.9883 9.985 43.845 9.91833 43.7517 9.79167L42.875 8.58833C42.7217 8.37833 42.7683 8.08333 42.9783 7.92833C43.1883 7.77667 43.485 7.82 43.6383 8.03167L44.515 9.235C44.6683 9.445 44.6216 9.74 44.4116 9.895C44.3283 9.955 44.23 9.985 44.1333 9.985Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.23666 18.2517V20.2483H7.43666V20.0917C5.26832 19.89 3.10666 18.755 2.23666 18.2517Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.4233 12.29C18.08 12.29 19.5867 12.9683 20.68 14.0617H20.6817L20.6833 14.0633C21.775 15.1567 22.4533 16.665 22.4533 18.32V20.83H20.2033C20.5817 20.1833 20.7967 19.4317 20.7967 18.63C20.7967 16.215 18.8383 14.2567 16.4233 14.2567C14.0083 14.2567 12.05 16.215 12.05 18.63C12.05 19.4317 12.265 20.1833 12.6417 20.83H10.3933V18.32C10.3933 16.665 11.0717 15.1567 12.1633 14.0633L12.165 14.0617H12.1667C13.26 12.9683 14.7683 12.29 16.4233 12.29Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8133 15.02C13.7367 14.0967 15.0133 13.525 16.4233 13.525C17.8317 13.525 19.1083 14.0967 20.0317 15.02L20.035 15.0217C20.9583 15.9467 21.53 17.2217 21.53 18.63C21.53 20.04 20.9583 21.3167 20.035 22.24H20.0317C19.1083 23.1633 17.8317 23.7367 16.4233 23.7367C15.0133 23.7367 13.7367 23.165 12.8133 22.24C11.89 21.3167 11.3183 20.04 11.3183 18.63C11.3183 17.2217 11.89 15.9467 12.8133 15.0217V15.02ZM16.4233 15.06C14.4517 15.06 12.8533 16.6583 12.8533 18.63C12.8533 20.6017 14.4517 22.2 16.4233 22.2C18.395 22.2 19.9933 20.6017 19.9933 18.63C19.9933 16.6583 18.395 15.06 16.4233 15.06Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.425 19.925C17.1367 19.925 17.7183 19.3433 17.7183 18.63C17.7183 17.9183 17.1367 17.3367 16.425 17.3367C15.7117 17.3367 15.13 17.9183 15.13 18.63C15.13 19.3433 15.7117 19.925 16.425 19.925Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.83 12.29C55.4867 12.29 56.9933 12.9683 58.0867 14.0617H58.0883L58.09 14.0633C59.1817 15.1567 59.86 16.665 59.86 18.32V20.83H57.61C57.9883 20.1833 58.2033 19.4317 58.2033 18.63C58.2033 16.215 56.245 14.2567 53.83 14.2567C51.4133 14.2567 49.455 16.215 49.455 18.63C49.455 19.4317 49.6717 20.1833 50.0483 20.83H47.8V18.32C47.8 16.665 48.4783 15.1567 49.57 14.0633L49.5717 14.0617H49.5733C50.6667 12.9683 52.175 12.29 53.83 12.29Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.22 15.02C51.1433 14.0967 52.42 13.525 53.83 13.525C55.2383 13.525 56.515 14.0967 57.4383 15.02L57.4417 15.0217C58.3633 15.9467 58.9367 17.2217 58.9367 18.63C58.9367 20.04 58.365 21.3167 57.4417 22.24H57.4383C56.515 23.1633 55.2383 23.7367 53.83 23.7367C52.42 23.7367 51.1433 23.165 50.22 22.24C49.2967 21.3167 48.725 20.04 48.725 18.63C48.725 17.2217 49.2967 15.9467 50.22 15.0217V15.02ZM53.83 15.06C51.8583 15.06 50.26 16.6583 50.26 18.63C50.26 20.6017 51.8583 22.2 53.83 22.2C55.8017 22.2 57.4 20.6017 57.4 18.63C57.4 16.6583 55.8017 15.06 53.83 15.06Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.83 19.925C54.5433 19.925 55.125 19.3433 55.125 18.63C55.125 17.9183 54.5433 17.3367 53.83 17.3367C53.1183 17.3367 52.5367 17.9183 52.5367 18.63C52.5367 19.3433 53.1183 19.925 53.83 19.925Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-7" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<path d="M40.4086 2.90146C42.4086 3.09511 44.0774 4.03045 45.703 5.22169L45.6781 5.24539L45.671 5.25604C45.3425 5.60048 45.1494 6.137 45.0316 6.59737C44.9503 6.91506 44.8938 7.24308 44.859 7.53756C44.1482 7.53879 43.4467 7.54003 42.7524 7.54125C37.187 7.55106 32.0784 7.56007 26.2467 7.56296L26.9332 2.90146H26.9431H26.9723H27.0015H27.0306H27.0598H27.0889H27.118H27.147H27.1761H27.2051H27.2341H27.263H27.2919H27.3209H27.3497H27.3786H27.4074H27.4362H27.465H27.4938H27.5225H27.5512H27.5799H27.6085H27.6372H27.6658H27.6943H27.7229H27.7514H27.78H27.8084H27.8369H27.8653H27.8938H27.9222H27.9505H27.9789H28.0072H28.0355H28.0638H28.092H28.1203H28.1485H28.1767H28.2048H28.233H28.2611H28.2892H28.3173H28.3454H28.3734H28.4014H28.4294H28.4574H28.4853H28.5133H28.5412H28.5691H28.5969H28.6248H28.6526H28.6804H28.7082H28.736H28.7637H28.7915H28.8192H28.8469H28.8745H28.9022H28.9298H28.9574H28.985H29.0126H29.0401H29.0677H29.0952H29.1227H29.1502H29.1776H29.2051H29.2325H29.2599H29.2873H29.3147H29.342H29.3694H29.3967H29.424H29.4513H29.4786H29.5058H29.5331H29.5603H29.5875H29.6147H29.6418H29.669H29.6961H29.7233H29.7504H29.7775H29.8045H29.8316H29.8586H29.8857H29.9127H29.9397H29.9667H29.9936H30.0206H30.0475H30.0745H30.1014H30.1283H30.1551H30.182H30.2089H30.2357H30.2625H30.2893H30.3161H30.3429H30.3697H30.3965H30.4232H30.4499H30.4767H30.5034H30.5301H30.5567H30.5834H30.6101H30.6367H30.6634H30.69H30.7166H30.7432H30.7698H30.7963H30.8229H30.8495H30.876H30.9025H30.9291H30.9556H30.9821H31.0085H31.035H31.0615H31.0879H31.1144H31.1408H31.1673H31.1937H31.2201H31.2465H31.2729H31.2992H31.3256H31.352H31.3783H31.4047H31.431H31.4573H31.4836H31.5099H31.5362H31.5625H31.5888H31.6151H31.6413H31.6676H31.6939H31.7201H31.7463H31.7726H31.7988H31.825H31.8512H31.8774H31.9036H31.9298H31.956H31.9821H32.0083H32.0345H32.0606H32.0868H32.1129H32.139H32.1652H32.1913H32.2174H32.2435H32.2696H32.2957H32.3218H32.3479H32.374H32.4001H32.4262H32.4523H32.4783H32.5044H32.5305H32.5565H32.5826H32.6086H32.6347H32.6607H32.6868H32.7128H32.7388H32.7649H32.7909H32.8169H32.8429H32.8689H32.895H32.921H32.947H32.973H32.999H33.025H33.051H33.077H33.103H33.129H33.155H33.181H33.207H33.233H33.259H33.285H33.311H33.337H33.3629H33.3889H33.4149H33.4409H33.4669H33.4929H33.5189H33.5449H33.5708H33.5968H33.6228H33.6488H33.6748H33.7008H33.7268H33.7528H33.7788H33.8048H33.8308H33.8568H33.8828H33.9088H33.9348H33.9608H33.9868H34.0128H34.0388H34.0648H34.0909H34.1169H34.1429H34.1689H34.195H34.221H34.247H34.2731H34.2991H34.3252H34.3512H34.3773H34.4033H34.4294H34.4555H34.4815H34.5076H34.5337H34.5598H34.5859H34.612H34.6381H34.6642H34.6903H34.7164H34.7425H34.7686H34.7948H34.8209H34.847H34.8732H34.8993H34.9255H34.9517H34.9778H35.004H35.0302H35.0564H35.0826H35.1088H35.135H35.1612H35.1875H35.2137H35.2399H35.2662H35.2924H35.3187H35.345H35.3713H35.3976H35.4239H35.4502H35.4765H35.5028H35.5291H35.5555H35.5818H35.6082H35.6346H35.6609H35.6873H35.7137H35.7401H35.7665H35.793H35.8194H35.8458H35.8723H35.8988H35.9252H35.9517H35.9782H36.0047H36.0313H36.0578H36.0843H36.1109H36.1374H36.164H36.1906H36.2172H36.2438H36.2704H36.2971H36.3237H36.3504H36.377H36.4037H36.4304H36.4571H36.4838H36.5106H36.5373H36.5641H36.5909H36.6176H36.6444H36.6713H36.6981H36.7249H36.7518H36.7786H36.8055H36.8324H36.8593H36.8863H36.9132H36.9402H36.9671H36.9941H37.0211H37.0481H37.0752H37.1022H37.1293H37.1563H37.1834H37.2105H37.2377H37.2648H37.2919H37.3191H37.3463H37.3735H37.4007H37.428H37.4552H37.4825H37.5098H37.5371H37.5644H37.5917H37.6191H37.6465H37.6739H37.7013H37.7287H37.7562H37.7836H37.8111H37.8386H37.8661H37.8937H37.9212H37.9488H37.9764H38.004H38.0316H38.0593H38.0869H38.1146H38.1423H38.1701H38.1978H38.2256H38.2534H38.2812H38.309H38.3369H38.3647H38.3926H38.4205H38.4485H38.4764H38.5044H38.5324H38.5604H38.5884H38.6165H38.6446H38.6727H38.7008H38.7289H38.7571H38.7853H38.8135H38.8418H38.87H38.8983H38.9266H38.9549H38.9833H39.0116H39.04H39.0684H39.0969H39.1253H39.1538H39.1823H39.2109H39.2394H39.268H39.2966H39.3253H39.3539H39.3826H39.4113H39.44H39.4688H39.4976H39.5264H39.5552H39.5841H39.6129H39.6418H39.6708H39.6997H39.7287H39.7577H39.7868H39.8158H39.8449H39.874H39.9032H39.9323H39.9615H39.9907H40.02H40.0493H40.0786H40.1079H40.1372H40.1666H40.196H40.2255H40.2549H40.2844H40.314H40.3435H40.3731H40.4027H40.4086Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89705 20.3426C4.17205 20.3426 0.902936 19.0765 0.761759 19.0206L0.3647 18.8647V13.6206L0.552936 13.4368C0.824994 13.1691 1.38529 12.4603 1.38529 11.9794L1.43823 10.9471C1.47646 10.2368 1.52205 9.4147 1.54411 8.6794C1.56176 8.17205 2.33235 7.24999 3.12941 6.9647L3.34117 6.9294H22.2412L23.1941 2.04264C23.3662 1.16323 24.1412 0.526463 25.0353 0.526463L40.4897 0.524992C44.0676 0.836757 46.2279 2.58529 48.5132 4.43676C49.5691 5.2897 50.6573 6.17058 51.9426 6.96911C52.5088 7.02205 53.3265 7.05293 54.2794 7.08823C60.0029 7.30735 65.1882 7.71323 65.7603 10.2544L66.3162 14.825C66.6559 15.0603 67.1353 15.5162 67.1353 16.2103V18.1735C67.1353 18.7162 67.0706 19.2603 66.597 19.5691C65.6912 20.1382 64.6323 20.3382 62.5353 20.3382H61.3779V19.0897H62.5353C64.3309 19.0897 65.2176 18.9441 65.8823 18.5397C65.8647 18.5265 65.8853 18.4132 65.8853 18.1735V16.2103C65.8853 16.0382 65.5882 15.8279 65.4691 15.7735L65.1529 15.6265L64.5294 10.4662C64.1323 8.71617 57.4456 8.46176 54.2323 8.3397C53.1603 8.29852 52.2559 8.26323 51.6691 8.19852L51.4118 8.11176C50.0029 7.25146 48.8456 6.3147 47.7265 5.40882C45.5 3.60587 43.5779 2.04999 40.4353 1.77352L25.0353 1.77646C24.7323 1.77646 24.4809 1.98529 24.4206 2.28235L23.2706 8.17793H3.4647C3.13382 8.34264 2.82205 8.73823 2.76764 8.86176C2.77058 9.4647 2.72646 10.2956 2.68676 11.0147L2.63676 12.0073C2.63676 12.8823 1.96176 13.7471 1.6147 14.1323V18C2.57646 18.3397 5.11176 19.1221 7.11029 19.0897H8.79558V20.3382H7.12646C7.04999 20.3412 6.97352 20.3426 6.89705 20.3426ZM17.4662 20.3397H52.5941V19.0897H17.4662V20.3397Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.7323 15.6823L65.2191 10.9029H63.8706V15.6823H65.7323Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.2103 9.99999H40.0956V9.16764H37.2103V9.99999Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.01323 11.9279H2.5647C3.83529 11.9279 5.52058 10.9647 5.57205 9.86323V8.84999H2.1647C2.12794 9.91617 2.04999 11.1309 2.01323 11.9279Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.5059 6.01176L46.4941 6.02352C46.1456 6.36029 45.9603 7.61323 45.9426 8.09264C45.9368 8.2647 45.9941 8.4147 46.1147 8.53823C46.2338 8.66176 46.3809 8.72499 46.5529 8.72499H47.9353C49.4147 8.72499 47.6838 6.0647 47.1323 5.87205C46.9088 5.79411 46.675 5.84852 46.5059 6.01176Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6367 16.2882V17.3559H48.1515L22.6367 16.2882Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.9029 19.7132H49.0691V17.8809C49.0691 13.5162 52.6206 9.9647 56.9868 9.9647C61.3515 9.9647 64.9029 13.5162 64.9029 17.8809V19.6206H64.0691V17.8809C64.0691 13.9765 60.8912 10.7985 56.9868 10.7985C53.0809 10.7985 49.9029 13.9765 49.9029 17.8809V19.7132Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.9868 17.597C56.2294 17.597 55.6162 18.2118 55.6162 18.9691C55.6162 19.7265 56.2294 20.3397 56.9868 20.3397C57.7426 20.3397 58.3573 19.7265 58.3573 18.9691C58.3573 18.2118 57.7426 17.597 56.9868 17.597Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0485 19.7132H20.2132V17.8809C20.2132 13.9765 17.0368 10.7985 13.1309 10.7985C9.22499 10.7985 6.04852 13.9765 6.04852 17.8809V19.575H5.21323V17.8809C5.21323 13.5162 8.76617 9.9647 13.1309 9.9647C17.4956 9.9647 21.0485 13.5162 21.0485 17.8809V19.7132Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.9853 11.8412H56.9868C58.6456 11.8412 60.1559 12.5206 61.2515 13.6162L61.2529 13.6147C62.3471 14.7088 63.0265 16.2191 63.0265 17.8823V20.3397H62.0882C61.8059 21.3882 61.2088 22.3103 60.4074 22.9926C59.4838 23.7779 58.2882 24.2529 56.9868 24.2529C55.6853 24.2529 54.4912 23.7794 53.5676 22.9941L53.5662 22.9956C52.7632 22.3118 52.1647 21.3897 51.8838 20.3397H50.9456V17.8823C50.9456 16.2206 51.625 14.7088 52.7191 13.6147H52.7206C53.8162 12.5206 55.325 11.8412 56.9853 11.8412ZM56.9868 15.4426C55.0397 15.4426 53.4603 17.0221 53.4603 18.9691C53.4603 20.9162 55.0397 22.4941 56.9868 22.4941C58.9338 22.4941 60.5118 20.9162 60.5118 18.9691C60.5118 17.0221 58.9338 15.4426 56.9868 15.4426ZM13.1309 15.4426C11.1838 15.4426 9.60588 17.0221 9.60588 18.9691C9.60588 20.9162 11.1838 22.4941 13.1309 22.4941C15.0779 22.4941 16.6559 20.9162 16.6559 18.9691C16.6559 17.0221 15.0779 15.4426 13.1309 15.4426ZM13.1309 11.8412C14.7897 11.8412 16.3015 12.5206 17.3971 13.6162L17.3985 13.6147C18.4926 14.7088 19.1721 16.2191 19.1721 17.8823V20.3397H18.2324C17.9515 21.3882 17.3544 22.3103 16.5515 22.9926C15.6279 23.7779 14.4324 24.2529 13.1309 24.2529C11.8294 24.2529 10.6338 23.7779 9.71029 22.9926C8.90735 22.3088 8.31029 21.3882 8.02794 20.3397H7.08971V17.8823C7.08971 16.2206 7.76912 14.7088 8.86471 13.6147C9.95735 12.5206 11.4691 11.8412 13.1309 11.8412Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1309 17.597C12.3735 17.597 11.7603 18.2118 11.7603 18.9691C11.7603 19.7265 12.3735 20.3397 13.1309 20.3397C13.8882 20.3397 14.5015 19.7265 14.5015 18.9691C14.5015 18.2118 13.8882 17.597 13.1309 17.597Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9132 9.99999H28.7985V9.16764H25.9132V9.99999Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-8" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<path d="M6.31367 4.46501L7.38064 8.63904L39.7461 10.5477C39.7463 10.5367 39.7466 10.5257 39.7469 10.5147L39.747 10.513C39.7749 9.765 40.0525 9.09285 40.5636 8.55356C37.3201 6.17785 34.0568 3.94792 30.3725 3.75767L30.3724 3.75767C27.1184 3.58888 23.7236 3.62138 20.3864 3.65332C19.4921 3.66188 18.6019 3.6704 17.7197 3.67499M6.31367 4.46501L17.7193 3.675C17.7194 3.675 17.7196 3.675 17.7197 3.67499M6.31367 4.46501C10.0672 3.75606 13.857 3.70212 17.7197 3.67499M6.31367 4.46501L17.7197 3.67499" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.5567 15.8883C56.9383 15.015 53.93 13.3633 53.4917 12.9233C53.2033 12.6367 53.0833 11.9067 53.28 11.1617C55.635 11.635 57.665 12.3533 57.9733 13.725L58.56 15.8333L58.5567 15.8883Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3467 18.81H41.4417V17.3917H20.3467V18.81Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.8017 13.9333H31.7467V11.8783H30.8017V13.9333Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6967 13.9333H28.6417V11.8783H27.6967V13.9333Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.95 11.6083H17.7V10.6633H8.95V11.6083Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.11166 13.815C3.38833 13.5333 4.72166 12.6017 4.77166 11.5633V6.04H2.85166C2.44666 8.64 2.32666 11.6533 2.26166 12.885C2.26166 13.1967 2.19999 13.5183 2.11166 13.815Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.3567 9.13667L41.3433 9.14834C40.9483 9.53334 40.7383 10.0033 40.7183 10.5483C40.7117 10.7433 40.7767 10.9133 40.9117 11.0533C41.0483 11.1933 41.215 11.265 41.4117 11.265H42.9767C43.235 11.265 43.4533 11.1367 43.58 10.9117C43.7067 10.6883 43.7 10.4317 43.5667 10.2133C43.2817 9.74334 42.8133 9.23834 42.0667 8.97667C41.8133 8.88834 41.5483 8.94834 41.3567 9.13667Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.6383 11.9767C42.4933 11.9767 42.35 11.91 42.2567 11.7817L41.38 10.5817C41.2267 10.37 41.2733 10.075 41.4833 9.92167C41.695 9.77 41.99 9.81334 42.1433 10.025L43.02 11.225C43.1733 11.4367 43.1283 11.7317 42.9167 11.885C42.8333 11.9467 42.735 11.9767 42.6383 11.9767Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.7117 17.66H56.4833C56.205 17.66 55.9783 17.8883 55.9783 18.165V18.7133C55.9783 18.99 56.2067 19.2167 56.4833 19.2167H56.7117C56.92 19.2167 57.0983 19.0917 57.1767 18.9117H58.56V17.9667H57.1767C57.1 17.7867 56.92 17.66 56.7117 17.66Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.54333 22.0817C3.08499 22.0817 1.56666 21.0267 0.926661 19.5433L0.866661 19.2633V14.8467L0.969994 14.6767C0.979994 14.66 1.12166 14.4183 1.26666 14.075C1.45499 13.6233 1.55333 13.2117 1.55333 12.885L1.57499 12.435C1.64333 11.08 1.76833 8.555 2.10166 6.25834C2.64166 2.55167 3.49666 0.900003 4.87333 0.900003L30.4833 0.898336C34.1417 1.08667 37.0633 2.72167 39.2033 4.12667C40.2933 4.84334 41.36 5.62667 42.435 6.415C43.7983 7.41334 45.2067 8.44667 46.6667 9.33667C47.485 9.55167 48.68 9.72334 49.9433 9.90167C51.0133 10.055 52.1517 10.2183 53.2317 10.4283C55.5317 10.8783 58.23 11.64 58.665 13.5683C59.255 15.685 59.2667 15.9683 59.195 18.3667L59.1033 21.5167L58.23 21.72C57.84 21.8133 57.5033 21.8933 57.055 21.955C56.4167 22.0417 55.6083 22.0817 54.4367 22.0817H53.31V20.6633H54.4367C55.5417 20.6633 56.29 20.6283 56.8633 20.55C57.1883 20.5067 57.4467 20.45 57.7183 20.385L57.7783 18.3717C57.845 16.055 57.85 15.92 57.2917 13.915C57.0917 13.035 55.6367 12.3417 52.9583 11.82C51.9033 11.615 50.79 11.455 49.7433 11.305C48.385 11.1117 47.1033 10.9283 46.195 10.6767L46.0183 10.6C44.475 9.66667 43.0117 8.595 41.5983 7.55667C40.5417 6.78334 39.495 6.01334 38.425 5.31167C35.4283 3.345 33.0433 2.44834 30.4467 2.315L4.87666 2.31667C4.86666 2.31667 4.08166 2.495 3.50499 6.46167C3.17999 8.69334 3.05833 11.1733 2.98999 12.505L2.96999 12.9217C2.97166 13.4033 2.83833 13.9883 2.57333 14.6217C2.46833 14.8767 2.35999 15.0883 2.28499 15.2283V19.1067C2.73999 20.0267 3.71999 20.635 4.60666 20.6633H5.74666V22.0817H4.62499C4.59833 22.0817 4.57166 22.0817 4.54333 22.0817ZM14.57 22.0817H45.8767V20.6633H14.57V22.0817Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.6633 24.06C45.95 23.56 45.37 22.8767 44.9883 22.08H43.5633V19.57C43.5633 17.915 44.2417 16.4083 45.3333 15.3133H45.335L45.3367 15.3117C46.43 14.2183 47.9383 13.54 49.5933 13.54C51.25 13.54 52.7567 14.2183 53.85 15.3117L53.8517 15.3133H53.8533C54.945 16.4083 55.625 17.915 55.625 19.57V22.08H54.2C53.8183 22.8767 53.2383 23.56 52.525 24.06C51.695 24.6433 50.6817 24.9867 49.5933 24.9867C48.505 24.9867 47.4933 24.6433 46.6633 24.06ZM49.5933 16.3117C47.6217 16.3117 46.025 17.91 46.025 19.88C46.025 21.8517 47.6217 23.45 49.5933 23.45C51.565 23.45 53.1633 21.8517 53.1633 19.88C53.1633 17.91 51.565 16.3117 49.5933 16.3117ZM10.1583 16.3117C8.18666 16.3117 6.58833 17.91 6.58833 19.88C6.58833 21.8517 8.18666 23.45 10.1583 23.45C12.13 23.45 13.7283 21.8517 13.7283 19.88C13.7283 17.91 12.13 16.3117 10.1583 16.3117ZM10.1583 13.54C11.815 13.54 13.3217 14.2183 14.415 15.3117L14.4167 15.3133H14.4183C15.51 16.4083 16.1883 17.915 16.1883 19.57V22.08H14.765C14.3833 22.8767 13.8033 23.56 13.09 24.06C12.2583 24.6433 11.2467 24.9867 10.1583 24.9867C9.06999 24.9867 8.05833 24.6433 7.22666 24.06C6.51333 23.56 5.93333 22.8767 5.55333 22.08H4.12833V19.57C4.12833 17.915 4.80666 16.4083 5.89833 15.3133H5.89999L5.90166 15.3117C6.99499 14.2183 8.50166 13.54 10.1583 13.54Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.5933 18.5883C48.88 18.5883 48.3017 19.1667 48.3017 19.8817C48.3017 20.595 48.88 21.175 49.5933 21.175C50.3083 21.175 50.8883 20.595 50.8883 19.8817C50.8883 19.1667 50.3083 18.5883 49.5933 18.5883Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1583 18.5883C9.44333 18.5883 8.86499 19.1667 8.86499 19.8817C8.86499 20.595 9.44333 21.175 10.1583 21.175C10.8733 21.175 11.4517 20.595 11.4517 19.8817C11.4517 19.1667 10.8733 18.5883 10.1583 18.5883Z" fill="currentColor"></path>
|
||
</g>
|
||
<g id="car-9" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<path d="M41.4889 7.50023C40.9739 7.04734 40.4727 6.58561 40.0071 6.15678C39.8145 5.97934 39.6279 5.80753 39.4491 5.64432L39.7861 5.27499L39.4494 5.64457C39.175 5.39461 38.8899 5.12855 38.5968 4.85503C38.0355 4.33121 37.4449 3.78 36.8443 3.26195L41.4889 7.50023ZM41.4889 7.50023C41.4348 7.54138 41.3826 7.586 41.3327 7.63397L41.3326 7.6339L41.3259 7.64058C40.9818 7.97425 40.7868 8.52297 40.6715 8.98245C40.549 9.47037 40.4875 9.9816 40.4753 10.3398L40.4753 10.3411C40.4739 10.3854 40.4741 10.4296 40.4761 10.4736H40.0681C38.9191 10.4736 37.1976 10.0213 35.7133 9.54285C34.982 9.30711 34.3263 9.07113 33.8534 8.89403C33.6771 8.82802 33.5264 8.77027 33.407 8.72387V3.09721M41.4889 7.50023L33.407 3.09721M33.407 3.09721H36.4C36.5748 3.09721 36.713 3.14874 36.8443 3.26194L33.407 3.09721Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path d="M9.68347 8.47261L9.68331 8.47252L7.04165 6.94752L7.04111 6.94721C6.82049 6.82021 6.70139 6.61367 6.70139 6.35832V3.09721H29.6194C29.9939 3.09721 30.3002 3.40316 30.3014 3.77812C30.3014 3.77836 30.3014 3.7786 30.3014 3.77884L30.3014 7.88332C30.3014 8.25718 29.9947 8.56388 29.6208 8.56388H10.0236C9.89491 8.56388 9.79505 8.53708 9.68347 8.47261Z" fill="#EBEBEB" stroke="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.38611 20.8444C2.98889 20.8444 2.06667 20.3055 1.53611 19.8444C0.937501 19.3236 0.694445 18.7861 0.669445 18.7278L0.620834 18.493V14.8139L0.705557 14.6722C0.715279 14.6569 0.834723 14.4569 0.952779 14.1736C1.10972 13.7958 1.19167 13.4514 1.19167 13.1778C1.20556 12.9 1.22083 12.1861 1.24306 11.225C1.30695 8.26666 1.41667 3.31666 1.65 1.70971L1.81667 0.67499H37.5625L37.7264 0.809712C38.6181 1.54305 39.6667 2.49999 40.7764 3.51388C42.5208 5.10693 44.3222 6.75138 45.45 7.44999C46.3528 7.73888 53.7222 10.1653 54.0889 11.7958C54.5528 13.4611 54.5875 13.7639 54.5403 15.475C55.0292 15.818 55.3097 16.3583 55.3 16.95L55.2694 18.9778C55.2569 19.8403 54.6542 20.5472 53.8028 20.6958L53.5375 20.7375C52.9958 20.8097 51.4736 20.8417 50.5653 20.8417H48.5708V19.6611H50.5653C51.7097 19.6611 52.9972 19.618 53.3778 19.5667L53.5986 19.5333C53.8833 19.4819 54.0847 19.2458 54.0889 18.9583L54.1194 16.9305C54.1236 16.6805 53.9861 16.4722 53.7542 16.3764L53.3778 16.2208L53.35 15.7972C53.4056 13.868 53.4097 13.7555 52.9444 12.0847C52.5125 11.3014 46.9069 9.07777 45.0444 8.5611L44.8972 8.49721C43.675 7.75971 41.7958 6.04443 39.9806 4.3861C38.95 3.44582 37.9722 2.55277 37.1375 1.85555L2.81806 1.88055C2.59583 3.41388 2.48333 8.51249 2.42361 11.2514C2.40278 12.2305 2.38611 12.9569 2.37222 13.2097C2.37361 13.6111 2.2625 14.0972 2.04306 14.6264C1.95417 14.8403 1.86528 15.0167 1.80139 15.1333V18.3486C1.87639 18.475 2.0375 18.7153 2.31111 18.9528C2.88056 19.4472 3.62083 19.6819 4.52361 19.6611H7.83611V20.8417H4.54028C4.4875 20.843 4.43611 20.8444 4.38611 20.8444ZM14.5361 20.8417H41.8722V19.6611H14.5361V20.8417Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.0958 8.4111L42.0861 8.42221C41.7556 8.74027 41.5806 9.9236 41.5653 10.3764C41.5597 10.5389 41.6139 10.6819 41.7264 10.7972C41.8389 10.9153 41.9792 10.9736 42.1417 10.9736H43.4472C44.8431 10.9736 43.2097 8.4611 42.6889 8.28054C42.4778 8.20693 42.2569 8.25693 42.0958 8.4111Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.2181 11.7375H34.9417V10.9514H32.2181V11.7375Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.8778 11.0319H30.6028V10.2458H27.8778V11.0319Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.80139 11.575H15.0153V10.7889H5.80139V11.575Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.9639 14.3236C52.6153 13.5944 50.1083 12.2194 49.7417 11.8528C49.5931 11.7042 49.5556 10.5819 49.5889 9.60555C51.5347 10.4222 53.3833 11.3528 53.5125 11.9264C53.8403 13.1028 53.9472 13.5653 53.9639 14.3208V14.3236Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.79167 13.1792C2.85556 12.9444 3.96806 12.168 4.00833 11.3028V4.23193H2.05556C1.93333 6.69443 1.86806 10.1069 1.82639 11.9555C1.89028 12.143 1.92361 12.2958 1.91806 12.4042C1.91806 12.6639 1.86528 12.9319 1.79167 13.1792Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.3194 20.8417C49.1194 21.5555 48.7389 22.193 48.2306 22.7014H48.2278C47.4583 23.4708 46.3944 23.9486 45.2208 23.9486C44.0458 23.9486 42.9819 23.4722 42.2125 22.7014C41.7028 22.193 41.3222 21.5555 41.1236 20.8417H40.1958V19.5389C40.1958 18.1569 40.7611 16.8986 41.6708 15.9889C42.5819 15.0792 43.8389 14.5139 45.2208 14.5139C46.6 14.5139 47.8569 15.0792 48.7681 15.9889L48.7694 15.9903L48.7708 15.9917C49.6806 16.9028 50.2458 18.1597 50.2458 19.5389V20.8417H49.3194ZM45.2208 17.0944C43.7861 17.0944 42.6222 18.2583 42.6222 19.693C42.6222 21.1292 43.7861 22.293 45.2208 22.293C46.6569 22.293 47.8208 21.1292 47.8208 19.693C47.8208 18.2583 46.6569 17.0944 45.2208 17.0944Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1861 14.5139C12.5653 14.5139 13.8222 15.0792 14.7333 15.9889L14.7347 15.9903L14.7361 15.9917C15.6458 16.9028 16.2111 18.1597 16.2111 19.5389V20.8417H15.2847C15.0847 21.5555 14.7042 22.193 14.1944 22.7014H14.1931C13.4236 23.4708 12.3597 23.9486 11.1861 23.9486C10.0111 23.9486 8.94723 23.4722 8.17778 22.7014C7.66806 22.193 7.2875 21.5555 7.08889 20.8417H6.16111V19.5389C6.16111 18.1569 6.725 16.8986 7.63611 15.9889C8.54584 15.0792 9.80417 14.5139 11.1861 14.5139ZM11.1861 17.0944C9.75 17.0944 8.58611 18.2583 8.58611 19.693C8.58611 21.1292 9.75 22.293 11.1861 22.293C12.6208 22.293 13.7847 21.1292 13.7847 19.693C13.7847 18.2583 12.6208 17.0944 11.1861 17.0944Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.2208 18.6153C44.6264 18.6153 44.1431 19.0986 44.1431 19.693C44.1431 20.2889 44.6264 20.7708 45.2208 20.7708C45.8167 20.7708 46.2986 20.2889 46.2986 19.693C46.2986 19.0986 45.8167 18.6153 45.2208 18.6153Z" fill="currentColor"></path>
|
||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1861 18.6153C10.5903 18.6153 10.1083 19.0986 10.1083 19.693C10.1083 20.2889 10.5903 20.7708 11.1861 20.7708C11.7819 20.7708 12.2639 20.2889 12.2639 19.693C12.2639 19.0986 11.7819 18.6153 11.1861 18.6153Z" fill="currentColor"></path>
|
||
</g>
|
||
</svg>
|
||
<!-- Optional JavaScript -->
|
||
<script src="assets/plugins/jQuery/jquery.min.js"></script>
|
||
<script src="assets/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
<script src="assets/plugins/aos/aos.min.js"></script>
|
||
<script src="assets/plugins/macy/macy.js"></script>
|
||
<script src="assets/plugins/simple-parallax/simpleParallax.min.js"></script>
|
||
<script src="assets/plugins/OwlCarousel2/owl.carousel.min.js"></script>
|
||
<script src="assets/plugins/theia-sticky-sidebar/ResizeSensor.min.js"></script>
|
||
<script src="assets/plugins/theia-sticky-sidebar/theia-sticky-sidebar.min.js"></script>
|
||
<script src="assets/plugins/waypoints/jquery.waypoints.min.js"></script>
|
||
<script src="assets/plugins/counter-up/jquery.counterup.min.js"></script>
|
||
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.ui.widget.js"></script>
|
||
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fileupload.js"></script>
|
||
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.iframe-transport.js"></script>
|
||
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fancy-fileupload.js"></script>
|
||
<script src="assets/plugins/ion.rangeSlider/ion.rangeSlider.min.js"></script>
|
||
<script src="assets/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||
<script src="assets/plugins/select2/select2.min.js"></script>
|
||
<!-- Custom script for this template -->
|
||
<script src="assets/js/script.js"></script>
|
||
</body>
|
||
|
||
</html> |