You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5365 lines
226 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="fr" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Les Frouzivores. L'association du circuit court pour vos produits locaux à
Frouzins.
</title>
<link
rel="shortcut icon"
href="assets/images/favicon.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/tailwind.css" />
<!-- ==== WOW JS ==== -->
<script src="assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<!-- ====== Navbar Section Start -->
<div
class="ud-header absolute top-0 left-0 z-40 flex w-full items-center bg-transparent"
>
<div class="container">
<div class="relative -mx-4 flex items-center justify-between">
<div class="w-80 max-w-full px-4">
<a
href="index.html"
class="navbar-logo block w-full py-5 text-2xl text-white"
>
<!-- <img
src="assets/images/logo/logo_light.png"
alt="logo"
class="header-logo w-full"
/> -->
Les Frouzivores
</a>
</div>
<div class="flex w-full items-center justify-between px-4">
<div>
<button
id="navbarToggler"
class="absolute right-4 top-1/2 block -translate-y-1/2 rounded-lg px-3 py-[6px] ring-primary focus:ring-2 lg:hidden"
>
<span
class="relative my-[6px] block h-[2px] w-[30px] bg-white"
></span>
<span
class="relative my-[6px] block h-[2px] w-[30px] bg-white"
></span>
<span
class="relative my-[6px] block h-[2px] w-[30px] bg-white"
></span>
</button>
<nav
id="navbarCollapse"
class="absolute right-4 top-full hidden w-full max-w-[250px] rounded-lg bg-white py-5 shadow-lg lg:static lg:block lg:w-full lg:max-w-full lg:bg-transparent lg:py-0 lg:px-4 lg:shadow-none xl:px-6"
>
<ul class="blcok lg:flex">
<li class="group relative">
<a
href="#home"
class="ud-menu-scroll mx-8 flex py-2 text-base text-dark group-hover:text-primary lg:mr-0 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70"
>
Home
</a>
</li>
<li class="group relative">
<a
href="#about"
class="ud-menu-scroll mx-8 flex py-2 text-base text-dark group-hover:text-primary lg:mr-0 lg:ml-7 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
About
</a>
</li>
<li class="group relative">
<a
href="#pricing"
class="ud-menu-scroll mx-8 flex py-2 text-base text-dark group-hover:text-primary lg:mr-0 lg:ml-7 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
Pricing
</a>
</li>
<li class="group relative">
<a
href="#team"
class="ud-menu-scroll mx-8 flex py-2 text-base text-dark group-hover:text-primary lg:mr-0 lg:ml-7 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
Team
</a>
</li>
<li class="group relative">
<a
href="#contact"
class="ud-menu-scroll mx-8 flex py-2 text-base text-dark group-hover:text-primary lg:mr-0 lg:ml-7 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
Contact
</a>
</li>
<li class="submenu-item group relative">
<a
href="javascript:void(0)"
class="relative mx-8 flex py-2 text-base text-dark after:absolute after:right-1 after:top-1/2 after:mt-[-2px] after:h-2 after:w-2 after:-translate-y-1/2 after:rotate-45 after:border-b-2 after:border-r-2 after:border-current group-hover:text-primary lg:mr-0 lg:ml-8 lg:inline-flex lg:py-6 lg:pl-0 lg:pr-4 lg:text-white lg:after:right-0 lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
Pages
</a>
<div
class="submenu relative top-full left-0 hidden w-[250px] rounded-sm bg-white p-4 transition-[top] duration-300 group-hover:opacity-100 lg:invisible lg:absolute lg:top-[110%] lg:block lg:opacity-0 lg:shadow-lg lg:group-hover:visible lg:group-hover:top-full"
>
<a
href="about.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
About Page
</a>
<a
href="pricing.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Pricing Page
</a>
<a
href="contact.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Contact Page
</a>
<a
href="blog-grids.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Blog Grid Page
</a>
<a
href="blog-details.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Blog Details Page
</a>
<a
href="signup.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Sign Up Page
</a>
<a
href="signin.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
Sign In Page
</a>
<a
href="404.html"
class="block rounded py-[10px] px-4 text-sm text-body-color hover:text-primary"
>
404 Page
</a>
</div>
</li>
</ul>
</nav>
</div>
<div class="hidden justify-end pr-16 sm:flex lg:pr-0">
<a
href="signin.html"
class="loginBtn py-3 px-7 text-base font-medium text-white hover:opacity-70"
>
Sign In
</a>
<a
href="signup.html"
class="signUpBtn rounded-lg bg-white bg-opacity-20 py-3 px-6 text-base font-medium text-white duration-300 ease-in-out hover:bg-opacity-100 hover:text-dark"
>
Sign Up
</a>
</div>
</div>
</div>
</div>
</div>
<!-- ====== Navbar Section End -->
<!-- ====== Hero Section Start -->
<div
id="home"
class="relative overflow-hidden bg-primary pt-[120px] md:pt-[130px] lg:pt-[160px]"
>
<div class="container">
<div class="-mx-4 flex flex-wrap items-center">
<div class="w-full px-4">
<div
class="hero-content wow fadeInUp mx-auto max-w-[780px] text-center"
data-wow-delay=".2s"
>
<h1
class="mb-8 text-3xl font-bold leading-snug text-white sm:text-4xl sm:leading-snug md:text-[45px] md:leading-snug"
>
Consommez local, de qualité et créez du lien avec vos voisins.
</h1>
<div
class="mx-auto mb-10 max-w-[600px] text-xl text-white sm:text-lg sm:leading-relaxed md:text-xl md:leading-relaxed"
>
<p>
Notre <strong>association</strong> organise chaque mois, une
commande groupée en ligne et une distribution conviviale à
Frouzins.
</p>
<p class="mt-2">
Achetez des produits locaux, issus d'une agriculture bio ou
raisonnée, à un tarif accessible et juste grâce au circuit
court.
</p>
</div>
<ul class="mb-10 flex flex-wrap items-center justify-center">
<li>
<a
href="https://www.local.direct/les-frouzivores"
class="inline-flex items-center justify-center rounded-lg bg-secondary py-4 px-6 text-center text-base font-medium text-dark transition duration-300 ease-in-out hover:text-dark-700 hover:shadow-lg sm:px-10"
>
Je commande maintenant
<span class="pl-2">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="h-6 w-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"
/>
</svg>
</span>
</a>
</li>
<li>
<span
class="flex items-center py-4 px-6 text-base font-medium text-white transition duration-300 ease-in-out hover:opacity-90 sm:px-10"
>
Je récupère le
<strong class="pl-2 underline decoration-secondary"
>14 décembre</strong
>
<span class="pl-2">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="h-6 w-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5"
/>
</svg>
</span>
</span>
</li>
</ul>
<div
class="wow fadeInUp mx-auto w-full text-center text-2xl text-white opacity-70 transition duration-300 ease-in-out hover:opacity-100"
data-wow-delay=".3s"
>
<a href="https://www.orangeriedesdemoiselles.com/">
Distribution au Château des Demoiselles dès 18h.
</a>
</div>
</div>
</div>
<div class="w-full px-4">
<div
class="wow fadeInUp relative z-10 mx-auto max-w-[845px]"
data-wow-delay=".25s"
>
<div class="mt-16">
<!-- src="assets/images/hero/hero-image.jpg" -->
<img
src="assets/images/hero/frouzivores.jpg"
alt="hero"
class="mx-auto max-w-full rounded-t-xl rounded-tr-xl"
/>
</div>
<div class="absolute bottom-0 -left-9 z-[-1]">
<svg
width="134"
height="106"
viewBox="0 0 134 106"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.66667"
cy="104"
r="1.66667"
transform="rotate(-90 1.66667 104)"
fill="white"
/>
<circle
cx="16.3333"
cy="104"
r="1.66667"
transform="rotate(-90 16.3333 104)"
fill="white"
/>
<circle
cx="31"
cy="104"
r="1.66667"
transform="rotate(-90 31 104)"
fill="white"
/>
<circle
cx="45.6667"
cy="104"
r="1.66667"
transform="rotate(-90 45.6667 104)"
fill="white"
/>
<circle
cx="60.3333"
cy="104"
r="1.66667"
transform="rotate(-90 60.3333 104)"
fill="white"
/>
<circle
cx="88.6667"
cy="104"
r="1.66667"
transform="rotate(-90 88.6667 104)"
fill="white"
/>
<circle
cx="117.667"
cy="104"
r="1.66667"
transform="rotate(-90 117.667 104)"
fill="white"
/>
<circle
cx="74.6667"
cy="104"
r="1.66667"
transform="rotate(-90 74.6667 104)"
fill="white"
/>
<circle
cx="103"
cy="104"
r="1.66667"
transform="rotate(-90 103 104)"
fill="white"
/>
<circle
cx="132"
cy="104"
r="1.66667"
transform="rotate(-90 132 104)"
fill="white"
/>
<circle
cx="1.66667"
cy="89.3333"
r="1.66667"
transform="rotate(-90 1.66667 89.3333)"
fill="white"
/>
<circle
cx="16.3333"
cy="89.3333"
r="1.66667"
transform="rotate(-90 16.3333 89.3333)"
fill="white"
/>
<circle
cx="31"
cy="89.3333"
r="1.66667"
transform="rotate(-90 31 89.3333)"
fill="white"
/>
<circle
cx="45.6667"
cy="89.3333"
r="1.66667"
transform="rotate(-90 45.6667 89.3333)"
fill="white"
/>
<circle
cx="60.3333"
cy="89.3338"
r="1.66667"
transform="rotate(-90 60.3333 89.3338)"
fill="white"
/>
<circle
cx="88.6667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 88.6667 89.3338)"
fill="white"
/>
<circle
cx="117.667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 117.667 89.3338)"
fill="white"
/>
<circle
cx="74.6667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 74.6667 89.3338)"
fill="white"
/>
<circle
cx="103"
cy="89.3338"
r="1.66667"
transform="rotate(-90 103 89.3338)"
fill="white"
/>
<circle
cx="132"
cy="89.3338"
r="1.66667"
transform="rotate(-90 132 89.3338)"
fill="white"
/>
<circle
cx="1.66667"
cy="74.6673"
r="1.66667"
transform="rotate(-90 1.66667 74.6673)"
fill="white"
/>
<circle
cx="1.66667"
cy="31.0003"
r="1.66667"
transform="rotate(-90 1.66667 31.0003)"
fill="white"
/>
<circle
cx="16.3333"
cy="74.6668"
r="1.66667"
transform="rotate(-90 16.3333 74.6668)"
fill="white"
/>
<circle
cx="16.3333"
cy="31.0003"
r="1.66667"
transform="rotate(-90 16.3333 31.0003)"
fill="white"
/>
<circle
cx="31"
cy="74.6668"
r="1.66667"
transform="rotate(-90 31 74.6668)"
fill="white"
/>
<circle
cx="31"
cy="31.0003"
r="1.66667"
transform="rotate(-90 31 31.0003)"
fill="white"
/>
<circle
cx="45.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 45.6667 74.6668)"
fill="white"
/>
<circle
cx="45.6667"
cy="31.0003"
r="1.66667"
transform="rotate(-90 45.6667 31.0003)"
fill="white"
/>
<circle
cx="60.3333"
cy="74.6668"
r="1.66667"
transform="rotate(-90 60.3333 74.6668)"
fill="white"
/>
<circle
cx="60.3333"
cy="31.0001"
r="1.66667"
transform="rotate(-90 60.3333 31.0001)"
fill="white"
/>
<circle
cx="88.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 88.6667 74.6668)"
fill="white"
/>
<circle
cx="88.6667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 88.6667 31.0001)"
fill="white"
/>
<circle
cx="117.667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 117.667 74.6668)"
fill="white"
/>
<circle
cx="117.667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 117.667 31.0001)"
fill="white"
/>
<circle
cx="74.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 74.6667 74.6668)"
fill="white"
/>
<circle
cx="74.6667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 74.6667 31.0001)"
fill="white"
/>
<circle
cx="103"
cy="74.6668"
r="1.66667"
transform="rotate(-90 103 74.6668)"
fill="white"
/>
<circle
cx="103"
cy="31.0001"
r="1.66667"
transform="rotate(-90 103 31.0001)"
fill="white"
/>
<circle
cx="132"
cy="74.6668"
r="1.66667"
transform="rotate(-90 132 74.6668)"
fill="white"
/>
<circle
cx="132"
cy="31.0001"
r="1.66667"
transform="rotate(-90 132 31.0001)"
fill="white"
/>
<circle
cx="1.66667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 1.66667 60.0003)"
fill="white"
/>
<circle
cx="1.66667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 1.66667 16.3336)"
fill="white"
/>
<circle
cx="16.3333"
cy="60.0003"
r="1.66667"
transform="rotate(-90 16.3333 60.0003)"
fill="white"
/>
<circle
cx="16.3333"
cy="16.3336"
r="1.66667"
transform="rotate(-90 16.3333 16.3336)"
fill="white"
/>
<circle
cx="31"
cy="60.0003"
r="1.66667"
transform="rotate(-90 31 60.0003)"
fill="white"
/>
<circle
cx="31"
cy="16.3336"
r="1.66667"
transform="rotate(-90 31 16.3336)"
fill="white"
/>
<circle
cx="45.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 45.6667 60.0003)"
fill="white"
/>
<circle
cx="45.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 45.6667 16.3336)"
fill="white"
/>
<circle
cx="60.3333"
cy="60.0003"
r="1.66667"
transform="rotate(-90 60.3333 60.0003)"
fill="white"
/>
<circle
cx="60.3333"
cy="16.3336"
r="1.66667"
transform="rotate(-90 60.3333 16.3336)"
fill="white"
/>
<circle
cx="88.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 88.6667 60.0003)"
fill="white"
/>
<circle
cx="88.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 88.6667 16.3336)"
fill="white"
/>
<circle
cx="117.667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 117.667 60.0003)"
fill="white"
/>
<circle
cx="117.667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 117.667 16.3336)"
fill="white"
/>
<circle
cx="74.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 74.6667 60.0003)"
fill="white"
/>
<circle
cx="74.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 74.6667 16.3336)"
fill="white"
/>
<circle
cx="103"
cy="60.0003"
r="1.66667"
transform="rotate(-90 103 60.0003)"
fill="white"
/>
<circle
cx="103"
cy="16.3336"
r="1.66667"
transform="rotate(-90 103 16.3336)"
fill="white"
/>
<circle
cx="132"
cy="60.0003"
r="1.66667"
transform="rotate(-90 132 60.0003)"
fill="white"
/>
<circle
cx="132"
cy="16.3336"
r="1.66667"
transform="rotate(-90 132 16.3336)"
fill="white"
/>
<circle
cx="1.66667"
cy="45.3336"
r="1.66667"
transform="rotate(-90 1.66667 45.3336)"
fill="white"
/>
<circle
cx="1.66667"
cy="1.66683"
r="1.66667"
transform="rotate(-90 1.66667 1.66683)"
fill="white"
/>
<circle
cx="16.3333"
cy="45.3336"
r="1.66667"
transform="rotate(-90 16.3333 45.3336)"
fill="white"
/>
<circle
cx="16.3333"
cy="1.66683"
r="1.66667"
transform="rotate(-90 16.3333 1.66683)"
fill="white"
/>
<circle
cx="31"
cy="45.3336"
r="1.66667"
transform="rotate(-90 31 45.3336)"
fill="white"
/>
<circle
cx="31"
cy="1.66683"
r="1.66667"
transform="rotate(-90 31 1.66683)"
fill="white"
/>
<circle
cx="45.6667"
cy="45.3336"
r="1.66667"
transform="rotate(-90 45.6667 45.3336)"
fill="white"
/>
<circle
cx="45.6667"
cy="1.66683"
r="1.66667"
transform="rotate(-90 45.6667 1.66683)"
fill="white"
/>
<circle
cx="60.3333"
cy="45.3338"
r="1.66667"
transform="rotate(-90 60.3333 45.3338)"
fill="white"
/>
<circle
cx="60.3333"
cy="1.66707"
r="1.66667"
transform="rotate(-90 60.3333 1.66707)"
fill="white"
/>
<circle
cx="88.6667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 88.6667 45.3338)"
fill="white"
/>
<circle
cx="88.6667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 88.6667 1.66707)"
fill="white"
/>
<circle
cx="117.667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 117.667 45.3338)"
fill="white"
/>
<circle
cx="117.667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 117.667 1.66707)"
fill="white"
/>
<circle
cx="74.6667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 74.6667 45.3338)"
fill="white"
/>
<circle
cx="74.6667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 74.6667 1.66707)"
fill="white"
/>
<circle
cx="103"
cy="45.3338"
r="1.66667"
transform="rotate(-90 103 45.3338)"
fill="white"
/>
<circle
cx="103"
cy="1.66707"
r="1.66667"
transform="rotate(-90 103 1.66707)"
fill="white"
/>
<circle
cx="132"
cy="45.3338"
r="1.66667"
transform="rotate(-90 132 45.3338)"
fill="white"
/>
<circle
cx="132"
cy="1.66707"
r="1.66667"
transform="rotate(-90 132 1.66707)"
fill="white"
/>
</svg>
</div>
<div class="absolute -top-6 -right-6 z-[-1]">
<svg
width="134"
height="106"
viewBox="0 0 134 106"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.66667"
cy="104"
r="1.66667"
transform="rotate(-90 1.66667 104)"
fill="white"
/>
<circle
cx="16.3333"
cy="104"
r="1.66667"
transform="rotate(-90 16.3333 104)"
fill="white"
/>
<circle
cx="31"
cy="104"
r="1.66667"
transform="rotate(-90 31 104)"
fill="white"
/>
<circle
cx="45.6667"
cy="104"
r="1.66667"
transform="rotate(-90 45.6667 104)"
fill="white"
/>
<circle
cx="60.3333"
cy="104"
r="1.66667"
transform="rotate(-90 60.3333 104)"
fill="white"
/>
<circle
cx="88.6667"
cy="104"
r="1.66667"
transform="rotate(-90 88.6667 104)"
fill="white"
/>
<circle
cx="117.667"
cy="104"
r="1.66667"
transform="rotate(-90 117.667 104)"
fill="white"
/>
<circle
cx="74.6667"
cy="104"
r="1.66667"
transform="rotate(-90 74.6667 104)"
fill="white"
/>
<circle
cx="103"
cy="104"
r="1.66667"
transform="rotate(-90 103 104)"
fill="white"
/>
<circle
cx="132"
cy="104"
r="1.66667"
transform="rotate(-90 132 104)"
fill="white"
/>
<circle
cx="1.66667"
cy="89.3333"
r="1.66667"
transform="rotate(-90 1.66667 89.3333)"
fill="white"
/>
<circle
cx="16.3333"
cy="89.3333"
r="1.66667"
transform="rotate(-90 16.3333 89.3333)"
fill="white"
/>
<circle
cx="31"
cy="89.3333"
r="1.66667"
transform="rotate(-90 31 89.3333)"
fill="white"
/>
<circle
cx="45.6667"
cy="89.3333"
r="1.66667"
transform="rotate(-90 45.6667 89.3333)"
fill="white"
/>
<circle
cx="60.3333"
cy="89.3338"
r="1.66667"
transform="rotate(-90 60.3333 89.3338)"
fill="white"
/>
<circle
cx="88.6667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 88.6667 89.3338)"
fill="white"
/>
<circle
cx="117.667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 117.667 89.3338)"
fill="white"
/>
<circle
cx="74.6667"
cy="89.3338"
r="1.66667"
transform="rotate(-90 74.6667 89.3338)"
fill="white"
/>
<circle
cx="103"
cy="89.3338"
r="1.66667"
transform="rotate(-90 103 89.3338)"
fill="white"
/>
<circle
cx="132"
cy="89.3338"
r="1.66667"
transform="rotate(-90 132 89.3338)"
fill="white"
/>
<circle
cx="1.66667"
cy="74.6673"
r="1.66667"
transform="rotate(-90 1.66667 74.6673)"
fill="white"
/>
<circle
cx="1.66667"
cy="31.0003"
r="1.66667"
transform="rotate(-90 1.66667 31.0003)"
fill="white"
/>
<circle
cx="16.3333"
cy="74.6668"
r="1.66667"
transform="rotate(-90 16.3333 74.6668)"
fill="white"
/>
<circle
cx="16.3333"
cy="31.0003"
r="1.66667"
transform="rotate(-90 16.3333 31.0003)"
fill="white"
/>
<circle
cx="31"
cy="74.6668"
r="1.66667"
transform="rotate(-90 31 74.6668)"
fill="white"
/>
<circle
cx="31"
cy="31.0003"
r="1.66667"
transform="rotate(-90 31 31.0003)"
fill="white"
/>
<circle
cx="45.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 45.6667 74.6668)"
fill="white"
/>
<circle
cx="45.6667"
cy="31.0003"
r="1.66667"
transform="rotate(-90 45.6667 31.0003)"
fill="white"
/>
<circle
cx="60.3333"
cy="74.6668"
r="1.66667"
transform="rotate(-90 60.3333 74.6668)"
fill="white"
/>
<circle
cx="60.3333"
cy="31.0001"
r="1.66667"
transform="rotate(-90 60.3333 31.0001)"
fill="white"
/>
<circle
cx="88.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 88.6667 74.6668)"
fill="white"
/>
<circle
cx="88.6667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 88.6667 31.0001)"
fill="white"
/>
<circle
cx="117.667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 117.667 74.6668)"
fill="white"
/>
<circle
cx="117.667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 117.667 31.0001)"
fill="white"
/>
<circle
cx="74.6667"
cy="74.6668"
r="1.66667"
transform="rotate(-90 74.6667 74.6668)"
fill="white"
/>
<circle
cx="74.6667"
cy="31.0001"
r="1.66667"
transform="rotate(-90 74.6667 31.0001)"
fill="white"
/>
<circle
cx="103"
cy="74.6668"
r="1.66667"
transform="rotate(-90 103 74.6668)"
fill="white"
/>
<circle
cx="103"
cy="31.0001"
r="1.66667"
transform="rotate(-90 103 31.0001)"
fill="white"
/>
<circle
cx="132"
cy="74.6668"
r="1.66667"
transform="rotate(-90 132 74.6668)"
fill="white"
/>
<circle
cx="132"
cy="31.0001"
r="1.66667"
transform="rotate(-90 132 31.0001)"
fill="white"
/>
<circle
cx="1.66667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 1.66667 60.0003)"
fill="white"
/>
<circle
cx="1.66667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 1.66667 16.3336)"
fill="white"
/>
<circle
cx="16.3333"
cy="60.0003"
r="1.66667"
transform="rotate(-90 16.3333 60.0003)"
fill="white"
/>
<circle
cx="16.3333"
cy="16.3336"
r="1.66667"
transform="rotate(-90 16.3333 16.3336)"
fill="white"
/>
<circle
cx="31"
cy="60.0003"
r="1.66667"
transform="rotate(-90 31 60.0003)"
fill="white"
/>
<circle
cx="31"
cy="16.3336"
r="1.66667"
transform="rotate(-90 31 16.3336)"
fill="white"
/>
<circle
cx="45.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 45.6667 60.0003)"
fill="white"
/>
<circle
cx="45.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 45.6667 16.3336)"
fill="white"
/>
<circle
cx="60.3333"
cy="60.0003"
r="1.66667"
transform="rotate(-90 60.3333 60.0003)"
fill="white"
/>
<circle
cx="60.3333"
cy="16.3336"
r="1.66667"
transform="rotate(-90 60.3333 16.3336)"
fill="white"
/>
<circle
cx="88.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 88.6667 60.0003)"
fill="white"
/>
<circle
cx="88.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 88.6667 16.3336)"
fill="white"
/>
<circle
cx="117.667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 117.667 60.0003)"
fill="white"
/>
<circle
cx="117.667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 117.667 16.3336)"
fill="white"
/>
<circle
cx="74.6667"
cy="60.0003"
r="1.66667"
transform="rotate(-90 74.6667 60.0003)"
fill="white"
/>
<circle
cx="74.6667"
cy="16.3336"
r="1.66667"
transform="rotate(-90 74.6667 16.3336)"
fill="white"
/>
<circle
cx="103"
cy="60.0003"
r="1.66667"
transform="rotate(-90 103 60.0003)"
fill="white"
/>
<circle
cx="103"
cy="16.3336"
r="1.66667"
transform="rotate(-90 103 16.3336)"
fill="white"
/>
<circle
cx="132"
cy="60.0003"
r="1.66667"
transform="rotate(-90 132 60.0003)"
fill="white"
/>
<circle
cx="132"
cy="16.3336"
r="1.66667"
transform="rotate(-90 132 16.3336)"
fill="white"
/>
<circle
cx="1.66667"
cy="45.3336"
r="1.66667"
transform="rotate(-90 1.66667 45.3336)"
fill="white"
/>
<circle
cx="1.66667"
cy="1.66683"
r="1.66667"
transform="rotate(-90 1.66667 1.66683)"
fill="white"
/>
<circle
cx="16.3333"
cy="45.3336"
r="1.66667"
transform="rotate(-90 16.3333 45.3336)"
fill="white"
/>
<circle
cx="16.3333"
cy="1.66683"
r="1.66667"
transform="rotate(-90 16.3333 1.66683)"
fill="white"
/>
<circle
cx="31"
cy="45.3336"
r="1.66667"
transform="rotate(-90 31 45.3336)"
fill="white"
/>
<circle
cx="31"
cy="1.66683"
r="1.66667"
transform="rotate(-90 31 1.66683)"
fill="white"
/>
<circle
cx="45.6667"
cy="45.3336"
r="1.66667"
transform="rotate(-90 45.6667 45.3336)"
fill="white"
/>
<circle
cx="45.6667"
cy="1.66683"
r="1.66667"
transform="rotate(-90 45.6667 1.66683)"
fill="white"
/>
<circle
cx="60.3333"
cy="45.3338"
r="1.66667"
transform="rotate(-90 60.3333 45.3338)"
fill="white"
/>
<circle
cx="60.3333"
cy="1.66707"
r="1.66667"
transform="rotate(-90 60.3333 1.66707)"
fill="white"
/>
<circle
cx="88.6667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 88.6667 45.3338)"
fill="white"
/>
<circle
cx="88.6667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 88.6667 1.66707)"
fill="white"
/>
<circle
cx="117.667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 117.667 45.3338)"
fill="white"
/>
<circle
cx="117.667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 117.667 1.66707)"
fill="white"
/>
<circle
cx="74.6667"
cy="45.3338"
r="1.66667"
transform="rotate(-90 74.6667 45.3338)"
fill="white"
/>
<circle
cx="74.6667"
cy="1.66707"
r="1.66667"
transform="rotate(-90 74.6667 1.66707)"
fill="white"
/>
<circle
cx="103"
cy="45.3338"
r="1.66667"
transform="rotate(-90 103 45.3338)"
fill="white"
/>
<circle
cx="103"
cy="1.66707"
r="1.66667"
transform="rotate(-90 103 1.66707)"
fill="white"
/>
<circle
cx="132"
cy="45.3338"
r="1.66667"
transform="rotate(-90 132 45.3338)"
fill="white"
/>
<circle
cx="132"
cy="1.66707"
r="1.66667"
transform="rotate(-90 132 1.66707)"
fill="white"
/>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== Hero Section End -->
<!-- ====== Features Section Start -->
<section class="pt-20 pb-8 lg:pt-[120px] lg:pb-[70px]">
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4">
<div class="mb-12 max-w-[620px] lg:mb-20">
<span class="mb-2 block text-lg font-semibold text-primary">
Features
</span>
<h2
class="mb-4 text-3xl font-bold text-dark sm:text-4xl md:text-[42px]"
>
Main Features Of Play
</h2>
<p
class="text-lg leading-relaxed text-body-color sm:text-xl sm:leading-relaxed"
>
There are many variations of passages of Lorem Ipsum available
but the majority have suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 md:w-1/2 lg:w-1/4">
<div class="wow fadeInUp group mb-12 bg-white" data-wow-delay=".1s">
<div
class="relative z-10 mb-8 flex h-[70px] w-[70px] items-center justify-center rounded-2xl bg-primary"
>
<span
class="absolute top-0 left-0 z-[-1] mb-8 flex h-[70px] w-[70px] rotate-[25deg] items-center justify-center rounded-2xl bg-primary bg-opacity-20 duration-300 group-hover:rotate-45"
></span>
<svg
width="35"
height="35"
viewBox="0 0 52 52"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M44.9313 11.7H38.9188C40.5438 10.9687 41.7626 9.99374 42.2501 8.69374C42.9001 6.98749 42.2501 5.19999 40.3001 3.33124C38.1876 1.29999 35.9938 0.568738 33.8001 1.13749C29.9813 2.11249 27.4626 7.06874 26.2438 9.99374C25.1063 7.06874 22.5876 2.11249 18.6876 1.13749C16.4938 0.568738 14.3001 1.29999 12.1876 3.33124C10.2376 5.19999 9.5876 6.98749 10.2376 8.69374C10.7251 9.99374 12.0251 10.9687 13.5688 11.7H7.06885C5.0376 11.7 3.4126 13.325 3.4126 15.3562V21.5312C3.4126 23.5625 5.0376 25.1875 7.06885 25.1875H7.71885V46.2312C7.71885 48.8312 9.83135 51.025 12.5126 51.025H40.1376C42.7376 51.025 44.9313 48.9125 44.9313 46.2312V25.1875C46.9626 25.1875 48.5876 23.5625 48.5876 21.5312V15.3562C48.5063 13.325 46.8813 11.7 44.9313 11.7ZM34.5313 3.98124C34.7751 3.89999 35.0188 3.89999 35.1813 3.89999C36.1563 3.89999 37.2126 4.38749 38.2688 5.52499C38.7563 6.01249 39.8126 7.06874 39.5688 7.79999C39.0001 9.34374 33.9626 10.6437 28.9251 11.05C30.0626 8.36874 32.1751 4.54999 34.5313 3.98124ZM13.0001 7.71874C12.7563 6.98749 13.8126 5.93124 14.3001 5.44374C15.4376 4.38749 16.4126 3.81874 17.3876 3.81874C17.6313 3.81874 17.8751 3.81874 18.0376 3.89999C20.4751 4.54999 22.5063 8.28749 23.6438 10.9687C18.6063 10.5625 13.5688 9.26249 13.0001 7.71874ZM42.0063 46.2312C42.0063 47.2875 41.1126 48.1812 40.0563 48.1812H12.4313C11.3751 48.1812 10.4813 47.2875 10.4813 46.2312V25.1875H41.9251V46.2312H42.0063ZM45.6626 21.5312C45.6626 22.0187 45.3376 22.3437 44.8501 22.3437H7.06885C6.6626 22.3437 6.25635 22.0187 6.25635 21.5312V15.3562C6.25635 14.95 6.6626 14.5437 7.06885 14.5437H44.8501C45.2563 14.5437 45.6626 14.8687 45.6626 15.3562V21.5312Z"
fill="white"
/>
</svg>
</div>
<h4 class="mb-3 text-xl font-bold text-dark">
Free and Open-Source
</h4>
<p class="mb-8 text-body-color lg:mb-11">
Lorem Ipsum is simply dummy text of the printing and industry.
</p>
<a
href="javascript:void(0)"
class="text-base font-medium text-body-color hover:text-primary"
>
Learn More
</a>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/4">
<div
class="wow fadeInUp group mb-12 bg-white"
data-wow-delay=".15s"
>
<div
class="relative z-10 mb-8 flex h-[70px] w-[70px] items-center justify-center rounded-2xl bg-primary"
>
<span
class="absolute top-0 left-0 z-[-1] mb-8 flex h-[70px] w-[70px] rotate-[25deg] items-center justify-center rounded-2xl bg-primary bg-opacity-20 duration-300 group-hover:rotate-45"
></span>
<svg
width="35"
height="35"
viewBox="0 0 52 52"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M49.8062 23.3187L43.875 17.3875C43.3063 16.8187 42.4125 16.8187 41.8438 17.3875C41.275 17.9562 41.275 18.85 41.8438 19.4187L46.9625 24.6187H27.4625V4.87498L32.5812 10.075C33.15 10.6437 34.0437 10.6437 34.6125 10.075C35.1812 9.50623 35.1812 8.61248 34.6125 8.04373L28.6812 2.11248C27.95 1.38123 26.975 0.974976 26 0.974976C24.9438 0.974976 24.05 1.38123 23.3188 2.11248L17.3875 8.04373C16.8187 8.61248 16.8187 9.50623 17.3875 10.075C17.6312 10.3187 18.0375 10.4812 18.3625 10.4812C18.6875 10.4812 19.0937 10.3187 19.3375 10.075L24.6187 4.87498V24.5375H4.95625L10.075 19.3375C10.6437 18.7687 10.6437 17.875 10.075 17.3062C9.50625 16.7375 8.6125 16.7375 8.04375 17.3062L2.1125 23.2375C0.65 24.7 0.65 27.1375 2.1125 28.6L8.04375 34.5312C8.2875 34.775 8.69375 34.9375 9.01875 34.9375C9.34375 34.9375 9.75 34.775 9.99375 34.5312C10.5625 33.9625 10.5625 33.0687 9.99375 32.5L4.79375 27.3H24.4563V47.125L19.2563 41.925C18.6875 41.3562 17.7938 41.3562 17.225 41.925C16.6563 42.4937 16.6563 43.3875 17.225 43.9562L23.1562 49.8875C23.8875 50.6187 24.8625 51.025 25.8375 51.025C26.8937 51.025 27.7875 50.6187 28.5187 49.8875L34.45 43.9562C35.0188 43.3875 35.0188 42.4937 34.45 41.925C33.8813 41.3562 32.9875 41.3562 32.4188 41.925L27.4625 47.125V27.3812H47.0438L41.8438 32.5812C41.275 33.15 41.275 34.0437 41.8438 34.6125C42.0875 34.8562 42.4938 35.0187 42.8188 35.0187C43.1438 35.0187 43.55 34.8562 43.7938 34.6125L49.725 28.6812C51.2688 27.2187 51.2687 24.7812 49.8062 23.3187Z"
fill="white"
/>
</svg>
</div>
<h4 class="mb-3 text-xl font-bold text-dark">
Multipurpose Template
</h4>
<p class="mb-8 text-body-color lg:mb-11">
Lorem Ipsum is simply dummy text of the printing and industry.
</p>
<a
href="javascript:void(0)"
class="text-base font-medium text-body-color hover:text-primary"
>
Learn More
</a>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/4">
<div class="wow fadeInUp group mb-12 bg-white" data-wow-delay=".2s">
<div
class="relative z-10 mb-8 flex h-[70px] w-[70px] items-center justify-center rounded-2xl bg-primary"
>
<span
class="absolute top-0 left-0 z-[-1] mb-8 flex h-[70px] w-[70px] rotate-[25deg] items-center justify-center rounded-2xl bg-primary bg-opacity-20 duration-300 group-hover:rotate-45"
></span>
<svg
width="35"
height="35"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10.7734 14.3281H3.82813C2.07813 14.3281 0.65625 12.9062 0.65625 11.1562V4.21094C0.65625 2.46094 2.07813 1.03906 3.82813 1.03906H10.7734C12.5234 1.03906 13.9453 2.46094 13.9453 4.21094V11.1562C13.9453 12.9062 12.5234 14.3281 10.7734 14.3281ZM3.82813 2.95312C3.17188 2.95312 2.57031 3.5 2.57031 4.21094V11.1562C2.57031 11.8125 3.11719 12.4141 3.82813 12.4141H10.7734C11.4297 12.4141 12.0313 11.8672 12.0313 11.1562V4.21094C12.0313 3.55469 11.4844 2.95312 10.7734 2.95312H3.82813Z"
fill="white"
/>
<path
d="M31.1719 14.3281H24.2266C22.4766 14.3281 21.0547 12.9062 21.0547 11.1562V4.21094C21.0547 2.46094 22.4766 1.03906 24.2266 1.03906H31.1719C32.9219 1.03906 34.3438 2.46094 34.3438 4.21094V11.1562C34.3438 12.9062 32.9219 14.3281 31.1719 14.3281ZM24.2266 2.95312C23.5703 2.95312 22.9688 3.5 22.9688 4.21094V11.1562C22.9688 11.8125 23.5156 12.4141 24.2266 12.4141H31.1719C31.8281 12.4141 32.4297 11.8672 32.4297 11.1562V4.21094C32.4297 3.55469 31.8828 2.95312 31.1719 2.95312H24.2266Z"
fill="white"
/>
<path
d="M10.7734 33.9609H3.82813C2.07813 33.9609 0.65625 32.5391 0.65625 30.7891V23.8438C0.65625 22.0938 2.07813 20.6719 3.82813 20.6719H10.7734C12.5234 20.6719 13.9453 22.0938 13.9453 23.8438V30.7891C13.9453 32.5391 12.5234 33.9609 10.7734 33.9609ZM3.82813 22.5859C3.17188 22.5859 2.57031 23.1328 2.57031 23.8438V30.7891C2.57031 31.4453 3.11719 32.0469 3.82813 32.0469H10.7734C11.4297 32.0469 12.0313 31.5 12.0313 30.7891V23.8438C12.0313 23.1875 11.4844 22.5859 10.7734 22.5859H3.82813Z"
fill="white"
/>
<path
d="M31.1719 33.9609H24.2266C22.4766 33.9609 21.0547 32.5391 21.0547 30.7891V23.8438C21.0547 22.0938 22.4766 20.6719 24.2266 20.6719H31.1719C32.9219 20.6719 34.3438 22.0938 34.3438 23.8438V30.7891C34.3438 32.5391 32.9219 33.9609 31.1719 33.9609ZM24.2266 22.5859C23.5703 22.5859 22.9688 23.1328 22.9688 23.8438V30.7891C22.9688 31.4453 23.5156 32.0469 24.2266 32.0469H31.1719C31.8281 32.0469 32.4297 31.5 32.4297 30.7891V23.8438C32.4297 23.1875 31.8828 22.5859 31.1719 22.5859H24.2266Z"
fill="white"
/>
</svg>
</div>
<h4 class="mb-3 text-xl font-bold text-dark">
High-quality Design
</h4>
<p class="mb-8 text-body-color lg:mb-11">
Lorem Ipsum is simply dummy text of the printing and industry.
</p>
<a
href="javascript:void(0)"
class="text-base font-medium text-body-color hover:text-primary"
>
Learn More
</a>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/4">
<div
class="wow fadeInUp group mb-12 bg-white"
data-wow-delay=".25s"
>
<div
class="relative z-10 mb-8 flex h-[70px] w-[70px] items-center justify-center rounded-2xl bg-primary"
>
<span
class="absolute top-0 left-0 z-[-1] mb-8 flex h-[70px] w-[70px] rotate-[25deg] items-center justify-center rounded-2xl bg-primary bg-opacity-20 duration-300 group-hover:rotate-45"
></span>
<svg
width="35"
height="35"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M29.5312 21.6562L28.6563 21.1641L29.6953 20.5625C30.7344 19.9062 31.3359 18.8125 31.2812 17.6094C31.2266 16.4063 30.625 15.3125 29.5312 14.7109L27.8906 13.7813L29.6406 12.6875C30.6797 12.0313 31.2812 10.9375 31.2266 9.73438C31.1719 8.53125 30.5703 7.4375 29.4766 6.83594L19.25 1.09375C18.2109 0.492187 16.9531 0.546875 15.9141 1.09375L5.41406 7.21875C4.375 7.82031 3.71875 8.91406 3.71875 10.1172C3.71875 11.3203 4.375 12.4141 5.41406 13.0156L7.10938 14L5.41406 14.9844C4.375 15.5859 3.71875 16.6797 3.71875 17.8828C3.71875 19.0859 4.32031 20.1797 5.41406 20.7812L6.39844 21.3281L5.46875 21.875C4.42969 22.4766 3.77344 23.5703 3.77344 24.7734C3.77344 25.9766 4.375 27.0703 5.46875 27.6719L15.9141 33.6875C16.4609 34.0156 17.0078 34.125 17.6094 34.125C18.2109 34.125 18.8125 33.9609 19.3594 33.6328L29.6953 27.2891C30.7344 26.6328 31.3359 25.5391 31.2812 24.3359C31.2266 23.2969 30.625 22.2031 29.5312 21.6562ZM5.63281 10.1172C5.63281 9.57031 5.90625 9.13281 6.34375 8.85938L16.8438 2.78906C17.0625 2.67969 17.3359 2.57031 17.5547 2.57031C17.7734 2.57031 18.0469 2.625 18.2656 2.73437L28.5469 8.47656C28.9844 8.75 29.2578 9.1875 29.3125 9.73438C29.3125 10.2812 29.0391 10.7188 28.6016 10.9922L18.3203 17.3906C17.8828 17.6641 17.2812 17.6641 16.8438 17.3906L6.39844 11.375C5.90625 11.1562 5.63281 10.6641 5.63281 10.1172ZM5.63281 17.9375C5.63281 17.3906 5.90625 16.9531 6.34375 16.6797L9.02344 15.1484L15.8594 19.0859C16.4062 19.4141 16.9531 19.5234 17.5547 19.5234C18.1562 19.5234 18.7578 19.3594 19.3047 19.0312L26.0312 14.875L28.6016 16.2969C29.0391 16.5703 29.3125 17.0078 29.3672 17.5547C29.3672 18.1016 29.0938 18.5391 28.6563 18.8125L18.3203 25.2656C17.8828 25.5391 17.2812 25.5391 16.8438 25.2656L6.39844 19.25C5.90625 18.9766 5.63281 18.4844 5.63281 17.9375ZM28.6563 25.8125L18.3203 32.2109C17.8828 32.4844 17.2812 32.4844 16.8438 32.2109L6.39844 26.1953C5.96094 25.9219 5.6875 25.4844 5.6875 24.9375C5.6875 24.3906 5.96094 23.9531 6.39844 23.6797L8.3125 22.5859L15.8594 26.9609C16.4062 27.2891 16.9531 27.3984 17.5547 27.3984C18.1562 27.3984 18.7578 27.2344 19.3047 26.9062L26.7969 22.2578L28.6563 23.2969C29.0938 23.5703 29.3672 24.0078 29.4219 24.5547C29.3672 25.0469 29.0938 25.5391 28.6563 25.8125Z"
fill="white"
/>
</svg>
</div>
<h4 class="mb-3 text-xl font-bold text-dark">
All Essential Elements
</h4>
<p class="mb-8 text-body-color lg:mb-11">
Lorem Ipsum is simply dummy text of the printing and industry.
</p>
<a
href="javascript:void(0)"
class="text-base font-medium text-body-color hover:text-primary"
>
Learn More
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Features Section End -->
<!-- ====== About Section Start -->
<section
id="about"
class="bg-[#f3f4fe] pt-20 pb-20 lg:pt-[120px] lg:pb-[120px]"
>
<div class="container">
<div class="wow fadeInUp bg-white" data-wow-delay=".2s">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4">
<div
class="items-center justify-between overflow-hidden border lg:flex"
>
<div
class="w-full py-12 px-7 sm:px-12 md:p-16 lg:max-w-[565px] lg:py-9 lg:px-16 xl:max-w-[640px] xl:p-[70px]"
>
<span
class="mb-5 inline-block bg-primary py-2 px-5 text-sm font-medium text-white"
>
About Us
</span>
<h2
class="mb-6 text-3xl font-bold text-dark sm:text-4xl sm:leading-snug 2xl:text-[40px]"
>
Brilliant Toolkit to Build Nextgen Website Faster.
</h2>
<p class="mb-9 text-base leading-relaxed text-body-color">
The main thrust' is to focus on educating attendees on how
to best protect highly vulnerable business applications with
interactive panel discussions and roundtables led by subject
matter experts.
</p>
<p class="mb-9 text-base leading-relaxed text-body-color">
The main thrust' is to focus on educating attendees on how
to best protect highly vulnerable business applications with
interactive panel.
</p>
<a
href="javascript:void(0)"
class="inline-flex items-center justify-center rounded bg-primary py-4 px-6 text-base font-medium text-white transition duration-300 ease-in-out hover:bg-opacity-90 hover:shadow-lg"
>
Learn More
</a>
</div>
<div class="text-center">
<div class="relative z-10 inline-block">
<img
src="assets/images/about/about-image.svg"
alt="image"
class="mx-auto lg:ml-auto"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== About Section End -->
<!-- ====== Pricing Section Start -->
<section
id="pricing"
class="relative z-20 overflow-hidden bg-white pt-20 pb-12 lg:pt-[120px] lg:pb-[90px]"
>
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4">
<div class="mx-auto mb-[60px] max-w-[620px] text-center lg:mb-20">
<span class="mb-2 block text-lg font-semibold text-primary">
Pricing Table
</span>
<h2
class="mb-4 text-3xl font-bold text-dark sm:text-4xl md:text-[40px]"
>
Our Pricing Plan
</h2>
<p
class="text-lg leading-relaxed text-body-color sm:text-xl sm:leading-relaxed"
>
There are many variations of passages of Lorem Ipsum available
but the majority have suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="flex flex-wrap items-center justify-center">
<div class="w-full md:w-1/2 lg:w-1/3">
<div
class="wow fadeInUp relative z-10 mb-10 overflow-hidden rounded-xl border border-primary border-opacity-20 bg-white py-10 px-8 text-center shadow-pricing sm:p-12 lg:py-10 lg:px-6 xl:p-12"
data-wow-delay=".15s
"
>
<span
class="mb-2 block text-base font-medium uppercase text-dark"
>
STARTING FROM
</span>
<h2 class="mb-9 text-[28px] font-semibold text-primary">
$ 19.99/mo
</h2>
<div class="mb-10">
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
1 User
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
All UI components
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Lifetime access
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Free updates
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Use on 1 (one) project
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
3 Months support
</p>
</div>
<div class="w-full">
<a
href="javascript:void(0)"
class="inline-block rounded-full border border-[#D4DEFF] bg-transparent py-4 px-11 text-center text-base font-medium text-primary transition duration-300 ease-in-out hover:border-primary hover:bg-primary hover:text-white"
>
Purchase Now
</a>
</div>
<span
class="absolute left-0 bottom-0 z-[-1] block h-14 w-14 rounded-tr-full bg-primary"
>
</span>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3">
<div
class="wow fadeInUp relative z-10 mb-10 overflow-hidden rounded-xl bg-primary bg-gradient-to-b from-primary to-[#179BEE] py-10 px-8 text-center shadow-pricing sm:p-12 lg:py-10 lg:px-6 xl:p-12"
data-wow-delay=".1s
"
>
<span
class="mb-5 inline-block rounded-full border border-white bg-white py-2 px-6 text-base font-semibold uppercase text-primary"
>
POPULAR
</span>
<span
class="mb-2 block text-base font-medium uppercase text-white"
>
STARTING FROM
</span>
<h2 class="mb-9 text-[28px] font-semibold text-white">
$ 19.99/mo
</h2>
<div class="mb-10">
<p class="mb-1 text-base font-medium leading-loose text-white">
5 User
</p>
<p class="mb-1 text-base font-medium leading-loose text-white">
All UI components
</p>
<p class="mb-1 text-base font-medium leading-loose text-white">
Lifetime access
</p>
<p class="mb-1 text-base font-medium leading-loose text-white">
Free updates
</p>
<p class="mb-1 text-base font-medium leading-loose text-white">
Use on 1 (one) project
</p>
<p class="mb-1 text-base font-medium leading-loose text-white">
4 Months support
</p>
</div>
<div class="w-full">
<a
href="javascript:void(0)"
class="inline-block rounded-full border border-white bg-white py-4 px-11 text-center text-base font-medium text-dark transition duration-300 ease-in-out hover:border-dark hover:bg-dark hover:text-white"
>
Purchase Now
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3">
<div
class="wow fadeInUp relative z-10 mb-10 overflow-hidden rounded-xl border border-primary border-opacity-20 bg-white py-10 px-8 text-center shadow-pricing sm:p-12 lg:py-10 lg:px-6 xl:p-12"
data-wow-delay=".15s
"
>
<span
class="mb-2 block text-base font-medium uppercase text-dark"
>
STARTING FROM
</span>
<h2 class="mb-9 text-[28px] font-semibold text-primary">
$ 70.99/mo
</h2>
<div class="mb-10">
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
1 User
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
All UI components
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Lifetime access
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Free updates
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
Use on unlimited project
</p>
<p
class="mb-1 text-base font-medium leading-loose text-body-color"
>
4 Months support
</p>
</div>
<div class="w-full">
<a
href="javascript:void(0)"
class="inline-block rounded-full border border-[#D4DEFF] bg-transparent py-4 px-11 text-center text-base font-medium text-primary transition duration-300 ease-in-out hover:border-primary hover:bg-primary hover:text-white"
>
Purchase Now
</a>
</div>
<span
class="absolute right-0 top-0 z-[-1] block h-14 w-14 rounded-bl-full bg-secondary"
>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Pricing Section End -->
<!-- ====== Faq Section Start -->
<section
class="relative z-20 overflow-hidden bg-[#f3f4ff] pt-20 pb-12 lg:pt-[120px] lg:pb-[90px]"
>
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4">
<div class="mx-auto mb-[60px] max-w-[620px] text-center lg:mb-20">
<span class="mb-2 block text-lg font-semibold text-primary">
FAQ
</span>
<h2
class="mb-4 text-3xl font-bold text-dark sm:text-4xl md:text-[42px]"
>
Any Questions? Answered
</h2>
<p
class="text-lg leading-relaxed text-body-color sm:text-xl sm:leading-relaxed"
>
There are many variations of passages of Lorem Ipsum available
but the majority have suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 lg:w-1/2">
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".1s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
How to use TailGrids?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".15s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
How to download icons from LineIcons?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".2s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
Is GrayGrids part of UIdeck?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-1/2">
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".1s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
Can I use this template for commercial project?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".15s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
Do you have plan to releasing Play Pro?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
<div
class="single-faq wow fadeInUp mb-8 w-full rounded-lg border border-[#F3F4FE] bg-white p-5 sm:p-8"
data-wow-delay=".2s
"
>
<button class="faq-btn flex w-full items-center text-left">
<div
class="mr-5 flex h-10 w-full max-w-[40px] items-center justify-center rounded-lg bg-primary bg-opacity-5 text-primary"
>
<svg
width="17"
height="10"
viewBox="0 0 17 10"
class="icon fill-current"
>
<path
d="M7.28687 8.43257L7.28679 8.43265L7.29496 8.43985C7.62576 8.73124 8.02464 8.86001 8.41472 8.86001C8.83092 8.86001 9.22376 8.69083 9.53447 8.41713L9.53454 8.41721L9.54184 8.41052L15.7631 2.70784L15.7691 2.70231L15.7749 2.69659C16.0981 2.38028 16.1985 1.80579 15.7981 1.41393C15.4803 1.1028 14.9167 1.00854 14.5249 1.38489L8.41472 7.00806L2.29995 1.38063L2.29151 1.37286L2.28271 1.36548C1.93092 1.07036 1.38469 1.06804 1.03129 1.41393L1.01755 1.42738L1.00488 1.44184C0.69687 1.79355 0.695778 2.34549 1.0545 2.69659L1.05999 2.70196L1.06565 2.70717L7.28687 8.43257Z"
fill="#3056D3"
stroke="#3056D3"
/>
</svg>
</div>
<div class="w-full">
<h4 class="text-base font-semibold text-black sm:text-lg">
Where and how to host this template?
</h4>
</div>
</button>
<div class="faq-content hidden pl-[62px]">
<p class="py-3 text-base leading-relaxed text-body-color">
It takes 2-3 weeks to get your first blog post ready. That
includes the in-depth research & creation of your monthly
content marketing strategy that we do before writing your
first blog post, Ipsum available .
</p>
</div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-0 right-0 z-[-1]">
<svg
width="1440"
height="886"
viewBox="0 0 1440 886"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
opacity="0.5"
d="M193.307 -273.321L1480.87 1014.24L1121.85 1373.26C1121.85 1373.26 731.745 983.231 478.513 729.927C225.976 477.317 -165.714 85.6993 -165.714 85.6993L193.307 -273.321Z"
fill="url(#paint0_linear)"
/>
<defs>
<linearGradient
id="paint0_linear"
x1="1308.65"
y1="1142.58"
x2="602.827"
y2="-418.681"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#3056D3" stop-opacity="0.36" />
<stop offset="1" stop-color="#F5F2FD" stop-opacity="0" />
<stop offset="1" stop-color="#F5F2FD" stop-opacity="0.096144" />
</linearGradient>
</defs>
</svg>
</div>
</section>
<!-- ====== Faq Section End -->
<!-- ====== Testimonials Start ====== -->
<section id="testimonials" class="pt-20 md:pt-[120px]">
<div class="container px-4">
<div class="flex flex-wrap">
<div class="mx-4 w-full">
<div class="mx-auto mb-[60px] max-w-[620px] text-center lg:mb-20">
<span class="mb-2 block text-lg font-semibold text-primary">
Testimonials
</span>
<h2
class="mb-4 text-3xl font-bold text-dark sm:text-4xl md:text-[42px]"
>
What our Client Say
</h2>
<p
class="text-lg leading-relaxed text-body-color sm:text-xl sm:leading-relaxed"
>
There are many variations of passages of Lorem Ipsum available
but the majority have suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="flex flex-wrap">
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div
class="ud-single-testimonial wow fadeInUp mb-12 bg-white p-8 shadow-testimonial"
data-wow-delay=".1s
"
>
<div class="ud-testimonial-ratings mb-3 flex items-center">
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
</div>
<div class="ud-testimonial-content mb-6">
<p class="text-base tracking-wide text-body-color">
“Our members are so impressed. It's intuitive. It's clean.
It's distraction free. If you're building a community.
</p>
</div>
<div class="ud-testimonial-info flex items-center">
<div
class="ud-testimonial-image mr-5 h-[50px] w-[50px] overflow-hidden rounded-full"
>
<img
src="assets/images/testimonials/author-01.png"
alt="author"
/>
</div>
<div class="ud-testimonial-meta">
<h4 class="text-sm font-semibold">Sabo Masties</h4>
<p class="text-xs text-[#969696]">Founder @ Rolex</p>
</div>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div
class="ud-single-testimonial wow fadeInUp mb-12 bg-white p-8 shadow-testimonial"
data-wow-delay=".15s
"
>
<div class="ud-testimonial-ratings mb-3 flex items-center">
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
</div>
<div class="ud-testimonial-content mb-6">
<p class="text-base tracking-wide text-body-color">
“Our members are so impressed. It's intuitive. It's clean.
It's distraction free. If you're building a community.
</p>
</div>
<div class="ud-testimonial-info flex items-center">
<div
class="ud-testimonial-image mr-5 h-[50px] w-[50px] overflow-hidden rounded-full"
>
<img
src="assets/images/testimonials/author-02.png"
alt="author"
/>
</div>
<div class="ud-testimonial-meta">
<h4 class="text-sm font-semibold">Margin Gesmu</h4>
<p class="text-xs text-[#969696]">Founder @ UI Hunter</p>
</div>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div
class="ud-single-testimonial wow fadeInUp mb-12 bg-white p-8 shadow-testimonial"
data-wow-delay=".2s
"
>
<div class="ud-testimonial-ratings mb-3 flex items-center">
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
<span class="mr-1 text-[#fbb040]">
<svg
width="18"
height="16"
viewBox="0 0 18 16"
class="fill-current"
>
<path
d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z"
/>
</svg>
</span>
</div>
<div class="ud-testimonial-content mb-6">
<p class="text-base tracking-wide text-body-color">
“Our members are so impressed. It's intuitive. It's clean.
It's distraction free. If you're building a community.
</p>
</div>
<div class="ud-testimonial-info flex items-center">
<div
class="ud-testimonial-image mr-5 h-[50px] w-[50px] overflow-hidden rounded-full"
>
<img
src="assets/images/testimonials/author-03.png"
alt="author"
/>
</div>
<div class="ud-testimonial-meta">
<h4 class="text-sm font-semibold">William Smith</h4>
<p class="text-xs text-[#969696]">Founder @ Trorex</p>
</div>
</div>
</div>
</div>
</div>
<div class="flex flex-wrap">
<div class="mx-4 w-full">
<div class="wow fadeInUp" data-wow-delay=".2s">
<div class="ud-title mb-8">
<h6
class="relative inline-flex items-center text-xs font-normal text-body-color"
>
Some Of Our Clients
<span class="ml-4 inline-block h-[1px] w-8 bg-[#afb2b5]">
</span>
</h6>
</div>
<div class="ud-brands-logo flex flex-wrap items-center">
<div class="ud-single-logo mr-10 mb-5 max-w-[140px]">
<a
href="https://tailgrids.com"
target="_blank"
rel="nofollow noopner"
>
<img
src="assets/images/brands/tailgrids.svg"
alt="tailgrids"
class="grayscale duration-300 hover:filter-none"
/>
</a>
</div>
<div class="ud-single-logo mr-10 mb-5 max-w-[140px]">
<a
href="https://ayroui.com"
target="_blank"
rel="nofollow noopner"
>
<img
src="assets/images/brands/ayroui.svg"
alt="ayroui"
class="grayscale duration-300 hover:filter-none"
/>
</a>
</div>
<div class="ud-single-logo mr-10 mb-5 max-w-[140px]">
<a
href="https://uideck.com"
target="_blank"
rel="nofollow noopner"
>
<img
src="assets/images/brands/uideck.svg"
alt="uideck"
class="grayscale duration-300 hover:filter-none"
/>
</a>
</div>
<div class="ud-single-logo mr-10 mb-5 max-w-[140px]">
<a
href="https://graygrids.com"
target="_blank"
rel="nofollow noopner"
>
<img
src="assets/images/brands/graygrids.svg"
alt="graygrids"
class="grayscale duration-300 hover:filter-none"
/>
</a>
</div>
<div class="ud-single-logo mr-10 mb-5 max-w-[140px]">
<a
href="https://lineicons.com"
target="_blank"
rel="nofollow noopner"
>
<img
src="assets/images/brands/lineicons.svg"
alt="lineicons"
class="grayscale duration-300 hover:filter-none"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Testimonials End ====== -->
<!-- ====== Team Section Start -->
<section id="team" class="pt-20 pb-10 lg:pt-[120px] lg:pb-20">
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4">
<div class="mx-auto mb-[60px] max-w-[620px] text-center">
<span class="mb-2 block text-lg font-semibold text-primary">
Our Team
</span>
<h2
class="mb-4 text-3xl font-bold text-dark sm:text-4xl md:text-[42px]"
>
Meet Our Team
</h2>
<p
class="text-lg leading-relaxed text-body-color sm:text-xl sm:leading-relaxed"
>
There are many variations of passages of Lorem Ipsum available
but the majority have suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="-mx-4 flex flex-wrap justify-center">
<div class="w-full px-4 sm:w-1/2 lg:w-1/4">
<div class="wow fadeInUp mb-10" data-wow-delay=".1s">
<div
class="h-170px] relative z-10 mx-auto mb-6 w-[170px] rounded-full"
>
<img
src="assets/images/team/team-01.png"
alt="image"
class="w-full rounded-full"
/>
<span class="absolute top-0 left-0 z-[-1]">
<svg
width="71"
height="82"
viewBox="0 0 71 82"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.29337"
cy="80.7066"
r="1.29337"
transform="rotate(-90 1.29337 80.7066)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="80.7066"
r="1.29337"
transform="rotate(-90 12.6747 80.7066)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="80.7066"
r="1.29337"
transform="rotate(-90 24.0575 80.7066)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="80.7066"
r="1.29337"
transform="rotate(-90 35.4379 80.7066)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="80.7066"
r="1.29337"
transform="rotate(-90 46.8197 80.7066)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="80.7066"
r="1.29337"
transform="rotate(-90 68.807 80.7066)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="80.7066"
r="1.29337"
transform="rotate(-90 57.9443 80.7066)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="69.3249"
r="1.29337"
transform="rotate(-90 1.29337 69.3249)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="69.3249"
r="1.29337"
transform="rotate(-90 12.6747 69.3249)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="69.3249"
r="1.29337"
transform="rotate(-90 24.0575 69.3249)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="69.3249"
r="1.29337"
transform="rotate(-90 35.4379 69.3249)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="69.325"
r="1.29337"
transform="rotate(-90 46.8197 69.325)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="69.325"
r="1.29337"
transform="rotate(-90 68.807 69.325)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="69.325"
r="1.29337"
transform="rotate(-90 57.9433 69.325)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="57.9433"
r="1.29337"
transform="rotate(-90 1.29337 57.9433)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="24.0568"
r="1.29337"
transform="rotate(-90 1.29337 24.0568)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="57.9433"
r="1.29337"
transform="rotate(-90 12.6747 57.9433)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="24.0568"
r="1.29337"
transform="rotate(-90 12.6747 24.0568)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="57.9433"
r="1.29337"
transform="rotate(-90 24.0575 57.9433)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="24.0568"
r="1.29337"
transform="rotate(-90 24.0575 24.0568)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="57.9433"
r="1.29337"
transform="rotate(-90 35.4379 57.9433)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="24.0568"
r="1.29337"
transform="rotate(-90 35.4379 24.0568)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="57.9431"
r="1.29337"
transform="rotate(-90 46.8197 57.9431)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="24.0567"
r="1.29337"
transform="rotate(-90 46.8197 24.0567)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="57.9431"
r="1.29337"
transform="rotate(-90 68.807 57.9431)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="24.0567"
r="1.29337"
transform="rotate(-90 68.807 24.0567)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="57.9431"
r="1.29337"
transform="rotate(-90 57.9433 57.9431)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="24.0567"
r="1.29337"
transform="rotate(-90 57.9443 24.0567)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="46.5615"
r="1.29337"
transform="rotate(-90 1.29337 46.5615)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="12.6751"
r="1.29337"
transform="rotate(-90 1.29337 12.6751)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="46.5615"
r="1.29337"
transform="rotate(-90 12.6747 46.5615)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="12.6751"
r="1.29337"
transform="rotate(-90 12.6747 12.6751)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="46.5615"
r="1.29337"
transform="rotate(-90 24.0575 46.5615)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="12.6751"
r="1.29337"
transform="rotate(-90 24.0575 12.6751)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="46.5615"
r="1.29337"
transform="rotate(-90 35.4379 46.5615)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="12.6751"
r="1.29337"
transform="rotate(-90 35.4379 12.6751)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="46.5615"
r="1.29337"
transform="rotate(-90 46.8197 46.5615)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="12.6751"
r="1.29337"
transform="rotate(-90 46.8197 12.6751)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="46.5615"
r="1.29337"
transform="rotate(-90 68.807 46.5615)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="12.6751"
r="1.29337"
transform="rotate(-90 68.807 12.6751)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="46.5615"
r="1.29337"
transform="rotate(-90 57.9433 46.5615)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="12.6751"
r="1.29337"
transform="rotate(-90 57.9443 12.6751)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="35.1798"
r="1.29337"
transform="rotate(-90 1.29337 35.1798)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="1.2933"
r="1.29337"
transform="rotate(-90 1.29337 1.2933)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="35.1798"
r="1.29337"
transform="rotate(-90 12.6747 35.1798)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="1.2933"
r="1.29337"
transform="rotate(-90 12.6747 1.2933)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="35.1798"
r="1.29337"
transform="rotate(-90 24.0575 35.1798)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="1.29336"
r="1.29337"
transform="rotate(-90 24.0575 1.29336)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="35.1798"
r="1.29337"
transform="rotate(-90 35.4379 35.1798)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="1.29336"
r="1.29337"
transform="rotate(-90 35.4379 1.29336)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="35.18"
r="1.29337"
transform="rotate(-90 46.8197 35.18)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="1.29354"
r="1.29337"
transform="rotate(-90 46.8197 1.29354)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="35.18"
r="1.29337"
transform="rotate(-90 68.807 35.18)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="1.29354"
r="1.29337"
transform="rotate(-90 68.807 1.29354)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="35.18"
r="1.29337"
transform="rotate(-90 57.9443 35.18)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="1.29354"
r="1.29337"
transform="rotate(-90 57.9443 1.29354)"
fill="#3056D3"
/>
</svg>
</span>
<span class="absolute right-0 bottom-0">
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.5 21.5L0.505701 21.5C0.767606 10.023 10.023 0.767604 21.5 0.505697L21.5 21.5Z"
stroke="#13C296"
/>
</svg>
</span>
</div>
<div class="text-center">
<h4 class="mb-2 text-lg font-medium text-dark">
Adveen Desuza
</h4>
<p class="mb-5 text-sm font-medium text-body-color">
UI Designer
</p>
<div class="flex items-center justify-center">
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="10"
height="18"
viewBox="0 0 10 18"
class="fill-current"
>
<path
d="M9.29878 7.2H7.74898H7.19548V6.61935V4.81936V4.23871H7.74898H8.91133C9.21575 4.23871 9.46483 4.00645 9.46483 3.65806V0.580645C9.46483 0.26129 9.24343 0 8.91133 0H6.89106C4.70474 0 3.18262 1.62581 3.18262 4.03548V6.56129V7.14194H2.62912H0.747223C0.359774 7.14194 0 7.46129 0 7.92581V10.0161C0 10.4226 0.304424 10.8 0.747223 10.8H2.57377H3.12727V11.3806V17.2161C3.12727 17.6226 3.43169 18 3.87449 18H6.47593C6.64198 18 6.78036 17.9129 6.89106 17.7968C7.00176 17.6806 7.08478 17.4774 7.08478 17.3032V11.4097V10.829H7.66596H8.91133C9.2711 10.829 9.54785 10.5968 9.6032 10.2484V10.2194V10.1903L9.99065 8.1871C10.0183 7.98387 9.99065 7.75161 9.8246 7.51935C9.76925 7.37419 9.52018 7.22903 9.29878 7.2Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="14"
viewBox="0 0 18 14"
class="fill-current"
>
<path
d="M15.9968 2.41096L17.1 1.09589C17.4194 0.739726 17.5065 0.465753 17.5355 0.328767C16.6645 0.821918 15.8516 0.986301 15.329 0.986301H15.1258L15.0097 0.876712C14.3129 0.30137 13.4419 0 12.5129 0C10.4806 0 8.88387 1.58904 8.88387 3.42466C8.88387 3.53425 8.88387 3.69863 8.9129 3.80822L9 4.35616L8.39032 4.32877C4.67419 4.21918 1.62581 1.20548 1.13226 0.684932C0.319355 2.05479 0.783871 3.36986 1.27742 4.19178L2.26452 5.72603L0.696774 4.90411C0.725806 6.05479 1.19032 6.9589 2.09032 7.61644L2.87419 8.16438L2.09032 8.46575C2.58387 9.86301 3.6871 10.4384 4.5 10.6575L5.57419 10.9315L4.55806 11.589C2.93226 12.6849 0.9 12.6027 0 12.5205C1.82903 13.726 4.00645 14 5.51613 14C6.64839 14 7.49032 13.8904 7.69355 13.8082C15.8226 12 16.2 5.15068 16.2 3.78082V3.58904L16.3742 3.47945C17.3613 2.60274 17.7677 2.13699 18 1.86301C17.9129 1.89041 17.7968 1.94521 17.6806 1.9726L15.9968 2.41096Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M8.90245 12.1939C10.7363 12.1939 12.2229 10.7073 12.2229 8.87352C12.2229 7.0397 10.7363 5.5531 8.90245 5.5531C7.06863 5.5531 5.58203 7.0397 5.58203 8.87352C5.58203 10.7073 7.06863 12.1939 8.90245 12.1939Z"
/>
<path
d="M12.5088 0H5.23824C2.34719 0 0 2.34719 0 5.23824V12.4516C0 15.3999 2.34719 17.7471 5.23824 17.7471H12.4516C15.3999 17.7471 17.7471 15.3999 17.7471 12.5088V5.23824C17.7471 2.34719 15.3999 0 12.5088 0ZM8.90215 13.2244C6.46909 13.2244 4.55126 11.2493 4.55126 8.87353C4.55126 6.49771 6.49771 4.52264 8.90215 4.52264C11.278 4.52264 13.2244 6.49771 13.2244 8.87353C13.2244 11.2493 11.3066 13.2244 8.90215 13.2244ZM14.9133 4.92338C14.627 5.23824 14.1976 5.40999 13.711 5.40999C13.2817 5.40999 12.8523 5.23824 12.5088 4.92338C12.1939 4.60851 12.0222 4.20777 12.0222 3.72116C12.0222 3.23454 12.1939 2.86243 12.5088 2.51894C12.8237 2.17545 13.2244 2.0037 13.711 2.0037C14.1404 2.0037 14.5984 2.17545 14.9133 2.49031C15.1995 2.86243 15.3999 3.29179 15.3999 3.74978C15.3712 4.20777 15.1995 4.60851 14.9133 4.92338Z"
/>
<path
d="M13.7397 3.03418C13.3676 3.03418 13.0527 3.34905 13.0527 3.72116C13.0527 4.09328 13.3676 4.40815 13.7397 4.40815C14.1118 4.40815 14.4267 4.09328 14.4267 3.72116C14.4267 3.34905 14.1405 3.03418 13.7397 3.03418Z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 lg:w-1/4">
<div class="wow fadeInUp mb-10" data-wow-delay=".15s">
<div
class="h-170px] relative z-10 mx-auto mb-6 w-[170px] rounded-full"
>
<img
src="assets/images/team/team-02.png"
alt="image"
class="w-full rounded-full"
/>
<span class="absolute top-0 left-0 z-[-1]">
<svg
width="71"
height="82"
viewBox="0 0 71 82"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.29337"
cy="80.7066"
r="1.29337"
transform="rotate(-90 1.29337 80.7066)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="80.7066"
r="1.29337"
transform="rotate(-90 12.6747 80.7066)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="80.7066"
r="1.29337"
transform="rotate(-90 24.0575 80.7066)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="80.7066"
r="1.29337"
transform="rotate(-90 35.4379 80.7066)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="80.7066"
r="1.29337"
transform="rotate(-90 46.8197 80.7066)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="80.7066"
r="1.29337"
transform="rotate(-90 68.807 80.7066)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="80.7066"
r="1.29337"
transform="rotate(-90 57.9443 80.7066)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="69.3249"
r="1.29337"
transform="rotate(-90 1.29337 69.3249)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="69.3249"
r="1.29337"
transform="rotate(-90 12.6747 69.3249)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="69.3249"
r="1.29337"
transform="rotate(-90 24.0575 69.3249)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="69.3249"
r="1.29337"
transform="rotate(-90 35.4379 69.3249)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="69.325"
r="1.29337"
transform="rotate(-90 46.8197 69.325)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="69.325"
r="1.29337"
transform="rotate(-90 68.807 69.325)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="69.325"
r="1.29337"
transform="rotate(-90 57.9433 69.325)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="57.9433"
r="1.29337"
transform="rotate(-90 1.29337 57.9433)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="24.0568"
r="1.29337"
transform="rotate(-90 1.29337 24.0568)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="57.9433"
r="1.29337"
transform="rotate(-90 12.6747 57.9433)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="24.0568"
r="1.29337"
transform="rotate(-90 12.6747 24.0568)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="57.9433"
r="1.29337"
transform="rotate(-90 24.0575 57.9433)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="24.0568"
r="1.29337"
transform="rotate(-90 24.0575 24.0568)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="57.9433"
r="1.29337"
transform="rotate(-90 35.4379 57.9433)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="24.0568"
r="1.29337"
transform="rotate(-90 35.4379 24.0568)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="57.9431"
r="1.29337"
transform="rotate(-90 46.8197 57.9431)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="24.0567"
r="1.29337"
transform="rotate(-90 46.8197 24.0567)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="57.9431"
r="1.29337"
transform="rotate(-90 68.807 57.9431)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="24.0567"
r="1.29337"
transform="rotate(-90 68.807 24.0567)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="57.9431"
r="1.29337"
transform="rotate(-90 57.9433 57.9431)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="24.0567"
r="1.29337"
transform="rotate(-90 57.9443 24.0567)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="46.5615"
r="1.29337"
transform="rotate(-90 1.29337 46.5615)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="12.6751"
r="1.29337"
transform="rotate(-90 1.29337 12.6751)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="46.5615"
r="1.29337"
transform="rotate(-90 12.6747 46.5615)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="12.6751"
r="1.29337"
transform="rotate(-90 12.6747 12.6751)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="46.5615"
r="1.29337"
transform="rotate(-90 24.0575 46.5615)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="12.6751"
r="1.29337"
transform="rotate(-90 24.0575 12.6751)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="46.5615"
r="1.29337"
transform="rotate(-90 35.4379 46.5615)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="12.6751"
r="1.29337"
transform="rotate(-90 35.4379 12.6751)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="46.5615"
r="1.29337"
transform="rotate(-90 46.8197 46.5615)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="12.6751"
r="1.29337"
transform="rotate(-90 46.8197 12.6751)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="46.5615"
r="1.29337"
transform="rotate(-90 68.807 46.5615)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="12.6751"
r="1.29337"
transform="rotate(-90 68.807 12.6751)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="46.5615"
r="1.29337"
transform="rotate(-90 57.9433 46.5615)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="12.6751"
r="1.29337"
transform="rotate(-90 57.9443 12.6751)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="35.1798"
r="1.29337"
transform="rotate(-90 1.29337 35.1798)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="1.2933"
r="1.29337"
transform="rotate(-90 1.29337 1.2933)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="35.1798"
r="1.29337"
transform="rotate(-90 12.6747 35.1798)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="1.2933"
r="1.29337"
transform="rotate(-90 12.6747 1.2933)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="35.1798"
r="1.29337"
transform="rotate(-90 24.0575 35.1798)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="1.29336"
r="1.29337"
transform="rotate(-90 24.0575 1.29336)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="35.1798"
r="1.29337"
transform="rotate(-90 35.4379 35.1798)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="1.29336"
r="1.29337"
transform="rotate(-90 35.4379 1.29336)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="35.18"
r="1.29337"
transform="rotate(-90 46.8197 35.18)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="1.29354"
r="1.29337"
transform="rotate(-90 46.8197 1.29354)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="35.18"
r="1.29337"
transform="rotate(-90 68.807 35.18)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="1.29354"
r="1.29337"
transform="rotate(-90 68.807 1.29354)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="35.18"
r="1.29337"
transform="rotate(-90 57.9443 35.18)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="1.29354"
r="1.29337"
transform="rotate(-90 57.9443 1.29354)"
fill="#3056D3"
/>
</svg>
</span>
<span class="absolute right-0 bottom-0">
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.5 21.5L0.505701 21.5C0.767606 10.023 10.023 0.767604 21.5 0.505697L21.5 21.5Z"
stroke="#13C296"
/>
</svg>
</span>
</div>
<div class="text-center">
<h4 class="mb-2 text-lg font-medium text-dark">Jezmin uniya</h4>
<p class="mb-5 text-sm font-medium text-body-color">
Product Designer
</p>
<div class="flex items-center justify-center">
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="10"
height="18"
viewBox="0 0 10 18"
class="fill-current"
>
<path
d="M9.29878 7.2H7.74898H7.19548V6.61935V4.81936V4.23871H7.74898H8.91133C9.21575 4.23871 9.46483 4.00645 9.46483 3.65806V0.580645C9.46483 0.26129 9.24343 0 8.91133 0H6.89106C4.70474 0 3.18262 1.62581 3.18262 4.03548V6.56129V7.14194H2.62912H0.747223C0.359774 7.14194 0 7.46129 0 7.92581V10.0161C0 10.4226 0.304424 10.8 0.747223 10.8H2.57377H3.12727V11.3806V17.2161C3.12727 17.6226 3.43169 18 3.87449 18H6.47593C6.64198 18 6.78036 17.9129 6.89106 17.7968C7.00176 17.6806 7.08478 17.4774 7.08478 17.3032V11.4097V10.829H7.66596H8.91133C9.2711 10.829 9.54785 10.5968 9.6032 10.2484V10.2194V10.1903L9.99065 8.1871C10.0183 7.98387 9.99065 7.75161 9.8246 7.51935C9.76925 7.37419 9.52018 7.22903 9.29878 7.2Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="14"
viewBox="0 0 18 14"
class="fill-current"
>
<path
d="M15.9968 2.41096L17.1 1.09589C17.4194 0.739726 17.5065 0.465753 17.5355 0.328767C16.6645 0.821918 15.8516 0.986301 15.329 0.986301H15.1258L15.0097 0.876712C14.3129 0.30137 13.4419 0 12.5129 0C10.4806 0 8.88387 1.58904 8.88387 3.42466C8.88387 3.53425 8.88387 3.69863 8.9129 3.80822L9 4.35616L8.39032 4.32877C4.67419 4.21918 1.62581 1.20548 1.13226 0.684932C0.319355 2.05479 0.783871 3.36986 1.27742 4.19178L2.26452 5.72603L0.696774 4.90411C0.725806 6.05479 1.19032 6.9589 2.09032 7.61644L2.87419 8.16438L2.09032 8.46575C2.58387 9.86301 3.6871 10.4384 4.5 10.6575L5.57419 10.9315L4.55806 11.589C2.93226 12.6849 0.9 12.6027 0 12.5205C1.82903 13.726 4.00645 14 5.51613 14C6.64839 14 7.49032 13.8904 7.69355 13.8082C15.8226 12 16.2 5.15068 16.2 3.78082V3.58904L16.3742 3.47945C17.3613 2.60274 17.7677 2.13699 18 1.86301C17.9129 1.89041 17.7968 1.94521 17.6806 1.9726L15.9968 2.41096Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M8.90245 12.1939C10.7363 12.1939 12.2229 10.7073 12.2229 8.87352C12.2229 7.0397 10.7363 5.5531 8.90245 5.5531C7.06863 5.5531 5.58203 7.0397 5.58203 8.87352C5.58203 10.7073 7.06863 12.1939 8.90245 12.1939Z"
/>
<path
d="M12.5088 0H5.23824C2.34719 0 0 2.34719 0 5.23824V12.4516C0 15.3999 2.34719 17.7471 5.23824 17.7471H12.4516C15.3999 17.7471 17.7471 15.3999 17.7471 12.5088V5.23824C17.7471 2.34719 15.3999 0 12.5088 0ZM8.90215 13.2244C6.46909 13.2244 4.55126 11.2493 4.55126 8.87353C4.55126 6.49771 6.49771 4.52264 8.90215 4.52264C11.278 4.52264 13.2244 6.49771 13.2244 8.87353C13.2244 11.2493 11.3066 13.2244 8.90215 13.2244ZM14.9133 4.92338C14.627 5.23824 14.1976 5.40999 13.711 5.40999C13.2817 5.40999 12.8523 5.23824 12.5088 4.92338C12.1939 4.60851 12.0222 4.20777 12.0222 3.72116C12.0222 3.23454 12.1939 2.86243 12.5088 2.51894C12.8237 2.17545 13.2244 2.0037 13.711 2.0037C14.1404 2.0037 14.5984 2.17545 14.9133 2.49031C15.1995 2.86243 15.3999 3.29179 15.3999 3.74978C15.3712 4.20777 15.1995 4.60851 14.9133 4.92338Z"
/>
<path
d="M13.7397 3.03418C13.3676 3.03418 13.0527 3.34905 13.0527 3.72116C13.0527 4.09328 13.3676 4.40815 13.7397 4.40815C14.1118 4.40815 14.4267 4.09328 14.4267 3.72116C14.4267 3.34905 14.1405 3.03418 13.7397 3.03418Z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 lg:w-1/4">
<div class="wow fadeInUp mb-10" data-wow-delay=".2s">
<div
class="h-170px] relative z-10 mx-auto mb-6 w-[170px] rounded-full"
>
<img
src="assets/images/team/team-03.png"
alt="image"
class="w-full rounded-full"
/>
<span class="absolute top-0 left-0 z-[-1]">
<svg
width="71"
height="82"
viewBox="0 0 71 82"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.29337"
cy="80.7066"
r="1.29337"
transform="rotate(-90 1.29337 80.7066)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="80.7066"
r="1.29337"
transform="rotate(-90 12.6747 80.7066)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="80.7066"
r="1.29337"
transform="rotate(-90 24.0575 80.7066)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="80.7066"
r="1.29337"
transform="rotate(-90 35.4379 80.7066)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="80.7066"
r="1.29337"
transform="rotate(-90 46.8197 80.7066)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="80.7066"
r="1.29337"
transform="rotate(-90 68.807 80.7066)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="80.7066"
r="1.29337"
transform="rotate(-90 57.9443 80.7066)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="69.3249"
r="1.29337"
transform="rotate(-90 1.29337 69.3249)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="69.3249"
r="1.29337"
transform="rotate(-90 12.6747 69.3249)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="69.3249"
r="1.29337"
transform="rotate(-90 24.0575 69.3249)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="69.3249"
r="1.29337"
transform="rotate(-90 35.4379 69.3249)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="69.325"
r="1.29337"
transform="rotate(-90 46.8197 69.325)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="69.325"
r="1.29337"
transform="rotate(-90 68.807 69.325)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="69.325"
r="1.29337"
transform="rotate(-90 57.9433 69.325)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="57.9433"
r="1.29337"
transform="rotate(-90 1.29337 57.9433)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="24.0568"
r="1.29337"
transform="rotate(-90 1.29337 24.0568)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="57.9433"
r="1.29337"
transform="rotate(-90 12.6747 57.9433)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="24.0568"
r="1.29337"
transform="rotate(-90 12.6747 24.0568)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="57.9433"
r="1.29337"
transform="rotate(-90 24.0575 57.9433)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="24.0568"
r="1.29337"
transform="rotate(-90 24.0575 24.0568)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="57.9433"
r="1.29337"
transform="rotate(-90 35.4379 57.9433)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="24.0568"
r="1.29337"
transform="rotate(-90 35.4379 24.0568)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="57.9431"
r="1.29337"
transform="rotate(-90 46.8197 57.9431)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="24.0567"
r="1.29337"
transform="rotate(-90 46.8197 24.0567)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="57.9431"
r="1.29337"
transform="rotate(-90 68.807 57.9431)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="24.0567"
r="1.29337"
transform="rotate(-90 68.807 24.0567)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="57.9431"
r="1.29337"
transform="rotate(-90 57.9433 57.9431)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="24.0567"
r="1.29337"
transform="rotate(-90 57.9443 24.0567)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="46.5615"
r="1.29337"
transform="rotate(-90 1.29337 46.5615)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="12.6751"
r="1.29337"
transform="rotate(-90 1.29337 12.6751)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="46.5615"
r="1.29337"
transform="rotate(-90 12.6747 46.5615)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="12.6751"
r="1.29337"
transform="rotate(-90 12.6747 12.6751)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="46.5615"
r="1.29337"
transform="rotate(-90 24.0575 46.5615)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="12.6751"
r="1.29337"
transform="rotate(-90 24.0575 12.6751)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="46.5615"
r="1.29337"
transform="rotate(-90 35.4379 46.5615)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="12.6751"
r="1.29337"
transform="rotate(-90 35.4379 12.6751)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="46.5615"
r="1.29337"
transform="rotate(-90 46.8197 46.5615)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="12.6751"
r="1.29337"
transform="rotate(-90 46.8197 12.6751)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="46.5615"
r="1.29337"
transform="rotate(-90 68.807 46.5615)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="12.6751"
r="1.29337"
transform="rotate(-90 68.807 12.6751)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="46.5615"
r="1.29337"
transform="rotate(-90 57.9433 46.5615)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="12.6751"
r="1.29337"
transform="rotate(-90 57.9443 12.6751)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="35.1798"
r="1.29337"
transform="rotate(-90 1.29337 35.1798)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="1.2933"
r="1.29337"
transform="rotate(-90 1.29337 1.2933)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="35.1798"
r="1.29337"
transform="rotate(-90 12.6747 35.1798)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="1.2933"
r="1.29337"
transform="rotate(-90 12.6747 1.2933)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="35.1798"
r="1.29337"
transform="rotate(-90 24.0575 35.1798)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="1.29336"
r="1.29337"
transform="rotate(-90 24.0575 1.29336)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="35.1798"
r="1.29337"
transform="rotate(-90 35.4379 35.1798)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="1.29336"
r="1.29337"
transform="rotate(-90 35.4379 1.29336)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="35.18"
r="1.29337"
transform="rotate(-90 46.8197 35.18)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="1.29354"
r="1.29337"
transform="rotate(-90 46.8197 1.29354)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="35.18"
r="1.29337"
transform="rotate(-90 68.807 35.18)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="1.29354"
r="1.29337"
transform="rotate(-90 68.807 1.29354)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="35.18"
r="1.29337"
transform="rotate(-90 57.9443 35.18)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="1.29354"
r="1.29337"
transform="rotate(-90 57.9443 1.29354)"
fill="#3056D3"
/>
</svg>
</span>
<span class="absolute right-0 bottom-0">
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.5 21.5L0.505701 21.5C0.767606 10.023 10.023 0.767604 21.5 0.505697L21.5 21.5Z"
stroke="#13C296"
/>
</svg>
</span>
</div>
<div class="text-center">
<h4 class="mb-2 text-lg font-medium text-dark">
Andrieo Gloree
</h4>
<p class="mb-5 text-sm font-medium text-body-color">
App Developer
</p>
<div class="flex items-center justify-center">
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="10"
height="18"
viewBox="0 0 10 18"
class="fill-current"
>
<path
d="M9.29878 7.2H7.74898H7.19548V6.61935V4.81936V4.23871H7.74898H8.91133C9.21575 4.23871 9.46483 4.00645 9.46483 3.65806V0.580645C9.46483 0.26129 9.24343 0 8.91133 0H6.89106C4.70474 0 3.18262 1.62581 3.18262 4.03548V6.56129V7.14194H2.62912H0.747223C0.359774 7.14194 0 7.46129 0 7.92581V10.0161C0 10.4226 0.304424 10.8 0.747223 10.8H2.57377H3.12727V11.3806V17.2161C3.12727 17.6226 3.43169 18 3.87449 18H6.47593C6.64198 18 6.78036 17.9129 6.89106 17.7968C7.00176 17.6806 7.08478 17.4774 7.08478 17.3032V11.4097V10.829H7.66596H8.91133C9.2711 10.829 9.54785 10.5968 9.6032 10.2484V10.2194V10.1903L9.99065 8.1871C10.0183 7.98387 9.99065 7.75161 9.8246 7.51935C9.76925 7.37419 9.52018 7.22903 9.29878 7.2Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="14"
viewBox="0 0 18 14"
class="fill-current"
>
<path
d="M15.9968 2.41096L17.1 1.09589C17.4194 0.739726 17.5065 0.465753 17.5355 0.328767C16.6645 0.821918 15.8516 0.986301 15.329 0.986301H15.1258L15.0097 0.876712C14.3129 0.30137 13.4419 0 12.5129 0C10.4806 0 8.88387 1.58904 8.88387 3.42466C8.88387 3.53425 8.88387 3.69863 8.9129 3.80822L9 4.35616L8.39032 4.32877C4.67419 4.21918 1.62581 1.20548 1.13226 0.684932C0.319355 2.05479 0.783871 3.36986 1.27742 4.19178L2.26452 5.72603L0.696774 4.90411C0.725806 6.05479 1.19032 6.9589 2.09032 7.61644L2.87419 8.16438L2.09032 8.46575C2.58387 9.86301 3.6871 10.4384 4.5 10.6575L5.57419 10.9315L4.55806 11.589C2.93226 12.6849 0.9 12.6027 0 12.5205C1.82903 13.726 4.00645 14 5.51613 14C6.64839 14 7.49032 13.8904 7.69355 13.8082C15.8226 12 16.2 5.15068 16.2 3.78082V3.58904L16.3742 3.47945C17.3613 2.60274 17.7677 2.13699 18 1.86301C17.9129 1.89041 17.7968 1.94521 17.6806 1.9726L15.9968 2.41096Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M8.90245 12.1939C10.7363 12.1939 12.2229 10.7073 12.2229 8.87352C12.2229 7.0397 10.7363 5.5531 8.90245 5.5531C7.06863 5.5531 5.58203 7.0397 5.58203 8.87352C5.58203 10.7073 7.06863 12.1939 8.90245 12.1939Z"
/>
<path
d="M12.5088 0H5.23824C2.34719 0 0 2.34719 0 5.23824V12.4516C0 15.3999 2.34719 17.7471 5.23824 17.7471H12.4516C15.3999 17.7471 17.7471 15.3999 17.7471 12.5088V5.23824C17.7471 2.34719 15.3999 0 12.5088 0ZM8.90215 13.2244C6.46909 13.2244 4.55126 11.2493 4.55126 8.87353C4.55126 6.49771 6.49771 4.52264 8.90215 4.52264C11.278 4.52264 13.2244 6.49771 13.2244 8.87353C13.2244 11.2493 11.3066 13.2244 8.90215 13.2244ZM14.9133 4.92338C14.627 5.23824 14.1976 5.40999 13.711 5.40999C13.2817 5.40999 12.8523 5.23824 12.5088 4.92338C12.1939 4.60851 12.0222 4.20777 12.0222 3.72116C12.0222 3.23454 12.1939 2.86243 12.5088 2.51894C12.8237 2.17545 13.2244 2.0037 13.711 2.0037C14.1404 2.0037 14.5984 2.17545 14.9133 2.49031C15.1995 2.86243 15.3999 3.29179 15.3999 3.74978C15.3712 4.20777 15.1995 4.60851 14.9133 4.92338Z"
/>
<path
d="M13.7397 3.03418C13.3676 3.03418 13.0527 3.34905 13.0527 3.72116C13.0527 4.09328 13.3676 4.40815 13.7397 4.40815C14.1118 4.40815 14.4267 4.09328 14.4267 3.72116C14.4267 3.34905 14.1405 3.03418 13.7397 3.03418Z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 lg:w-1/4">
<div class="wow fadeInUp mb-10" data-wow-delay=".25s">
<div
class="h-170px] relative z-10 mx-auto mb-6 w-[170px] rounded-full"
>
<img
src="assets/images/team/team-01.png"
alt="image"
class="w-full rounded-full"
/>
<span class="absolute top-0 left-0 z-[-1]">
<svg
width="71"
height="82"
viewBox="0 0 71 82"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.29337"
cy="80.7066"
r="1.29337"
transform="rotate(-90 1.29337 80.7066)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="80.7066"
r="1.29337"
transform="rotate(-90 12.6747 80.7066)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="80.7066"
r="1.29337"
transform="rotate(-90 24.0575 80.7066)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="80.7066"
r="1.29337"
transform="rotate(-90 35.4379 80.7066)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="80.7066"
r="1.29337"
transform="rotate(-90 46.8197 80.7066)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="80.7066"
r="1.29337"
transform="rotate(-90 68.807 80.7066)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="80.7066"
r="1.29337"
transform="rotate(-90 57.9443 80.7066)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="69.3249"
r="1.29337"
transform="rotate(-90 1.29337 69.3249)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="69.3249"
r="1.29337"
transform="rotate(-90 12.6747 69.3249)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="69.3249"
r="1.29337"
transform="rotate(-90 24.0575 69.3249)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="69.3249"
r="1.29337"
transform="rotate(-90 35.4379 69.3249)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="69.325"
r="1.29337"
transform="rotate(-90 46.8197 69.325)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="69.325"
r="1.29337"
transform="rotate(-90 68.807 69.325)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="69.325"
r="1.29337"
transform="rotate(-90 57.9433 69.325)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="57.9433"
r="1.29337"
transform="rotate(-90 1.29337 57.9433)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="24.0568"
r="1.29337"
transform="rotate(-90 1.29337 24.0568)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="57.9433"
r="1.29337"
transform="rotate(-90 12.6747 57.9433)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="24.0568"
r="1.29337"
transform="rotate(-90 12.6747 24.0568)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="57.9433"
r="1.29337"
transform="rotate(-90 24.0575 57.9433)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="24.0568"
r="1.29337"
transform="rotate(-90 24.0575 24.0568)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="57.9433"
r="1.29337"
transform="rotate(-90 35.4379 57.9433)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="24.0568"
r="1.29337"
transform="rotate(-90 35.4379 24.0568)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="57.9431"
r="1.29337"
transform="rotate(-90 46.8197 57.9431)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="24.0567"
r="1.29337"
transform="rotate(-90 46.8197 24.0567)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="57.9431"
r="1.29337"
transform="rotate(-90 68.807 57.9431)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="24.0567"
r="1.29337"
transform="rotate(-90 68.807 24.0567)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="57.9431"
r="1.29337"
transform="rotate(-90 57.9433 57.9431)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="24.0567"
r="1.29337"
transform="rotate(-90 57.9443 24.0567)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="46.5615"
r="1.29337"
transform="rotate(-90 1.29337 46.5615)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="12.6751"
r="1.29337"
transform="rotate(-90 1.29337 12.6751)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="46.5615"
r="1.29337"
transform="rotate(-90 12.6747 46.5615)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="12.6751"
r="1.29337"
transform="rotate(-90 12.6747 12.6751)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="46.5615"
r="1.29337"
transform="rotate(-90 24.0575 46.5615)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="12.6751"
r="1.29337"
transform="rotate(-90 24.0575 12.6751)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="46.5615"
r="1.29337"
transform="rotate(-90 35.4379 46.5615)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="12.6751"
r="1.29337"
transform="rotate(-90 35.4379 12.6751)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="46.5615"
r="1.29337"
transform="rotate(-90 46.8197 46.5615)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="12.6751"
r="1.29337"
transform="rotate(-90 46.8197 12.6751)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="46.5615"
r="1.29337"
transform="rotate(-90 68.807 46.5615)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="12.6751"
r="1.29337"
transform="rotate(-90 68.807 12.6751)"
fill="#3056D3"
/>
<circle
cx="57.9433"
cy="46.5615"
r="1.29337"
transform="rotate(-90 57.9433 46.5615)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="12.6751"
r="1.29337"
transform="rotate(-90 57.9443 12.6751)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="35.1798"
r="1.29337"
transform="rotate(-90 1.29337 35.1798)"
fill="#3056D3"
/>
<circle
cx="1.29337"
cy="1.2933"
r="1.29337"
transform="rotate(-90 1.29337 1.2933)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="35.1798"
r="1.29337"
transform="rotate(-90 12.6747 35.1798)"
fill="#3056D3"
/>
<circle
cx="12.6747"
cy="1.2933"
r="1.29337"
transform="rotate(-90 12.6747 1.2933)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="35.1798"
r="1.29337"
transform="rotate(-90 24.0575 35.1798)"
fill="#3056D3"
/>
<circle
cx="24.0575"
cy="1.29336"
r="1.29337"
transform="rotate(-90 24.0575 1.29336)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="35.1798"
r="1.29337"
transform="rotate(-90 35.4379 35.1798)"
fill="#3056D3"
/>
<circle
cx="35.4379"
cy="1.29336"
r="1.29337"
transform="rotate(-90 35.4379 1.29336)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="35.18"
r="1.29337"
transform="rotate(-90 46.8197 35.18)"
fill="#3056D3"
/>
<circle
cx="46.8197"
cy="1.29354"
r="1.29337"
transform="rotate(-90 46.8197 1.29354)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="35.18"
r="1.29337"
transform="rotate(-90 68.807 35.18)"
fill="#3056D3"
/>
<circle
cx="68.807"
cy="1.29354"
r="1.29337"
transform="rotate(-90 68.807 1.29354)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="35.18"
r="1.29337"
transform="rotate(-90 57.9443 35.18)"
fill="#3056D3"
/>
<circle
cx="57.9443"
cy="1.29354"
r="1.29337"
transform="rotate(-90 57.9443 1.29354)"
fill="#3056D3"
/>
</svg>
</span>
<span class="absolute right-0 bottom-0">
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.5 21.5L0.505701 21.5C0.767606 10.023 10.023 0.767604 21.5 0.505697L21.5 21.5Z"
stroke="#13C296"
/>
</svg>
</span>
</div>
<div class="text-center">
<h4 class="mb-2 text-lg font-medium text-dark">
Jackie Sanders
</h4>
<p class="mb-5 text-sm font-medium text-body-color">
Content Writer
</p>
<div class="flex items-center justify-center">
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="10"
height="18"
viewBox="0 0 10 18"
class="fill-current"
>
<path
d="M9.29878 7.2H7.74898H7.19548V6.61935V4.81936V4.23871H7.74898H8.91133C9.21575 4.23871 9.46483 4.00645 9.46483 3.65806V0.580645C9.46483 0.26129 9.24343 0 8.91133 0H6.89106C4.70474 0 3.18262 1.62581 3.18262 4.03548V6.56129V7.14194H2.62912H0.747223C0.359774 7.14194 0 7.46129 0 7.92581V10.0161C0 10.4226 0.304424 10.8 0.747223 10.8H2.57377H3.12727V11.3806V17.2161C3.12727 17.6226 3.43169 18 3.87449 18H6.47593C6.64198 18 6.78036 17.9129 6.89106 17.7968C7.00176 17.6806 7.08478 17.4774 7.08478 17.3032V11.4097V10.829H7.66596H8.91133C9.2711 10.829 9.54785 10.5968 9.6032 10.2484V10.2194V10.1903L9.99065 8.1871C10.0183 7.98387 9.99065 7.75161 9.8246 7.51935C9.76925 7.37419 9.52018 7.22903 9.29878 7.2Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="14"
viewBox="0 0 18 14"
class="fill-current"
>
<path
d="M15.9968 2.41096L17.1 1.09589C17.4194 0.739726 17.5065 0.465753 17.5355 0.328767C16.6645 0.821918 15.8516 0.986301 15.329 0.986301H15.1258L15.0097 0.876712C14.3129 0.30137 13.4419 0 12.5129 0C10.4806 0 8.88387 1.58904 8.88387 3.42466C8.88387 3.53425 8.88387 3.69863 8.9129 3.80822L9 4.35616L8.39032 4.32877C4.67419 4.21918 1.62581 1.20548 1.13226 0.684932C0.319355 2.05479 0.783871 3.36986 1.27742 4.19178L2.26452 5.72603L0.696774 4.90411C0.725806 6.05479 1.19032 6.9589 2.09032 7.61644L2.87419 8.16438L2.09032 8.46575C2.58387 9.86301 3.6871 10.4384 4.5 10.6575L5.57419 10.9315L4.55806 11.589C2.93226 12.6849 0.9 12.6027 0 12.5205C1.82903 13.726 4.00645 14 5.51613 14C6.64839 14 7.49032 13.8904 7.69355 13.8082C15.8226 12 16.2 5.15068 16.2 3.78082V3.58904L16.3742 3.47945C17.3613 2.60274 17.7677 2.13699 18 1.86301C17.9129 1.89041 17.7968 1.94521 17.6806 1.9726L15.9968 2.41096Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="mx-2 flex h-8 w-8 items-center justify-center text-[#cdced6] hover:text-primary"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M8.90245 12.1939C10.7363 12.1939 12.2229 10.7073 12.2229 8.87352C12.2229 7.0397 10.7363 5.5531 8.90245 5.5531C7.06863 5.5531 5.58203 7.0397 5.58203 8.87352C5.58203 10.7073 7.06863 12.1939 8.90245 12.1939Z"
/>
<path
d="M12.5088 0H5.23824C2.34719 0 0 2.34719 0 5.23824V12.4516C0 15.3999 2.34719 17.7471 5.23824 17.7471H12.4516C15.3999 17.7471 17.7471 15.3999 17.7471 12.5088V5.23824C17.7471 2.34719 15.3999 0 12.5088 0ZM8.90215 13.2244C6.46909 13.2244 4.55126 11.2493 4.55126 8.87353C4.55126 6.49771 6.49771 4.52264 8.90215 4.52264C11.278 4.52264 13.2244 6.49771 13.2244 8.87353C13.2244 11.2493 11.3066 13.2244 8.90215 13.2244ZM14.9133 4.92338C14.627 5.23824 14.1976 5.40999 13.711 5.40999C13.2817 5.40999 12.8523 5.23824 12.5088 4.92338C12.1939 4.60851 12.0222 4.20777 12.0222 3.72116C12.0222 3.23454 12.1939 2.86243 12.5088 2.51894C12.8237 2.17545 13.2244 2.0037 13.711 2.0037C14.1404 2.0037 14.5984 2.17545 14.9133 2.49031C15.1995 2.86243 15.3999 3.29179 15.3999 3.74978C15.3712 4.20777 15.1995 4.60851 14.9133 4.92338Z"
/>
<path
d="M13.7397 3.03418C13.3676 3.03418 13.0527 3.34905 13.0527 3.72116C13.0527 4.09328 13.3676 4.40815 13.7397 4.40815C14.1118 4.40815 14.4267 4.09328 14.4267 3.72116C14.4267 3.34905 14.1405 3.03418 13.7397 3.03418Z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Team Section End -->
<!-- ====== Contact Start ====== -->
<section id="contact" class="relative py-20 md:py-[120px]">
<div
class="absolute top-0 left-0 z-[-1] h-1/2 w-full bg-[#f3f4fe] lg:h-[45%] xl:h-1/2"
></div>
<div class="container px-4">
<div class="-mx-4 flex flex-wrap items-center">
<div class="w-full px-4 lg:w-7/12 xl:w-8/12">
<div class="ud-contact-content-wrapper">
<div class="ud-contact-title mb-12 lg:mb-[150px]">
<span class="mb-5 text-base font-semibold text-dark">
CONTACT US
</span>
<h2 class="text-[35px] font-semibold">
Let's talk about <br />
Love to hear from you!
</h2>
</div>
<div class="mb-12 flex flex-wrap justify-between lg:mb-0">
<div class="mb-8 flex w-[330px] max-w-full">
<div class="mr-6 text-[32px] text-primary">
<svg
width="29"
height="35"
viewBox="0 0 29 35"
class="fill-current"
>
<path
d="M14.5 0.710938C6.89844 0.710938 0.664062 6.72656 0.664062 14.0547C0.664062 19.9062 9.03125 29.5859 12.6406 33.5234C13.1328 34.0703 13.7891 34.3437 14.5 34.3437C15.2109 34.3437 15.8672 34.0703 16.3594 33.5234C19.9688 29.6406 28.3359 19.9062 28.3359 14.0547C28.3359 6.67188 22.1016 0.710938 14.5 0.710938ZM14.9375 32.2109C14.6641 32.4844 14.2812 32.4844 14.0625 32.2109C11.3828 29.3125 2.57812 19.3594 2.57812 14.0547C2.57812 7.71094 7.9375 2.625 14.5 2.625C21.0625 2.625 26.4219 7.76562 26.4219 14.0547C26.4219 19.3594 17.6172 29.2578 14.9375 32.2109Z"
/>
<path
d="M14.5 8.58594C11.2734 8.58594 8.59375 11.2109 8.59375 14.4922C8.59375 17.7188 11.2187 20.3984 14.5 20.3984C17.7812 20.3984 20.4062 17.7734 20.4062 14.4922C20.4062 11.2109 17.7266 8.58594 14.5 8.58594ZM14.5 18.4297C12.3125 18.4297 10.5078 16.625 10.5078 14.4375C10.5078 12.25 12.3125 10.4453 14.5 10.4453C16.6875 10.4453 18.4922 12.25 18.4922 14.4375C18.4922 16.625 16.6875 18.4297 14.5 18.4297Z"
/>
</svg>
</div>
<div>
<h5 class="mb-6 text-lg font-semibold">Our Location</h5>
<p class="text-base text-body-color">
401 Broadway, 24th Floor, Orchard Cloud View, London
</p>
</div>
</div>
<div class="mb-8 flex w-[330px] max-w-full">
<div class="mr-6 text-[32px] text-primary">
<svg
width="34"
height="25"
viewBox="0 0 34 25"
class="fill-current"
>
<path
d="M30.5156 0.960938H3.17188C1.42188 0.960938 0 2.38281 0 4.13281V20.9219C0 22.6719 1.42188 24.0938 3.17188 24.0938H30.5156C32.2656 24.0938 33.6875 22.6719 33.6875 20.9219V4.13281C33.6875 2.38281 32.2656 0.960938 30.5156 0.960938ZM30.5156 2.875C30.7891 2.875 31.0078 2.92969 31.2266 3.09375L17.6094 11.3516C17.1172 11.625 16.5703 11.625 16.0781 11.3516L2.46094 3.09375C2.67969 2.98438 2.89844 2.875 3.17188 2.875H30.5156ZM30.5156 22.125H3.17188C2.51562 22.125 1.91406 21.5781 1.91406 20.8672V5.00781L15.0391 12.9922C15.5859 13.3203 16.1875 13.4844 16.7891 13.4844C17.3906 13.4844 17.9922 13.3203 18.5391 12.9922L31.6641 5.00781V20.8672C31.7734 21.5781 31.1719 22.125 30.5156 22.125Z"
/>
</svg>
</div>
<div>
<h5 class="mb-6 text-lg font-semibold">How Can We Help?</h5>
<p class="text-base text-body-color">info@yourdomain.com</p>
<p class="text-base text-body-color">
contact@yourdomain.com
</p>
</div>
</div>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-5/12 xl:w-4/12">
<div
class="wow fadeInUp rounded-lg bg-white py-10 px-8 shadow-testimonial sm:py-12 sm:px-10 md:p-[60px] lg:p-10 lg:py-12 lg:px-10 2xl:p-[60px]"
data-wow-delay=".2s
"
>
<h3 class="mb-8 text-2xl font-semibold md:text-[26px]">
Send us a Message
</h3>
<form>
<div class="mb-6">
<label for="fullName" class="block text-xs text-dark"
>Full Name*</label
>
<input
type="text"
name="fullName"
placeholder="Adam Gelius"
class="w-full border-0 border-b border-[#f1f1f1] py-4 focus:border-primary focus:outline-none"
/>
</div>
<div class="mb-6">
<label for="email" class="block text-xs text-dark"
>Email*</label
>
<input
type="email"
name="email"
placeholder="example@yourmail.com"
class="w-full border-0 border-b border-[#f1f1f1] py-4 focus:border-primary focus:outline-none"
/>
</div>
<div class="mb-6">
<label for="phone" class="block text-xs text-dark"
>Phone*</label
>
<input
type="text"
name="phone"
placeholder="+885 1254 5211 552"
class="w-full border-0 border-b border-[#f1f1f1] py-4 focus:border-primary focus:outline-none"
/>
</div>
<div class="mb-6">
<label for="message" class="block text-xs text-dark"
>Message*</label
>
<textarea
name="message"
rows="1"
placeholder="type your message here"
class="w-full resize-none border-0 border-b border-[#f1f1f1] py-4 focus:border-primary focus:outline-none"
></textarea>
</div>
<div class="mb-0">
<button
type="submit"
class="inline-flex items-center justify-center rounded bg-primary py-4 px-6 text-base font-medium text-white transition duration-300 ease-in-out hover:bg-dark"
>
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Contact End ====== -->
<!-- ====== Footer Section Start -->
<footer
class="wow fadeInUp relative z-10 bg-black pt-20 lg:pt-[120px]"
data-wow-delay=".15s"
>
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 sm:w-1/2 md:w-1/2 lg:w-4/12 xl:w-3/12">
<div class="mb-10 w-full">
<a
href="javascript:void(0)"
class="mb-6 inline-block max-w-[160px]"
>
<img
src="assets/images/logo/logo-white.svg"
alt="logo"
class="max-w-full"
/>
</a>
<p class="mb-7 text-base text-[#f3f4fe]">
We create digital experiences for brands and companies by using
technology.
</p>
<div class="-mx-3 flex items-center">
<a
href="javascript:void(0)"
class="px-3 text-[#dddddd] hover:text-white"
>
<svg
width="10"
height="18"
viewBox="0 0 10 18"
class="fill-current"
>
<path
d="M9.00007 6.82105H7.50006H6.96434V6.27097V4.56571V4.01562H7.50006H8.62507C8.91971 4.01562 9.16078 3.79559 9.16078 3.46554V0.550085C9.16078 0.247538 8.9465 0 8.62507 0H6.66969C4.55361 0 3.08038 1.54024 3.08038 3.82309V6.21596V6.76605H2.54466H0.72322C0.348217 6.76605 0 7.06859 0 7.50866V9.48897C0 9.87402 0.294645 10.2316 0.72322 10.2316H2.49109H3.02681V10.7817V16.31C3.02681 16.6951 3.32145 17.0526 3.75003 17.0526H6.26791C6.42862 17.0526 6.56255 16.9701 6.66969 16.8601C6.77684 16.7501 6.8572 16.5576 6.8572 16.3925V10.8092V10.2591H7.4197H8.62507C8.97328 10.2591 9.24114 10.0391 9.29471 9.709V9.6815V9.65399L9.66972 7.7562C9.6965 7.56367 9.66972 7.34363 9.509 7.1236C9.45543 6.98608 9.21436 6.84856 9.00007 6.82105Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="px-3 text-[#dddddd] hover:text-white"
>
<svg
width="19"
height="15"
viewBox="0 0 19 15"
class="fill-current"
>
<path
d="M16.2622 3.17878L17.33 1.93293C17.6391 1.59551 17.7234 1.33595 17.7515 1.20618C16.9085 1.67337 16.1217 1.82911 15.6159 1.82911H15.4192L15.3068 1.72528C14.6324 1.18022 13.7894 0.894714 12.8902 0.894714C10.9233 0.894714 9.37779 2.40012 9.37779 4.13913C9.37779 4.24295 9.37779 4.39868 9.40589 4.5025L9.49019 5.02161L8.90009 4.99565C5.30334 4.89183 2.35288 2.03675 1.87518 1.5436C1.08839 2.84136 1.53799 4.08722 2.01568 4.86587L2.97107 6.31937L1.45369 5.54071C1.48179 6.63084 1.93138 7.48736 2.80247 8.11029L3.56116 8.62939L2.80247 8.9149C3.28017 10.2386 4.34795 10.7837 5.13474 10.9913L6.17443 11.2509L5.19094 11.8738C3.61736 12.912 1.65039 12.8342 0.779297 12.7563C2.54957 13.8983 4.65705 14.1579 6.11823 14.1579C7.21412 14.1579 8.02901 14.0541 8.2257 13.9762C16.0936 12.2631 16.4589 5.77431 16.4589 4.47655V4.29486L16.6275 4.19104C17.5829 3.36047 17.9763 2.91923 18.2011 2.65967C18.1168 2.68563 18.0044 2.73754 17.892 2.7635L16.2622 3.17878Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="px-3 text-[#dddddd] hover:text-white"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M8.91688 12.4995C10.6918 12.4995 12.1306 11.0911 12.1306 9.35385C12.1306 7.61655 10.6918 6.20819 8.91688 6.20819C7.14197 6.20819 5.70312 7.61655 5.70312 9.35385C5.70312 11.0911 7.14197 12.4995 8.91688 12.4995Z"
/>
<path
d="M12.4078 0.947388H5.37075C2.57257 0.947388 0.300781 3.17104 0.300781 5.90993V12.7436C0.300781 15.5367 2.57257 17.7604 5.37075 17.7604H12.3524C15.2059 17.7604 17.4777 15.5367 17.4777 12.7978V5.90993C17.4777 3.17104 15.2059 0.947388 12.4078 0.947388ZM8.91696 13.4758C6.56206 13.4758 4.70584 11.6047 4.70584 9.35389C4.70584 7.10312 6.58976 5.23199 8.91696 5.23199C11.2165 5.23199 13.1004 7.10312 13.1004 9.35389C13.1004 11.6047 11.2442 13.4758 8.91696 13.4758ZM14.735 5.61164C14.4579 5.90993 14.0423 6.07264 13.5714 6.07264C13.1558 6.07264 12.7402 5.90993 12.4078 5.61164C12.103 5.31334 11.9368 4.9337 11.9368 4.47269C11.9368 4.01169 12.103 3.65916 12.4078 3.33375C12.7125 3.00834 13.1004 2.84563 13.5714 2.84563C13.9869 2.84563 14.4302 3.00834 14.735 3.30663C15.012 3.65916 15.2059 4.06593 15.2059 4.49981C15.1782 4.9337 15.012 5.31334 14.735 5.61164Z"
/>
<path
d="M13.5985 3.82184C13.2383 3.82184 12.9336 4.12013 12.9336 4.47266C12.9336 4.82519 13.2383 5.12349 13.5985 5.12349C13.9587 5.12349 14.2634 4.82519 14.2634 4.47266C14.2634 4.12013 13.9864 3.82184 13.5985 3.82184Z"
/>
</svg>
</a>
<a
href="javascript:void(0)"
class="px-3 text-[#dddddd] hover:text-white"
>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
class="fill-current"
>
<path
d="M16.7821 0.947388H1.84847C1.14272 0.947388 0.578125 1.49747 0.578125 2.18508V16.7623C0.578125 17.4224 1.14272 18 1.84847 18H16.7257C17.4314 18 17.996 17.4499 17.996 16.7623V2.15757C18.0525 1.49747 17.4879 0.947388 16.7821 0.947388ZM5.7442 15.4421H3.17528V7.32837H5.7442V15.4421ZM4.44563 6.2007C3.59873 6.2007 2.94944 5.5406 2.94944 4.74297C2.94944 3.94535 3.62696 3.28525 4.44563 3.28525C5.26429 3.28525 5.94181 3.94535 5.94181 4.74297C5.94181 5.5406 5.32075 6.2007 4.44563 6.2007ZM15.4835 15.4421H12.9146V11.509C12.9146 10.5739 12.8864 9.33618 11.5596 9.33618C10.2045 9.33618 10.0069 10.3813 10.0069 11.4265V15.4421H7.438V7.32837H9.95046V8.45605H9.9787C10.3457 7.79594 11.1644 7.13584 12.4347 7.13584C15.0601 7.13584 15.54 8.7861 15.54 11.0414V15.4421H15.4835Z"
/>
</svg>
</a>
</div>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 md:w-1/2 lg:w-2/12 xl:w-2/12">
<div class="mb-10 w-full">
<h4 class="mb-9 text-lg font-semibold text-white">About Us</h4>
<ul>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Home
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Features
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
About
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Testimonial
</a>
</li>
</ul>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 md:w-1/2 lg:w-3/12 xl:w-2/12">
<div class="mb-10 w-full">
<h4 class="mb-9 text-lg font-semibold text-white">Features</h4>
<ul>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
How it works
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Privacy policy
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Terms of Service
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Refund policy
</a>
</li>
</ul>
</div>
</div>
<div class="w-full px-4 sm:w-1/2 md:w-1/2 lg:w-3/12 xl:w-2/12">
<div class="mb-10 w-full">
<h4 class="mb-9 text-lg font-semibold text-white">
Our Products
</h4>
<ul>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
LineIcons
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Ecommerce HTML
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
Ayro UI
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="mb-2 inline-block text-base leading-loose text-[#f3f4fe] hover:text-primary"
>
PlainAdmin
</a>
</li>
</ul>
</div>
</div>
<div class="w-full px-4 md:w-2/3 lg:w-6/12 xl:w-3/12">
<div class="mb-10 w-full">
<h4 class="mb-9 text-lg font-semibold text-white">Partners</h4>
<ul class="flex flex-wrap items-center">
<li>
<a
href="https://tailgrids.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/tailgrids.svg"
alt="tailgrids"
/>
</a>
</li>
<li>
<a
href="https://ayroui.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/ayroui.svg"
alt="ayroui"
/>
</a>
</li>
<li>
<a
href="https://ecommercehtml.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/ecommerce-html.svg"
alt="ecommerce-html"
/>
</a>
</li>
<li>
<a
href="https://graygrids.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/graygrids.svg"
alt="graygrids"
/>
</a>
</li>
<li>
<a
href="https://lineicons.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/lineicons.svg"
alt="lineicons"
/>
</a>
</li>
<li>
<a
href="https://uideck.com"
rel="nofollow noopner"
target="_blank"
class="mb-6 mr-5 block max-w-[120px] xl:max-w-[100px] 2xl:max-w-[120px]"
>
<img
src="assets/images/footer/brands/uideck.svg"
alt="uideck"
/>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-opacity-40 py-8 lg:mt-[60px]">
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 md:w-2/3 lg:w-1/2">
<div class="my-1">
<div
class="-mx-3 flex items-center justify-center md:justify-start"
>
<a
href="javascript:void(0)"
class="px-3 text-base text-[#f3f4fe] hover:text-primary"
>
Privacy policy
</a>
<a
href="javascript:void(0)"
class="px-3 text-base text-[#f3f4fe] hover:text-primary"
>
Legal notice
</a>
<a
href="javascript:void(0)"
class="px-3 text-base text-[#f3f4fe] hover:text-primary"
>
Terms of service
</a>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/3 lg:w-1/2">
<div class="my-1 flex justify-center md:justify-end">
<p class="text-base text-[#f3f4fe]">
Designed and Developed by
<a
href="https://tailgrids.com"
rel="nofollow noopner"
target="_blank"
class="text-primary hover:underline"
>
TailGrids and UIdeck
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div>
<span class="absolute left-0 top-0 z-[-1]">
<img src="assets/images/footer/shape-1.svg" alt="" />
</span>
<span class="absolute bottom-0 right-0 z-[-1]">
<img src="assets/images/footer/shape-3.svg" alt="" />
</span>
<span class="absolute top-0 right-0 z-[-1]">
<svg
width="102"
height="102"
viewBox="0 0 102 102"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.8667 33.1956C2.89765 33.1956 3.7334 34.0318 3.7334 35.0633C3.7334 36.0947 2.89765 36.9309 1.8667 36.9309C0.835744 36.9309 4.50645e-08 36.0947 0 35.0633C-4.50645e-08 34.0318 0.835744 33.1956 1.8667 33.1956Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 33.1956C19.3249 33.1956 20.1606 34.0318 20.1606 35.0633C20.1606 36.0947 19.3249 36.9309 18.2939 36.9309C17.263 36.9309 16.4272 36.0947 16.4272 35.0633C16.4272 34.0318 17.263 33.1956 18.2939 33.1956Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 33.195C35.7519 33.195 36.5876 34.0311 36.5876 35.0626C36.5876 36.0941 35.7519 36.9303 34.7209 36.9303C33.69 36.9303 32.8542 36.0941 32.8542 35.0626C32.8542 34.0311 33.69 33.195 34.7209 33.195Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 33.195C51.965 33.195 52.8008 34.0311 52.8008 35.0626C52.8008 36.0941 51.965 36.9303 50.9341 36.9303C49.9031 36.9303 49.0674 36.0941 49.0674 35.0626C49.0674 34.0311 49.9031 33.195 50.9341 33.195Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 16.7605C2.89765 16.7605 3.7334 17.5966 3.7334 18.6281C3.7334 19.6596 2.89765 20.4957 1.8667 20.4957C0.835744 20.4957 4.50645e-08 19.6596 0 18.6281C-4.50645e-08 17.5966 0.835744 16.7605 1.8667 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 16.7605C19.3249 16.7605 20.1606 17.5966 20.1606 18.6281C20.1606 19.6596 19.3249 20.4957 18.2939 20.4957C17.263 20.4957 16.4272 19.6596 16.4272 18.6281C16.4272 17.5966 17.263 16.7605 18.2939 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 16.7605C35.7519 16.7605 36.5876 17.5966 36.5876 18.6281C36.5876 19.6596 35.7519 20.4957 34.7209 20.4957C33.69 20.4957 32.8542 19.6596 32.8542 18.6281C32.8542 17.5966 33.69 16.7605 34.7209 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 16.7605C51.965 16.7605 52.8008 17.5966 52.8008 18.6281C52.8008 19.6596 51.965 20.4957 50.9341 20.4957C49.9031 20.4957 49.0674 19.6596 49.0674 18.6281C49.0674 17.5966 49.9031 16.7605 50.9341 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 0.324951C2.89765 0.324951 3.7334 1.16115 3.7334 2.19261C3.7334 3.22408 2.89765 4.06024 1.8667 4.06024C0.835744 4.06024 4.50645e-08 3.22408 0 2.19261C-4.50645e-08 1.16115 0.835744 0.324951 1.8667 0.324951Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 0.324951C19.3249 0.324951 20.1606 1.16115 20.1606 2.19261C20.1606 3.22408 19.3249 4.06024 18.2939 4.06024C17.263 4.06024 16.4272 3.22408 16.4272 2.19261C16.4272 1.16115 17.263 0.324951 18.2939 0.324951Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 0.325302C35.7519 0.325302 36.5876 1.16147 36.5876 2.19293C36.5876 3.2244 35.7519 4.06056 34.7209 4.06056C33.69 4.06056 32.8542 3.2244 32.8542 2.19293C32.8542 1.16147 33.69 0.325302 34.7209 0.325302Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 0.325302C51.965 0.325302 52.8008 1.16147 52.8008 2.19293C52.8008 3.2244 51.965 4.06056 50.9341 4.06056C49.9031 4.06056 49.0674 3.2244 49.0674 2.19293C49.0674 1.16147 49.9031 0.325302 50.9341 0.325302Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 33.1956C67.9346 33.1956 68.7704 34.0318 68.7704 35.0633C68.7704 36.0947 67.9346 36.9309 66.9037 36.9309C65.8727 36.9309 65.037 36.0947 65.037 35.0633C65.037 34.0318 65.8727 33.1956 66.9037 33.1956Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 33.1956C84.3616 33.1956 85.1974 34.0318 85.1974 35.0633C85.1974 36.0947 84.3616 36.9309 83.3307 36.9309C82.2997 36.9309 81.464 36.0947 81.464 35.0633C81.464 34.0318 82.2997 33.1956 83.3307 33.1956Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 33.1956C100.789 33.1956 101.624 34.0318 101.624 35.0633C101.624 36.0947 100.789 36.9309 99.7576 36.9309C98.7266 36.9309 97.8909 36.0947 97.8909 35.0633C97.8909 34.0318 98.7266 33.1956 99.7576 33.1956Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 16.7605C67.9346 16.7605 68.7704 17.5966 68.7704 18.6281C68.7704 19.6596 67.9346 20.4957 66.9037 20.4957C65.8727 20.4957 65.037 19.6596 65.037 18.6281C65.037 17.5966 65.8727 16.7605 66.9037 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 16.7605C84.3616 16.7605 85.1974 17.5966 85.1974 18.6281C85.1974 19.6596 84.3616 20.4957 83.3307 20.4957C82.2997 20.4957 81.464 19.6596 81.464 18.6281C81.464 17.5966 82.2997 16.7605 83.3307 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 16.7605C100.789 16.7605 101.624 17.5966 101.624 18.6281C101.624 19.6596 100.789 20.4957 99.7576 20.4957C98.7266 20.4957 97.8909 19.6596 97.8909 18.6281C97.8909 17.5966 98.7266 16.7605 99.7576 16.7605Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 0.324966C67.9346 0.324966 68.7704 1.16115 68.7704 2.19261C68.7704 3.22408 67.9346 4.06024 66.9037 4.06024C65.8727 4.06024 65.037 3.22408 65.037 2.19261C65.037 1.16115 65.8727 0.324966 66.9037 0.324966Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 0.324951C84.3616 0.324951 85.1974 1.16115 85.1974 2.19261C85.1974 3.22408 84.3616 4.06024 83.3307 4.06024C82.2997 4.06024 81.464 3.22408 81.464 2.19261C81.464 1.16115 82.2997 0.324951 83.3307 0.324951Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 0.324951C100.789 0.324951 101.624 1.16115 101.624 2.19261C101.624 3.22408 100.789 4.06024 99.7576 4.06024C98.7266 4.06024 97.8909 3.22408 97.8909 2.19261C97.8909 1.16115 98.7266 0.324951 99.7576 0.324951Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 82.2029C2.89765 82.2029 3.7334 83.039 3.7334 84.0705C3.7334 85.102 2.89765 85.9382 1.8667 85.9382C0.835744 85.9382 4.50645e-08 85.102 0 84.0705C-4.50645e-08 83.039 0.835744 82.2029 1.8667 82.2029Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 82.2029C19.3249 82.2029 20.1606 83.039 20.1606 84.0705C20.1606 85.102 19.3249 85.9382 18.2939 85.9382C17.263 85.9382 16.4272 85.102 16.4272 84.0705C16.4272 83.039 17.263 82.2029 18.2939 82.2029Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 82.2026C35.7519 82.2026 36.5876 83.0387 36.5876 84.0702C36.5876 85.1017 35.7519 85.9378 34.7209 85.9378C33.69 85.9378 32.8542 85.1017 32.8542 84.0702C32.8542 83.0387 33.69 82.2026 34.7209 82.2026Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 82.2026C51.965 82.2026 52.8008 83.0387 52.8008 84.0702C52.8008 85.1017 51.965 85.9378 50.9341 85.9378C49.9031 85.9378 49.0674 85.1017 49.0674 84.0702C49.0674 83.0387 49.9031 82.2026 50.9341 82.2026Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 65.7677C2.89765 65.7677 3.7334 66.6039 3.7334 67.6353C3.7334 68.6668 2.89765 69.503 1.8667 69.503C0.835744 69.503 4.50645e-08 68.6668 0 67.6353C-4.50645e-08 66.6039 0.835744 65.7677 1.8667 65.7677Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 65.7677C19.3249 65.7677 20.1606 66.6039 20.1606 67.6353C20.1606 68.6668 19.3249 69.503 18.2939 69.503C17.263 69.503 16.4272 68.6668 16.4272 67.6353C16.4272 66.6039 17.263 65.7677 18.2939 65.7677Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 65.7674C35.7519 65.7674 36.5876 66.6036 36.5876 67.635C36.5876 68.6665 35.7519 69.5027 34.7209 69.5027C33.69 69.5027 32.8542 68.6665 32.8542 67.635C32.8542 66.6036 33.69 65.7674 34.7209 65.7674Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 65.7674C51.965 65.7674 52.8008 66.6036 52.8008 67.635C52.8008 68.6665 51.965 69.5027 50.9341 69.5027C49.9031 69.5027 49.0674 68.6665 49.0674 67.635C49.0674 66.6036 49.9031 65.7674 50.9341 65.7674Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 98.2644C2.89765 98.2644 3.7334 99.1005 3.7334 100.132C3.7334 101.163 2.89765 102 1.8667 102C0.835744 102 4.50645e-08 101.163 0 100.132C-4.50645e-08 99.1005 0.835744 98.2644 1.8667 98.2644Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M1.8667 49.3322C2.89765 49.3322 3.7334 50.1684 3.7334 51.1998C3.7334 52.2313 2.89765 53.0675 1.8667 53.0675C0.835744 53.0675 4.50645e-08 52.2313 0 51.1998C-4.50645e-08 50.1684 0.835744 49.3322 1.8667 49.3322Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 98.2644C19.3249 98.2644 20.1606 99.1005 20.1606 100.132C20.1606 101.163 19.3249 102 18.2939 102C17.263 102 16.4272 101.163 16.4272 100.132C16.4272 99.1005 17.263 98.2644 18.2939 98.2644Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M18.2939 49.3322C19.3249 49.3322 20.1606 50.1684 20.1606 51.1998C20.1606 52.2313 19.3249 53.0675 18.2939 53.0675C17.263 53.0675 16.4272 52.2313 16.4272 51.1998C16.4272 50.1684 17.263 49.3322 18.2939 49.3322Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 98.2647C35.7519 98.2647 36.5876 99.1008 36.5876 100.132C36.5876 101.164 35.7519 102 34.7209 102C33.69 102 32.8542 101.164 32.8542 100.132C32.8542 99.1008 33.69 98.2647 34.7209 98.2647Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 98.2647C51.965 98.2647 52.8008 99.1008 52.8008 100.132C52.8008 101.164 51.965 102 50.9341 102C49.9031 102 49.0674 101.164 49.0674 100.132C49.0674 99.1008 49.9031 98.2647 50.9341 98.2647Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M34.7209 49.3326C35.7519 49.3326 36.5876 50.1687 36.5876 51.2002C36.5876 52.2317 35.7519 53.0678 34.7209 53.0678C33.69 53.0678 32.8542 52.2317 32.8542 51.2002C32.8542 50.1687 33.69 49.3326 34.7209 49.3326Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M50.9341 49.3326C51.965 49.3326 52.8008 50.1687 52.8008 51.2002C52.8008 52.2317 51.965 53.0678 50.9341 53.0678C49.9031 53.0678 49.0674 52.2317 49.0674 51.2002C49.0674 50.1687 49.9031 49.3326 50.9341 49.3326Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 82.2029C67.9346 82.2029 68.7704 83.0391 68.7704 84.0705C68.7704 85.102 67.9346 85.9382 66.9037 85.9382C65.8727 85.9382 65.037 85.102 65.037 84.0705C65.037 83.0391 65.8727 82.2029 66.9037 82.2029Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 82.2029C84.3616 82.2029 85.1974 83.0391 85.1974 84.0705C85.1974 85.102 84.3616 85.9382 83.3307 85.9382C82.2997 85.9382 81.464 85.102 81.464 84.0705C81.464 83.0391 82.2997 82.2029 83.3307 82.2029Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 82.2029C100.789 82.2029 101.624 83.039 101.624 84.0705C101.624 85.102 100.789 85.9382 99.7576 85.9382C98.7266 85.9382 97.8909 85.102 97.8909 84.0705C97.8909 83.039 98.7266 82.2029 99.7576 82.2029Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 65.7674C67.9346 65.7674 68.7704 66.6036 68.7704 67.635C68.7704 68.6665 67.9346 69.5027 66.9037 69.5027C65.8727 69.5027 65.037 68.6665 65.037 67.635C65.037 66.6036 65.8727 65.7674 66.9037 65.7674Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 65.7677C84.3616 65.7677 85.1974 66.6039 85.1974 67.6353C85.1974 68.6668 84.3616 69.503 83.3307 69.503C82.2997 69.503 81.464 68.6668 81.464 67.6353C81.464 66.6039 82.2997 65.7677 83.3307 65.7677Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 65.7677C100.789 65.7677 101.624 66.6039 101.624 67.6353C101.624 68.6668 100.789 69.503 99.7576 69.503C98.7266 69.503 97.8909 68.6668 97.8909 67.6353C97.8909 66.6039 98.7266 65.7677 99.7576 65.7677Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 98.2644C67.9346 98.2644 68.7704 99.1005 68.7704 100.132C68.7704 101.163 67.9346 102 66.9037 102C65.8727 102 65.037 101.163 65.037 100.132C65.037 99.1005 65.8727 98.2644 66.9037 98.2644Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M66.9037 49.3322C67.9346 49.3322 68.7704 50.1684 68.7704 51.1998C68.7704 52.2313 67.9346 53.0675 66.9037 53.0675C65.8727 53.0675 65.037 52.2313 65.037 51.1998C65.037 50.1684 65.8727 49.3322 66.9037 49.3322Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 98.2644C84.3616 98.2644 85.1974 99.1005 85.1974 100.132C85.1974 101.163 84.3616 102 83.3307 102C82.2997 102 81.464 101.163 81.464 100.132C81.464 99.1005 82.2997 98.2644 83.3307 98.2644Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M83.3307 49.3322C84.3616 49.3322 85.1974 50.1684 85.1974 51.1998C85.1974 52.2313 84.3616 53.0675 83.3307 53.0675C82.2997 53.0675 81.464 52.2313 81.464 51.1998C81.464 50.1684 82.2997 49.3322 83.3307 49.3322Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 98.2644C100.789 98.2644 101.624 99.1005 101.624 100.132C101.624 101.163 100.789 102 99.7576 102C98.7266 102 97.8909 101.163 97.8909 100.132C97.8909 99.1005 98.7266 98.2644 99.7576 98.2644Z"
fill="white"
fill-opacity="0.08"
></path>
<path
d="M99.7576 49.3322C100.789 49.3322 101.624 50.1684 101.624 51.1998C101.624 52.2313 100.789 53.0675 99.7576 53.0675C98.7266 53.0675 97.8909 52.2313 97.8909 51.1998C97.8909 50.1684 98.7266 49.3322 99.7576 49.3322Z"
fill="white"
fill-opacity="0.08"
></path>
</svg>
</span>
</div>
</footer>
<!-- ====== Footer Section End -->
<!-- ====== Back To Top Start -->
<a
href="javascript:void(0)"
class="back-to-top fixed bottom-8 right-8 left-auto z-[999] hidden h-10 w-10 items-center justify-center rounded-md bg-primary text-white shadow-md transition duration-300 ease-in-out hover:bg-dark"
>
<span
class="mt-[6px] h-3 w-3 rotate-45 border-t border-l border-white"
></span>
</a>
<!-- ====== Back To Top End -->
<!-- ====== All Scripts -->
<script src="assets/js/main.js"></script>
<script>
// ==== for menu scroll
const pageLink = document.querySelectorAll(".ud-menu-scroll");
pageLink.forEach((elem) => {
elem.addEventListener("click", (e) => {
e.preventDefault();
document.querySelector(elem.getAttribute("href")).scrollIntoView({
behavior: "smooth",
offsetTop: 1 - 60,
});
});
});
// section menu active
function onScroll(event) {
const sections = document.querySelectorAll(".ud-menu-scroll");
const scrollPos =
window.pageYOffset ||
document.documentElement.scrollTop ||
document.body.scrollTop;
for (let i = 0; i < sections.length; i++) {
const currLink = sections[i];
const val = currLink.getAttribute("href");
const refElement = document.querySelector(val);
const scrollTopMinus = scrollPos + 73;
if (
refElement.offsetTop <= scrollTopMinus &&
refElement.offsetTop + refElement.offsetHeight > scrollTopMinus
) {
document
.querySelector(".ud-menu-scroll")
.classList.remove("active");
currLink.classList.add("active");
} else {
currLink.classList.remove("active");
}
}
}
window.document.addEventListener("scroll", onScroll);
</script>
</body>
</html>