

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Jost, Helvetica, Arial, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}



#topButton {
  display: inline-block;
  background-color: #7fb5af;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 38px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#topButton::after {
  content: "✧";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 65px;
  color: #fff;

}
#topButton:hover {
  cursor: pointer;
  background-color: #7a64a7;
}
#topButton:active {
  background-color: #7a64a7;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 300px) {
 
  #topButton {
    bottom: 73px;
  right: 30px;
  }
}


@media (min-width: 900px) {
 
  #topButton {
    bottom: 38px !important;
  right: 30px;
  }
}







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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
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;
}

html {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.z-\[111\] {
  z-index: 111;
}

.z-\[1\] {
  z-index: 1;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
  margin-top: 50px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

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

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

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

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

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

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

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

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[2px\] {
  height: 2px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[25px\] {
  width: 25px;
}

.w-full {
  width: 100%;
}

.w-\[100px\] {
  width: 100px;
}

.cursor-text {
  cursor: text;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

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

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

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: #444545;
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(227, 227, 227);
}

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

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[35px\] {
  padding: 35px;
}

.p-0 {
  padding: 0px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.pt-\[120px\] {
  padding-top: 130px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-\[40px\] {
  padding-top: 40px;
}

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

.pt-\[50px\] {
  padding-top: 50px;
}

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-\[14px\] {
  font-size: 18px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[16px\] {
  font-size: 16px;
}




.text-\[20px\] {
  font-size: 20px;
}


.text-\[22px\] {
  font-size: 22px;
}




.text-\[24px\] {
  font-size: 24px;
}


.text-\[17px\] {
  font-size: 17px;
}



.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}



.text-\[32px\] {
  font-size: 32px;
}

.text-\[18px\] {
  font-size: 18px;
}

.font-\[600\] {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.tracking-\[2px\] {
  letter-spacing: 1px;
}

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

.text-orange-600 {
  --tw-text-opacity: 1;
  color: #7fb5af;
}

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


.text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.filter {
  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);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

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

/* Buttons
------------------------------*/

.px-btn {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.px-btn-theme {
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #444545;
  --tw-shadow: var(--tw-shadow-colored);
}

.px-btn-theme:hover {
  --tw-bg-opacity: 1;
  background-color: #444545;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7a64a7;
  --tw-shadow: var(--tw-shadow-colored);
}

.px-btn-dark {
  --tw-bg-opacity: 1;
  background-color: #444545;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7a64a7;
  --tw-shadow: var(--tw-shadow-colored);
}

.px-btn-dark:hover {
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.px-btn-theme2 {
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
  --tw-text-opacity: 1;
  color: #ffffff;
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7fb5af;
  --tw-shadow: var(--tw-shadow-colored);
}

.px-btn-theme2:hover {
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 6px 6px 0 -1px;
  --tw-shadow-colored: 6px 6px 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7a64a7;
  --tw-shadow: var(--tw-shadow-colored);
}

/* Background
------------------------------*/

.bg-1 {
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
}

.bg-2 {
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
}

.bg-3 {
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
}

.bg-4 {
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
}

.bg-5 {
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
}

.bg-6 {
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
}

/* Header
------------------------------*/

.main-header .navbar li {
  padding-left: 10px;
  padding-right: 10px;
}

.main-header .navbar li a {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: #444545;
  font-weight: bold !important;
}

.main-header .navbar li a:after {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: #7a64a7;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.main-header .navbar li a:hover, 
.main-header .navbar li a.active {
  --tw-text-opacity: 1;
  color: #7fb5af;
}

.main-header .navbar li a:hover:after, 
.main-header .navbar li a.active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.fixed-header .main-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 1);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1023px) {
  .main-header .navbar-collapse {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .main-header .navbar-collapse.menu-open {
    display: block;
  }

  .main-header .navbar {
    width: 100%;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .main-header .navbar li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Owl
------------------------------*/

.owl-carousel.eq-height .owl-stage {
  display: flex;
}

.owl-carousel.eq-height .owl-stage .owl-item {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

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

.owl-dots .owl-dot {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: top;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.owl-dots .owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: #444545;
}

/* Section
------------------------------*/

.section {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-heading {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-heading {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .section-heading {
    padding-bottom: 60px;
  }
}

.section-heading h3 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: #444545;
}

@media (min-width: 768px) {
  .section-heading h3 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .section-heading h3 {
    font-size: 50px;
  }
}

/* Home Section
------------------------------*/

.home-section::after {
  position: absolute;
  right: -16%;
  left: 48%;
  bottom: 47%;
  top: -19%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), 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));
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(208, 208, 208);
  --tw-content: '';
  content: var(--tw-content);
}

/* Feature Box
------------------------------*/

.feature-box-01 {
  display: flex;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  padding: 20px;
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.feature-box-01:hover {
  --tw-shadow: 5px 5px 0 0;
  --tw-shadow-colored: 5px 5px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .feature-box-01 {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .feature-box-01 {
    padding: 40px;
  }
}

.feature-box-01 .icon {
  display: flex;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 32px;
  --tw-text-opacity: 1;
  color: #444545;
}

.feature-box-01 .feature-content {
  flex: 1 1 0%;
  padding-left: 20px;
}

.feature-box-01 h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: #444545;
}

@media (min-width: 768px) {
  .feature-box-01 h5 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .feature-box-01 h5 {
    font-size: 24px;
  }
}

.feature-box-01 p {
  --tw-text-opacity: 1;
  color: #ffffff;
}

.feature-box-02 {
  display: flex;
  align-items: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  padding: 15px;
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.feature-box-02:hover {
  --tw-shadow: 5px 5px 0 0;
  --tw-shadow-colored: 5px 5px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.feature-box-02 .icon {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 30px;
  --tw-text-opacity: 1;
  color: #444545;
}

.feature-box-02 h6 {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #444545;
}

.feature-box-03 {
  margin-bottom: 35px;
  display: flex;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  padding: 20px;
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.feature-box-03:hover {
  --tw-shadow: 5px 5px 0 0;
  --tw-shadow-colored: 5px 5px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .feature-box-03 {
    padding: 35px;
  }
}

.feature-box-03 .feature-img {
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  max-width: 100px;
  flex: 0 0 100px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.feature-box-03 .icons {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: auto;
  font-size: 83px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #444545;
  opacity: 0.1;
}

.feature-box-03 .feature-content {
  position: relative;
  flex: 1 1 0%;
  padding-left: 20px;
}

.feature-box-03 .feature-content p {
  margin-bottom: 0.75rem;
  font-size: 17px;
}

.feature-box-03 .feature-content h6 {
  margin: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #444545;
}

.feature-box-03 .feature-content span {
  font-size: 14px;
}

/* Portfolio
------------------------------*/

.portfolio-box .portfolio-img {
  position: relative;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: #444545;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.portfolio-box .portfolio-img .gallery-link-icon {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: #444545;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: #444545;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}




  .portfolio-box .portfolio-img .gallery-link-icon:hover {
    color: #7a64a7;
    border-color: #7fb5af;
}






.portfolio-box .portfolio-img:hover {
  --tw-shadow: 5px 5px 0 0;
  --tw-shadow-colored: 5px 5px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #444545), var(--tw-ring-shadow, 0 0 #444545), var(--tw-shadow);
  --tw-shadow-color: #444545;
  --tw-shadow: var(--tw-shadow-colored);
}

.portfolio-box .portfolio-img:hover .gallery-link-icon {
  left: 15px;
  opacity: 1;

}

.portfolio-box .portfolio-text h6 {
  margin-bottom: 18px;
}

.portfolio-box .portfolio-text h6 span {
  display: inline-block;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: #7fb5af;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: #444545;
}

.portfolio-box .portfolio-text h4 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: #444545;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-text h4 {
    margin-bottom: 25px;
    font-size: 32px;
  }
}

.portfolio-box .portfolio-text .btn-bar {
  padding-top: 25px;
}

.portfolio-box .portfolio-text .px-btn {
  font-size: 12px;
}

/* Contact us
------------------------------*/

.form-control {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: #444545;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-label {
  margin-bottom: 8px;
  display: inline-block;
}

.contact-infos {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.contact-infos li {
  position: relative;
  display: flex;
  padding-bottom: 35px;
}

.contact-infos li:last-child {
  padding-bottom: 0px;
}

.contact-infos .icon {
  display: inline-flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  --tw-text-opacity: 1;
  color: #444545;
}

.contact-infos .col {
  flex: 1 1 0%;
  padding-left: 15px;
}

.contact-infos h5 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}



.contact-infos p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-infos p {
    font-size: 20px;
  }
}

/* Popup
------------------------------*/

.px-modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: #7fb5af;
}

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .md\:mb-\[16px\] {
    margin-bottom: 16px;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:px-5 {
    padding-left: .05rem;
    padding-right: .05rem;
  }

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[16px\] {
    font-size: 22px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

   .md\:text-\[33px\] {
    font-size: 33px;
  }


   .md\:text-\[28px\] {
    font-size: 28px;
  }


}

@media (min-width: 1024px) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-\[410px\] {
    max-width: 510px;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .lg\:text-\[35px\] {
    font-size: 35px;
  }


    .lg\:text-\[31px\] {
    font-size: 31px;
  }


    .lg\:text-\[26px\] {
    font-size: 26px;
  }


    .lg\:text-\[24px\] {
    font-size: 24px;
  }



}