*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  position: relative;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
}

html {
  scroll-behavior: smooth;
}

h1, h2,h3, h4, h5, h6 {
  font-family: Syne, serif;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 720px) {
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

p {
  font-family: Inter, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
}

li {
  font-family: Inter, serif;
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 83 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 83 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

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

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

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

.d2c_title {
  text-align: center;
  font-family: Syne, serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  .d2c_title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .d2c_title {
    font-size: 70px;
  }
}

@media (min-width: 1280px) {
  .d2c_title {
    font-size: 100px;
  }
}

@media (min-width: 1536px) {
  .d2c_title {
    font-size: 110px;
  }
}

.d2c_subtitle {
  font-family: Syne, serif;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 720px) {
  .d2c_subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .d2c_subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* button CSS */

.d2c_btn {
  border-radius: 9999px;
  border-width: 1px;
  border-color: #04302f1a;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Syne, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px) {
  .d2c_btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.d2c_btn_primary {
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.d2c_btn_secondary {
  background-color: #04302f0d;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

.d2c_btn_secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* From CSS */

.form-control {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 233 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, serif;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 20px 2px rgb(14 56 55 / 3%);
  --tw-shadow-colored: 0px 0px 20px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 167 157 / var(--tw-text-opacity, 1));
}

.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 167 157 / var(--tw-text-opacity, 1));
}

.form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: Syne, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

/* global table design */

table {
  width: 100%;
}

table thead {
  border-radius: 0.5rem;
  background-color: #04302f1a;
}

table td {
  border-bottom-width: 1px;
  border-color: #04302f1a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

table th {
  border-bottom-width: 1px;
  border-color: #04302f1a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-family: Syne, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

table th i {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* nav css */

#navbar {
  z-index: 30;
}

.d2c_navbar {
  border-bottom-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(4 48 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 230 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.d2c_navbar .d2c_btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .d2c_navbar .d2c_btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.d2c_navigation .nav_link,#mobile-menu .nav_link {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Syne, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.d2c_navigation .nav_link::after,#mobile-menu .nav_link::after {
  position: absolute;
  top: 70%;
  left: 50%;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-x: -50%;
  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: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.d2c_navigation .nav_link:hover::after,#mobile-menu .nav_link:hover::after {
  top: 0px;
  content: var(--tw-content);
  opacity: 0.3;
}

@media (min-width: 1280px) {
  .d2c_navigation .nav_link,#mobile-menu .nav_link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.d2c_navigation .nav_link.active::after {
  top: 0px;
  content: var(--tw-content);
  opacity: 1;
}

#mobile-menu-btn {
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(73 89 83 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#mobile-menu {
  visibility: visible;
  top: 0.75rem;
  opacity: 1;
  transition: top 1s ease-in-out, opacity 1s ease-in-out;
}

#mobile-menu .nav_link {
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
}

.nav_link_Small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .nav_link_Small {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* When hidden, move it off-screen and fade out */

#mobile-menu.hidden {
  visibility: visible;
  top: -200px;
  display: block;
  opacity: 0;
}

/* services section */

.d2c_services_card > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.d2c_services_card {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0px 0px 20px 2px rgb(14 56 55 / 3%);
  --tw-shadow-colored: 0px 0px 20px 2px 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: 720px) {
  .d2c_services_card {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .d2c_services_card {
    padding: 1.75rem;
  }
}

.d2c_services_card img {
  max-height: 5rem;
  max-width: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* video container */

#videoContainer {
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}

@media (min-width: 720px) {
  #videoContainer {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #videoContainer {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  #videoContainer {
    height: 690px;
  }
}

#mobile-menu#video1 {
  visibility: visible;
  top: -200px;
  display: block;
  opacity: 0;
}

#video1 {
  display: none;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

#videoContainer img {
  height: 300px;
  width: 100%;
  cursor: pointer;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 720px) {
  #videoContainer img {
    height: 300px;
  }
}

@media (min-width: 1280px) {
  #videoContainer img {
    height: 690px;
  }
}

/* Counter card */

.d2c_counter_card {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 233 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 720px) {
  .d2c_counter_card {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .d2c_counter_card {
    padding: 1.75rem;
  }
}

.d2c_counter_card .d2c_counter_number {
  margin-bottom: 1.25rem;
  text-align: left;
  font-family: Inter, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  .d2c_counter_card .d2c_counter_number {
    margin-bottom: 2rem;
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .d2c_counter_card .d2c_counter_number {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .d2c_counter_card .d2c_counter_number {
    margin-bottom: 3rem;
    font-size: 100px;
  }
}

/* hero section */

#d2c_hero marquee h4 {
  display: inline-block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(4 48 47 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
}

.d2c_hero_description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 720px) {
  .d2c_hero_description {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .d2c_hero_description {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .d2c_hero_description {
    width: 50%;
  }
}

#closeModal {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  #closeModal {
    top: -2rem;
    right: -2rem;
  }
}

.d2c_hero_image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  height: 300px;
  max-width: 280px;
}

@media (min-width: 1280px) {
  .d2c_hero_image {
    height: 500px;
  }
}

.d2c_hero_image img {
  position: absolute;
  border-radius: 0.5rem;
}

.d2c_hero_image img:nth-child(1){
  z-index: 6;
}

.d2c_hero_image img:nth-child(2){
  z-index: 5;
}

.d2c_hero_image img:nth-child(3){
  z-index: 4;
}

.d2c_hero_image img:nth-child(4){
  z-index: 3;
}

.d2c_hero_image img:nth-child(5){
  z-index: 2;
}

/* Why Love Section */

#d2c_why_us .d2c_upper_content {
  position: absolute;
  bottom: 0px;
}

#d2c_why_us .d2c_upper_content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#d2c_why_us .d2c_upper_content {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: #04302f0d;
  padding: 2rem;
  --tw-backdrop-blur: blur(15px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#d2c_why_us .d2c_right_content .d2c_subtitle {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 56 54 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Call To Action Section */

#d2c_CTA img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* FAQ section */

.accordion-header {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 246 233 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 720px) {
  .accordion-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1536px) {
  .accordion-header {
    align-items: center;
  }
}

.accordion-header.active {
  border-color: transparent;
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content .d2c_answer {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 48 47 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  .accordion-content .d2c_answer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .accordion-content .d2c_answer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.accordion-header .d2c_subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .accordion-header .d2c_subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Testimonial Section */

.d2c_testimonial_slider .d2c_profile_image {
  display: block;
  height: 4rem;
  width: 4rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.d2c_testimonial_slider {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1536px) {
  .d2c_testimonial_slider {
    padding-bottom: 6rem;
  }
}

.d2c_testimonial_slider .swiper-button-prev,
    .d2c_testimonial_slider .swiper-button-next {
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.d2c_testimonial_slider .swiper-button-prev:hover,
    .d2c_testimonial_slider .swiper-button-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 83 / var(--tw-bg-opacity, 1));
}

.d2c_testimonial_slider .swiper-button-prev,.d2c_testimonial_slider .swiper-button-next {
  position: absolute;
  top: 92%;
}

.d2c_testimonial_slider .swiper-button-prev#mobile-menu::after,.d2c_testimonial_slider .swiper-button-next#mobile-menu::after {
  content: var(--tw-content);
  visibility: visible;
  top: -200px;
  display: block;
  opacity: 0;
}

.d2c_testimonial_slider .swiper-button-prev::after,.d2c_testimonial_slider .swiper-button-next::after {
  content: var(--tw-content);
  display: none;
}

.d2c_testimonial_slider .swiper-button-prev {
  left: 47%;
}

.d2c_testimonial_slider .swiper-button-next {
  right: 47%;
}

.d2c_testimonial_slider .d2c_testimonial_content {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 720px) {
  .d2c_testimonial_slider .d2c_testimonial_content {
    width: 420px;
  }
}

.d2c_testimonial_slider .d2c_profile_img_wrapper {
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 233 / var(--tw-bg-opacity, 1));
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}

.swiper-slide {
  height: auto;
}

/* Footer */

footer .d2c_social_link_wrapper {
  display: grid;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 68 66 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .d2c_social_link_wrapper:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 78 76 / var(--tw-bg-opacity, 1));
}

footer .d2c_social_link_wrapper i {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
}

footer .d2c_social_name {
  margin-top: 0.5rem;
  font-family: Syne, serif;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.d2c_footer_right ul li a {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.d2c_footer_right ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
}

footer .d2c_footer_title {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
}

.d2c_copyright {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(38 68 64 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 720px) {
  .d2c_copyright {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.d2c_copyright li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.d2c_copyright li a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .d2c_copyright li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Style for the scrollbar */

::-webkit-scrollbar {
  height: 1rem;
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 83 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  /* Color of the scrollbar thumb on hover */
}

/* Bottom to top ScrollBtn */

.d2c_scroll_btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 30;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(73 89 83 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.d2c_scroll_btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 48 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 83 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  .d2c_scroll_btn {
    right: 6rem;
  }
}

#mobile-menu#scrollBtn {
  visibility: visible;
  top: -200px;
  display: block;
  opacity: 0;
}

#scrollBtn {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 30;
  display: none;
}

#scrollBtn.show {
  display: block;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.right-\[47\%\] {
  right: 47%;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-\[92\%\] {
  top: 92%;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

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

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

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

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

.max-w-full {
  max-width: 100%;
}

.table-auto {
  table-layout: auto;
}

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

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-\[\#2B4844\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 72 68 / var(--tw-border-opacity, 1));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(4 48 47 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(73 89 83 / var(--tw-border-opacity, 1));
}

.bg-LightBeige {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 233 / var(--tw-bg-opacity, 1));
}

.bg-OffWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#04302f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0E3837\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 56 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D4442\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 68 66 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(4 48 47 / var(--tw-bg-opacity, 1));
}

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

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

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

.font-primary {
  font-family: Syne, serif;
}

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

.text-4xl {
  font-size: 35px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-none {
  line-height: 1;
}

.text-LightBeige {
  --tw-text-opacity: 1;
  color: rgb(247 246 233 / var(--tw-text-opacity, 1));
}

.text-\[\#BAB8AC\] {
  --tw-text-opacity: 1;
  color: rgb(186 184 172 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(73 89 83 / var(--tw-text-opacity, 1));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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);
}

.shadow-global {
  --tw-shadow: 0px 0px 20px 2px rgb(14 56 55 / 3%);
  --tw-shadow-colored: 0px 0px 20px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  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 {
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

/* flip button text */

.flip {
  position: relative;
  display: inline-block;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.flip:before {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  content: attr(data-hover);
  transform-origin: 50% 0;
  transform: rotateX(-90deg);
  transition: transform 0.3s, color 0.3s;
}

.flip:hover ,.d2c_btn:hover .flip {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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: rotateX(90deg) translateY(-5px);
}

/* Accordion Animation */

.accordion-content {
  transition: max-height 0.3s ease-out, padding 0.3s ease;
}

/* Scroll Animation */

.scroll-animation {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0px cover 40%;
  animation-duration: 5s;
}

.zoomIn-animation {
  animation: zoom-scroll linear;
  animation-timeline: view();
  animation-range: entry 0px cover 70%;
  animation-duration: 5s;
}

@keyframes appear {
  from {
    width: 5rem;
    height: 5rem;
  }

  to {
    width: 100%;
    height: 100%;
  }
}

@keyframes zoom-scroll {
  0% {
    scale: 0;
  }

  50%,100% {
    scale: 1;
  }
}

/* Base Flower Animation Styles */

.flower-1, .flower-2, .flower-3, .flower-4, .flower-5 {
  animation-timeline: view();
  animation-range: entry 100px cover 95%;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}

.flower-1 {
  animation-name: flower-1;
}

.flower-2 {
  animation-name: flower-2;
}

.flower-3 {
  animation-name: flower-3;
}

.flower-4 {
  animation-name: flower-4;
}

.flower-5 {
  animation-name: flower-5;
}

/* Keyframes */

@keyframes flower-1 {
  0% {
    transform: rotate(9deg);
    top: 0;
    left: 0;
  }

  70%, 100% {
    transform: rotate(65deg) scale(1.2);
    top: 30px;
    left: 355px;
  }
}

@keyframes flower-2 {
  0% {
    transform: rotate(3deg);
    left: 0;
  }

  70%, 100% {
    transform: rotate(40deg) scale(1.2);
    left: 250px;
  }
}

@keyframes flower-3 {
  0% {
    transform: rotate(0deg) scale(1);
    top: 0;
  }

  70%, 100% {
    scale: 1.2;
    top: -70px;
  }
}

@keyframes flower-4 {
  0% {
    transform: rotate(-3deg);
    left: 0;
  }

  70%, 100% {
    transform: rotate(-40deg) scale(1.2);
    left: -250px;
  }
}

@keyframes flower-5 {
  0% {
    transform: rotate(-9deg);
    top: 0;
    left: 0;
  }

  70%, 100% {
    transform: rotate(-65deg) scale(1.2);
    top: 25px;
    left: -355px;
  }
}

/* Responsive Styles */

@media (max-width: 767px) {
  .d2c_hero_image img {
    max-width: 150px;
    max-height: 150px;
  }

  /* Adjust keyframes for mobile */

  @keyframes flower-1 {
    0% {
      transform: rotate(9deg) translateX(-50%);
      left: 50%;
      right: 0%;
      top: 0;
    }

    70%, 100% {
      transform: rotate(65deg);
      right: 0%;
      left: 58%;
      top: 35px;
    }
  }

  @keyframes flower-2 {
    0% {
      transform: rotate(3deg) translateX(-50%);
      left: 50%;
    }

    70%, 100% {
      transform: rotate(40deg);
      right: 0%;
      left: 50%;
    }
  }

  @keyframes flower-3 {
    0% {
      transform: rotate(0deg) translateX(-50%);
      left: 50%;
      top: 0;
    }

    70%, 100% {
      top: -30px;
      left: 25%;
    }
  }

  @keyframes flower-4 {
    0% {
      transform: rotate(-3deg) translateX(-50%);
      left: 50%;
    }

    70%, 100% {
      transform: rotate(-40deg);
      left: 5%;
    }
  }

  @keyframes flower-5 {
    0% {
      transform: rotate(-9deg) translateX(-50%);
      left: 50%;
      right: 0%;
      top: 0;
    }

    70%, 100% {
      transform: rotate(-65deg);
      right: initial;
      left: 0%;
      top: 30px;
    }
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .d2c_hero_image img {
    max-width: 200px;
    max-height: 200px;
  }

  /* Adjust keyframes for medium screens */

  @keyframes flower-1 {
    0% {
      transform: rotate(9deg) translateX(-50%);
      left: 50%;
      top: 0;
      scale: 1;
    }

    70%, 100% {
      transform: rotate(65deg) scale(1.2);
      left: 95%;
      top: 30px;
    }
  }

  @keyframes flower-2 {
    0% {
      transform: rotate(3deg) translateX(-50%);
      left: 50%;
      scale: 1;
    }

    70%, 100% {
      transform: rotate(40deg) scale(1.2);
      left: 70%;
    }
  }

  @keyframes flower-3 {
    0% {
      transform: rotate(0deg) translateX(-50%);
      left: 50%;
      scale: 1;
      top: 0;
    }

    70%, 100% {
      scale: 1.2;
      top: -30px;
      left: 20%;
    }
  }

  @keyframes flower-4 {
    0% {
      transform: rotate(-3deg) translateX(-50%);
      left: 50%;
      scale: 1;
    }

    70%, 100% {
      transform: rotate(-40deg) scale(1.2);
      left: -30%;
    }
  }

  @keyframes flower-5 {
    0% {
      transform: rotate(-9deg) translateX(-50%);
      left: 50%;
      scale: 1;
      top: 0;
    }

    70%, 100% {
      transform: rotate(-65deg) scale(1.2);
      left: -55%;
      top: 12px;
    }
  }
}

/* Preloader CSS */

.custom-loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #F7F6E9;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  background-color: #495953;
}

.custom-loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #F7F6E9;
  box-shadow: -10px 0 12px 3px #F7F6E9;
  clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
  animation: continuous 1s infinite linear;
}

@keyframes continuous {
  100% {
    left: calc(100% + 20px)
  }
}

/* 
Template Name: {{ UrbanEura - Premium OnePage Tailwind Interior Design Template }}
Template URL: {{ https://designtocodes.com/product/urbaneura-premium-onepage-tailwind-interior-design-template }}
Description: {{ Make your interior design portfolio shine with UrbanEura – Premium OnePage Tailwind Interior Design Template. Purchase and make your journey more fun! }}
Author: DesignToCodes
Author URL: https://www.designtocodes.com
Text Domain: {{ UrbanEura }}  
*/

@media (min-width: 992px) {
  .lg\:hidden#mobile-menu {
    visibility: visible;
    top: -200px;
    display: block;
    opacity: 0;
  }
}

.placeholder\:text-\[\#778F89\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 143 137 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#778F89\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 143 137 / var(--tw-text-opacity, 1));
}

.hover\:bg-OffWhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFFEF2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 242 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(4 48 47 / var(--tw-text-opacity, 1));
}

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

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

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (min-width: 720px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .md\:text-4xl {
    font-size: 35px;
  }

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

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

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:max-w-\[202px\] {
    max-width: 202px;
  }

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

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

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

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

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:text-5xl {
    font-size: 70px;
  }
}