/*
 * Theme Name: Yasmeen Theme
 * Description: Yasmeen Custom Theme
 * Author: Appetite Creative
*/

/*
 ! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

/**
Add the correct font size in all browsers.
*/

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 50, 241, var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 27, 123, var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 19, 116, var(--tw-bg-opacity));
}

.bg-primarydarker {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 15, 106, var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 188, 145, var(--tw-bg-opacity));
}

.bg-lprimary {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 250, var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 19, 116, var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(28, 19, 116, var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(79, 188, 145, var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.font-hind {
  font-family: hind, sans-serif;
}

.font-ubuntu {
  font-family: ubuntu, sans-serif;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-10xl {
  font-size: 20rem;
}

.text-h2 {
  font-size: 10rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.m-0 {
  margin: 0px;
}

.m-8 {
  margin: 2rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.right-20 {
  right: 5rem;
}

.left-20 {
  left: 5rem;
}

.top-32 {
  top: 8rem;
}

.-top-10 {
  top: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-left-10 {
  left: -2.5rem;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-left-3\/4 {
  left: -75%;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(251, 180, 22, var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgba(236, 27, 123, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(28, 19, 116, var(--tw-text-opacity));
}

.text-primarydarker {
  --tw-text-opacity: 1;
  color: rgba(28, 15, 106, var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 19, 116, var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.visible {
  visibility: visible;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.gap-y-8 {
  row-gap: 2rem;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.delay-300 {
  transition-delay: 300ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.invert {
  --tw-invert: invert(100%);
}

@font-face {
  font-family: "ubuntu";

  src: url("https://use.typekit.net/af/1bb10d/00000000000000003b9b1392/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/1bb10d/00000000000000003b9b1392/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/1bb10d/00000000000000003b9b1392/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "ubuntu";

  src: url("https://use.typekit.net/af/cbd133/00000000000000003b9b1396/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/cbd133/00000000000000003b9b1396/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/cbd133/00000000000000003b9b1396/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 700;
}

@font-face {
  font-family: "ubuntu";

  src: url("https://use.typekit.net/af/acb85d/00000000000000003b9b1390/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/acb85d/00000000000000003b9b1390/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/acb85d/00000000000000003b9b1390/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 300;
}

@font-face {
  font-family: "ubuntu";

  src: url("https://use.typekit.net/af/aa7b5b/00000000000000003b9b1394/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/aa7b5b/00000000000000003b9b1394/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/aa7b5b/00000000000000003b9b1394/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 500;
}

@font-face {
  font-family: "hind";

  src: url("https://use.typekit.net/af/9dca67/00000000000000007735b90f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/9dca67/00000000000000007735b90f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/9dca67/00000000000000007735b90f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 300;
}

@font-face {
  font-family: "hind";

  src: url("https://use.typekit.net/af/9d791d/00000000000000007735b911/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9d791d/00000000000000007735b911/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9d791d/00000000000000007735b911/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "hind";

  src: url("https://use.typekit.net/af/cc738b/00000000000000007735b913/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/cc738b/00000000000000007735b913/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/cc738b/00000000000000007735b913/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 500;
}

@font-face {
  font-family: "hind";

  src: url("https://use.typekit.net/af/a87a32/00000000000000007735b915/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/a87a32/00000000000000007735b915/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/a87a32/00000000000000007735b915/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 600;
}

@font-face {
  font-family: "hind";

  src: url("https://use.typekit.net/af/67f3d7/00000000000000007735b918/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/67f3d7/00000000000000007735b918/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/67f3d7/00000000000000007735b918/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");

  font-display: swap;

  font-style: normal;

  font-weight: 700;
}

.swup-progress-bar {
  height: 5px;
  background: linear-gradient(to right, #fbb416, #4fbc91, #ec1b7b);
}

.swup-transition-fade {
  transition: ease all 600ms;
  opacity: 1;
  transform: translateY(0px);
}

html.is-animating.is-leaving .swup-transition-fade {
  opacity: 0;
  transform: translateY(20px);
}

html.is-animating .swup-transition-fade {
  opacity: 0;
  transform: translateY(-20px);
}

body {
  font-family: hind, sans-serif;
}

.hero-hp-animation {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  margin-right: 30%;
}

.hero-hp-animation img {
  width: 50%;
}

.hero-hp-animation.sm {
  width: 20%;
}

.btn {
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(79, 188, 145, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 9999px;
  z-index: -1;
  transition: ease all 300ms;
  transform: scaleX(0);
}

.btn:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.btn:hover::after {
  transform: scaleX(1);
}

.btn.zi-2 {
  z-index: 2;
}

.btn-group {
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(79, 188, 145, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn-group::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 9999px;
  z-index: -1;
  transition: ease all 300ms;
  transform: scaleX(0);
}

.btn-group:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.btn-group:hover::after {
  transform: scaleX(1);
}

.btn-group.zi-2 {
  z-index: 2;
}

.btn-group.btn-white, .btn.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn.btn-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn.btn-white:hover::after {
  background: #1c1374;
}

.btn.btn-white-border {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn.btn-white-border::after {
  background: #1c1374;
}

.btn.btn-white-border:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-group.btn-white-border {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn-group.btn-white-border::after {
  background: #1c1374;
}

.btn-group.btn-white-border:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-group.btn-primary, .btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 19, 116, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn-group.btn-primary:hover, .btn.btn-primary:hover {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(28, 19, 116, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(28, 19, 116, var(--tw-text-opacity));
}

#mainmenu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 40;
  transition: ease all 600ms;
  background-image: url("/wp-content/themes/yasmeen/static/img/bg-pattern-small.png");
  background-repeat: repeat;
}

#mainmenu .main-nav ul {
  display: none;
}

#mainmenu .main-nav .nav-link {
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
}

#mainmenu .main-nav .nav-link.current_page_parent, #mainmenu .main-nav .nav-link.current-menu-item {
  text-decoration: underline;
}

#mainmenu .main-nav .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

#mainmenu .aside-nav .nav-link.has-children {
  display: none;
}

#mainmenu .aside-nav ul li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#mainmenu .aside-nav .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

#mainmenu .aside-nav .nav-link.current-menu-item {
  text-decoration: underline;
}

.menu {
  position: fixed;
  z-index: 50;
  cursor: pointer;
  transition: ease all 300ms;
  display: flex;
  flex-direction: column;
  width: 32px;
}

.menu span:nth-child(1),
  .menu span:nth-child(2),
  .menu span:nth-child(3) {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 8px;
  width: 100%;
  border-radius: 20px 0px 10px 0px;
  border: 1px solid #aaa;
  transition: ease all 300ms;
  margin: 1px 0;
  right: 0;
}

.menu:hover:not(.open) span:nth-child(1),
  .menu:hover:not(.open) span:nth-child(3) {
  right: 6px;
}

.menu:hover:not(.open) span:nth-child(2) {
  right: -2px;
}

.menu.open span:nth-child(3) {
  border-radius: 10px;
  border-color: #191466;
  background: #191466;
  transform: rotate(135deg) translate(-7px, 7px);
}

.menu.open span:nth-child(1) {
  opacity: 0;
}

.menu.open span:nth-child(2) {
  border-radius: 10px;
  border-color: #191466;
  background: #191466;
  transform: rotate(45deg);
}

@media only screen and (max-width: 927px) {
  .menu.open span:nth-child(3),
  .menu.open span:nth-child(2) {
    border-color: #fff;
    background: #fff;
  }
}

@media (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .menu.open span:nth-child(3),
  .menu.open span:nth-child(2) {
    border-color: #fff;
    background: #fff;
  }
}

body.menu-is-open #mainmenu {
  right: 0%;
}

.text-outlined {
  -webkit-text-stroke: 2px #1c1374;
  -webkit-text-fill-color: white;
}

.text-outlined.hover b, .text-outlined:hover b {
  -webkit-clip-path: circle(110% at 0% 100%);
          clip-path: circle(110% at 0% 100%);
}

.text-outlined b {
  font-weight: 700;
  font-size: 10rem;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-text-fill-color: #1c1374;
  -webkit-clip-path: circle(0% at 0% 100%);
          clip-path: circle(0% at 0% 100%);
  transition: ease all 400ms;
}

@media (min-width: 1024px) {
  .text-outlined b {
    font-weight: 700;
    font-size: 20rem;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.swiper-pricing-pagination .swiper-pagination-bullet,
.swiper-testimonials-pagination .swiper-pagination-bullet,
.swiper-about-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  width: 12px;
  height: 12px;
  margin: 12px 0;
  opacity: 1;
  transition: ease all 300ms;
}

.swiper-pricing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.swiper-pricing-pagination .swiper-pagination-bullet:hover,
  .swiper-testimonials-pagination .swiper-pagination-bullet:hover,
  .swiper-about-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1);
}

.swiper-pricing-pagination .swiper-pagination-bullet:focus,
  .swiper-testimonials-pagination .swiper-pagination-bullet:focus,
  .swiper-about-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-our-process-pagination .swiper-pagination-bullet,
.swiper-our-services-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #191466;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  transition: ease all 300ms;
}

.swiper-our-process-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-our-services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #191466;
}

.swiper-our-process-pagination .swiper-pagination-bullet:hover,
  .swiper-our-services-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1);
}

.swiper-our-process-pagination .swiper-pagination-bullet:focus,
  .swiper-our-services-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

@media only screen and (max-width: 927px) {
  .swiper-about-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

.swiper-pricing-pagination .swiper-pagination-bullet,
.swiper-testimonials-pagination .swiper-pagination-bullet {
  margin: 0 12px !important;
}

@media only screen and (min-width: 927px) {
  ul.with-hover-effect li.is-primary {
    box-shadow: inset 0 0 0 0 #191466;
    transition: ease-in all 300ms;
  }

  ul.with-hover-effect li.is-primary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #191466;
    border-radius: 1rem;
    z-index: -1;
    transform-origin: top center;
    transform: scale(0);
    transition: ease-in all 300ms;
  }

  ul.with-hover-effect li.is-primary:hover {
    color: white;
  }

  ul.with-hover-effect li.is-primary:hover:after {
    transform: scale(1);
  }

  ul.with-hover-effect li.is-primary:hover .btn {
    background: white;
    color: #191466;
  }

  ul.with-hover-effect li.is-primary:hover .btn:hover {
    background: transparent;
    color: white;
    border-color: white;
  }

  ul.with-hover-effect li.is-primary:hover .btn:hover::after {
    display: none;
  }

  ul.with-hover-effect li.is-secondary {
    box-shadow: inset 0 0 0 0 #4fbc91;
    transition: ease-in all 300ms;
  }

  ul.with-hover-effect li.is-secondary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4fbc91;
    border-radius: 1rem;
    z-index: -1;
    transform-origin: top center;
    transform: scale(0);
    transition: ease-in all 300ms;
  }

  ul.with-hover-effect li.is-secondary:hover {
    color: white;
  }

  ul.with-hover-effect li.is-secondary:hover:after {
    transform: scale(1);
  }

  ul.with-hover-effect li.is-secondary:hover .btn {
    background: white;
    color: #4fbc91;
  }

  ul.with-hover-effect li.is-secondary:hover .btn:hover {
    background: transparent;
    color: white;
    border-color: white;
  }

  ul.with-hover-effect li.is-secondary:hover .btn:hover::after {
    display: none;
  }
}

.is-text p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.is-text p a {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.is-content a, .is-text a {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.is-content p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.bg-blue-paths {
  position: relative;
  background: #191466;
  z-index: 1;
}

.bg-blue-paths::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/yasmeen/static/img/purple-pattern.png?f=auto");
  background-size: 60%;
  background-attachment: fixed;
  background-position: center;
  mix-blend-mode: luminosity;
}

.bg-pattern {
  position: relative;
  z-index: 1;
}

.bg-pattern::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/yasmeen/static/img/purple-pattern.png?f=auto");
  background-size: 60%;
  background-attachment: fixed;
  background-position: center;
  mix-blend-mode: luminosity;
  transition: ease all 300ms;
}

.bg-pattern.bg-pattern-zoomed::after {
  background-size: 75%;
}

.bg-pattern:hover.hover-bg-zoom::after {
  background-size: 70%;
}

.bg-pattern:hover.have-circle::before {
  transform: translateX(-70%) translateY(-50%) scale(8);
}

.bg-pattern:hover.have-circle.right::before {
  transform: translateX(70%) translateY(-50%) scale(8);
}

.bg-pattern.have-circle::before {
  content: "";
  background: #4fbc91;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateX(-70%) translateY(-50%);
  transition: ease all 400ms;
}

.bg-pattern.have-circle.right::before {
  left: auto;
  right: 0;
  transform: translateX(70%) translateY(-50%);
}

.bg-green-paths {
  position: relative;
  background: #4fbc91;
  z-index: 1;
}

.bg-green-paths::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/yasmeen/static/img/green-pattern.png?f=auto");
  background-size: 60%;
  background-attachment: fixed;
  background-position: center;
  mix-blend-mode: luminosity;
}

.transition-elastic {
  transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.clip-eye {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: url("/wp-content/themes/yasmeen/static/img/about-our-vision-h@2x.png?f=auto");
  background-size: cover;
  -webkit-clip-path: circle(60% at 75% -75%);
          clip-path: circle(60% at 75% -75%);
  transition: ease all 1000ms;
}

.clip-eye.active {
  -webkit-clip-path: circle(100% at 75% 0%);
          clip-path: circle(100% at 75% 0%);
}

ul.list-w-icon.col-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

ul.list-w-icon li {
  position: relative;
  padding: 4px 0 4px 12px;
}

ul.list-w-icon li:before {
  content: "";
  left: -12px;
  top: 50%;
  transform: translateY(-8px);
  background-image: url("/wp-content/themes/yasmeen/static/img/ul-li-icon@2x.png?f=auto");
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
}

.list-hover-arrow li {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: ease all 300ms;
}

.list-hover-arrow li:after {
  content: "";
  position: absolute;
  right: 16px;
  width: calc(27px / 1.5);
  height: calc(51px / 1.5);
  transform: translateX(-20px) translateY(-50%);
  background-image: url("/wp-content/themes/yasmeen/static/img/icon-arrow-right@2x.png?f=auto");
  background-size: cover;
  opacity: 0;
  top: 50%;
}

.list-hover-arrow li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.list-hover-arrow li:hover:after {
  transition: ease all 450ms 50ms;
  transform: translateX(0px) translateY(-50%);
  opacity: 1;
}

.list-line-w-circle > li {
  position: relative;
}

.list-line-w-circle > li:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #777;
  left: 50%;
  position: absolute;
}

.list-line-w-circle > li:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #777;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: ease all 300ms;
}

.list-line-w-circle > li.active:before {
  background-color: #4fbc91;
  border-color: #4fbc91;
  transform: translateY(-50%) scale(1.3);
}

@media only screen and (max-width: 927px) {
  .list-line-w-circle > li::after,
  .list-line-w-circle > li::before {
    display: none;
  }
}

.rounded-li-first-last li {
  border-bottom: 1px solid black;
}

.rounded-li-first-last li:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-li-first-last li:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-li-first-last .marker {
  transition: ease all 300ms;
  z-index: 1;
}

.rounded-li-first-last li {
  position: relative;
}

.rounded-li-first-last li span {
  position: relative;
  z-index: 2;
}

.rounded-li-first-last li:nth-child(1).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 0);
}

.rounded-li-first-last li:nth-child(2).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 1);
}

.rounded-li-first-last li:nth-child(3).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 2);
}

.rounded-li-first-last li:nth-child(4).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 3);
}

.rounded-li-first-last li:nth-child(5).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 4);
}

.rounded-li-first-last li:nth-child(6).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 5);
}

.rounded-li-first-last li:nth-child(7).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 6);
}

.rounded-li-first-last li:nth-child(8).selected ~ .marker {
  top: calc( 100% / var(--services-length) * 7);
}

@media only screen and (max-width: 927px) {
  .rounded-li-first-last,
  .rounded-li-first-last-horizontal {
    display: none !important;
  }
}

@media only screen and (max-width: 927px) {
  .scrollable-menu {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .scrollable-menu::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .scrollable-menu:not(.show-desktop) {
    display: none !important;
  }
}

.rounded-li-first-last-horizontal li {
  border-right: 1px solid black;
}

.rounded-li-first-last-horizontal li:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-li-first-last-horizontal li:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-li-first-last-horizontal .marker {
  transition: ease all 300ms;
  z-index: 1;
}

.rounded-li-first-last-horizontal li {
  position: relative;
}

.rounded-li-first-last-horizontal li span {
  position: relative;
  z-index: 2;
}

.rounded-li-first-last-horizontal li:nth-child(1).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 0);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(2).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 1);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(3).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 2);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(4).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 3);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(5).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 4);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(6).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 5);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(7).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 6);
  width: calc( 100% / var(--services-length));
}

.rounded-li-first-last-horizontal li:nth-child(8).selected ~ .marker {
  left: calc( 100% / var(--services-length) * 7);
  width: calc( 100% / var(--services-length));
}

.simplebar-track.simplebar-vertical {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  width: 8px;
}

.simplebar-dark .simplebar-track.simplebar-vertical {
  background-color: rgba(28, 19, 116, 0.25);
  border-radius: 0px;
  width: 8px;
}

.swiper-pricing .swiper-slide-active {
  -webkit-animation: zoomOut 600ms cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;
          animation: zoomOut 600ms cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;
}

@-webkit-keyframes zoomOut {
  from {
    transform: scale(1.75);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.75);
  }

  to {
    transform: scale(1);
  }
}

.swiper-pricing .swiper-slide-active .price-item {
  -webkit-animation: fadeIn 600ms 300ms cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;
          animation: fadeIn 600ms 300ms cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hover-listcount-secondary:hover .list-count-item {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

/***/

.toggle-button {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 10px;
}

.toggle-button label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.toggle-button input {
  display: none;
}

.toggle-button--aava label {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 2rem;
  width: 100%;
  text-align: center;
}

.toggle-button--aava label:before,
.toggle-button--aava label:after {
  position: absolute;
  transform: translate(0, 0px) !important;
  transition: all 0.2s .1s ease-out;
}

.toggle-button--aava label:before {
  content: attr(data-on-text);
}

.toggle-button--aava label:after {
  content: attr(data-off-text);
}

.toggle-button--aava input[type=checkbox] + label,
.toggle-button--aava input[type=radio] + label {
  width: 300px;
  background: transparent;
  border: 1px solid #777;
  color: #333;
}

.toggle-button--aava input[type=checkbox] + label:hover,
  .toggle-button--aava input[type=radio] + label:hover {
  background: #F7F7FA;
}

.toggle-button--aava input[type=checkbox] + label:before,
.toggle-button--aava input[type=radio] + label:before {
  opacity: 0;
  transform: translate(0%, 20px) !important;
  width: 75%;
}

.toggle-button--aava input[type=checkbox] + label:after,
.toggle-button--aava input[type=radio] + label:after {
  opacity: 1;
  transform: translate(0%, 0px) !important;
  width: 75%;
}

.toggle-button--aava input[type=checkbox]:checked ~ label,
.toggle-button--aava input[type=radio]:checked ~ label {
  width: 300px;
  background: #4fbc91;
  color: white;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:before,
.toggle-button--aava input[type=radio]:checked ~ label:before {
  opacity: 1;
  transform: translate(0%, 0px) !important;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:after,
.toggle-button--aava input[type=radio]:checked ~ label:after {
  opacity: 0;
  transform: translate(0%, -20px) !important;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  background: transparent;
  color: white;
  padding: 9px;
  margin: 1px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  width: 100%;
}

.wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wpcf7-form-control.wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 188, 145, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(79, 188, 145, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  cursor: pointer;
  margin-top: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 300ms;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page-template-about {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

.start-project-fly img {
  transition: ease all 300ms;
}

.start-project-fly:hover img.arrow-img {
  transform: scale(1.2);
}

.start-project-fly img.bg-img {
  -webkit-animation: slowlyRotate 12s linear infinite;
          animation: slowlyRotate 12s linear infinite;
}

@-webkit-keyframes slowlyRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes slowlyRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.article-body p {
  line-height: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
  border-width: 0px;
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.article-body h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.article-body h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.article-body h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.article-body h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.article-body h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.article-body h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.article-body b, .article-body strong {
  font-weight: 700;
}

.article-body ul {
  list-style-type: disc;
}

.hover-child-secondary:hover span {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

ol {
  list-style: none;
}

input[type=text],
input[type=textarea],
input[type=password],
input[type=email] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-our-process {
  height: 520px;
}

@media (orientation: landscape) and (min-device-width: 375px) and (max-device-width: 926px) {
  .swiper-our-process {
    height: 360px;
  }
}

.article-faq a, .article-faq p a, .our-process-item a {
  --tw-text-opacity: 1;
  color: rgba(79, 188, 145, var(--tw-text-opacity));
}

.article-faq a:hover, .article-faq p a:hover, .our-process-item a:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 19, 116, var(--tw-text-opacity));
}

.have-custom-scrollbar::-webkit-scrollbar {
  width: 11px;
}

.have-custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) #fff;
}

.have-custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
}

.have-custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  border: 2px solid #fff;
}

.feather {
  width: 24px;
  height: 24px;
  stroke: #111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@media (min-width: 1024px) {

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-110 {
    height: 32rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-75vh {
    height: 75vh;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-10xl {
    font-size: 20rem;
  }

  .lg\:text-12xl {
    font-size: 28rem;
  }

  .lg\:text-h3 {
    font-size: 9rem;
  }

  .lg\:text-h4 {
    font-size: 8rem;
  }

  .lg\:text-h5 {
    font-size: 7rem;
  }

  .lg\:text-h6 {
    font-size: 6rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-12 {
    line-height: 3rem;
  }

  .lg\:leading-14 {
    line-height: 3.5rem;
  }

  .lg\:leading-16 {
    line-height: 4rem;
  }

  .lg\:leading-24 {
    line-height: 6rem;
  }

  .lg\:leading-28 {
    line-height: 7rem;
  }

  .lg\:leading-32 {
    line-height: 8rem;
  }

  .lg\:leading-34 {
    line-height: 8.5rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-46p {
    width: 46%;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }
}

@media (min-width: 1280px) {

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}

@media (orientation: landscape) and (min-device-width: 375px) and (max-device-width: 926px) {

  .landscape\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .landscape\:max-w-lg {
    max-width: 32rem;
  }

  .landscape\:overflow-y-auto {
    overflow-y: auto;
  }

  .landscape\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .landscape\:-left-1\/3 {
    left: -33.333333%;
  }

  .landscape\:text-center {
    text-align: center;
  }

  .landscape\:w-3\/12 {
    width: 25%;
  }

  .landscape\:w-4\/12 {
    width: 33.333333%;
  }

  .landscape\:w-5\/12 {
    width: 41.666667%;
  }

  .landscape\:w-6\/12 {
    width: 50%;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {

  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:-left-1\/3 {
    left: -33.333333%;
  }

  .tablet\:w-4\/12 {
    width: 33.333333%;
  }

  .tablet\:w-6\/12 {
    width: 50%;
  }
}

@media (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {

  .pro\:flex {
    display: flex;
  }

  .pro\:hidden {
    display: none;
  }

  .pro\:flex-col {
    flex-direction: column;
  }

  .pro\:justify-center {
    justify-content: center;
  }

  .pro\:h-96 {
    height: 24rem;
  }

  .pro\:h-auto {
    height: auto;
  }

  .pro\:h-full {
    height: 100%;
  }

  .pro\:h-50vh {
    height: 50vh;
  }

  .pro\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .pro\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .pro\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .pro\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .pro\:text-h6 {
    font-size: 6rem;
  }

  .pro\:m-16 {
    margin: 4rem;
  }

  .pro\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .pro\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .pro\:mt-4 {
    margin-top: 1rem;
  }

  .pro\:mt-8 {
    margin-top: 2rem;
  }

  .pro\:mb-12 {
    margin-bottom: 3rem;
  }

  .pro\:mt-32 {
    margin-top: 8rem;
  }

  .pro\:mb-auto {
    margin-bottom: auto;
  }

  .pro\:-mb-24 {
    margin-bottom: -6rem;
  }

  .pro\:max-w-xl {
    max-width: 36rem;
  }

  .pro\:p-12 {
    padding: 3rem;
  }

  .pro\:p-24 {
    padding: 6rem;
  }

  .pro\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pro\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pro\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pro\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pro\:bottom-12 {
    bottom: 3rem;
  }

  .pro\:text-center {
    text-align: center;
  }

  .pro\:w-4\/12 {
    width: 33.333333%;
  }

  .pro\:w-5\/12 {
    width: 41.666667%;
  }

  .pro\:w-6\/12 {
    width: 50%;
  }

  .pro\:w-8\/12 {
    width: 66.666667%;
  }

  .pro\:w-full {
    width: 100%;
  }
}

@media (min-width: 1600px) {

  .\33xl\:h-96 {
    height: 24rem;
  }

  .\33xl\:h-auto {
    height: auto;
  }

  .\33xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:p-32 {
    padding: 8rem;
  }

  .\33xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\33xl\:w-6\/12 {
    width: 50%;
  }

  .\33xl\:w-8\/12 {
    width: 66.666667%;
  }
}
