@import url(https://fonts.googleapis.com/css2?family=Quicksand&family=Mate&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&display=swap);
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  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"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

/*
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::-webkit-input-placeholder, textarea::-webkit-input-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
}
@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;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-1\/2 {
  left: 50%;
}
.isolate {
  isolation: isolate;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-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));
          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));
}
.transform {
  -webkit-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));
          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));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-scale-down {
  object-fit: scale-down;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  -webkit-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);
          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);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

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

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body {
  margin: 0 auto;
  background-color: #f9f9f9;
}

.App {
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  min-height: 100vh;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin infinite 20s linear;
            animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

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

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

.page {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/*form styles */

form.signup,
form.login {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  min-width: 300px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

form.signup .form-group .form-input,
form.login .form-group .form-input {
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



form.signup h3,
form.login h3 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: bold;
}



.submit-button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #45a049;
}

/*form styles */

/* navbar */

.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.nav-line {
  width: 90%;
  height: 1px;
  background-color: #E97F01;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.logo img {
  width: 100px;
}

.navbar-links {
  display: flex;
  justify-content: center;
  max-width: 1000px;
}



.navbar-links a {
  padding: 15px;
  text-decoration: none;
  color: black;
}

.navbar-links a:hover {
  background-color: rgba(255, 145, 0, 0.1);
  border-radius: 15px;
}

.navbar-links a.active {
  font-weight: bold;
  color: #E97F01;
}

.navbar .login-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.navbar .login-container .login button,
.navbar .hamburger-links button {
  color: orange;
  border: none;
  background-color: transparent;
  background-color: initial;
  font-size: 16px;
  cursor: pointer;
}

.navbar .login {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 0;
}

.navbar .login a {
  color: orange;
  text-decoration: none;
}

.hamburger {
  display: none;
  color: #E97F01;
  font-size: 30px;
}

.hamburger-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
  margin-right: 10px;
}

.hamburger-links a{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  color: #E97F01;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hamburger{
    display: flex;
    z-index: 10;
  }

  .navbar-links{
    display: none;
  }

  .navbar .login{
    display: none;
  }

  .navbar {
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    width: auto;
  }
}
/* navbar */


/* footer */

.footer {
  background-color: rgb(38, 36, 38);
  padding: 30px;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  padding-top: 80px;
  /* width: 100%; */
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
  text-align: start;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom .icons a {
  margin: 10px;
  font-size: 24px;
  color: white;
}

.footer-bottom .icons :hover {
  color: #E97F01;
}

.footer-links .contact .hide {
  overflow-wrap: break-word;
  max-width: 100%;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: white;
}

.icons p {
  font-size: 20px;
  margin-right: 10px;
}

.line {
  width: 40%;
  height: 1px;
  margin-bottom: 10px;
  background-color: white;
}

.mobile-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-links > div {
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }

  .footer-links .logo {
    margin-right: 0px;
  }

  .hide {
    display: none;
  }

  .mobile-icon {
    display: inline;
    margin-left: 10px;
  }
}

/* footer */

/*templates */
.templates-page h1 {
  font-family: 'Mate', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: space-evenly;
  max-width: 1440px;
}

.item {
  border-radius: 8px;
  width: 300px;
  height: 200px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
}

.item:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%); /* Replace #color with the desired color value */
}

.item-link {
  color: inherit;
  text-decoration: none;
}

/*templates*/

/*template bricky css */
.bricky-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bricky-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../static/media/bricky.e249637fba54fff7635d.jpg);
  background-size: cover;
}

.bricky-form-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  z-index: 99;
  /* Add any additional styles for your form container */
}

.bricky-input {
  font-size: 3rem;
  width: auto;
  height: 100px;
  resize: none;
  background-color: rgba(255, 255, 255, 0);
  color: #f4f4f4;
  margin-bottom: 10px;
  border: none;
  /* Add any additional styles for your form inputs */
}

.bricky-input::-webkit-input-placeholder {
  color: #fff;
}

.bricky-input::placeholder {
  color: #fff;
}

.bricky-input:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.bricky-testimonials {
  margin-top: 20px;
}

.testimonials-heading {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.testimonial {
  margin-bottom: 10px;
}

.testimonial-text {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.testimonial-author {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.buy-now-link {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  right: 20px;
  padding: 40px 20px;
  background-color: rgba(170, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  margin-left: auto;
}

.buy-now-link:hover {
  background-color: rgba(170, 0, 0, 0.8);
}


/*template bricky css */

/*Homepage styling*/

.home {
  max-width: 1440px;
  margin: auto;
}

.home h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.75rem;
  color: #E97F01; 
  margin-bottom: 10px;
}

.home p {
  font-family: 'Quicksand', sans-serif;
  color: #464646;
  margin: 0 10px 10px;
  font-size: 1.375rem;
}

.home h2{
  font-family: 'Mate', sans-serif;
  font-size: 3.125rem;
  color: #1D1D1D; 
}

.hero {
  display: flex;
  justify-content: center;
  margin: 50px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 20px;
}

.home .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content h1 {
  font-size: 4rem;
  font-family: 'Mate', sans-serif;
  margin: 50px 0;
  max-width: 820px;
}

.home .hero-content p {
  font-family: 'Quicksand', sans-serif;
  max-width: 820px;
}

.home .about {
  padding: 40px 0;
}

.about-header {
  text-align: center;
  margin-bottom: 30px;
}

.about-content {
  display: flex;
  align-items: center;
  padding: 0 70px;
}

.about-image {
  margin-bottom: 30px;
}

.about-image img {
  width: 565px;
  height: auto;
}

.about-text {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 60px;
}

.about-buttons {
  display: flex;
  justify-content: flex-start;
}

.portfolio{
  margin-bottom: 80px;
}

.port-header {
  margin-bottom: 50px;
}

.port-images {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.port-item {
  position: relative;
  margin-bottom: 30px;
}

.item-title {
  position: absolute;
  top: 80%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px;
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
}

.getting-started {
  display: flex;
  margin: 200px 20px;
}

.start-text {
  text-align: left;
  padding: 20px 80px;
  flex: 1 1;
  z-index: 2;
  max-width: 50%;
  overflow-wrap: break-word;
}

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

.start-images {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.start-images img {
  width: 300px;
  height: auto;
  position: relative;
}

.home .hero-button,
.home .homepage-button {
  padding: 10px 40px;
  font-size: 16px;
  color: #E97F01;
  border: 2px solid #E97F01;
  background-color: transparent;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px;
  font-weight: bold;
  text-decoration: none;
}

.home button:hover {
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  background-color: #E97F01;
  border: 2px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px;
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.5);
  font-weight: bold;
  white-space: nowrap;
}

.start-images img:first-child {
  margin-top: 280px;
  margin-right: -40px;
}

@media screen and (max-width: 1024px) {

  .about-text {
    padding-left: 40px;
  }

  .about-content {
    justify-content: space-evenly;
  }

  .home .about img {
    max-width: 40vw;
  }

  .home .port-images img {
    max-width: 30vw;
  }

  /* .home .port-header p {
    margin: 20px;
  } */

  .home .start-text {
    min-width: 40%;
  }

  .home .start-images img {
    max-width: 55%;
  }
}

@media screen and (max-width: 768px) {

  .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .hero-actions {
    margin-top: 0px;
    padding-top: 0px;
  }

  .about-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .portfolio {
    margin-bottom: 20px;
  }

  .port-images {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .port-header p {
    max-width: 70%;
    margin: 0 auto;
  }

  .item-title {
    left: 50%;
  }

  .getting-started {
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin: -20px 0;
  }
  
  .start-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home img {
    max-width: 60vw;
  }

  .start-images img {
    max-width: 40%;
  }

  .home h5 {
    font-size: 1rem;
  }

  .home p {
    font-size: 0.8rem;
  }

  .home h2 {
    font-size: 1.8rem;
  }

  .hero-content h1 {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home button {
    font-size: 0.5rem;
  }

  .pages {
    margin-top: -30px;
  }

  .about-text {
    padding-left: 0;
  }

  .home .about {
    padding: 0;
  }
}

/*Homepage styling*/

/*About Us styling*/

.about-us h2 {
  font-family: 'Mate', sans-serif;
  font-size: 3.125rem;
  color: #1D1D1D; 
}

.about-us p {
  font-family: 'Quicksand', sans-serif;
  color: #464646;
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.about-us h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.75rem;
  color: #E97F01; 
  margin-bottom: 10px;
}

.about-us {
  padding: 50px 30px;
}

.about-us img {
  max-width: 40vw;
  border-radius: 30px;
}

.mission {
  display: flex;
  margin-top: 50px;
}

.mission-image {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
}

.mission-text {
  flex-grow: 1;
  flex-basis: 0;
  padding: 30px 60px;
  text-align: left;
}

.meet-founders {
  display: flex;
  margin-top: 50px;
}

.meet-image {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;  
}

.meet-text {
  flex-grow: 1;
  flex-basis: 0;
  padding: 30px 60px;
  text-align: left;  
}

.core-values {
  display: flex;
  margin-top: 50px;
}

.core-image {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
}

.core-text {
  flex-grow: 1;
  flex-basis: 0;
  padding: 30px 60px;
  text-align: left;
}

.why-choose {
  display: flex;
  margin-top: 50px;
}

.why-choose-image {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;  
}

.why-choose-text {
  flex-grow: 1;
  flex-basis: 0;
  padding: 30px 60px;
  text-align: left;  
}

.about-us .testimonials {
  margin-top: 50px;
}

.about-us .social-impact {
  margin-top: 50px;
}

.about-us .contact-us {
  margin-top: 50px;
}

.about-us .contact-us button {
  padding: 10px 40px;
  font-size: 16px;
  color: #E97F01;
  border: 2px solid #E97F01;
  background-color: transparent;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  
  .about-us img {
    max-width: 70vw;
  }

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

  .meet-founders {
    flex-direction: column;
  }

  .core-values {
    flex-direction: column-reverse;
  }

  .why-choose {
    flex-direction: column;
  }
}

/*About Us styling*/

/*Contact Us styling*/

.contact-us h2 {
  font-family: 'Mate', sans-serif;
  font-size: 3.125rem;
  color: #1D1D1D; 
}

.contact-us p {
  font-family: 'Quicksand', sans-serif;
  color: #464646;
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.contact-us h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.75rem;
  color: #E97F01; 
  margin-bottom: 10px;
}

.contact-us {
  padding: 50px 30px;
}

.contact-us > div {
  margin-bottom: 40px;
}

/*Contact Us styling*/

/*Privacy Policy styling*/

.privacy_policy {
  text-align: left;
  margin: 60px 90px;
  font-family: Arial, Helvetica, sans-serif;
}

.privacy_policy h2 {
  margin-top: 80px;
  font-size: 2em;
}

.privacy_policy h4 {
  font-size: 1.3em;
}

.privacy_policy h3 {
  margin-top: 70px;
  font-size: 1.6em;
}

.privacy_policy p {
  margin-top: 30px;
}

.privacy_policy li {
  margin-top: 20px;
}

/*Privacy Policy styling*/

/*Terms and Condtions styling*/

.terms_and_conditions {
  text-align: left;
  margin: 60px 90px;
  font-family: Arial, Helvetica, sans-serif;
}

.terms_and_conditions h2 {
  margin-top: 80px;
  font-size: 2em;
}

.terms_and_conditions h4 {
  font-size: 1.3em;
}

.terms_and_conditions h3 {
  margin-top: 70px;
  font-size: 1.6em;
}

/*Terms and Condtions styling*/

/*Cookie Policy styling*/

.cookie_policy {
  text-align: left;
  margin: 60px 90px;
  font-family: Arial, Helvetica, sans-serif;
}

.cookie_policy h2 {
  margin-top: 80px;
  font-size: 2em;
}

.cookie_policy h4 {
  font-size: 1.3em;
}

.cookie_policy h3 {
  margin-top: 70px;
  font-size: 1.6em;
}

.cookie_policy li {
  margin-top: 20px;
}

/*Cookie Policy styling*/

/*Contact Form styling*/

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.contact-form label {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  color: #E97F01;
  margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 90%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.contact-form textarea {
  resize: vertical;
  height: 150px
}

.contact-form button[type="submit"] {
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #E97F01;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.contact-form button[type="submit"]:hover {
  background-color: #e67200;
}

.contact-form .validation-error {
  margin-top: 0;
  font-size: 0.9rem;
  color: rgba(238, 61, 61, 0.925);
}

/*Contact Form styling*/

/* checkout styling */

.checkout-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
}

button.checkout-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

p.login-message {
  text-align: center;
  color: #FF0000;
}

/* checkout styling */

/* order preview styling */

/* .order-preview-page {
  margin: 15px 0;
}

.order-preview-image {
  height: 200px;
  width: auto;
}

.order-preview-page .product .price-breakdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.order-preview-page .product .price-breakdown p {
  margin: 0;
} */

/* order preview styling */

/* domain search styling */

/* .domain-search-bar form {
  width: 50%;
  margin: auto;
}
.domain-search-bar form input {
  margin-bottom: 0.5rem;
} */
/* domain search styling */

/* login page / signup page */
  .login-page,
  .signup-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }
/* login page / signup page */

/*dashboard page */

  .dashboard-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  
    .user-details {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      max-width: 1200px;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      margin-bottom: 20px;
  
      .user-details-list {
        -webkit-padding-start: 0;
                padding-inline-start: 0;
      }

      .user-details-container {
        flex: 1 1 48%;
        margin-right: 20px;
  
        h3 {
          font-size: 1.5rem;
          margin-bottom: 10px;
          color: #333;
        }
  
        ul {
          list-style-type: none;
          padding: 0;
          -webkit-padding-start: 0;
                  padding-inline-start: 0;
  
          div {
            margin-bottom: 5px;
          }
        }

      }
    }
  
    .form-container {
      flex: 1 1 48%;
  
      .form-group-update {
        margin-bottom: 10px;
  
        label {
          display: block;
          margin-bottom: 5px;
          font-weight: bold;
          color: #333;
          font-size: 0.9rem;
        }
  
        .form-input {
          width: calc(100% - 20px); 
          padding: 10px;
          border: none;
          border-radius: 5px;
          background-color: #f0f0f0;
          font-size: 0.9rem; 
        }
      }
  
      .submit-button {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
  
        &:hover {
          background-color: #45a049;
        }
      }
    }

    .skills-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;

      .skills-submit {
        width: 100%;
        max-width: 320px;
        padding: 10px 20px;
        margin-top: 10px;
        border: none;
        background-color: #28a745; 
        color: white;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
  
        &:hover {
          background-color: #218838; 
        }
  
        &:disabled {
          opacity: 0.6;
          cursor: not-allowed;
        }
      }
    }
  
    .skills-section {
      width: 100%;
      max-width: 1200px;
  
      & > div {
        padding: 10px;
        background-color: #f0f0f0;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
      }

      .job-options {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .selected-skills {
        ul {
          display: flex;
          max-width: 800px;
          gap: 16px;
          flex-wrap: wrap;
          -webkit-padding-start: 0;
                  padding-inline-start: 0;
          margin: 0 auto;
        }
  
        li {
          list-style: none;
  
          label {
            width: -webkit-max-content;
            width: max-content;
            margin-bottom: 0;
          }
        }
      }

      
    }
  
    @media screen and (max-width: 768px) {
      .user-details {
        flex-direction: column;
      }
  
      .user-details-container,
      .form-container {
        width: 100%;
        margin-right: 0;
      }

      .skills-form textarea {
        max-width: 320px;
      }
    }
  }
  
/*dashboard page */

/*how to page */

/*how to page */
body{font-family:"Outfit",sans-serif;margin:0}.template-outer{margin:100px}@media screen and (max-width: 768px){.template-outer{margin:10px}}.template-outer>h3{font-family:"Quicksand",sans-serif;color:#e97f01;font-size:36px}.template-outer>p{font-size:20px;margin:0 50px;font-family:"Quicksand",sans-serif}.template-outer .template-buy-button{margin:30px;padding:10px 60px;font-size:1rem;color:#fff;background-color:#e97f01;border:none;border-radius:30px;cursor:pointer;font-weight:bold;text-decoration:none;display:inline-block}.plumber-template{display:flex;flex-direction:column;align-items:center;border:1px solid #e97f01;box-shadow:0 5px 5px rgba(0,0,0,.7);border-radius:5px}.plumber-template .contact-header{display:flex;justify-content:space-between;align-items:center;width:95%;max-width:100vw;margin:0 auto;border-bottom:1px solid rgba(212,212,212,.3568627451);padding:20px;font-size:20px}@media screen and (max-width: 1024px){.plumber-template .contact-header{font-size:16px}}@media screen and (max-width: 768px){.plumber-template .contact-header{justify-content:center;padding:20px 0}}.plumber-template .contact-header svg{margin-right:8px;color:#3083ff}.plumber-template .contact-header .contact-details{display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.plumber-template .contact-header .contact-details{display:none}}.plumber-template .contact-header .contact-details .contact-telephone,.plumber-template .contact-header .contact-details .contact-address{margin-bottom:5px;margin-right:10px}.plumber-template .contact-header .company-name{font-size:30px;text-align:center}.plumber-template .contact-header .header-socials{display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.plumber-template .contact-header .header-socials{display:none}}.plumber-template .contact-header .header-socials div{margin-left:10px}.plumber-template .hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:300px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-image:url(../../static/media/blue-circles.903d4731f8e5025134b8.svg);background-size:cover}.plumber-template .hero-container .hero{display:flex;align-items:center;justify-content:center;margin:40px;max-width:1268px}@media screen and (max-width: 768px){.plumber-template .hero-container .hero{flex-direction:column;margin:10px}}.plumber-template .hero-container .hero .hero-text{flex:1 1;text-align:left;margin:0 30px 0 30px;background:rgba(255,255,255,.938);border:2px solid rgba(212,212,212,.3568627451);box-shadow:2px 2px 5px rgba(212,212,212,.3568627451);border-radius:7px;padding:20px}@media screen and (max-width: 768px){.plumber-template .hero-container .hero .hero-text{margin:0;padding:10px;margin-bottom:20px}}.plumber-template .hero-container .hero .hero-text h3{font-size:45px;color:#3083ff}@media screen and (max-width: 768px){.plumber-template .hero-container .hero .hero-text h3{font-size:20px}}.plumber-template .hero-container .hero .hero-text p{font-size:30px}@media screen and (max-width: 768px){.plumber-template .hero-container .hero .hero-text p{font-size:16px}}.plumber-template .hero-container .hero .hero-image{flex:1 1;display:flex;justify-content:center;align-items:center}.plumber-template .hero-container .hero .hero-image img{max-height:70vh;width:auto;border-radius:10px;max-width:70vw}@media screen and (max-width: 768px){.plumber-template .hero-container .hero .hero-image img{max-width:100%;margin-bottom:20px}}.plumber-template .contact-box{display:flex;justify-content:space-between;align-items:center;padding:20px;border:2px solid rgba(212,212,212,.3568627451);box-shadow:2px 2px 5px rgba(212,212,212,.3568627451);border-radius:7px;max-width:1268px;min-width:50vw;margin-bottom:70px;background:#fff}@media screen and (max-width: 1000px){.plumber-template .contact-box{flex-direction:column;max-width:80vw;align-items:flex-start}}.plumber-template .contact-box>div{display:flex;align-items:center}.plumber-template .contact-box>div .symbol{display:flex;align-items:center;justify-content:center;color:#3083ff;font-size:30px;margin:0 20px 0 20px;background-color:rgba(231,230,230,.2862745098);border-radius:50%;width:60px;height:60px}.plumber-template .contact-box>div .title{color:#3083ff;font-weight:700}.plumber-template .services{display:flex;flex-direction:column;background-color:#2b008f;align-items:center;justify-content:center;text-align:center;padding-bottom:50px;max-width:100%}.plumber-template .services .services-text{margin:60px 400px}@media screen and (max-width: 1024px){.plumber-template .services .services-text{margin:60px 50px}}.plumber-template .services .services-text h4{font-size:45px;color:#ffae00}@media screen and (max-width: 768px){.plumber-template .services .services-text h4{font-size:20px}}.plumber-template .services .services-text p{font-size:26px;color:#fff}@media screen and (max-width: 768px){.plumber-template .services .services-text p{font-size:16px}}.plumber-template .services .skills-description-container{display:flex;align-items:center;justify-content:center}.plumber-template .contact-us{text-align:left;margin:80px}@media screen and (max-width: 768px){.plumber-template .contact-us{margin:10px;padding:0}}.plumber-template .contact-us .contact-form-container{display:flex;align-items:stretch;justify-content:center;margin:0 100px;box-shadow:0 0 5px #d4d4d4;border-radius:20px}@media screen and (max-width: 768px){.plumber-template .contact-us .contact-form-container{flex-direction:column;margin:10px 0}}.plumber-template .contact-us .contact-form-container .contact-text{display:flex;flex-direction:column;flex:1 1;padding:50px;border-top-left-radius:20px;border-bottom-left-radius:20px}@media screen and (max-width: 768px){.plumber-template .contact-us .contact-form-container .contact-text{padding:20px}}.plumber-template .contact-us .contact-form-container .contact-text h4{font-size:40px;color:#3083ff}@media screen and (max-width: 768px){.plumber-template .contact-us .contact-form-container .contact-text h4{font-size:20px}}.plumber-template .contact-us .contact-form-container .contact-text p{font-size:20px}@media screen and (max-width: 768px){.plumber-template .contact-us .contact-form-container .contact-text p{font-size:16px}}.plumber-template .contact-us .contact-form-container .contact-form{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:left;padding:50px;background-color:#3083ff;border-top-right-radius:20px;border-bottom-right-radius:20px}@media screen and (max-width: 768px){.plumber-template .contact-us .contact-form-container .contact-form{border-top-left-radius:20px;border-bottom-left-radius:20px;padding:20px;margin:0}}.plumber-template .contact-us .contact-form-container .contact-form label{color:#fff;font-size:20px;display:block}.plumber-template .contact-us .contact-form-container .contact-form input[type=text],.plumber-template .contact-us .contact-form-container .contact-form input[type=email],.plumber-template .contact-us .contact-form-container .contact-form textarea{width:90%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;margin:10px 0;font-family:"Outfit",sans-serif}.plumber-template .contact-us .contact-form-container .contact-form textarea{resize:none;height:150px}.plumber-template .contact-us .contact-form-container .contact-form button[type=submit]{padding:10px 20px;font-size:1rem;color:#3083ff;background-color:#fff;border:3px solid #2b008f;border-radius:30px;cursor:pointer;font-weight:bold;max-width:100px}.plumber-template .embla{max-width:1440px;width:90%;margin:0 auto;--slide-height: 19rem;--slide-spacing: 1rem;--slide-size: 37%}@media screen and (max-width: 767px){.plumber-template .embla{--slide-height: 8rem;--slide-size: 51%;--slide-spacing: 0}}@media screen and (min-width: 768px)and (max-width: 1024px){.plumber-template .embla{--slide-size: 51%;--slide-spacing: 0}}.plumber-template .embla__viewport{overflow:hidden}.plumber-template .embla__container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing)*-1)}.plumber-template .embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.plumber-template .embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border:1px solid #fff;border-radius:1.8rem;font-size:4rem;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);padding:20px;text-align:center}@media screen and (min-width: 768px)and (max-width: 1024px){.plumber-template .embla__slide__number{font-size:42px}}@media screen and (max-width: 767px){.plumber-template .embla__slide__number{font-size:24px}}.plumber-template .embla__controls{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:1.8rem}.plumber-template .embla__buttons{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:.6rem;gap:.6rem;align-items:center}.plumber-template .embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), 0.5);-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:3.8rem;height:3.8rem;z-index:1;border-radius:50%;color:#3083ff;display:flex;align-items:center;justify-content:center}.plumber-template .embla__button:disabled{color:var(--detail-high-contrast)}.plumber-template .embla__button__svg{width:35%;height:35%}.plumber-template .embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.6rem}.plumber-template .embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), 0.5);-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.plumber-template .embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:1.4rem;height:1.4rem;border-radius:50%;display:flex;align-items:center;content:""}.plumber-template .embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem var(--text-body)}.plumber-template .embla__slide__number{-webkit-backface-visibility:hidden;backface-visibility:hidden}
.landscaper-body{margin:0;background-image:url(../../static/media/landscape-background.42984adff83aa8a4823e.jpg);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;border:1px solid #e97f01;box-shadow:0 5px 5px rgba(0,0,0,.7);border-radius:5px}.landing-container{display:flex;flex-direction:column;align-items:center;gap:50px;position:relative;z-index:1;color:#fff;font-family:Arial,Helvetica,sans-serif}@media screen and (max-width: 768px){.landing-container{gap:0}}.landing-container .header-content{display:flex;justify-content:space-between;padding:20px;width:90%}.landing-container .header-content-section{font-size:20px;font-weight:700;text-align:center}@media screen and (max-width: 768px){.landing-container .header-content{justify-content:center}.landing-container .header-content .header-left,.landing-container .header-content .header-right{display:none}}.landing-container .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 40px;max-width:1268px}@media screen and (max-width: 768px){.landing-container .hero{margin:0 0 20px}}.landing-container .hero .hero-text{flex:1 1;text-align:left;margin:0 30px 0 30px}@media screen and (max-width: 768px){.landing-container .hero .hero-text{text-align:center;margin:0;margin-bottom:50px}}.landing-container .hero .hero-text h3{font-size:45px;margin:0}.landing-container .hero .hero-text p{font-size:30px}.landing-container .hero .hero-image{flex:1 1;display:flex;justify-content:center;align-items:center;min-width:300px}.landing-container .hero .hero-image img{max-height:70vh;width:auto;border-radius:10px;border:10px solid #fff}.landing-container .skills-description-container{display:flex;align-items:center;justify-content:center}.landing-container .contact-box{display:flex;align-items:center;justify-content:center;padding:20px;border:2px solid #fff;box-shadow:2px 2px 5px #fff;border-radius:7px;max-width:1268px;min-width:50vw;margin-bottom:70px;flex-wrap:wrap;margin:0 20px}@media screen and (max-width: 768px){.landing-container .contact-box{justify-content:flex-start;margin-bottom:50px}}.landing-container .contact-box>div{display:flex;align-items:center}.landing-container .contact-box>div .symbol{display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;margin:0 20px 0 20px;background-color:rgba(231,230,230,.2862745098);border-radius:50%;width:60px;height:60px}.landing-container .contact-box>div .title{color:#fff;font-weight:700}.landing-container .contact-us{text-align:left;margin:0 80px 40px 80px}@media screen and (max-width: 768px){.landing-container .contact-us{margin:0;padding:10px}}.landing-container .contact-us .contact-form-container{display:flex;align-items:stretch;justify-content:center;margin:0 100px;box-shadow:0 0 5px #fff;border-radius:20px;background-color:green}@media screen and (max-width: 768px){.landing-container .contact-us .contact-form-container{flex-wrap:wrap;margin:0}}.landing-container .contact-us .contact-form-container .contact-text{display:flex;flex-direction:column;flex:1 1;padding:50px;border-top-left-radius:20px;border-bottom-left-radius:20px}@media screen and (max-width: 768px){.landing-container .contact-us .contact-form-container .contact-text{padding:10px;flex:1 1 100%}}.landing-container .contact-us .contact-form-container .contact-text h4{font-size:40px;color:#fff}.landing-container .contact-us .contact-form-container .contact-text p{font-size:20px;color:#fff}.landing-container .contact-us .contact-form-container .contact-form{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:left;padding:50px;background-color:#fff;border-top-right-radius:20px;border-bottom-right-radius:20px}@media screen and (max-width: 768px){.landing-container .contact-us .contact-form-container .contact-form{border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:10px}}.landing-container .contact-us .contact-form-container .contact-form label{color:green;font-size:20px;display:block}.landing-container .contact-us .contact-form-container .contact-form input[type=text],.landing-container .contact-us .contact-form-container .contact-form input[type=email],.landing-container .contact-us .contact-form-container .contact-form textarea{width:90%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;margin:10px 0;font-family:"Outfit",sans-serif}.landing-container .contact-us .contact-form-container .contact-form textarea{resize:none;height:150px}.landing-container .contact-us .contact-form-container .contact-form button[type=submit]{padding:10px 20px;font-size:1rem;color:green;background-color:#fff;border:3px solid green;border-radius:30px;cursor:pointer;font-weight:bold;max-width:100px}.landing-container::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:-1}.embla{max-width:1440px;width:90%;margin:0 auto;--slide-height: 19rem;--slide-spacing: 1rem;--slide-size: 37%}@media screen and (max-width: 767px){.embla{--slide-height: 8rem;--slide-size: 51%;--slide-spacing: 0}}@media screen and (min-width: 768px)and (max-width: 1024px){.embla{--slide-size: 51%;--slide-spacing: 0}}.embla__viewport{overflow:hidden}.embla__container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing)*-1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border:1px solid #fff;border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);padding:20px;text-align:center}@media screen and (min-width: 768px)and (max-width: 1024px){.embla__slide__number{font-size:42px}}@media screen and (max-width: 767px){.embla__slide__number{font-size:24px}}.embla__controls{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:1.8rem}.embla__buttons{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:.6rem;gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), 0.5);-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.6rem}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), 0.5);-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:1.4rem;height:1.4rem;border-radius:50%;display:flex;align-items:center;content:""}.embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem var(--text-body)}.embla__slide__number{-webkit-backface-visibility:hidden;backface-visibility:hidden}

/*# sourceMappingURL=main.78ad9373.css.map*/