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.

1860 lines
92 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog Details | Play Tailwind</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-60 max-w-full px-4">
<a href="index.html" class="navbar-logo block w-full py-5">
<img
src="assets/images/logo/logo-white.svg"
alt="logo"
class="header-logo w-full"
/>
</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 -->
<!-- ====== Banner Section Start -->
<div
class="relative z-10 overflow-hidden bg-primary pt-[120px] pb-[100px] 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="text-center">
<h1 class="text-4xl font-semibold text-white">Blog Details</h1>
</div>
</div>
</div>
</div>
<div>
<span class="absolute top-0 left-0 z-[-1]">
<svg
width="495"
height="470"
viewBox="0 0 495 470"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="55"
cy="442"
r="138"
stroke="white"
stroke-opacity="0.04"
stroke-width="50"
/>
<circle
cx="446"
r="39"
stroke="white"
stroke-opacity="0.04"
stroke-width="20"
/>
<path
d="M245.406 137.609L233.985 94.9852L276.609 106.406L245.406 137.609Z"
stroke="white"
stroke-opacity="0.08"
stroke-width="12"
/>
</svg>
</span>
<span class="absolute top-0 right-0 z-[-1]">
<svg
width="493"
height="470"
viewBox="0 0 493 470"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="462"
cy="5"
r="138"
stroke="white"
stroke-opacity="0.04"
stroke-width="50"
/>
<circle
cx="49"
cy="470"
r="39"
stroke="white"
stroke-opacity="0.04"
stroke-width="20"
/>
<path
d="M222.393 226.701L272.808 213.192L259.299 263.607L222.393 226.701Z"
stroke="white"
stroke-opacity="0.06"
stroke-width="13"
/>
</svg>
</span>
</div>
</div>
<!-- ====== Banner Section End -->
<!-- ====== Blog Details Section Start -->
<section class="pt-20 pb-10 lg:pt-[120px] lg:pb-20">
<div class="container">
<div class="-mx-4 flex flex-wrap justify-center">
<div class="w-full px-4">
<div
class="wow fadeInUp relative z-20 mb-[60px] h-[300px] overflow-hidden rounded md:h-[400px] lg:h-[500px]"
data-wow-delay=".1s
"
>
<img
src="assets/images/blog/blog-details-01.jpg"
alt="image"
class="h-full w-full object-cover object-center"
/>
<div
class="absolute top-0 left-0 z-10 flex h-full w-full items-end bg-gradient-to-t from-dark-700 to-transparent"
>
<div class="flex flex-wrap items-center p-4 pb-4 sm:p-8">
<div class="mb-4 mr-5 flex items-center md:mr-10">
<div class="mr-4 h-10 w-10 overflow-hidden rounded-full">
<img
src="assets/images/blog/author-01.png"
alt="image"
class="w-full"
/>
</div>
<p class="text-base font-medium text-white">
By
<a
href="javascript:void(0)"
class="text-white hover:opacity-70"
>
Samuyl Joshi
</a>
</p>
</div>
<div class="mb-4 flex items-center">
<p
class="mr-5 flex items-center text-sm font-medium text-white md:mr-8"
>
<span class="mr-3">
<svg
width="15"
height="15"
viewBox="0 0 15 15"
class="fill-current"
>
<path
d="M3.8958 8.67529H3.10715C2.96376 8.67529 2.86816 8.77089 2.86816 8.91428V9.67904C2.86816 9.82243 2.96376 9.91802 3.10715 9.91802H3.8958C4.03919 9.91802 4.13479 9.82243 4.13479 9.67904V8.91428C4.13479 8.77089 4.03919 8.67529 3.8958 8.67529Z"
/>
<path
d="M6.429 8.67529H5.64035C5.49696 8.67529 5.40137 8.77089 5.40137 8.91428V9.67904C5.40137 9.82243 5.49696 9.91802 5.64035 9.91802H6.429C6.57239 9.91802 6.66799 9.82243 6.66799 9.67904V8.91428C6.66799 8.77089 6.5485 8.67529 6.429 8.67529Z"
/>
<path
d="M8.93779 8.67529H8.14914C8.00575 8.67529 7.91016 8.77089 7.91016 8.91428V9.67904C7.91016 9.82243 8.00575 9.91802 8.14914 9.91802H8.93779C9.08118 9.91802 9.17678 9.82243 9.17678 9.67904V8.91428C9.17678 8.77089 9.08118 8.67529 8.93779 8.67529Z"
/>
<path
d="M11.472 8.67529H10.6833C10.5399 8.67529 10.4443 8.77089 10.4443 8.91428V9.67904C10.4443 9.82243 10.5399 9.91802 10.6833 9.91802H11.472C11.6154 9.91802 11.711 9.82243 11.711 9.67904V8.91428C11.711 8.77089 11.5915 8.67529 11.472 8.67529Z"
/>
<path
d="M3.8958 11.1606H3.10715C2.96376 11.1606 2.86816 11.2562 2.86816 11.3996V12.1644C2.86816 12.3078 2.96376 12.4034 3.10715 12.4034H3.8958C4.03919 12.4034 4.13479 12.3078 4.13479 12.1644V11.3996C4.13479 11.2562 4.03919 11.1606 3.8958 11.1606Z"
/>
<path
d="M6.429 11.1606H5.64035C5.49696 11.1606 5.40137 11.2562 5.40137 11.3996V12.1644C5.40137 12.3078 5.49696 12.4034 5.64035 12.4034H6.429C6.57239 12.4034 6.66799 12.3078 6.66799 12.1644V11.3996C6.66799 11.2562 6.5485 11.1606 6.429 11.1606Z"
/>
<path
d="M8.93779 11.1606H8.14914C8.00575 11.1606 7.91016 11.2562 7.91016 11.3996V12.1644C7.91016 12.3078 8.00575 12.4034 8.14914 12.4034H8.93779C9.08118 12.4034 9.17678 12.3078 9.17678 12.1644V11.3996C9.17678 11.2562 9.08118 11.1606 8.93779 11.1606Z"
/>
<path
d="M11.472 11.1606H10.6833C10.5399 11.1606 10.4443 11.2562 10.4443 11.3996V12.1644C10.4443 12.3078 10.5399 12.4034 10.6833 12.4034H11.472C11.6154 12.4034 11.711 12.3078 11.711 12.1644V11.3996C11.711 11.2562 11.5915 11.1606 11.472 11.1606Z"
/>
<path
d="M13.2637 3.3697H7.64754V2.58105C8.19721 2.43765 8.62738 1.91189 8.62738 1.31442C8.62738 0.597464 8.02992 0 7.28906 0C6.54821 0 5.95074 0.597464 5.95074 1.31442C5.95074 1.91189 6.35702 2.41376 6.93058 2.58105V3.3697H1.31442C0.597464 3.3697 0 3.96716 0 4.68412V13.2637C0 13.9807 0.597464 14.5781 1.31442 14.5781H13.2637C13.9807 14.5781 14.5781 13.9807 14.5781 13.2637V4.68412C14.5781 3.96716 13.9807 3.3697 13.2637 3.3697ZM6.6677 1.31442C6.6677 0.979841 6.93058 0.716957 7.28906 0.716957C7.62364 0.716957 7.91042 0.979841 7.91042 1.31442C7.91042 1.649 7.64754 1.91189 7.28906 1.91189C6.95448 1.91189 6.6677 1.6251 6.6677 1.31442ZM1.31442 4.08665H13.2637C13.5983 4.08665 13.8612 4.34954 13.8612 4.68412V6.45261H0.716957V4.68412C0.716957 4.34954 0.979841 4.08665 1.31442 4.08665ZM13.2637 13.8612H1.31442C0.979841 13.8612 0.716957 13.5983 0.716957 13.2637V7.16957H13.8612V13.2637C13.8612 13.5983 13.5983 13.8612 13.2637 13.8612Z"
/>
</svg>
</span>
26 Feb 2023
</p>
<p
class="mr-5 flex items-center text-sm font-medium text-white md:mr-8"
>
<span class="mr-3">
<svg
width="18"
height="13"
viewBox="0 0 18 13"
class="fill-current"
>
<path
d="M15.9754 0H2.02539C1.09727 0 0.337891 0.759375 0.337891 1.6875V10.6875C0.337891 11.3062 0.647266 11.8406 1.18164 12.15C1.43477 12.2906 1.74414 12.375 2.02539 12.375C2.30664 12.375 2.58789 12.2906 2.86914 12.15L5.34414 10.7156C5.45664 10.6594 5.56914 10.6312 5.68164 10.6312H15.9473C16.8754 10.6312 17.6348 9.87187 17.6348 8.94375V1.6875C17.6629 0.759375 16.9035 0 15.9754 0ZM16.6785 8.94375C16.6785 9.3375 16.3691 9.64687 15.9754 9.64687H5.70977C5.42852 9.64687 5.11914 9.73125 4.86602 9.87187L2.39102 11.3063C2.16602 11.4187 1.91289 11.4187 1.68789 11.3063C1.46289 11.1938 1.35039 10.9688 1.35039 10.7156V1.6875C1.35039 1.29375 1.65977 0.984375 2.05352 0.984375H16.0035C16.3973 0.984375 16.7066 1.29375 16.7066 1.6875V8.94375H16.6785Z"
/>
<path
d="M12.5721 3.375H5.03457C4.75332 3.375 4.52832 3.6 4.52832 3.88125C4.52832 4.1625 4.75332 4.3875 5.03457 4.3875H12.6002C12.8814 4.3875 13.1064 4.1625 13.1064 3.88125C13.1064 3.6 12.8533 3.375 12.5721 3.375Z"
/>
<path
d="M11.3908 6.55322H5.03457C4.75332 6.55322 4.52832 6.77822 4.52832 7.05947C4.52832 7.34072 4.75332 7.56572 5.03457 7.56572H11.4189C11.7002 7.56572 11.9252 7.34072 11.9252 7.05947C11.9252 6.77822 11.6721 6.55322 11.3908 6.55322Z"
/>
</svg>
</span>
05
</p>
<p class="flex items-center text-sm font-medium text-white">
<span class="mr-3">
<svg
width="20"
height="12"
viewBox="0 0 20 12"
class="fill-current"
>
<path
d="M10.2559 3.8125C9.03711 3.8125 8.06836 4.8125 8.06836 6C8.06836 7.1875 9.06836 8.1875 10.2559 8.1875C11.4434 8.1875 12.4434 7.1875 12.4434 6C12.4434 4.8125 11.4746 3.8125 10.2559 3.8125ZM10.2559 7.09375C9.66211 7.09375 9.16211 6.59375 9.16211 6C9.16211 5.40625 9.66211 4.90625 10.2559 4.90625C10.8496 4.90625 11.3496 5.40625 11.3496 6C11.3496 6.59375 10.8496 7.09375 10.2559 7.09375Z"
/>
<path
d="M19.7559 5.625C17.6934 2.375 14.1309 0.4375 10.2559 0.4375C6.38086 0.4375 2.81836 2.375 0.755859 5.625C0.630859 5.84375 0.630859 6.125 0.755859 6.34375C2.81836 9.59375 6.38086 11.5312 10.2559 11.5312C14.1309 11.5312 17.6934 9.59375 19.7559 6.34375C19.9121 6.125 19.9121 5.84375 19.7559 5.625ZM10.2559 10.4375C6.84961 10.4375 3.69336 8.78125 1.81836 5.96875C3.69336 3.1875 6.84961 1.53125 10.2559 1.53125C13.6621 1.53125 16.8184 3.1875 18.6934 5.96875C16.8184 8.78125 13.6621 10.4375 10.2559 10.4375Z"
/>
</svg>
</span>
05
</p>
</div>
</div>
</div>
</div>
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 lg:w-8/12">
<div>
<h2
class="wow fadeInUp mb-6 text-[26px] font-bold leading-snug text-dark sm:text-3xl sm:leading-snug md:text-4xl md:leading-snug"
data-wow-delay=".1s
"
>
Facing a challenge is kind of a turn-on for an easy rider
</h2>
<p
class="wow fadeInUp mb-8 text-base leading-relaxed text-body-color"
data-wow-delay=".1s"
>
There's a time and place for everything… including asking
for reviews. For instance: you should not asking for a
review on your checkout page. The sole purpose of this page
is to guide your customer to complete their purchase, and
this means that the page should be as minimalist and
pared-down possible. You don't want to have any unnecessary
elements or Call To Actions.
</p>
<p
class="wow fadeInUp mb-10 text-base leading-relaxed text-body-color"
data-wow-delay=".1s"
>
There's a time and place for everything… including asking
for reviews. For instance: you should not asking for a
review on your checkout page. The sole purpose of this page
is to guide your customer to complete their purchase, and
this means that the page should be as minimalist and
pared-down possible. You don't want to have any unnecessary
elements or Call To Actions.
</p>
<h3
class="wow fadeInUp mb-8 text-2xl font-bold text-dark sm:text-[26px]"
data-wow-delay=".1s"
>
Sea no quidam vulputate
</h3>
<p
class="wow fadeInUp mb-10 text-base leading-relaxed text-body-color"
data-wow-delay=".1s"
>
At quo cetero fastidii. Usu ex ornatus corpora sententiae,
vocibus deleniti ut nec. Ut enim eripuit eligendi est, in
iracundia signiferumque quo. Sed virtute suavitate
suscipiantur ea, dolor this can eloquentiam ei pro. Suas
adversarium interpretaris eu sit, eum viris impedit ne.
Erant appareat corrumpit ei vel.
</p>
<div
class="wow fadeInUp relative z-10 mb-10 overflow-hidden rounded bg-primary bg-opacity-5 py-8 px-6 text-center sm:p-10 md:px-[60px]"
data-wow-delay=".1s
"
>
<div class="mx-auto max-w-[530px]">
<span class="mb-6 flex justify-center text-primary">
<svg
width="44"
height="26"
viewBox="0 0 44 26"
class="fill-current"
>
<path
d="M10.1101 0.00124908C5.46698 -0.0701833 1.25247 2.92998 0.252417 7.00162C-0.319041 9.50175 0.180985 12.0019 1.68106 14.002C3.25258 16.145 5.68128 17.5022 8.39571 17.8593L10.8958 24.0025C11.1816 24.6454 11.8245 25.074 12.5388 25.074C13.2531 25.074 13.896 24.6454 14.1817 24.0025C14.6103 22.931 15.1103 21.7881 15.6104 20.7166C16.8247 18.0022 18.0391 15.2163 18.9677 12.359C19.9677 9.35889 19.5392 6.14443 17.8248 3.71573C16.1104 1.35846 13.396 0.0726814 10.1101 0.00124908ZM16.6104 11.6447C15.6818 14.3592 14.4675 17.145 13.3245 19.788C13.1102 20.3595 12.8245 20.8595 12.6102 21.431L10.1815 15.5735L9.39576 15.5021C7.10992 15.3592 4.96695 14.2163 3.7526 12.5733C2.68112 11.1447 2.32396 9.35889 2.75255 7.64451C3.46687 4.71579 6.53846 2.57281 10.0386 2.57281H10.1101C12.5388 2.57281 14.5389 3.57287 15.8247 5.28724C17.039 7.00162 17.3247 9.43032 16.6104 11.6447Z"
/>
<path
d="M42.3267 3.78726C40.6124 1.35856 37.8979 0.00134277 34.612 0.00134277C34.5406 0.00134277 34.5406 0.00134277 34.4692 0.00134277C29.8975 0.00134277 25.7544 3.0015 24.7544 7.00171C24.1829 9.50185 24.6829 12.002 26.183 14.0735C27.7545 16.2165 30.1832 17.5737 32.8977 17.9309L35.3978 24.074C35.6835 24.7169 36.3264 25.1455 37.0407 25.1455C37.7551 25.1455 38.398 24.7169 38.6837 24.074C39.1123 23.0026 39.6123 21.8596 40.1123 20.7882C41.3267 18.0737 42.541 15.2879 43.4696 12.4306C44.4697 9.50184 44.0411 6.21596 42.3267 3.78726ZM41.1124 11.6448C40.1838 14.3592 38.9694 17.1451 37.8265 19.7881C37.6122 20.3596 37.3265 20.8596 37.1122 21.431L34.6835 15.5736L33.8977 15.5022C31.6119 15.3593 29.4689 14.2164 28.2546 12.5734C27.1831 11.1448 26.8259 9.35898 27.2545 7.57317C27.9688 4.64445 31.0404 2.50147 34.5406 2.50147H34.612C37.0407 2.50147 39.0408 3.50153 40.3266 5.2159C41.541 7.00171 41.8267 9.43041 41.1124 11.6448Z"
/>
</svg>
</span>
<p
class="mb-4 text-base font-medium italic leading-[26px] text-dark"
>
A spring of truth shall flow from it: like a new star it
shall scatter the darkness of ignorance, and cause a
light heretofore unknown to shine amongst men.
</p>
<span class="text-sm italic text-body-color">
“Andrio Domeco”
</span>
</div>
<div>
<span class="absolute left-0 top-0">
<svg
width="103"
height="109"
viewBox="0 0 103 109"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="0.483916"
cy="3.5"
rx="102.075"
ry="105.5"
transform="rotate(180 0.483916 3.5)"
fill="url(#paint0_linear)"
/>
<defs>
<linearGradient
id="paint0_linear"
x1="-101.591"
y1="-50.4346"
x2="49.1618"
y2="-49.6518"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#3056D3" stop-opacity="0.15" />
<stop
offset="1"
stop-color="white"
stop-opacity="0"
/>
</linearGradient>
</defs>
</svg>
</span>
<span class="absolute bottom-0 right-0">
<svg
width="102"
height="106"
viewBox="0 0 102 106"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="102.484"
cy="105.5"
rx="102.075"
ry="105.5"
fill="url(#paint0_linear)"
/>
<defs>
<linearGradient
id="paint0_linear"
x1="0.409163"
y1="51.5654"
x2="151.162"
y2="52.3482"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#3056D3" stop-opacity="0.5" />
<stop
offset="1"
stop-color="white"
stop-opacity=".2"
/>
</linearGradient>
</defs>
</svg>
</span>
</div>
</div>
<h3
class="wow fadeInUp mb-8 text-2xl font-bold text-dark sm:text-[26px]"
data-wow-delay=".1s"
>
What is it with your ideas?
</h3>
<p
class="wow fadeInUp mb-8 text-base leading-relaxed text-body-color"
data-wow-delay=".1s"
>
At quo cetero fastidii. Usu ex ornatus corpora sententiae,
vocibus deleniti ut nec. Ut enim eripuit eligendi est, in
iracundia signiferumque quo. Sed virtute suavitate
suscipiantur ea, dolor this can eloquentiam ei pro. Suas
adversarium interpretaris eu sit, eum viris impedit ne.
Erant appareat corrumpit ei vel.
</p>
<p
class="wow fadeInUp mb-11 text-base leading-relaxed text-body-color"
data-wow-delay=".1s"
>
At quo cetero fastidii. Usu ex ornatus corpora sententiae,
vocibus deleniti ut nec. Ut enim eripuit eligendi est, in
iracundia signiferumque quo. Sed virtute suavitate
suscipiantur ea, dolor this can eloquentiam ei pro. Suas
adversarium interpretaris eu sit, eum viris impedit ne.
Erant appareat corrumpit ei vel.
</p>
<div class="-mx-4 mb-12 flex flex-wrap items-center">
<div class="w-full px-4 md:w-1/2">
<div
class="wow fadeInUp mb-8 flex flex-wrap items-center md:mb-0"
data-wow-delay=".1s"
>
<a
href="javascript:void(0)"
class="mr-2 mb-2 block rounded bg-primary bg-opacity-5 py-2 px-5 text-xs font-medium text-primary hover:bg-opacity-100 hover:text-white md:mr-4 lg:mr-2 xl:mr-4"
>
Design
</a>
<a
href="javascript:void(0)"
class="mr-2 mb-2 block rounded bg-primary bg-opacity-5 py-2 px-5 text-xs font-medium text-primary hover:bg-opacity-100 hover:text-white md:mr-4 lg:mr-2 xl:mr-4"
>
Development
</a>
<a
href="javascript:void(0)"
class="mb-2 block rounded bg-primary bg-opacity-5 py-2 px-5 text-xs font-medium text-primary hover:bg-opacity-100 hover:text-white"
>
Info
</a>
</div>
</div>
<div class="w-full px-4 md:w-1/2">
<div
class="wow fadeInUp flex items-center md:justify-end"
data-wow-delay=".1s"
>
<span class="mr-5 text-sm font-medium text-body-color">
Share This Post
</span>
<div class="flex items-center">
<a href="javascript:void(0)" class="mr-4 mb-2">
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z"
fill="#4064AC"
/>
<path
d="M19.439 14.4H18.1992H17.7564V13.8839V12.2839V11.7677H18.1992H19.1291C19.3726 11.7677 19.5719 11.5613 19.5719 11.2516V8.51613C19.5719 8.23226 19.3947 8 19.1291 8H17.5128C15.7638 8 14.5461 9.44516 14.5461 11.5871V13.8323V14.3484H14.1033H12.5978C12.2878 14.3484 12 14.6323 12 15.0452V16.9032C12 17.2645 12.2435 17.6 12.5978 17.6H14.059H14.5018V18.1161V23.3032C14.5018 23.6645 14.7454 24 15.0996 24H17.1807C17.3136 24 17.4243 23.9226 17.5128 23.8194C17.6014 23.7161 17.6678 23.5355 17.6678 23.3806V18.1419V17.6258H18.1328H19.1291C19.4169 17.6258 19.6383 17.4194 19.6826 17.1097V17.0839V17.0581L19.9925 15.2774C20.0147 15.0968 19.9925 14.8903 19.8597 14.6839C19.8154 14.5548 19.6161 14.4258 19.439 14.4Z"
fill="white"
/>
</svg>
</a>
<a href="javascript:void(0)" class="mr-4 mb-2">
<svg
width="32"
height="33"
viewBox="0 0 32 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M32 16.7347C32 25.5713 24.8366 32.7347 16 32.7347C7.16344 32.7347 0 25.5713 0 16.7347C0 7.89818 7.16344 0.734741 16 0.734741C24.8366 0.734741 32 7.89818 32 16.7347ZM23.6036 12.8349C24.3771 12.7431 25.1147 12.5375 25.8004 12.2334C25.2878 13.0004 24.6395 13.6738 23.8917 14.2128C23.8991 14.3765 23.9028 14.5417 23.9028 14.7074C23.9028 19.7617 20.0558 25.5892 13.0213 25.5892C10.8616 25.5892 8.85088 24.9563 7.15927 23.8708C7.45789 23.9064 7.76307 23.9244 8.07111 23.9244C9.8634 23.9244 11.5122 23.3132 12.8214 22.2873C11.1474 22.2562 9.73534 21.1504 9.24876 19.6313C9.48206 19.6758 9.72136 19.6995 9.96836 19.6995C10.3166 19.6995 10.6552 19.653 10.9757 19.5652C9.22651 19.2141 7.90768 17.6685 7.90768 15.8154C7.90768 15.7995 7.90768 15.7832 7.90796 15.767C8.42335 16.0542 9.01346 16.2262 9.64007 16.2458C8.61444 15.5602 7.93876 14.3891 7.93876 13.0625C7.93876 12.3618 8.12758 11.7044 8.45672 11.1396C10.3431 13.4541 13.1613 14.9766 16.3398 15.1361C16.2742 14.856 16.2402 14.5642 16.2402 14.2644C16.2402 12.1527 17.953 10.44 20.0647 10.44C21.1653 10.44 22.1593 10.9043 22.8569 11.6473C23.7277 11.4759 24.5466 11.1579 25.2856 10.7195C24.9995 11.6131 24.3934 12.3618 23.6036 12.8349Z"
fill="#55ACEE"
/>
</svg>
</a>
<a href="javascript:void(0)" class="mb-2">
<svg
width="33"
height="32"
viewBox="0 0 33 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M32.7861 16C32.7861 24.8366 25.6227 32 16.7861 32C7.94958 32 0.786133 24.8366 0.786133 16C0.786133 7.16344 7.94958 0 16.7861 0C25.6227 0 32.7861 7.16344 32.7861 16ZM8.50669 8.82376C8.50669 7.69545 9.36262 6.83666 10.6709 6.83666C11.9795 6.83666 12.7835 7.69545 12.8089 8.82376C12.8089 9.92811 11.9795 10.8117 10.6455 10.8117H10.6207C9.33781 10.8117 8.50669 9.92811 8.50669 8.82376ZM26.3457 23.884V17.2875C26.3457 13.7551 24.4593 12.1112 21.9431 12.1112C19.9109 12.1112 19.0045 13.2292 18.4963 14.0113V12.3813H14.6712C14.7226 13.4602 14.6712 23.8837 14.6712 23.8837H18.496V17.4595C18.496 17.1147 18.5219 16.7733 18.6226 16.5274C18.8998 15.8395 19.5276 15.129 20.5843 15.129C21.969 15.129 22.5212 16.1843 22.5212 17.7296V23.884H26.3457ZM18.4963 14.0113V14.0489H18.4709C18.4745 14.0424 18.4793 14.0358 18.4841 14.0292L18.4841 14.0291C18.4883 14.0232 18.4926 14.0173 18.4963 14.0113ZM8.73421 23.8839H12.5575V12.3812H8.73421V23.8839Z"
fill="#007AB9"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-4/12">
<div>
<div
class="wow fadeInUp relative mb-12 overflow-hidden rounded bg-primary py-[60px] px-11 text-center lg:px-8"
data-wow-delay=".1s
"
>
<h3 class="mb-2 text-2xl font-semibold text-white">
Join our newsletter!
</h3>
<p class="mb-8 text-base text-white">
Enter your email to receive our latest newsletter.
</p>
<form>
<input
type="email"
placeholder="Your email address"
class="mb-4 h-[50px] w-full rounded border border-transparent bg-white bg-opacity-20 text-center text-sm font-medium text-white placeholder-white outline-none focus:border-white focus-visible:shadow-none"
/>
<input
type="submit"
value="Subscribe Now"
class="mb-6 h-[50px] w-full cursor-pointer rounded bg-[#13C296] text-center text-sm font-medium text-white transition duration-300 ease-in-out hover:bg-opacity-90 hover:shadow-lg"
/>
</form>
<p class="text-sm font-medium text-white">
Don't worry, we don't spam
</p>
<div>
<span class="absolute top-0 right-0">
<svg
width="46"
height="46"
viewBox="0 0 46 46"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.39737"
cy="44.6026"
r="1.39737"
transform="rotate(-90 1.39737 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="7.9913"
r="1.39737"
transform="rotate(-90 1.39737 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="44.6026"
r="1.39737"
transform="rotate(-90 13.6943 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="7.9913"
r="1.39737"
transform="rotate(-90 13.6943 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="44.6026"
r="1.39737"
transform="rotate(-90 25.9911 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="7.9913"
r="1.39737"
transform="rotate(-90 25.9911 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="44.6026"
r="1.39737"
transform="rotate(-90 38.288 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="7.9913"
r="1.39737"
transform="rotate(-90 38.288 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="32.3058"
r="1.39737"
transform="rotate(-90 1.39737 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="32.3058"
r="1.39737"
transform="rotate(-90 13.6943 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="32.3058"
r="1.39737"
transform="rotate(-90 25.9911 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="32.3058"
r="1.39737"
transform="rotate(-90 38.288 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="20.0086"
r="1.39737"
transform="rotate(-90 1.39737 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="20.0086"
r="1.39737"
transform="rotate(-90 13.6943 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="20.0086"
r="1.39737"
transform="rotate(-90 25.9911 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="20.0086"
r="1.39737"
transform="rotate(-90 38.288 20.0086)"
fill="white"
fill-opacity="0.44"
/>
</svg>
</span>
<span class="absolute bottom-0 left-0">
<svg
width="46"
height="46"
viewBox="0 0 46 46"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="1.39737"
cy="44.6026"
r="1.39737"
transform="rotate(-90 1.39737 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="7.9913"
r="1.39737"
transform="rotate(-90 1.39737 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="44.6026"
r="1.39737"
transform="rotate(-90 13.6943 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="7.9913"
r="1.39737"
transform="rotate(-90 13.6943 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="44.6026"
r="1.39737"
transform="rotate(-90 25.9911 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="7.9913"
r="1.39737"
transform="rotate(-90 25.9911 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="44.6026"
r="1.39737"
transform="rotate(-90 38.288 44.6026)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="7.9913"
r="1.39737"
transform="rotate(-90 38.288 7.9913)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="32.3058"
r="1.39737"
transform="rotate(-90 1.39737 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="32.3058"
r="1.39737"
transform="rotate(-90 13.6943 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="32.3058"
r="1.39737"
transform="rotate(-90 25.9911 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="32.3058"
r="1.39737"
transform="rotate(-90 38.288 32.3058)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="1.39737"
cy="20.0086"
r="1.39737"
transform="rotate(-90 1.39737 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="13.6943"
cy="20.0086"
r="1.39737"
transform="rotate(-90 13.6943 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="25.9911"
cy="20.0086"
r="1.39737"
transform="rotate(-90 25.9911 20.0086)"
fill="white"
fill-opacity="0.44"
/>
<circle
cx="38.288"
cy="20.0086"
r="1.39737"
transform="rotate(-90 38.288 20.0086)"
fill="white"
fill-opacity="0.44"
/>
</svg>
</span>
</div>
</div>
<div class="-mx-4 mb-8 flex flex-wrap">
<div class="w-full px-4">
<h2
class="wow fadeInUp relative pb-5 text-2xl font-semibold text-dark sm:text-[28px]"
data-wow-delay=".1s
"
>
Popular Articles
</h2>
<span
class="mb-10 inline-block h-[2px] w-20 bg-primary"
></span>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-full">
<div
class="wow fadeInUp mb-5 flex w-full items-center border-b border-[#F2F3F8] pb-5"
data-wow-delay=".1s
"
>
<div
class="mr-5 h-20 w-full max-w-[80px] overflow-hidden rounded-full"
>
<img
src="assets/images/blog/article-author-01.png"
alt="image"
class="w-full"
/>
</div>
<div class="w-full">
<h4>
<a
href="javascript:void(0)"
class="mb-1 inline-block text-lg font-medium leading-snug text-dark hover:text-primary lg:text-base xl:text-lg"
>
Create engaging online courses your student…
</a>
</h4>
<p class="text-sm text-body-color">Glomiya Lucy</p>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-full">
<div
class="wow fadeInUp mb-5 flex w-full items-center border-b border-[#F2F3F8] pb-5"
data-wow-delay=".1s
"
>
<div
class="mr-5 h-20 w-full max-w-[80px] overflow-hidden rounded-full"
>
<img
src="assets/images/blog/article-author-02.png"
alt="image"
class="w-full"
/>
</div>
<div class="w-full">
<h4>
<a
href="javascript:void(0)"
class="mb-1 inline-block text-lg font-medium leading-snug text-dark hover:text-primary lg:text-base xl:text-lg"
>
The ultimate formula for launching online course
</a>
</h4>
<p class="text-sm text-body-color">Andrio jeson</p>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-full">
<div
class="wow fadeInUp mb-5 flex w-full items-center border-b border-[#F2F3F8] pb-5"
data-wow-delay=".1s
"
>
<div
class="mr-5 h-20 w-full max-w-[80px] overflow-hidden rounded-full"
>
<img
src="assets/images/blog/article-author-03.png"
alt="image"
class="w-full"
/>
</div>
<div class="w-full">
<h4>
<a
href="javascript:void(0)"
class="mb-1 inline-block text-lg font-medium leading-snug text-dark hover:text-primary lg:text-base xl:text-lg"
>
50 Best web design tips & tricks that will help
you
</a>
</h4>
<p class="text-sm text-body-color">Samoyel Dayno</p>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-full">
<div
class="wow fadeInUp mb-5 flex w-full items-center border-0 border-[#F2F3F8] pb-5 md:border-b lg:border-0"
data-wow-delay=".1s
"
>
<div
class="mr-5 h-20 w-full max-w-[80px] overflow-hidden rounded-full"
>
<img
src="assets/images/blog/article-author-04.png"
alt="image"
class="w-full"
/>
</div>
<div class="w-full">
<h4>
<a
href="javascript:void(0)"
class="mb-1 inline-block text-lg font-medium leading-snug text-dark hover:text-primary lg:text-base xl:text-lg"
>
The 8 best landing page builders, reviewed
</a>
</h4>
<p class="text-sm text-body-color">Andrio Glori</p>
</div>
</div>
</div>
</div>
<div
class="wow fadeInUp mb-12 overflow-hidden rounded"
data-wow-delay=".1s"
>
<img
src="assets/images/blog/bannder-ad.png"
alt="image"
class="w-full"
/>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="-mx-4 flex flex-wrap">
<div class="wow fadeInUp mt-14 w-full px-4" data-wow-delay=".2s">
<h2
class="relative pb-5 text-2xl font-semibold text-dark sm:text-[28px]"
>
Related Articles
</h2>
<span class="mb-10 inline-block h-[2px] w-20 bg-primary"></span>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div class="wow fadeInUp group mb-10" data-wow-delay=".1s">
<div class="mb-8 overflow-hidden rounded">
<a href="blog-details.html" class="block">
<img
src="assets/images/blog/blog-01.jpg"
alt="image"
class="w-full transition group-hover:rotate-6 group-hover:scale-125"
/>
</a>
</div>
<div>
<span
class="mb-5 inline-block rounded bg-primary py-1 px-4 text-center text-xs font-semibold leading-loose text-white"
>
Dec 22, 2023
</span>
<h3>
<a
href="blog-details.html"
class="mb-4 inline-block text-xl font-semibold text-dark hover:text-primary sm:text-2xl lg:text-xl xl:text-2xl"
>
Meet AutoManage, the best AI management tools
</a>
</h3>
<p class="text-base text-body-color">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry.
</p>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div class="wow fadeInUp group mb-10" data-wow-delay=".15s">
<div class="mb-8 overflow-hidden rounded">
<a href="blog-details.html" class="block">
<img
src="assets/images/blog/blog-02.jpg"
alt="image"
class="w-full transition group-hover:rotate-6 group-hover:scale-125"
/>
</a>
</div>
<div>
<span
class="mb-5 inline-block rounded bg-primary py-1 px-4 text-center text-xs font-semibold leading-loose text-white"
>
Mar 15, 2023
</span>
<h3>
<a
href="blog-details.html"
class="mb-4 inline-block text-xl font-semibold text-dark hover:text-primary sm:text-2xl lg:text-xl xl:text-2xl"
>
How to earn more money as a wellness coach
</a>
</h3>
<p class="text-base text-body-color">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry.
</p>
</div>
</div>
</div>
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
<div class="wow fadeInUp group mb-10" data-wow-delay=".2s">
<div class="mb-8 overflow-hidden rounded">
<a href="blog-details.html" class="block">
<img
src="assets/images/blog/blog-03.jpg"
alt="image"
class="w-full transition group-hover:rotate-6 group-hover:scale-125"
/>
</a>
</div>
<div>
<span
class="mb-5 inline-block rounded bg-primary py-1 px-4 text-center text-xs font-semibold leading-loose text-white"
>
Jan 05, 2023
</span>
<h3>
<a
href="blog-details.html"
class="mb-4 inline-block text-xl font-semibold text-dark hover:text-primary sm:text-2xl lg:text-xl xl:text-2xl"
>
The no-fuss guide to upselling and cross selling
</a>
</h3>
<p class="text-base text-body-color">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Blog Details Section 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>
</body>
</html>