*, ::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;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!top-auto {
  top: auto !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-90px\] {
  bottom: -90px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-\[0px\] {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[15px\] {
  right: 15px;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[2px\] {
  top: 2px;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

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

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

.\!mt-\[100px\] {
  margin-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-\[210px\] {
  height: 210px !important;
}

.\!h-\[300px\] {
  height: 300px !important;
}

.\!h-\[400px\] {
  height: 400px !important;
}

.\!h-\[80px\] {
  height: 80px !important;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.max-h-screen {
  max-height: 100vh;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-28 {
  width: 7rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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 {
  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;
}

.cursor-pointer {
  cursor: pointer;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

.grid-cols-\[160px_1fr\] {
  grid-template-columns: 160px 1fr;
}

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!rounded-\[20px\] {
  border-radius: 20px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[0px_50px_50px_0px\] {
  border-radius: 0px 50px 50px 0px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border {
  border-width: 1px;
}

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

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

.border-solid {
  border-style: solid;
}

.border-\[\#BEBEBE\] {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1));
}

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#7E7D7E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C26435\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D0C6BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 198 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D2D1D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 209 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDEBEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#ffff\] {
  background-color: #ffff;
}

.bg-\[\#ffffffb0\] {
  background-color: #ffffffb0;
}

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 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-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

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

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

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

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

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

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

.\!p-\[10px\] {
  padding: 10px !important;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.\!py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.\!text-\[15px\] {
  font-size: 15px !important;
}

.\!text-\[60px\] {
  font-size: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.text-\[\#5D5252\] {
  --tw-text-opacity: 1;
  color: rgb(93 82 82 / var(--tw-text-opacity, 1));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#C26435\] {
  --tw-text-opacity: 1;
  color: rgb(194 100 53 / var(--tw-text-opacity, 1));
}

.text-\[\#FF1010\] {
  --tw-text-opacity: 1;
  color: rgb(255 16 16 / var(--tw-text-opacity, 1));
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

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

.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: 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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);
}

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

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

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

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

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

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

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

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

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

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

body {
  background: #EDEBEA;
}

@font-face {
  font-family: 'Everett';

  src: url('../src/font/Everett-Light.woff2') format('woff2'),
        url('../src/font/Everett-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Everett';

  src: url('../src/font/Everett-Medium.woff2') format('woff2'),
        url('../src/font/Everett-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

li#menu-item-1111 {
  position: relative;
}

.body-container, .single-product  .product-type-simple, .single-product  nav.woocommerce-breadcrumb, .single-product .woocommerce-notices-wrapper, .single-product .product-type-variable{
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.single-product .content-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .single-product .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-product nav.woocommerce-breadcrumb{
  margin-bottom: 20px;
}

.single-product .quantity input{
  height: 50px;
  outline: none  !important;
}

.single-product  p.price {
  padding: 10px 0px;
}

.single-product  .woocommerce-product-details__short-description {
  padding-bottom: 24px;
}

.single-product  p.price *{
  color: #C26435;
}

.mt-0 {
  margin-top: 0px !important;
}

.single-product  .comment-form p.stars {
  margin-top: 20px !important;
}

.single-product  div.product .woocommerce-tabs ul.tabs li{
  border-radius: 0px !important;
  background-color: #fff;
}

.single-product  .comment-form input#submit{
  background-color: #C26435  !important;
  padding: 15px 30px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.single-product  .comment-form input#submit:hover{
  background-color: #000 !important;
}

.single-product  .product-type-simple  button.single_add_to_cart_button, .single-product .product-type-variable .single_add_to_cart_button  {
  background-color: #C26435;
  height: 50px;
  padding: 18px 26px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}

.single-product ul.tabs.wc-tabs {
  padding-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background-color: #C26435;
  color: #fff;
}

/* header */

.container{
  max-width: 1400px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm{
  max-width: 1487px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.top-black{
  max-width: 1370px !important;
  margin: auto;
}

div#custom_html-6 {
  padding-left: 15px;
  padding-right: 15px;
}

/* custom */

h1, h2, h3, h4, h5, body, a{
  font-family: 'Everett';
  font-weight: 300;
}

h1 {
  font-size: 60px;
}

.rp {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.rt {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .rt {
    padding-top: 60px;
  }
}

.btn{
  transition: all ease-in-out 0.3s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.btn.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.btn-grey {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1)) !important;
  padding-right: 30px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.btn-grey {
  text-transform: capitalize;
}

.page-template-Finishes .btn-grey.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.btn-grey.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.btn-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1)) !important;
}

.popup-take-ourfree{
  transition: all ease-in-out 0.3s;
  position: fixed;
  right: -540px;
  top: 0px;
  z-index: 99999999;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 540px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center
}

.max-w-\[100\%\].lg\:max-w-\[607px\].popup-take-ourfree.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].popup-take-ourfree.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.popup-take-ourfree.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.open-popup .popup-take-ourfree{
  right: 0;
}

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

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 100 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.btn-primary {
  text-transform: capitalize;
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-grey {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: table !important;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.btn-grey {
  text-transform: capitalize;
}

.page-template-Finishes .btn-grey.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.btn-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

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

.featureimage-wrap h1.btn-black {
  text-transform: capitalize;
}

.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.btn-black img{
  filter: brightness(0) invert(1);
}

.btn img {
  position: absolute;
  right: 20px;
  top: 18px;
}

.btn:hover img{
  filter: brightness(0) invert(1);
}

.btn-primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

h1 {
  font-size: 35px !important;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 50px !important;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 60px !important;
  }
}

h2 {
  font-size: 30px !important;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h2 {
    font-size: 35px !important;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 40px !important;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 45px !important;
  }
}

h5 {
  font-size: 25px;
}

h4 {
  font-size: 27px;
}

body, a {
  font-size: 16px;
}

@media (min-width: 1024px) {
  body, a {
    font-size: 18px !important;
  }
}

footer h3.widget-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}

div#media_image-2 {
  margin-bottom: 20px;
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.top-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.top-bar {
  text-transform: capitalize;
}

a.skip-link.screen-reader-text {
  display: none;
}

.top-black {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].top-black.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.top-black.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.icon-top {
  display: flex;
  width: 100%;
  max-width: 400px;
  justify-content: center;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].icon-top.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 768px) {
  .icon-top {
    justify-content: space-between;
  }
}

.icon-top .phone-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].icon-top .phone-icon.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.icon-top .phone-icon.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.primary-menu-class {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].primary-menu-class.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 1024px) {
  .primary-menu-class {
    flex-direction: row;
  }

  .primary-menu-class > :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)));
  }
}

@media (min-width: 1536px) {
  .primary-menu-class > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.banner{
  position: relative;
}

.banner .inner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.banner .inner-box {
  text-transform: capitalize;
}

.banner .inner-box p {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

@media (min-width: 768px) {
  .banner .inner-box p {
    max-width: 500px;
    font-size: 25px;
  }
}

.black-box {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.black-box {
  text-transform: capitalize;
}

.page-template-Finishes .black-box.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 768px) {
  .black-box {
    max-width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .black-box {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

.black-box > ul{
  justify-content: center;
  margin: auto;
  max-width: 721px;
  flex-wrap: wrap
}

@media (min-width: 768px) {
  .black-box > ul {
    display: flex;
  }
}

.black-box > ul h4 {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .black-box > ul h4 {
    font-size: 25px;
  }
}

.black-box a {
  font-size: 18px ;
  font-weight: 500;
}

.black-box  ul.social-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].black-box  ul.social-icon.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 1024px) {
  .black-box  ul.social-icon {
    justify-content: flex-start;
  }
}

.black-box > ul > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].black-box > ul > li.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].text-center.black-box > ul > li.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .black-box > ul > li {
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .black-box > ul > li {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .black-box > ul > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.black-box > ul > li:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .black-box > ul > li:last-child {
    border-right-width: 0px;
  }
}

.woocommerce-message {
  border-top-color: transparent;
}

.woocommerce-message .button.wc-forward {
  background-color: #C26435 !important;
  color: #fff !important;
}

footer .menu li {
  padding-left: 20px;
  margin-bottom: 10px;
  background-image: url(/wp-content/uploads/2025/12/Vector-2.png);
  background-position: 0px 9px;
  background-repeat: no-repeat;
  display: table;
}

.page-numbers span.page-numbers.current {
  background-color: #C26435 !important;
  color: #fff !important;
}

footer .menu li:hover a{
  color: #C26435;
}

footer div#custom_html-4 {
  margin-top: 20px;
}

footer  div#text-2 {
  max-width: 400px;
}

.footer-copyright .top-black {
  display: block;
  text-align: center;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].footer-copyright .top-black.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .footer-copyright .top-black {
    display: flex;
    text-align: left;
  }
}

.footer-copyright .icon-top {
  text-align: center;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].footer-copyright .icon-top.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .footer-copyright .icon-top {
    text-align: left;
  }
}

.popup-take-ourfree a.cross {
  position: absolute;
  right: 40px;
  top: 20px;
}

.popup-take-ourfree h4 {
  margin-bottom: 20px;
}

.popup-take-ourfree .main-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.page-template-Finishes .popup-take-ourfree .main-image.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.crafting {
  position: relative;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.crafting.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.crafting > img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .crafting > img {
    height: auto;
  }
}

.crafting .inner-box {
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 1400px;
  --tw-translate-x: -50%;
  --tw-translate-y: -30px;
  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));
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].crafting .inner-box.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .crafting .inner-box {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .crafting .inner-box {
    top: 100px;
  }
}

.crafting .inner-box h2 {
  margin-bottom: 10px;
}

.btn-group {
  margin-top: 20px;
  gap: 20px;
}

@media (min-width: 768px) {
  .btn-group {
    display: flex;
  }
}

.card-project {
  display: grid;
  gap: 15px;
}

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

@media (min-width: 1024px) {
  .card-project {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

.card-project li {
  margin-bottom: 0px !important;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 198 190 / var(--tw-border-opacity, 1));
}

.card-project li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-project li h5 {
  max-width: 300px;
  font-size: 25px;
  font-weight: 500;
}

.card-project li  .inner-image{
  position: relative;
}

.card-project li  .inner-image::before{
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/12/top-1.png);
  background-color: #fff;
  border-radius: 0px 0px 0px 10px;
  background-position: center;
  background-size: 15px;
  position: absolute;
  z-index: 9;
  transition: all ease-in-out 0.3s;
  right: -1px;
  background-repeat: no-repeat;
}

.card-project li:hover .inner-image::before{
  background-image: url(/wp-content/uploads/2025/12/white-arrow.png);
  background-color: #000;
  background-size: 20px;
}

.bg-images{
  background-image: url(/wp-content/uploads/2026/06/Rectangle-59-c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.grid-2.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

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

@media (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.contactform-bottom .form-input-hint {
  position: relative !important;
}

.zoom-image, .menu-item-has-children .sub-menu  li a{
  overflow: hidden;
  display:  block !important;
}

.menu-item-has-children .sub-menu  li > a{
  border-radius: 10px;
}

.zoom-image  img,  .menu-item-has-children .sub-menu  li:hover a img{
  transition: transform .5s
}

.zoom-image:hover img, .menu-item-has-children .sub-menu  li:hover a img{
  transform: scale(1.1);
  transition: transform .3s;
}

.card-project  li:hover .box h5{
  color: #C26435;
  transition: transform .3s;
}

.btn-sumit-icon:hover{
  background-color: #C26435;
  transition: transform .3s;
}

.btn-sumit-icon:hover svg path{
  fill: #fff;
}

.card-project li .box {
  padding: 20px;
  /* font-size: 2px; */
  font-weight: 600;
}

.icon-listing li {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 57px 1fr;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.icon-listing li.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 768px) {
  .icon-listing li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .icon-listing li {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.different {
  background-image: url(/wp-content/uploads/2025/12/line-grid.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.different .box-inner h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .different .box-inner h3 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .different .box-inner h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .different .box-inner h3 {
    font-size: 25px;
  }
}

.different .box-inner {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.different .box-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .different .box-inner {
    min-height: 151px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .different .box-inner {
    min-height: 184px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.different .box-inner p {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .different .box-inner p {
    color: 18ox;
  }
}

.different li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 5px;
}

@media (min-width: 768px) {
  .different li {
    border-bottom-width: 0px;
  }
}

@media (min-width: 1024px) {
  .different li {
    padding: 15px;
  }
}

@media (min-width: 1280px) {
  .different li {
    padding: 30px;
  }
}

.different {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: center;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].different.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .different {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.silder-2 p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .silder-2 p {
    margin-bottom: 0px;
    min-height: 118px;
  }
}

@media (min-width: 1024px) {
  .silder-2 p {
    min-height: 131px;
  }
}

.silder-2 h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.silder-1 {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .silder-1 {
    padding-right: 27%;
  }
}

@media (min-width: 1024px) {
  .silder-1 {
    padding-right: 30%;
  }
}

a.readmore {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-template-Finishes a.mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].readmore.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.page-template-Finishes a.mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.readmore.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

li#menu-item-339 {
  border-right: 0px !important;
}

.silder-2 {
  z-index: 99;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #00000085;
  padding: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.silder-2 {
  text-transform: capitalize;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].text-center.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.silder-2.lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 768px) {
  .silder-2 {
    position: absolute;
    right: -42px;
    top: 43%;
    min-height: 310px;
    width: 400px;
    --tw-translate-y: -50%;
    --tw-translate-x: -12%;
    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-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media (min-width: 1024px) {
  .silder-2 {
    right: 0px;
    height: 307px;
    width: 465px;
  }
}

.how-made{
  position: relative;
}

.featureimage-wrap h1.text-white {
  text-transform: capitalize;
}

.OurFinishes-silder li img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.OurFinishes li img {
  height: 255px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-arrow button:hover svg path{
  fill:#C26435
}

.right-arrow  button:hover svg path{
  fill:#C26435
}

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

.black-box a:hover {
  --tw-text-opacity: 1;
  color: rgb(194 100 53 / var(--tw-text-opacity, 1));
}

.OurFinishes li .inner-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.OurFinishes li{
  border-radius: 15px;
  overflow: hidden;
}

.card-project  .product  img{
  height: 200px !important;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-project li{
  background-color: #fff;
}

.card-project li h2.woocommerce-loop-product__title {
  font-size: 23px !important;
  font-weight: 500;
}

.mobile-menu ul li {
  text-align: left !important;
}

.OurFinishes li {
  background-color: #fff;
}

.page-id-134  .OurFinishes li .inner-box h3{
  min-height: auto  !important;
}

.mobile-menu .current_page_item .caret {
  color: #fff;
}

@media (min-width: 768px) {
  .related {
    margin-top: 40px !important;
  }
}

.OurFinishes li .inner-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].OurFinishes li .inner-box h3.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 1024px) {
  .OurFinishes li .inner-box h3 {
    font-size: 20px;
  }
}

.OurFinishes li .inner-box  img {
  height: 220px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.OurFinishes li .inner-box {
  padding: 15px;
  font-weight: 600;
}

.new-upadte li {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.new-upadte li.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 1024px) {
  .new-upadte li {
    border-radius: 20px;
  }
}

.new-upadte li img.main-image {
  width: 100%;
  border-radius: 10px;
}

.new-upadte li p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-upadte li  .inner-box {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 93%;
  --tw-translate-x: -50%;
  --tw-translate-y: 0px;
  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: 10px;
  background-color: #00000066;
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.featureimage-wrap h1.new-upadte li  .inner-box {
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .new-upadte li  .inner-box {
    padding: 25px;
  }
}

.new-upadte li:hover .inner-box{
  background: #000000d6;
}

.new-upadte li  a.readmore {
  margin-top: 13px;
  display: inline-flex !important;
}

.new-upadte-2 .main-image{
  height: 100%;
}

.new-upadte li:hover .bage {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.new-upadte li .main-image{
  transition: transform .3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 380px
}

@media (min-width: 1024px) {
  .new-upadte li .main-image {
    height: 388px;
  }
}

.list-disc  ul li{
  list-style: disc;
}

.tax-product_cat .images-category {
  height: 70px;
  width: auto !important;
  margin: 0 auto;
  margin-top: 20px;
}

.logoss li {
  border: 1px solid #D0D0D0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px;
  width: 228px;
  border-radius: 10px
}

.faq ul {
  list-style: disc;
  padding-left: 20px;
}

.logoss li img {
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new-upadte li:hover .main-image{
  transform: scale(1.1);
}

.new-upadte-2 li {
  height: 100%;
}

.bage {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featureimage-wrap h1.bage {
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .bage {
    font-size: 18px;
  }
}

.new-upadte li:last-child{
  margin-bottom: 0px;
}

.new-upadte li  .inner-box  h3 {
  font-size: 25px;
}

@media (min-width: 1024px) {
  .new-upadte li  .inner-box  h3 {
    font-size: 30px;
  }
}

.new-upadte-2 li .main-image {
  height: 500px !important;
}

@media (min-width: 768px) {
  .new-upadte-2 li .main-image {
    height: 100% !important;
  }
}

@media (min-width: 1024px) {
  .new-upadte-2 li .main-image {
    height: 797px !important;
  }
}

.OurFinishes
a.add-to_card {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-flex;
  --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));
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.OurFinishes
a.add-to_card.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.OurFinishes li:hover a.add-to_card {
  opacity: 1;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].btn-group.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 768px) {
  .btn-group {
    justify-content: flex-start;
  }
}

.btn-group  a {
  white-space: nowrap;
}

.icon-listing-image {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 90%;
  --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));
}

.product_title {
  line-height: 1.2;
}

.text-box p{
  margin-bottom: 20px;
}

.product-image-left img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .product-image-left img {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .product-image-left img {
    height: 145px;
    width: 145px;
  }
}

.down-arow img {
  top: 12px;
  width: 11px;
}

@media (min-width: 768px) {
  .down-arow img {
    width: auto;
  }
}

.grid-color-change > div:nth-child(1), .grid-color-change > div:nth-child(4), .grid-color-change > div:nth-child(5) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
}

.white-box-section > .rp:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.white-box-section > .rp:nth-child(odd) .text-box {
  order: 2;
}

@media (min-width: 768px) {
  .white-box-section > .rp:nth-child(odd) .text-box {
    order: 1;
  }
}

.white-box-section > .rp:nth-child(odd) .shine {
  order: 1;
}

@media (min-width: 768px) {
  .white-box-section > .rp:nth-child(odd) .shine {
    order: 2;
  }
}

.white-box-section > .rp:nth-child(even) .text-box {
  order: 2;
}

.white-box-section > .rp:nth-child(even) .shine {
  order: 1;
}

@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.product-name a {
  font-weight: 500;
}

.woocommerce-cart .body-container>  .woocommerce {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1024px) {
  .woocommerce-cart .body-container>  .woocommerce {
    grid-template-columns: 1fr 532px;
  }

  .woocommerce-cart .body-container>  .woocommerce .woocommerce-notices-wrapper {
    grid-column: span 2 / span 2;
  }
}

.woocommerce-cart  .cart-collaterals .cart_totals{
  width: 100%;
}

.woocommerce-checkout  .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-checkout input{
  border: 1px solid #BEBEBE !important;
  height: 50px  !important;
  border-radius: 0px !important;
}

.woocommerce-checkout {
  background-color: #fff;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr 532px;
  }
}

.woocommerce-checkout .body-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout .body-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .woocommerce-checkout  div#order_review {
    margin-top: 117px;
  }
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  border: 0px;
  margin-top: 2px;
}

.woocommerce-checkout th, .woocommerce-checkout td {
  padding-left: 0px !important;
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: 100% !important;
  margin-bottom: 20px;
}

div#order_review h3{
  font-size: 25px;
  font-weight: 500
}

.select2-container .select2-dropdown, .select2-container .select2-selection{
  border: 1px solid #BEBEBE !important;
}

.woocommerce-checkout textarea#order_comments {
  height: 104px !important;
}

span#select2-billing_state-container, span#select2-billing_country-container {
  height: 50px !important;
  border: 0px solid #BEBEBE !important;
  padding-top: 14px;
}

div#order_review  ul.wc_payment_methods.payment_methods.methods {
  padding: 0px !important;
}

div#order_review div#payment{
  background-color: #FAFAFA;
}

th.product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table tr td:last-child{
  text-align: right;
  font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table thead th{
  font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table tr  strong{
  font-weight: 500 !important;
}

.woocommerce-checkout  .woocommerce-additional-fields h3 {
  display: none;
}

div#order_review button#place_order {
  width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 18px 15px;
  background-color: #000000;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  font-weight: 500 !important;
}

div#order_review .bg-white-text {
  background-color: #FAFAFA;
  padding: 40px 30px;
}

.woocommerce form .form-row .input-text {
  height: 50px !important;
  border: 1px solid #BEBEBE;
  border-radius: 0px !important;
}

.woocommerce form .form-row label{
  color: #5D5252 !important;
  font-weight: 500 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fff;
}

form#commentform p.comment-form-author label, form#commentform .comment-form-email label{
  display: block;
}

form#commentform p.comment-form-author input, form#commentform .comment-form-email input{
  height: 50px;
  width: 100%;
  padding-left: 10px;
}

.card-project .star-rating {
  display: none !important;
}

.woocommerce #reviews #comment {
  height: 75px;
  padding-left: 10px;
}

.related ul.products .product-short-description {
  min-height: 100px;
  margin-top: 18px;
}

h3#ship-to-different-address {
  pointer-events: none;
}

.woocommerce form .form-row .required{
  color: red !important;
}

.woocommerce-checkout h3#order_review_heading {
  display: none;
}

header .menu-item a{
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  display: block;
  font-size: 14px !important
}

@media (min-width: 1024px) {
  header .menu-item a {
    font-size: 14px !important;
  }
}

@media (min-width: 1280px) {
  header .menu-item a {
    font-size: 16px !important;
  }
}

@media (min-width: 1536px) {
  header .menu-item a {
    font-size: 18px !important;
  }
}

header .sub-menu  li:hover a{
  color: #c26435;
}

.primary-menu-class  > li {
  position: relative;
}

header  li#menu-item-1111 .sub-menu  li {
  border-right: 1px solid #D2D1D2;
  padding: 20px
}

header.max-w-\[100\%\].lg\:max-w-\[607px\].text-center.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent  li#menu-item-1111 .sub-menu  li.lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 1280px) {
  header  li#menu-item-1111 .sub-menu  li {
    padding: 20px;
  }
}

header .sub-menu li:last-child{
  border: 0px;
}

@media (min-width: 1024px) {
  header .menu-item:hover a:hover {
    --tw-text-opacity: 1;
    color: rgb(194 100 53 / var(--tw-text-opacity, 1));
  }
}

@media only screen and (min-width: 1024px) {
  li#menu-item-330 ul.sub-menu a, li#menu-item-2062 ul.sub-menu a, .primary-menu-class  li.menu-item-has-children ul.sub-menu a {
    padding: 11px 15px;
    border-bottom: 1px solid #cdc7c7;
    transition: all ease-in-out 0.3s;
    border-radius: 0px;
  }

  li#menu-item-1111 ul.sub-menu a{
    padding: 0px;
    border-bottom: 0px;
    transition: all ease-in-out 0.3s;
    border-radius: 0px;
  }

  li#menu-item-330 ul.sub-menu li:hover a, li#menu-item-2062 ul.sub-menu li:hover a, .primary-menu-class  li.menu-item-has-children ul.sub-menu li:hover a{
    background-color: #c26435;
    color: #fff;
  }

  li#menu-item-1111 ul.sub-menu li:hover a{
    background-color: transparent;
    color: #c26435 !important;
  }

  li#menu-item-1111 ul.sub-menu li img, li#menu-item-1111 ul.sub-menu li a{
    border-radius: 10px !important;
  }

  li#menu-item-330 ul.sub-menu li:last-child a, li#menu-item-2062 ul.sub-menu li:last-child a, .primary-menu-class  li.menu-item-has-children ul.sub-menu li:last-child a
{
    border-bottom: 0px !important;
  }

  li#menu-item-330 ul.sub-menu, li#menu-item-2062 ul.sub-menu,  .primary-menu-class  li.menu-item-has-children ul.sub-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    width: 200px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: none;
  }

  li#menu-item-330:hover ul.sub-menu, li#menu-item-2062:hover ul.sub-menu, .primary-menu-class  li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }

  .menu-item-has-children  .sub-menu  li:hover a{
    color: #fff !important;
  }
}

header li#menu-item-1111
ul.sub-menu {
  transition: all ease-in-out 0.3s;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1;
  display: none;
  max-width: 800px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
  header li#menu-item-1111
ul.sub-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  header li#menu-item-1111
ul.sub-menu {
    left: -320%;
    width: 800px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  header li#menu-item-1111
ul.sub-menu {
    top: 60px;
  }
}

header .menu-item ul.sub-menu a{
  line-height: 1.6 !important;
}

header .menu-item-has-children .sub-menu li img{
  width: 100%;
}

header li#menu-item-1111 .sub-menu li > a:first-child {
  margin-bottom: 15px;
}

header li#menu-item-1111:hover ul.sub-menu {
  display: grid;
}

.product-image-left .thumb {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .product-image-left .thumb {
    height: 150px;
  }
}

header .icon {
  margin-left: 10px;
  display: block;
}

@media (min-width: 1024px) {
  header .icon {
    display: none !important;
  }
}

.woocommerce .woocommerce-cart-form__contents th {
  font-weight: 500 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-cart-form__contents td {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce  .woocommerce-cart-form__contents thead {
  background-color: #F2F2F2;
}

.woocommerce  .woocommerce-cart-form__contents button.button {
  background-color: #C26435 !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding: 16px 27px !important;
}

.woocommerce-cart {
  background-color: #ffffff;
}

.product-thumbnail img {
  height: 80px !important;
  width: 80px !important;
}

@media (min-width: 1024px) {
  .product-thumbnail img {
    height: 104px !important;
    width: 104px !important;
  }
}

.woocommerce  .woocommerce-cart-form__contents .quantity input {
  outline: none;
  height: 44px;
  width: 74px;
  background-color: transparent;
  border: 1px solid #F2F2F2;
}

.woocommerce  .woocommerce-cart-form__contents  a.remove {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  background-color: #b50505;
  color: #fff !important;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  font-size: 18px !important;
}

.woocommerce-cart-form__contents {
  margin-top: 20px !important;
}

.product-thumbnail {
  width: 140px !important;
}

.woocommerce-cart-form__contents td{
  padding: 20px 9px !important;
  font-weight: 500
}

.woocommerce-cart-form__contents .coupon {
  display: none;
}

.cart_totals {
  background-color: #FAFAFA;
  padding: 20px 30px
}

@media (min-width: 1024px) {
  .cart_totals {
    margin-top: 112px;
  }
}

.cart_totals  table.shop_table.shop_table_responsive {
  border: 0px;
}

.cart_totals  table.shop_table.shop_table_responsive td {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
  text-align: right;
}

.cart_totals table {
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
}

.cart_totals  table.shop_table.shop_table_responsive th {
  border-bottom-width: 1px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
  font-weight: 500 !important;
}

.cart_totals  a.checkout-button.button {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
}

.cart_totals  a.checkout-button.button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1)) !important;
}

.card-project::before, .card-project::after{
  display: none !important;
}

.card-project li {
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}

.woocommerce-checkout  .woocommerce-form-coupon-toggle {
  display: none;
}

.mobile-menu {
  position: fixed;
  max-width: 350px;
  left: -100%;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  transition: all ease-in-out 0.3s;
  max-width: 100%
}

.mobile-menu.lg\:max-w-\[607px\].text-center.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

@media (min-width: 1024px) {
  .mobile-menu {
    max-width: 350px;
  }
}

.open-menu .mobile-menu {
  left: 0px;
}

.open-menu{
  overflow: hidden;
}

.mobile-menu ul.sub-menu{
  position: relative !important ;
  padding: 0px  !important;
  box-shadow: inherit !important;
  border-radius: 0px;
  width: 100% !important;
  top: 0px  !important;
  left: 0px  !important;
}

.mobile-menu ul.sub-menu li img{
  display: none;
  box-shadow: inherit !important;
}

.mobile-menu ul li, .mobile-menu ul.sub-menu li {
  border-bottom: 1px solid #dbd8d8;
  display: block;
  padding-left: 0px !important;
}

.mobile-menu  .sub-menu li:first-child{
  border-top: 1px solid #dbd8d8;
}

.mobile-menu ul li  a:last-child, .mobile-menu ul.sub-menu li  a:last-child{
  padding-left: 15px;
}

.mobile-menu ul .menu-item-has-children a{
  padding-left: 15px;
}

.mobile-menu ul.sub-menu li a:last-child {
  padding: 0px 25px  !important;
}

.mobile-menu ul.sub-menu {
  display: none !important;
}

.mobile-menu ul.sub-menu li {
  padding: 0px !important;
  border-right: 0px !important;
}

.caret {
  color: #fff;
}

header a.cross {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 40px;
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  padding: 9px;
}

header a.cross img{
  filter: brightness(0) invert(1);
}

.mobile-menu .current_page_item > a{
  background-color: #C26435;
  color: #fff ;
}

.mobile-menu .menu-item {
  position: relative;
}

.mobile-menu  .primary-menu-classs    .sub-menu{
  display: none !important;
}

.mobile-menu  .primary-menu-classs    .submenu-active  .sub-menu{
  display: block !important;
}

.mobile-menu  .primary-menu-classs    i.show-submenu.caret {
  position: absolute;
  right: 13px;
  z-index: 999;
  width: 30px;
  height: 32px;
  display: flex;
  align-items: center;
  top: 9px;
  color: #000;
  font-size: 20px;
  justify-content: center;
}

.mobile-menu .submenu-active i {
  rotate: -180deg;
  right: 12px !important;
}

.mobile-menu  .primary-menu-classs   .sub-menu li{
  border-bottom: 1px solid #f6f6f6;
}

section.related .products::before, 
section.related .products::after  {
  display: none;
}

section.related h2.woocommerce-loop-product__title {
  font-size: 26px !important;
  font-weight: 500;
  min-height: 79px;
}

section.related .products li{
  margin: 0px !important ;
  width: 100% !important;
}

section.related .products li 
a.button, .card-project.products li 
a.button {
  background-color: #EDEBEA !important;
  padding: 15px 23px !important;
  font-weight: 500 !important;
  padding-right: 62px !important;
  border-radius: 30px !important;
  background-image: url(/wp-content/uploads/2025/12/arrow-2.png) !important;
  background-repeat: no-repeat;
  background-position: 90%;
  transition: all ease-in-out 0.3s;
  margin-left: 25px  !important;
  margin-bottom: 30px !important;
}

section.related .products li 
a.button::after, .card-project.products li 
a.button::after{
  display: none !important;
}

section.related .products li {
  background-color: #fff !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

section.related.products h2   {
  margin-bottom: 20px;
  margin-top: 30px;
}

section.related .products li  a.button:hover{
  background-color: #C26435  !important;
  color: #fff !important;
  background-image: url(/wp-content/uploads/2025/12/arrow-2-1.png) !important;
}

section.related .products  li .product-short-description, section.related .products li h2, .card-project.products   li .product-short-description, .card-project.products  h2 {
  padding: 0px 25px  !important;
}

section.related  span.price, .card-project span.price{
  display: none !important;
}

section.related  ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  section.related  ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  section.related  ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

section.related .products li img {
  height: 200px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.tax-product_cat .images-douwnd {
  height: 70px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}

div#media_image-2 {
  display: inline-block;
}

.faq p {
  margin-bottom: 15px;
}

.boxcheckout h4 {
  font-size: 18px;
  font-weight: 400;
  color: #5D5252;
  margin-bottom: 10px;
}

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

@media (min-width: 768px) {
  .boxcheckout {
    gap: 15px;
  }
}

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

/* Reset default checkbox */

.boxcheckout  .input-checkbox, p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #000 !important;
  background: #fff;
  cursor: pointer;
  display: inline-block !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Checkmark */

.boxcheckout  .input-checkbox:checked::after, p.comment-form-cookies-consent input#wp-comment-cookies-consent:checked::after {
  content: "✔";
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  top: 2px !important;
  position: absolute;
  left: 3px;
}

.boxcheckout p, p.comment-form-cookies-consent label {
  color: #B4B2B2;
  font-weight: 400;
  margin-bottom: 17px;
}

.boxcheckout label.checkbox, p.comment-form-cookies-consent label{
  display: block;
  color: #000;
  font-weight: 400;
}

p.comment-form-cookies-consent label {
  margin-bottom: 0px !important;
}

p.comment-form-cookies-consent {
  position: relative;
  margin: 20px 0px !important;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 0px;
}

nav.woocommerce-breadcrumb a {
  color: #C26435 !important
}

nav.woocommerce-breadcrumb a:hover {
  text-decoration-line: underline;
}

.cart-subtotal p.cust-text-subtotal {
  color: #7E7D7E;
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
}

.cart_totals   a.shipping-calculator-button {
  display: none !important;
}

.cart_totals   p.woocommerce-shipping-destination {
  display: none !important;
}

.woocommerce-cart .shop_table tbody tr:last-child {
  display: none!important;
}

.summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 10px !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-gap: 15px
}

@media (min-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-billing-fields__field-wrapper .woo-custom-fields-wrap, p#company_name_extra_field, p#hear_about_us_field {
  grid-column: span 2;
}

a.luxy-pdf-btn {
  margin-top: 6px  !important;
  display: inline-block;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 20px
}

@media (min-width: 1024px) {
  a.luxy-pdf-btn {
    margin-bottom: 0px;
  }
}

/* Focus (optional) */

.boxcheckout  .input-checkbox:focus {
  outline: none;
}

/* Disabled state (optional) */

.boxcheckout  .input-checkbox:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio-group {
  display: grid;
  gap: 20px;
}

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

@media (min-width: 1024px) {
  .radio-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.radio-box {
  position: relative;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #aaa;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.radio-box input {
  display: none;
}

.radio-group.woocommerce-input-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.radio-box input:checked ~ .check svg path{
  fill: #fff;
}

.radio-box input:checked + .check {
  display: inline;
}

.radio-box input:checked ~ .text {
  color: #fff;
}

.radio-box input:checked ~ .check {
  color: #fff;
}

.radio-box input:checked ~ * {
  z-index: 2;
}

.radio-box input:checked {
  background: red;
}

.radio-box:has(input:checked) {
  background: #000;
  border-color: #000;
  color: #fff;
}

div#custom_html-2 {
  padding: 0px 15px;
}

.icon-top a:hover {
  text-decoration-line: underline;
}

.cart-icon:hover svg path{
  fill: #C26435;
}

@media only screen and (min-width: 1020px) {
  .menu-item-has-children{
    padding-right: 24px;
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/down.png);
  }

  .primary-menu-container .current-menu-item  > a {
    color: #C26435 !important;
  }

  .current-menu-item .show-submenu {
    color: #fff;
  }
}

@media only screen and (min-width: 1240px) {
  .before-color2 {
    position: relative;
  }

  .before-color2:before, .before-color:before {
    content: "";
    background: #2A7B9B;
    background: linear-gradient(263deg, rgba(42, 123, 155, 0) 0%, rgb(0 0 0 / 56%) 50%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
  }

  .before-color2 *{
    color: #fff;
  }

  .before-color2 p{
    font-weight: 500;
  }
}

.woocommerce-order-received .order_details thead th, .woocommerce-order-received .order_details tbody td, .woocommerce-order-received .order_details tfoot th, .woocommerce-order-received .order_details tfoot td {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.woocommerce-order-received .order_details tbody .product-total, .woocommerce-order-received .order_details tfoot td{
  text-align: right;
}

.woocommerce-order-received section.woocommerce-order-details {
  margin-top: 20px;
}

.woocommerce-order-received h2.woocommerce-order-details__title {
  font-weight: 400;
  margin-bottom: 20px;
  color: #c26435;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
  color: #38ac00;
}

.OurFinishes-silder li{
  transition: all ease-in-out 0.3s;
}

.OurFinishes-silder li:hover{
  margin-top: -5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media  (max-width: 1240px) and (max-width: 992px)  {
  .primary-menu-class li{
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 1023px){
  header .menu-item-has-children .sub-menu li > a{
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 1240px) {
  header .btn-primary{
    font-size: 14px !important;
  }

  .primary-menu-container .menu-item-has-children{
    padding-right: 19px !important;
  }

  .primary-menu-container .menu-item {
    margin-left: 10px !important;
  }

  .mobile-menu ul.sub-menu li a:last-child{
    padding: 12px 25px !important;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0px;
  }

  .product-images{
    flex-wrap: wrap;
    display: flex;
  }

  .nav-arrow button {
    background-color: #C26435 !important;
    padding: 5px 15px;
    border-radius: 30px;
    height: 57px;
    width: 60px;
  }

  .nav-arrow button svg path{
    fill:#fff !important;
  }

  .page-template-about-us .crafting .inner-box {
    top: 50% !important;
  }

  .page-template-about-us .crafting .inner-box > div{
    background-color: #ffffffba;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
  }

  .page-template-about-us .crafting .inner-box {
    transform: translate(-50%, -50%);
  }

  .page-template-about-us .crafting .inner-box  .btn-group a{
    margin: 0 auto;
  }
}

.cart_totals tr  th, .cart_totals tr  td{
  padding-left: 0px  !important;
  padding-right: 0px !important;
}

section.related .products li 
a.button, .card-project.products li 
a.button{
  margin-left: 15px  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background-color: #000;
  color: #fff;
}

.single-product .product-type-simple button.single_add_to_cart_button.button:hover{
  background-color: #000;
  color: #fff;
}

.product_meta .posted_in {
  display: none;
}

section.related .products li 
a.button:hover, .card-project.products li 
a.button:hover{
  background-color: #C26435 !important;
  color: #fff !important;
  background-image: url(/wp-content/uploads/2025/12/arrow-2-1.png) !important;
}

.info{
  transition: ease-in-out 0.3s;
}

.info:hover{
  background: #c26435;
}

.info:hover span, .info:hover p, .info:hover a{
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .nav-arrow button{
    padding: 5px 10px;
    height: 51px;
    width: 54px;
  }

  section.related .products li .product-short-description, section.related .products li h2, .card-project.products li .product-short-description, .card-project.products h2{
    padding: 0px 15px !important;
  }

  .woocommerce .woocommerce-cart-form__contents a.remove {
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-Finishes .woocommerce .woocommerce-cart-form__contents a.remove.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
    background-position: 0% 27%;
  }

  ul.icon-top {
    width: 100%;
    gap: 20px;
    max-width: 100%;
  }

  .down-arow {
    font-size: 14px;
  }

  .different{
    background-image: none !important;
  }

  .top-black * {
    text-align: center;
    font-size: 14px;
  }

  .max-w-\[100\%\].lg\:max-w-\[607px\].top-black *.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
    background-color: #ffffffb0;
    padding: 15px;
  }

  .top-black{
    display: block;
  }

  div#custom_html-2 .icon-top{
    gap: 10px;
  }

  div#custom_html-2  .top-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner > img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  @media (min-width: 768px) {
    .banner > img {
      height: auto;
    }
  }

  .btn-group .btn{
    width: 243px;
  }
}

.preloader {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.preloader.off {
  display: none;
}

svg#Layer_2 {
  width: 105% !important;
}

.preloader.load .wrap_svg {
  width: 1000vw;
  transition: width 1.5s 0.5s ease, opacity 0.7s 1.2s ease;
}

.preloader.load .white-logo {
  opacity: 0;
  transition: 0.5s ease;
}

.preloader .white-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.preloader .wrap_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  max-width: none;
  width: 100px
}

@media (min-width: 1024px) {
  .preloader .wrap_svg {
    width: 300px;
  }
}

.preloader .wrap_svg svg {
  vertical-align: middle;
}

.preloader .wrap_svg span {
  position: absolute;
  display: block;
  background: #000;
  width: 8000px;
  height: 8000px;
}

.preloader .wrap_svg span.top_bg {
  bottom: 100%;
  margin-bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

span.select2.select2-container.select2-container--default {
  margin-bottom: 6px;
}

.preloader .wrap_svg span.bot_bg {
  margin-top: -1px;
  top: 93%;
  left: 100%;
  transform: translateX(-50%);
}

.preloader .wrap_svg span.right_bg {
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
}

.preloader .wrap_svg span.left_bg {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.preloader .wrap_svg svg {
  width: 100%;
  height: auto;
}

.woocommerce-info {
  border-top-color: #c26435;
}

.woocommerce-info::before {
  color: #c26435;
}

.return-to-shop a {
  background-color: #c26435 !important;
  color: #fff !important;
}

.btn-sumit-icon:hover span {
  color: #fff;
}

.left-arrow-2:hover svg path {
  fill: #c26435;
}

.right-arrow-2:hover svg path {
  fill: #c26435;
}

.left-arrow:hover svg path {
  fill: #c26435;
}

.right-arrow:hover svg path {
  fill: #c26435;
}

.left-arrow-4:hover svg path {
  fill: #c26435;
}

.right-arrow-4:hover svg path {
  fill: #c26435;
}

.icon-image:hover h3 {
  color: #c26435;
}

.card-project  .product.type-product:hover img, section.related.products  .products li:hover img  {
  transform: scale(1.1);
  transition: transform .2s;
}

.card-project .product.type-product, section.related.products  .products li img  {
  transition: transform .5s;
}

.OurFinishes-images li:hover h3{
  color:#c26435;
  transition: transform .5s;
}

.button.add-to_card.add_to_cart_button.ajax_add_to_cart.product_type_simple{
  font-weight: 500;
}

.button.add-to_card.add_to_cart_button.ajax_add_to_cart.product_type_simple:hover {
  background-color: #c26435;
  color: #fff;
}

.button.add-to_card.add_to_cart_button.ajax_add_to_cart.product_type_simple:hover svg path{
  color: #fff;
}

.readmore img{
  filter: brightness(0) invert(1);
  transition: transform .5s;
}

.readmore:hover img{
  filter:inherit
}

.readmore:hover{
  color: #c26435 ;
}

.box-white-yellow, .box-white-yellow  img,  .box-white-yellow h3,  .box-white-yellow p{
  transition: all ease-in-out 0.3s;
}

.box-white-yellow:hover{
  background-color: #c26435;
}

.box-white-yellow:hover img{
  filter: brightness(0) invert(1);
}

.button.add-to_card.add_to_cart_button.ajax_add_to_cart.product_type_simple:hover svg path{
  fill:#fff !important;
}

.box-white-yellow:hover h3,  .box-white-yellow:hover p{
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color: #fff !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images{
  overflow: hidden;
}

@media (min-width: 1536px) {
  header .menu-item a {
    line-height: 3.5 !important;
  }
}

a.btn-fixed {
  border-radius: 5px;
  bottom: 20px;
  background-color: black;
  color: #fff;
  font-size: 18px !important;
  padding: 12px 23px;
  position: fixed;
  font-weight: 500;
  right: -65px;
  bottom: 40%;
  rotate: -90deg;
  z-index: 99
}

a.btn-fixed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.bg-color-change li, .bg-color-change li .inner-box {
  background-color: #f6f6f6 !important;
}

.single-project-application .featureimage-wrap h1{
  opacity: 0 !important;
  display: none
}

p.stock.in-stock {
  margin-bottom: 20px;
  color: #c26435 !important;
  font-weight: 500;
}

table.variations {
  display: block;
  max-width: 307px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  font-size: 23px;
  /* color: #c26435; */
}

.woocommerce div.product form.cart .variations select#color {
  background-color: #fff;
  padding: 7px 21px;
  width: 100%;
}

.woocommerce div.product form.cart .variations tbody {
  display: grid;
}

.woocommerce div.product form.cart .variations td.value {
  width: 100%;
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .variations th.label {
  width: 100%;
}

.single-product .product-type-variable .single_add_to_cart_button {
  background-color: #C26435 !important;
  height: 50px;
  padding: 18px 26px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1 !important;
}

.gallery-section .rp{
  padding: 0px !important;
  padding-bottom: 0px;
}

.gallery-section  h2{
  display: none !important;
}

.card-project-4 h5{
  max-width: 100% !important;
}

.card-project-5 li .inner-image::before{
  display: none !important;
}

.shop-card{
  max-width: 500px;
}

ul.shop-card li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 13px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

ul.max-w-\[100\%\].lg\:max-w-\[607px\].text-center.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.shop-card li.lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

.page-template-Finishes ul.mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.shop-card li.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

@media (min-width: 1024px) {
  ul.shop-card li {
    grid-template-columns: 1fr 185px;
  }
}

ul.shop-card li a.btn.btn-black {
  font-size: 17px !important;
  padding: 15px 22px;
  border-radius: 10px;
  margin-top: 10px;
}

ul.shop-card li .box-inner h3 {
  font-size: 23px;
  font-weight: 400;
}

ul.shop-card li   img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  ul.shop-card li   img {
    height: 230px;
  }
}

.product_cat-finishes  h2.woocommerce-loop-product__title {
  font-size: 26px !important;
  font-weight: 500;
  min-height: 34px;
}

.product_cat-finishes .product-short-description {
  min-height: 0px !important;
  margin: 0px !important;
}

.card-project li h2.woocommerce-loop-product__title {
  margin-bottom: 10px !important;
}

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

@media (min-width: 768px) {
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}

.Storage-box p {
  margin-bottom: 10px;
}

.Storage-box ul {
  list-style: disc;
  margin-left: 18px;
}

.Storage-box ul li {
  margin-bottom: 10px;
}

.select-custom select {
  background-image: url(/wp-content/uploads/2026/04/select-arrow.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 50px !important;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

.select-custom select::-ms-expand {
  display: none;
}

.max-w-\[100\%\].lg\:max-w-\[607px\].text-center.lg\:text-left.bg-\[\#ffffffb0\].lg\:bg-transparent.p-\[20px\].lg\:p-\[0px\] {
  background-color: #ffffffb0;
  padding: 15px;
}

.page-template-Finishes .mx-auto.px-4.bg-no-repeat.relative.feature-img.bg-center.bg-cover.md\:h-\[400px\].lg\:h-\[500px\].h-\[300px\].flex.justify-start.items-center.after\:absolute.after\:w-full {
  background-position: 0% 27%;
}

.grid-color-change > div:nth-child(odd) > div {
  margin-left: auto !important
}

@media (min-width: 768px) {
  .grid-color-change > div:nth-child(odd) > div {
    margin-right: 20px !important;
  }
}

@media (min-width: 1024px) {
  .grid-color-change > div:nth-child(odd) > div {
    margin-right: 40px !important;
  }
}

@media (min-width: 1536px) {
  .grid-color-change > div:nth-child(odd) > div {
    margin-right: 60px !important;
  }
}

.grid-color-change > div:nth-child(even) > div {
  margin-left: auto !important
}

@media (min-width: 768px) {
  .grid-color-change > div:nth-child(even) > div {
    margin-left: 20px !important;
  }
}

@media (min-width: 1024px) {
  .grid-color-change > div:nth-child(even) > div {
    margin-left: 40px !important;
  }
}

@media (min-width: 1536px) {
  .grid-color-change > div:nth-child(even) > div {
    margin-left: 60px !important;
  }
}

.single-project-application .card-project-finish   .box{
  background-color: #f6f6f6;
}

/* @media (min-width: 1536px) {
.primary-menu-container .primary-menu-class .menu-item {
    margin-left: 1.5rem !important;

}

.primary-menu-container .primary-menu-class .menu-item  .menu-item {
        margin-left: 0rem !important;
}
}

@media (min-width: 1089px) {
.primary-menu-container .primary-menu-class .menu-item {
    margin-left: 1rem !important;

}
} */

.mobile-menu .primary-menu-container .menu-item{
  padding-right: 0px !important;
  margin-left: 0px !important;
}

.placeholder\:text-\[\#808285\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#808285\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B4B2B2\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 178 178 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B4B2B2\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 178 178 / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

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

.hover\:text-\[\#C26435\]:hover {
  --tw-text-opacity: 1;
  color: rgb(194 100 53 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.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), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.group:nth-child(even) .group-even\:bg-\[\#EDEBEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

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

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .sm\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:\!bottom-\[-90px\] {
    bottom: -90px !important;
  }

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

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

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

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

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

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

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

  .md\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:\!mt-\[20px\] {
    margin-top: 20px !important;
  }

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

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

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

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:h-\[auto\] {
    height: auto;
  }

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

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

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

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .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\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-\[0\] {
    gap: 0;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }

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

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

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

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .md\:pr-\[164px\] {
    padding-right: 164px;
  }

  .md\:pr-\[200px\] {
    padding-right: 200px;
  }

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

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

  .md\:\!text-\[126px\] {
    font-size: 126px !important;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!h-\[100px\] {
    height: 100px !important;
  }

  .lg\:\!h-\[404px\] {
    height: 404px !important;
  }

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

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

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

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

  .lg\:h-\[70vh\] {
    height: 70vh;
  }

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[0\.81fr_1fr\] {
    grid-template-columns: 0.81fr 1fr;
  }

  .lg\:grid-cols-\[0\.81fr_1fr_364px\] {
    grid-template-columns: 0.81fr 1fr 364px;
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[1fr_553px\] {
    grid-template-columns: 1fr 553px;
  }

  .lg\:grid-cols-\[283px_1fr\] {
    grid-template-columns: 283px 1fr;
  }

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

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

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

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

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

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

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

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

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:w-\[230px\] {
    width: 230px;
  }

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

  .xl\:grid-cols-\[1fr_629px\] {
    grid-template-columns: 1fr 629px;
  }

  .xl\:grid-cols-\[672px_1fr\] {
    grid-template-columns: 672px 1fr;
  }

  .xl\:gap-\[20px\] {
    gap: 20px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:h-\[500px\] {
    height: 500px;
  }

  .\32xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}

