/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

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

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

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-md {
  max-width: 28rem;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-1\/6 {
  flex-basis: 16.666667%;
}

.basis-5\/6 {
  flex-basis: 83.333333%;
}

.border-collapse {
  border-collapse: collapse;
}

.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-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-caoba-500 {
  --tw-border-opacity: 1;
  border-color: rgb(43 22 9 / var(--tw-border-opacity));
}

.border-caoba-900 {
  --tw-border-opacity: 1;
  border-color: rgb(61 38 23 / var(--tw-border-opacity));
}

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

.border-t-caoba-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(98 83 73 / var(--tw-border-opacity));
}

.bg-caoba-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 231 221 / var(--tw-bg-opacity));
}

.bg-caoba-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 22 9 / var(--tw-bg-opacity));
}

.bg-caoba-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 217 / var(--tw-bg-opacity));
}

.bg-caoba-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 52 31 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

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

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

.fill-white {
  fill: #fff;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px;
}

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

.ps-10 {
  padding-inline-start: 2.5rem;
}

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

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

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

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

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

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

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

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-caoba-300 {
  --tw-text-opacity: 1;
  color: rgb(130 72 34 / var(--tw-text-opacity));
}

.text-caoba-500 {
  --tw-text-opacity: 1;
  color: rgb(43 22 9 / var(--tw-text-opacity));
}

.text-caoba-900 {
  --tw-text-opacity: 1;
  color: rgb(61 38 23 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

.ring-1 {
  --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(1px + 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);
}

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

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

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

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

body {
  background: #Fff;
  font-family: "Neue Montreal";
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ploni";
  font-weight: 700;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3rem;
  letter-spacing: 4px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

h3 {
  font-size: 2rem;
  letter-spacing: 4px;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 1.5rem;
  font-family: "Neue Montreal";
  margin-bottom: 1rem;
}

@font-face {
  font-family: "Neue Montreal";

  src: url('/assets/fonts/ppneuemontreal-medium.otf');
}

a {
  cursor: pointer;
}

.font-12 {
  font-size: 12px;
}

ul li {
  list-style-type: circle;
  margin-left: 2rem;
}

iframe {
  border: 0;
}

.small,
small {
  font-size: 80%;
  font-weight: inherit;
}

.small.s-85,
small.s-85 {
  font-size: 85%;
  font-weight: inherit;
}

a,
.page-breadcumb i,
a:focus,
.page-breadcumb i:focus,
a:hover,
.page-breadcumb i:hover {
  text-decoration: none;
  outline: 0;
}

blockquote {
  border-color: #f2e3c4;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #f2e3c4;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #d7baa5;
}

input.error,
textarea.error {
  border-color: #db0505 !important;
}

.primary-bg {
  background-color: #86341F;
  border: 0px;
  align-content: center;
}

@media (min-width: 1024px) {
  .roomPage .primary-bg {
    width: 100%;
    max-width: calc(100% - 450px);
  }
}

.gray-bg {
  background: #313a45;
}

.text-color {
  color: #f2e3c4;
}

.break {
  display: block;
}

@media (min-width: 768px) {
  .break-md {
    display: block;
  }

  .room-description h4 {
    margin-top: 0 !important;
  }
}

@media (min-width: 993px) {
  .clear-btn {
    bottom: -29px;
  }
}

.top-header i {
  color: #000;
}

.text-dark {
  color: #000 !important;
}

.border {
  border-color: #f0f0f0 !important;
}

.only-mobile {
  display: none !important;
}

@media (max-width: 767.98px) {
  .border-sm-left-none {
    border-left: none !important;
  }

  .border-sm-right-none {
    border-right: none !important;
  }

  .border-sm-top-none {
    border-top: none !important;
  }

  .border-sm-bottom-none {
    border-bottom: none !important;
  }

  .only-mobile {
    display: block !important;
  }

  .section-mobile {
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: hidden;
    cursor: pointer;
    will-change: transition, scroll-position;
    transition: max-height 0.3s ease-out;
  }

  .section-mobile.collapsed {
    max-height: 80px !important;
    overflow-y: hidden;
    transition: max-height 0.3s ease-out;
  }

  .btn-collapse i {
    vertical-align: middle;
    pointer-events: none;
  }

  [data-text="showLess"] {
    display: none;
  }
}

.card {
  border-color: #f0f0f0 !important;
}

.btn {
  font-family: "Ploni";
  background:  #3E382A!important;
  color: white;
  border-radius: 0.5rem;
  width: 100%;
  transition: 0.25s all ease-in-out;
}

.btn:hover {
  color: white;
  filter: brightness(125%);
}

.btn-main.btn-icon i,
.btn-icon.btn-transparent i,
.btn-icon.btn-small i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
  -webkit-filter: brightness(90%);
  border-color: #6a572f;
}

.btn-solid-border {
  border: 1px solid #7b7b7b;
  background: transparent;
  color: #000;
}

.btn-solid-border:hover {
  border: 1px solid #f2e3c4;
  background: #f2e3c4;
  color: #fff;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f2e3c4;
}

.btn-transparent:hover {
  background: transparent;
  color: #f2e3c4;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.section {
  padding: 40px 0;
}

.section-title {
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #000000 !important;
  text-transform: uppercase;
  display: none;
}

.section-border {
  width: 40px;
  height: 3px;
  background-color: #f2e3c4;
  margin: 0 auto;
  display: block;
}

.page-breadcumb a,
.page-breadcumb i {
  opacity: 0.7;
}

.heading {
  padding-bottom: 60px;
  text-align: center;
}

.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 70px 0;
}

.overly,
.slider {
  position: relative;
}

.overly:before,
.slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.py-100 {
  padding: 120px 0px 40px;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/

#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.nav-item {
  color: rgba(255, 255, 255);
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-item:focus,
 .nav-item:hover {
  color: #f2e3c4;
}

.dropdown-toggle::after {
  display: none;
}

.language .dropdown-toggle::after {
  display: inline-block;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-item {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}

.dropdown-menu {
  top: 85%;
}

.top-header {
  border-bottom: 1px solid #f0f0f0;
}

.top-header .top-header-right li {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: #7b7b7b;
}

.top-header-right li ul.list li {
  display: block;
}

@media (max-width: 992px) {
  .main-wrapper {
    margin-top: -43px;
  }
}

.country {
  background: transparent;
  border: 1px solid #dedede;
  font-size: 12px;
  border-radius: 0px;
  line-height: unset;
  float: none;
  height: unset;
  padding-left: 8px;
  padding-right: 26px;
}

.nice-select .list {
  width: 100%;
  border-radius: 0px;
}

.nice-select .option {
  padding-left: 15px;
  font-size: 13px !important;
  min-height: 30px;
}

.nice-select.open {
  border-color: #f2e3c4;
}

.nice-select.open span {
  color: #f2e3c4;
}

.logo {
  max-height: 65px;
  width: auto;
}

.container-header2 {
  width: 6%;
  position: absolute;
  right: 47%;
  margin-right: 0;
  margin-left: 0;
  z-index: 5;
  margin-top: 10px;
  top: 0;
}

.container-header ul {
  padding-right: 10%;
  padding-left: 10%;
}

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

.bg-header {
  left: 0px;
  top: 0px;
  background-color:#86341F;
}

.header-image {
  max-height: 140px;
  width: 100%;
}

.slider {
  background: url("../assets/images/slider-bg.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}

.slider .block {
  color: #e3e3e4;
  text-align: center;
}

.slider .block h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

/* hero slider */

.hero-section {
  padding: 160px 0 270px;
  @exclude .overlay;
}

.hero-slider {
  overflow-x: hidden;
  position: relative;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

.hero-slider:hover .prevArrow {
  left: 35px;
}

.hero-slider:hover .nextArrow {
  right: 35px;
}

.hero-slider .slick-track {
  display: flex;
  flex-direction: row;
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.slick-slide {
  height: auto;
}

.slick-dots {
  bottom: 5%;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 8px;
}

.slick-dots li.slick-active button::before {
  color: #f2e3c4;
  opacity: 1;
}

.hero-slider {
  min-height: -moz-max-content;
  min-height: max-content;
}

.clear-btn {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  font-size: 14px;
}

.clear-btn span {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .hero-slider-item h2 {
    font-size: 38px;
  }
}

.hero-slider-item p {
  color: #fff;
  opacity: 0.75;
  line-height: 30px;
  font-size: 16px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.section-reservation {
  margin-top: -120px;
}

@media (max-width: 992px) {
  .section-reservation .p-5 {
    padding-bottom: 2rem !important;
  }

  .section-reservation .p-5 form input,
  .section-reservation .p-5 form .btn {
    margin-bottom: 1rem;
  }

  .clear-btn {
    bottom: -15px;
  }

  .homePage .section-reservation {
    margin: 0;
  }

  .marginTop110 {
    margin-top: 110px;
  }
}

@media (max-width: 768px) {
  .noMarginMobile {
    margin: 0 !important;
  }

  .section-reservation {
    margin-top: -50px;
  }
}

.datepicker {
  padding: 18px;
}

.tp-datepicker .input-group-addon {
  position: absolute;
  right: 10px;
  top: 26%;
  color: #aab8ca;
}

.reserve-form .form-control {
  padding: 0.75rem 0.75rem;
  height: 50px;
  box-shadow: none;
  font-size: 14px;
  color: #000;
}

@media all and (min-width: 500px) {
  .reserve-form .form-group {
    margin-bottom: 0px;
  }
}

.reserve-form .input-group {
  width: 100%;
}

.about-features ul li {
  text-transform: capitalize;
  text-align: justify;
  text-justify: inter-word;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-features ul i {
  font-size: 40px;
  margin-right: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .about-features {
    margin-top: 40px;
  }

  .about-features ul li {
    font-size: 16px;
  }
}

.about-block {
  position: relative;
  padding: 3rem;
  margin: 0;
}

.about-block img {
  width: 80%;
}

.about-block iframe {
  width: 100%;
}

.about-block .about-img {
  position: absolute;
  content: "";
  right: 20px;
  top: 14%;
  border: 10px solid #fff;
  width: 64%;
}

.about-block .about-img img {
  width: 100%;
}

.about-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.about-content ul li:before {
  content: "\f375";
  font-family: "Ionicons";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #f2e3c4;
  font-size: 18px;
}

.service-box {
  transition: all 0.3s ease 0s;
}

.service-box i {
  font-size: 60px;
  line-height: 60px;
}

.service-box h3 {
  font-family: "Nunito Sans", sans-serif;
}

.service-box:hover {
  background: #f0f0f0;
}

.service-cta-text ul li {
  padding: 6px 0px;
}

.service-cta-text ul li span {
  color: #f2e3c4;
  margin-right: 10px;
  font-size: 22px;
}

.room-bg {
  border: 1px solid #dedede;
}

.gallery-feed {
  position: relative;
}

.gallery-feed .gallery-title {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery-item a,
.gallery-item .page-breadcumb i,
.page-breadcumb .gallery-item i {
  display: block;
}

.testimonial:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: url("../images/slider/slider-img2.webp") no-repeat fixed 50% 50%;
  background-size: cover;
}

.testimonial .testimonial-carousel i {
  font-size: 55px;
}

.testimonial .testimonial-carousel p {
  line-height: 38px;
  font-size: 18px;
  color: #fff;
}

.testimonial .testimonial-carousel .user img {
  width: 60px;
  height: 60px;
}

.testimonial .testimonial-carousel .user p {
  line-height: 20px;
}

.testimonial .testimonial-carousel .user p span {
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 400px) {
  .testimonial .section-title h2 {
    color: #fff;
  }

  .testimonial:after {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .testimonial .section-title h2 {
    color: #fff;
  }

  .testimonial:after {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonial .section-title h2 {
    color: #fff;
  }

  .testimonial:after {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .testimonial .section-title h2 {
    color: #fff;
  }

  .testimonial:after {
    width: 100%;
  }
}

/*================= 12. BOOKING STEP ==================*/

.booking-page .filter-container .col-xs-12 {
  margin-bottom: 8px;
}

.ed-booking-tab .nav-tabs {
  padding: 0 35px;
  margin-bottom: 40px;
  border: none;
}

.ed-booking-tab .nav-tabs li {
  width: 33.3333%;
}

.ed-booking-tab .nav-tabs li a,
.ed-booking-tab .nav-tabs li .page-breadcumb i,
.page-breadcumb .ed-booking-tab .nav-tabs li i {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li a,
  .ed-booking-tab .nav-tabs li .page-breadcumb i,
  .page-breadcumb .ed-booking-tab .nav-tabs li i {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
  }

  .ed-booking-tab .nav-tabs li.active a {
    font-size: 14px;
  }

  .ed-booking-tab .nav-tabs {
    padding: 0;
  }
}

.ed-booking-tab .nav-tabs li a:hover,
.ed-booking-tab .nav-tabs li .page-breadcumb i:hover,
.page-breadcumb .ed-booking-tab .nav-tabs li i:hover,
.ed-booking-tab .nav-tabs li a:focus,
.ed-booking-tab .nav-tabs li .page-breadcumb i:focus,
.page-breadcumb .ed-booking-tab .nav-tabs li i:focus {
  background: transparent;
}

.ed-booking-tab .nav-tabs li a span.ed-step,
.ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step,
.page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step {
  border: 2px solid transparent;
  background: #f1e3c3;
  width: 70px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ed-alert.alert-success {
  color: #28a745 !important;
  background-color: #d9f1dbd9;
  border-color: #c5e5c2;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li a span.ed-step,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step {
    width: 100%;
    height: 40px;
  }
}

.ed-booking-tab .nav-tabs li a span.ed-step-fill,
.ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-fill,
.page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-fill {
  background: #e6eaf0;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li a span.ed-step-fill,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-fill,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-fill {
    width: 22px;
    height: 22px;
  }
}

.ed-booking-tab .nav-tabs li a span.ed-step-bar,
.ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-bar,
.page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-bar {
  display: block;
  width: 125%;
  height: 2px;
  background-color: #4323114a;
  position: absolute;
  top: 13%;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li a span.ed-step-bar,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-bar,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-bar {
    width: 97%;
    top: 19%;
  }
}

@media (max-width: 768px) {
  .ed-booking-tab .nav-tabs li a span.ed-step-bar,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-bar,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-bar {
    width: 122%;
  }
}

@media (max-width: 992px) {
  .ed-booking-tab .nav-tabs li a span.ed-step-bar,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-bar,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-bar {
    width: 128%;
  }
}

@media (max-width: 1200px) {
  .ed-booking-tab .nav-tabs li a span.ed-step-bar,
  .ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-bar,
  .page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-bar {
    width: 132%;
  }
}

.ed-booking-tab .nav-tabs li a span.ed-step-text,
.ed-booking-tab .nav-tabs li .page-breadcumb i span.ed-step-text,
.page-breadcumb .ed-booking-tab .nav-tabs li i span.ed-step-text {
  display: block;
  margin-top: 20px;
}

.ed-booking-tab .nav-tabs li:first-child span.ed-step-bar {
  left: 35px;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li:first-child span.ed-step-bar {
    left: 40px;
  }
}

.ed-booking-tab .nav-tabs li:last-child {
  text-align: right;
}

.ed-booking-tab .nav-tabs li:last-child span.ed-step-bar {
  right: 25px;
}

@media (max-width: 480px) {
  .ed-booking-tab .nav-tabs li:last-child span.ed-step-bar {
    right: 40px;
  }
}

.ed-booking-tab .nav-tabs li:nth-child(2) {
  text-align: center;
}

.ed-booking-tab .nav-tabs li:nth-child(2) a span.ed-step-text,
.ed-booking-tab .nav-tabs li:nth-child(2) .page-breadcumb i span.ed-step-text,
.page-breadcumb .ed-booking-tab .nav-tabs li:nth-child(2) i span.ed-step-text {
  margin-left: 0;
}

.ed-booking-tab .nav-tabs li.active a,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i,
.ed-booking-tab .nav-tabs li.active a:hover,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i:hover,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i:hover,
.ed-booking-tab .nav-tabs li.active a:focus,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i:focus,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i:focus {
  border: none;
}

.ed-booking-tab .nav-tabs li.active a span.ed-step-fill,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i span.ed-step-fill,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i span.ed-step-fill,
.ed-booking-tab .nav-tabs li.active a:hover span.ed-step-fill,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i:hover span.ed-step-fill,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i:hover span.ed-step-fill,
.ed-booking-tab .nav-tabs li.active a:focus span.ed-step-fill,
.ed-booking-tab .nav-tabs li.active .page-breadcumb i:focus span.ed-step-fill,
.page-breadcumb .ed-booking-tab .nav-tabs li.active i:focus span.ed-step-fill {
  background: #f2e3c4;
}

.ed-booking-tab .nav-tabs li.ed-done a span.ed-step,
.ed-booking-tab .nav-tabs li.ed-done .page-breadcumb i span.ed-step,
.page-breadcumb .ed-booking-tab .nav-tabs li.ed-done i span.ed-step {
  border: 2px solid #f2e3c4;
}

.ed-booking-tab .nav-tabs li.ed-done a span.ed-step-fill,
.ed-booking-tab .nav-tabs li.ed-done .page-breadcumb i span.ed-step-fill,
.page-breadcumb .ed-booking-tab .nav-tabs li.ed-done i span.ed-step-fill {
  background: transparent;
}

/*=== 12.1 BOOKING STEP1 ===*/

.ed-room-select {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute !important;
  top: 15px;
  right: 10px;
  z-index: 9999;
  text-align: center;
}

.ed-room-select span.ed-room-select-fill {
  width: 15px;
  height: 14px;
  background: #f2e3c4;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -3px;
}

/*=== 12.2 BOOKING STEP2 ===*/

.ed-reservation {
  background: #202122;
  padding: 25px;
}

@media (max-width: 480px) {
  .ed-reservation {
    padding: 30px;
  }
}

.headline {
  font-weight: 700;
  color: #f2e3c4;
}

.headline2 {
  font-weight: 700;
  color: #000000;
}

ul.ed-reservation-detail {
  background: #fff;
  padding-left: 0;
  border-radius: 5px;
}

ul.ed-reservation-detail li {
  display: table;
  border-bottom: 1px solid #f2e3c4;
  width: 100%;
}

ul.ed-reservation-detail li span {
  display: table-cell;
  font-weight: 400;
  vertical-align: top;
  line-height: 1.3;
}

ul.ed-reservation-detail li span:first-child {
  padding: 8px 15px;
  border-right: 1px solid #f2e3c4;
  width: 40%;
  font-weight: bold;
}

ul.ed-reservation-detail li span:last-child {
  padding: 10px 20px;
  width: 60%;
}

ul.ed-reservation-detail li img {
  border-radius: 5px;
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

ul.ed-reservation-detail li:last-child {
  border-bottom: none;
}

.ed-total {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.ed-total > span {
  font-weight: 700;
  width: 30%;
  border-right: 1px solid #dedede;
  display: inline-block;
  padding: 30px 0;
}

.ed-total > span span {
  font-size: 30px;
  display: block;
}

.ed-total-price {
  width: 40%;
  display: inline-block;
}

.ed-total-price span {
  font-size: 25px;
  display: block;
}

.ed-total-price span.offer-price {
  font-weight: 400;
  text-decoration: line-through;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
}

.ed-total-price span.total-price {
  font-weight: 500;
  color: #f2e3c4;
  padding: 15px 0;
}

.ed-pay-card {
  margin: 0 -5px;
  text-align: center;
}

@media (max-width: 992px) {
  .ed-pay-card ul li {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .ed-pay-card ul li {
    margin-bottom: 5px;
  }
}

.ed-pay-card ul li img {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.tab-content .comment-form {
  background: rgba(240, 240, 240, 0.4);
  border: 1px solid #cfc6b3;
}

.tab-content .comment-form .border-top,
.tab-content .comment-form .border-bottom,
.confirmation-page .border-top,
.confirmation-page .border-bottom {
  border-color: #cfc6b3 !important;
}

#bookingForm input.form-control,
#bookingForm select.form-control,
#bookingForm textarea.form-control {
  font-size: 14px;
}

@media (max-width: 768px) {
  .tab-content .comment-form {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .tab-content .comment-form .confirm-btn {
    margin-right: 30px;
  }
}

span.policy {
  color: #000;
  font-weight: 400;
}

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

/*input[type=checkbox], input[type=radio] {
  margin: 0 10px 0 0;
  line-height: normal;
}*/

@media (max-width: 768px) {
  #client-details > .row,
  #ed-payment > .row {
    display: flex;
  }

  #client-details > .row > .col-md-4,
  #ed-payment > .row > .col-md-4 {
    display: flex;
  }

  #client-details > .row > .col-md-8,
  #ed-payment > .row > .col-md-8 {
    padding-left: 0;
    display: flex;
  }

  #client-details > .row > .col-md-8 .comment-form {
    padding: 30px;
  }

  #client-details > .row > .col-md-8 .comment-form,
  #ed-payment > .row > .col-md-8 .comment-form {
    border: 1px solid #dedede;
    border-left: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

/*=== 12.3 BOOKING STEP3 ===*/

#ed-payment .comment-form {
  width: 100%;
  padding: 30px;
}

/*================= 13. BOOKING CONFIRMATION ==================*/

.ed-alert.alert-success {
  font-size: 20px;
  font-weight: 300;
  color: #5ca05e;
  background-color: #edfaee;
  border-color: #d0edce;
  padding: 15px 35px;
  margin-bottom: 30px;
}

.ed-alert.alert-success .close {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ed-alert.alert-success .close:focus,
.ed-alert.alert-success .close:hover {
  color: #5ca05e;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ed-alert.alert-success .icomoon-checkmark3 {
  font-size: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #60a662;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.ed-alert.alert-success .icomoon-checkmark3:before {
  vertical-align: middle;
}

.ed-alert.alert-dismissable .close,
.ed-alert.alert-dismissible .close {
  position: relative;
  top: -14px;
  right: -28px;
}

.ed-cinfirm {
  padding: 15px;
  border: 1px solid #dedede;
  width: 100%;
  float: left;
}

.ed-cinfirm .top-headline {
  margin-top: 30px;
}

.ed-cinfirm-detail .list-unstyled,
.ed-cinfirm-detail .list-unstyled li {
  margin-bottom: 0;
}

.ed-cinfirm-detail .headline {
  color: #000;
  margin-bottom: 30px;
}

.ed-cinfirm-detail li {
  margin: 0 10px 10px 0px;
}

#room-description-wrapper .room-description {
  border: 1px solid #cfc6b39e;
  background-color: rgba(255, 255, 255, 0.25);
}

.room-description h4 {
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .ed-cinfirm-detail li {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.ed-cinfirm-detail li span {
  font-weight: 700;
  color: #000;
  width: 90px;
  display: inline-block;
}

.payment-confirm {
  background: rgba(240, 240, 240, 0.4);
  padding: 40px 30px;
  border: 1px solid #cfc6b3 !important;
}

.comment-form .ed-pay-card {
  width: 350px;
}

.confirm-btn {
  margin-top: -10px;
}

.datepicker table tr td.active.active {
  background: #f2e3c4;
}

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

.width-150 {
  width: 150px;
}

.height-150 {
  height: 150px;
}

/*================= 2. HOME ==================*/

/*=== 2.2 BANNER ===*/

.fullscreenbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullscreenbanner-container .tp-bullets.preview4 {
  opacity: 1 !important;
  height: auto !important;
}

@media (max-width: 992px) {
  .fullscreenbanner-container .tp-bullets.preview4 {
    bottom: 100px !important;
  }
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  box-shadow: none !important;
  width: 6px !important;
  height: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0) !important;
  display: inline-block;
  margin-right: 14px !important;
  margin-left: 0 !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s border-color 0.2s ease-in-out;
  float: none !important;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet:hover,
.fullscreenbanner-container .tp-bullets.preview4 .bullet.selected {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0) !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid white !important;
  margin-right: 10px !important;
  margin-left: -4px !important;
  margin-bottom: -3px !important;
}

.fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
  display: none !important;
}

.tp-bullets {
  z-index: 99;
}

@media (max-width: 768px) {
  .tparrows.preview4:hover:after {
    transform: rotateY(0);
  }

  .tp-leftarrow.preview4:hover:after {
    transform: rotateY(0);
  }
}

.fullscreenbanner {
  color: #333;
  width: 100%;
  position: relative;
}

.tp-caption {
  white-space: normal !important;
  font-weight: 500;
}

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

.rs-slider2 .slider-caption {
  text-align: left;
}

.rs-slider3 .slider-caption {
  text-align: left;
}

.tp-caption.rs-caption-1 {
  text-transform: uppercase;
  font-size: 65px;
  line-height: 75px;
  font-weight: normal;
  font-family: "Limelight", cursive;
}

.tp-caption.rs-caption-1 span {
  color: rgba(240, 240, 240, 0.4);
}

.tp-caption.rs-caption-2 {
  font-size: 18px;
  line-height: 20px;
}

.rs-caption-rating .ed-rating {
  color: rgba(240, 240, 240, 0.4);
  font-size: 24px;
}

.fullscreenbanner .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.15);
  background-image: none !important;
  z-index: 1;
}

/*=== 2.3 CHECK AREA ===*/

.ed-select {
  width: 100%;
}

@media (max-width: 768px) {
  .ed-select {
    width: auto;
  }
}

/*=== 2.4 WHITE SECTION ===*/

.featured .btn {
  display: block;
  font-weight: 500;
}

.featured .col-sm-4 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .featured .col-sm-4 {
    margin-bottom: 0;
  }
}

.underLine {
  margin: 0 0 20px;
  text-align: center;
}

.underLine img {
  margin: 0 auto;
}

.ed-room > a,
.page-breadcumb .ed-room > i {
  position: relative;
  text-decoration: none;
  display: block;
}

.ed-room > a:focus,
.page-breadcumb .ed-room > i:focus {
  outline: none;
}

.ed-room {
  color: #333;
}

.ed-room img {
  width: 100%;
}

.ed-room figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f2e3c4;
  padding: 20px;
  width: 100%;
  display: none;
  z-index: 9;
}

.ed-room figcaption p {
  color: #333;
}

.ed-room.featured-room figcaption {
  position: relative;
  padding: 20px 10px 45px 10px;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room figcaption {
    padding: 25px;
  }
}

.ed-room i.room-zoom {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 999;
  margin-top: -75px;
  margin-right: -20px;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
}

@media (max-width: 768px) {
  .ed-room i.room-zoom {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0;
    margin-right: 0;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding-top: 8px;
  }
}

@media (max-width: 992px) {
  .ed-room i.room-zoom {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .ed-room i.room-zoom {
    padding-top: 9px;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    font-size: 15px;
  }
}

.ed-room.featured-room figcaption .headline {
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption .headline {
    margin-bottom: 7px;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption .headline {
    margin-bottom: 10px;
  }
}

.ed-room.featured-room figcaption .headline a,
.ed-room.featured-room figcaption .headline .page-breadcumb i,
.page-breadcumb .ed-room.featured-room figcaption .headline i {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption p {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room figcaption p {
    font-size: 15px;
    line-height: 24px;
  }
}

.room-price {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  display: inline-block;
}

@media (max-width: 480px) {
  .room-price {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .room-price {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .room-price {
    font-size: 30px;
  }
}

.room-price span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .room-price span {
    font-size: 15px;
  }
}

.white-popup-block .room-price span {
  color: #979797;
}

.ed-room.featured-room .room-price {
  color: #fff;
  bottom: 20px;
}

@media (max-width: 768px) {
  .ed-room.featured-room .room-price {
    bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room .room-price {
    bottom: 25px;
  }
}

.ed-member {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .ed-member {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .ed-member {
    right: 10px;
    bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .ed-member {
    right: 25px;
    bottom: 25px;
    font-size: 30px;
  }
}

.ed-member span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .ed-member span {
    font-size: 15px;
  }
}

.corner-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 35%;
  height: 58%;
  text-align: right;
}

.ed-room.featured-room .corner-ribbon {
  width: 36%;
}

@media (max-width: 480px) {
  .ed-room.featured-room .corner-ribbon {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .ed-room.featured-room .corner-ribbon {
    width: 57%;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room .corner-ribbon {
    width: 41%;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room .corner-ribbon {
    width: 35%;
  }
}

.corner-ribbon span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 99%;
  display: block;
  background: #f2e3c4;
  color: #fff;
  position: absolute;
  top: 19px;
  left: -27px;
}

@media (max-width: 768px) {
  .corner-ribbon span {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .corner-ribbon span {
    font-size: 14px;
  }
}

.ed-room-highlight .corner-ribbon span {
  background: rgba(240, 240, 240, 0.4);
}

.corner-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #23658f;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #23658f;
}

.corner-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #23658f;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #23658f;
}

.ed-room-highlight .corner-ribbon span::before {
  border-left: 3px solid #a33a3a;
  border-top: 3px solid #a33a3a;
}

.ed-room-highlight .corner-ribbon span::after {
  border-right: 3px solid #a33a3a;
  border-top: 3px solid #a33a3a;
}

.ed-room.featured-room figcaption {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}

.ed-room.featured-room:hover figcaption {
  background-color: rgba(0, 0, 0, 0.7);
}

.ed-room.featured-room figcaption .headline {
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.35s;
}

.ed-room.featured-room:hover figcaption .headline {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translate(0, 0);
}

.ed-room i.fa-search {
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.35s;
}

.ed-room.featured-room:hover i.fa-search {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translate(0, 0);
}

.ed-room.featured-room figcaption p {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
  color: #fff;
}

.ed-room.featured-room .feature-icon {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
}

.ed-room.featured-room:hover .feature-icon {
  transition-delay: 0.3s;
  opacity: 1;
}

.ed-room.featured-room:hover figcaption p {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

.ed-room.featured-room figcaption .room-price,
.ed-room.featured-room figcaption .ed-member {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.45s, transform 0.45s;
  transition-delay: 0.2s;
}

.ed-room.featured-room:hover figcaption .room-price,
.ed-room.featured-room:hover figcaption .ed-member {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translate(0, 0);
}

.ed-room.featured-room .corner-ribbon {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.15s;
}

.ed-room.featured-room:hover .corner-ribbon {
  transition-delay: 0.1s;
  opacity: 0;
}

.ed-room.featured-room figcaption {
  border-radius: 6px;
  display: block;
  background-color: transparent;
  transition: background-color 0.5s;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.feature-icon span {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .feature-icon {
    display: none;
  }

  .ed-room.featured-room figcaption p {
    font-size: 12px;
  }

  .ed-booking-tab .nav-tabs li:first-child span.ed-step-bar {
    display: none;
  }

  .ed-booking-tab .nav-tabs li:last-child span.ed-step-bar {
    display: none;
  }
}

.room-block {
  background: rgba(240, 240, 240, 0.4);
}

.room-block .room-info h3 {
  font-size: 30px;
}

.room-block .room-info h2 {
  font-size: 38px;
}

.room-block .room-info h2 small {
  font-size: 14px;
}

.room-block .room-info ul li span {
  font-weight: 600;
  color: #f2e3c4;
  text-transform: capitalize;
  margin-right: 15px;
}

.room-block .room-info .btn {
  padding: 10px 20px;
  font-size: 14px;
}

.room-block .room-info .btn:hover {
  color: #fff;
}

.room-block .room-info .btn-main,
.room-block .room-info .btn-transparent,
.room-block .room-info .btn-small {
  border: 1px solid #f2e3c4;
}

.room-grid h2 small {
  font-size: 14px;
}

.room-info-box {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

.room-info-grid {
  padding-right: 5px;
  padding-left: 5px;
}

.hotel-details-info .room-heading h3 {
  font-size: 18px;
}

.hotel-details-info .room-heading h3 span {
  font-size: 36px;
  color: #f2e3c4;
}

.hotel-details-info .room-heading a.btn,
.hotel-details-info .room-heading .page-breadcumb i.btn,
.page-breadcumb .hotel-details-info .room-heading i.btn {
  float: right;
}

.hotel-details-info ul i {
  color: #f2e3c4;
  width: 30px;
}

.hotel-details-info i {
  color: #f2e3c4;
  width: 20px;
  text-align: right;
}

.hotel-details-info ul p {
  color: #000;
}

.hotel-details-info ul span {
  font-weight: 600;
}

.room-details-review {
  background: rgba(240, 240, 240, 0.4);
}

.room-details-review .room-details-review-item .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 3px solid #f2e3c4;
}

.room-details-review .room-details-review-item .item-content h3 span {
  font-size: 14px;
}

.room-details-review .form-control {
  font-size: 14px;
}

.product-sidebar h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  letter-spacing: 0.05em;
}

.sidebar-form h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.sidebar-form .form-control {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #afafaf;
  border-radius: 0px;
  font-size: 12px;
  background: transparent;
  height: 45px;
  letter-spacing: 1px;
}

.sidebar-form .form-check {
  margin-bottom: 5px;
  padding-left: 0px;
}

.sidebar-form .form-check-label {
  margin-left: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.5px;
}

.sidebar-form input[type="checkbox"],
.sidebar-form input[type="radio"] {
  margin: 9px 10px 0 0;
}

.sidebar-form .range_slider label {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.sidebar-form .range input {
  width: 53%;
  display: inline-block;
}

.event-box .event-content a,
.event-box .event-content .page-breadcumb i,
.page-breadcumb .event-box .event-content i {
  color: #000;
  font-weight: 700;
}

.event-box .event-content a h3,
.event-box .event-content .page-breadcumb i h3,
.page-breadcumb .event-box .event-content i h3 {
  font-weight: 600;
}

.event-box .event-content a:hover,
.event-box .event-content .page-breadcumb i:hover,
.page-breadcumb .event-box .event-content i:hover {
  color: #f2e3c4;
}

.event-box .event-content .event-date {
  position: absolute;
  left: 0px;
  text-align: center;
  background: #f2e3c4;
  top: 0px;
}

.event-box .event-content .event-date span {
  line-height: 22px;
  font-size: 14px;
}

.event-box .event-content .event-date span.date {
  font-size: 18px;
}

.event-post-meta span {
  margin-right: 15px;
  font-weight: 600;
  color: #7b7b7b;
}

.event-post-meta i {
  margin-right: 10px;
  color: #f2e3c4;
}

.single-event .event-content a,
.single-event .event-content .page-breadcumb i,
.page-breadcumb .single-event .event-content i {
  color: #000;
}

.single-event .event-comment-form .form-control,
.payment-confirm {
  background: rgba(240, 240, 240, 0.4);
  border-color: rgba(240, 240, 240, 0.4);
}

.address-block li i {
  margin-right: 15px;
  font-size: 28px;
  width: 25px;
  display: inline-block;
}

.social-icons i {
  color: #000;
  font-size: 25px;
  line-height: 25px;
  margin-right: 15px;
}

.google-map #map {
  width: 100%;
  height: 300px;
}

#maps,
.maps {
  max-width: 100vw;
  overflow: hidden;
}

.map-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

/*=================================================================
  Single Blog Page
==================================================================*/

.post-comments {
  background: rgba(240, 240, 240, 0.4);
  border: 1px solid #dedede;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  font-weight: 500;
}

.post-comments .comment-author a,
.post-comments .comment-author .page-breadcumb i,
.page-breadcumb .post-comments .comment-author i {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.post-comments .time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  font-size: 13px;
  margin-left: 5px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-excerpt h3 a,
.post-excerpt h3 .page-breadcumb i,
.page-breadcumb .post-excerpt h3 i {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #000;
}

.post-excerpt blockquote.quote-post:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background: #f2e3c4;
}

@media (max-width: 400px) {
  .post-comments .media {
    display: block;
    padding: 0px !important;
    margin: 10px 0px;
  }

  .post-comments .media-body {
    margin: 10px 0px;
  }
}

@media (max-width: 480px) {
  .post-comments .media {
    display: block;
    padding: 0px !important;
    margin: 10px 0px;
  }

  .post-comments .media-body {
    margin: 10px 0px;
  }
}

.bg-1 {
  background-image: url("../images/call-to-action-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-2 {
  background: url("../images/home/Header-main2.webp");
  background-size: cover;
  background-attachment: fixed;
}

.bg-3 {
  background: url("../images/about/headers-43.webp");
  background-size: contain;
  background-attachment: fixed;
}

.sidebar .widget {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #f2e3c4;
}

.sidebar .widget .widget-title {
  font-size: 16px;
  color: #333;
}

.sidebar .widget.widget-latest-post .post-meta {
  font-size: 13px;
  color: #7b7b7b;
}

.sidebar .widget.widget-latest-post .media .media-object {
  width: 70px;
  height: 70px !important;
}

.sidebar .widget.widget-latest-post .media .media-heading a,
.sidebar .widget.widget-latest-post .media .media-heading .page-breadcumb i,
.page-breadcumb .sidebar .widget.widget-latest-post .media .media-heading i {
  color: #000;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.sidebar .widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.sidebar .widget-category ul li {
  margin-bottom: 10px;
}

.sidebar .widget-category ul li i {
  margin-right: 10px;
  color: #000;
}

.sidebar .widget-category ul li a,
.sidebar .widget-category ul li .page-breadcumb i,
.page-breadcumb .sidebar .widget-category ul li i {
  color: #837f7e;
  transition: all 0.3s ease;
}

.sidebar .widget-category ul li a:before,
.sidebar .widget-category ul li .page-breadcumb i:before,
.page-breadcumb .sidebar .widget-category ul li i:before {
  padding-right: 10px;
}

.sidebar .widget-category ul li a:hover,
.sidebar .widget-category ul li .page-breadcumb i:hover,
.page-breadcumb .sidebar .widget-category ul li i:hover {
  color: #f2e3c4;
  padding-left: 5px;
}

.sidebar .widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.sidebar .widget-tag ul li a,
.sidebar .widget-tag ul li .page-breadcumb i,
.page-breadcumb .sidebar .widget-tag ul li i {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #000;
  transition: all 0.3s ease;
}

.sidebar .widget-tag ul li a:hover,
.sidebar .widget-tag ul li .page-breadcumb i:hover,
.page-breadcumb .sidebar .widget-tag ul li i:hover {
  color: #fff;
  background: #f2e3c4;
  border: 1px solid #f2e3c4;
}

/*=================================================================
  Latest Posts
==================================================================*/

.post {
  background: #fff;
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
  max-height: 350px;
}

.post .post-media.post-media-audio iframe {
  width: 100%;
}

.post .post-title a,
.post .post-title .page-breadcumb i,
.page-breadcumb .post .post-title i {
  color: #333;
}

.post .post-title a:hover,
.post .post-title .page-breadcumb i:hover,
.page-breadcumb .post .post-title i:hover {
  color: #f2e3c4;
}

.post .post-meta {
  font-size: 13px;
}

.post .post-meta ul li {
  display: inline-block;
  color: #333;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.post .post-meta ul li i {
  color: #f2e3c4;
}

.post .post-meta ul li a,
.post .post-meta ul li .page-breadcumb i,
.page-breadcumb .post .post-meta ul li i {
  color: #333;
}

.post .post-meta ul li a:hover,
.post .post-meta ul li .page-breadcumb i:hover,
.page-breadcumb .post .post-meta ul li i:hover {
  color: #f2e3c4;
}

.post .post-meta ul li:first-child {
  font-weight: 700;
}

.post .post-meta .post-author {
  color: #000;
}

.post .post-content p {
  line-height: 26px;
}

.post .post-content .btn-main,
.post .post-content .btn-transparent,
.post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 12px;
}

.post-pagination {
  margin-top: 70px;
}

.post-pagination > li {
  margin: 0 2px;
  display: inline-block;
  font-size: 14px;
}

.post-pagination > li > a,
.page-breadcumb .post-pagination > li > i {
  color: #000;
  padding: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.post-pagination > li > a:hover,
.page-breadcumb .post-pagination > li > i:hover {
  border: 1px solid #f2e3c4;
}

.post-pagination > li.active > a,
.page-breadcumb .post-pagination > li.active > i {
  border: 1px solid #f2e3c4 !important;
}

.post-pagination > li:first-child > a,
.page-breadcumb .post-pagination > li:first-child > i,
.post-pagination > li:last-child > a,
.page-breadcumb .post-pagination > li:last-child > i {
  border-radius: 0;
}

.post .post-thumb img {
  width: 100%;
}

.card-body {
  min-height: 170px;
}

.card-body h4,
.card-body p i ,
.card-body p  {
  color: #f2e3c4;
  line-height: 28px;
  -webkit-filter: brightness(200%);
}

.coming-soon {
  background: url("../images/backgrounds/coming-soon.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100vh;
}

@media (max-width: 400px) {
  .coming-soon {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .coming-soon {
    padding: 50px 0;
  }
}

.coming-soon .block h1 {
  line-height: 65px;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.coming-soon .block p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.coming-soon .block .count-down {
  margin-top: 50px;
}

.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  padding: 15px;
  display: inline-block;
  background: rgba(101, 94, 122, 0.48);
}

@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
    font-size: 50px;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: normal;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px;
  }
}

.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
}

.coming-soon .block .count-down ul li:last-child:before {
  content: "";
}

.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}

.coming-soon .block .copyright-text {
  font-size: 12px;
}

.coming-soon .block .copyright-text a,
.coming-soon .block .copyright-text .page-breadcumb i,
.page-breadcumb .coming-soon .block .copyright-text i {
  color: #fff;
  font-weight: 600;
}

#error-page {
  padding: 160px 0px;
}

#error-page h2 {
  font-size: 64px;
  line-height: 85px;
}

#cta .cta-box {
  text-align: center;
}

#cta .cta-box h2 {
  font-size: 64px;
}

#cta .cta-box i {
  font-size: 70px;
  line-height: 70px;
}

/*Animations*/

/*Shamelessly stolen from Tailwind*/

/*Animations -> Fade Right*/

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-right {
  animation: fadeRight 1.5s ease-in forwards;
}

/*Animations -> Fade Left*/

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-left {
  animation: fadeLeft 1.5s ease-in forwards;
}

/*Animations -> Fade In*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 1.5s ease-in forwards;
}

/*Footer -> Copyright*/

.footer .copyright a,
.footer .copyright .page-breadcumb i,
.page-breadcumb .footer .copyright i {
  font-weight: 600;
}

.footer-widget a,
.footer-widget .page-breadcumb i,
.page-breadcumb .footer-widget i {
  font-size: 14px;
  color: #595959;
}

.footer-widget a:hover,
.footer-widget .page-breadcumb i:hover,
.page-breadcumb .footer-widget i:hover {
  color: #291f0a;
}

.footer-widget .footer-address li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
}

.footer-socials .list-inline-item {
  width: 55px !important;
  height: 55px !important;
  padding: 2px 0px;
  background-color: #3E382A;
  color: #f0f0f0;
  margin: 0px 10px 10px 0px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease;
  border-radius: 50%;
  font-size: 30px;
  line-height: 54px !important;
}

.footer-socials .list-inline-item:hover {
  -webkit-filter: brightness(200%);
}

.footer-widget .footer-address li i {
  width: 40px;
  margin-right: 10px;
  border-radius: 100%;
  color: #3a2803;
  font-size: 18px;
}

.footer-widget .footer-socials li a,
.footer-widget .footer-socials li .page-breadcumb i,
.page-breadcumb .footer-widget .footer-socials li i {
  color: #f2e3c4;
  font-size: 18px;
}

.footer-btm {
  color: rgb(255, 255, 255);
}

.hotel-image img.image-hover {
  opacity: 0;
  transition: opacity 1s;
}

.hotel-image:hover img.image-hover {
  opacity: 1;
}

.hotel-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hotel-image {
  height: 270px;
  cursor: pointer;
}

.about-features p {
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 480px) {
  .about-block {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin: 0;
  }
}

.youtubeVideo {
  width: 100%;
  height: 281.25px;
}

@media (max-width: 480px) {
  .youtubeVideo {
    width: 100%;
    height: 180px;
  }

  .card {
    margin-bottom: 15px;
  }
}

.about-features p {
  font-size: 19px;
}

.about-features ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.insta-image a img {
  position: relative;
  width: 90%;
  aspect-ratio: 1/1;
  padding: 3px;
  transition: all 1s ease;
}

.insta-image:hover > a img {
  -webkit-filter: brightness(50%);
  transition: all 1s ease;
}

.insta-image:hover > i {
  opacity: 1;
  transition: all 1s ease;
}

.insta-image i {
  transition: all 1s ease;
  opacity: 0;
  z-index: 1;
  font-size: 35px;
  top: 50%;
  left: 45%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
}

.insta-image {
  padding: 1px;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 55px;
  height: 50px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 50px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.instagram {
  color: #3a2803;
}

.instagram a {
  color: #3a2803;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 600px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 600px;
}

@media (max-width: 480px) {
  .secondary-bg {
    background-image: url("../images/backgrounds/footer-min.webp") !important;
    background-repeat: repeat;
    background-size: 100%;
    border: 0px;
    align-content: center;
  }

  .footer {
    padding-top: 30px;
  }
}

video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: 450px;
}

.videoAccom {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  right: 0;
  bottom: 0;
}

.breacumb {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

@media (max-width: 480px) {
  .subscribe-iframe {
    -webkit-transform: scale(0.7);
    -moz-transform-scale: (0.7);
  }
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28a745;
  /* background-color:#28a745 */
  box-shadow: 0 0 3px #f2e3c4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 3px #f2e3c4;
}

.custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 3px #f2e3c4;
  background: #f2e3c4;
}

.custom-control-label::before {
  border-radius: 0.25rem;
  background-color: #ccccccd6;
}

.language-loc {
  position: absolute;
  z-index: 13;
  font-size: medium;
  color: #000;
  padding: 0px 10px;
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1px;
  font-size: 16px;
}

.language-ico {
  position: absolute;
  z-index: 13;
  font-size: medium;
  color: #f2e3c4 !important;
  padding: 0px 10px;
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1px;
  font-size: 24px;
}

#contact-form {
  margin-bottom: 40px;
}

/*Contact form*/

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text,
.contact-form select.input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #825230;
  color: black;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
  padding-left: 2px;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:not(textarea):focus + .label,
.contact-form .input-text.not-empty:not(textarea) + .label {
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  top: -15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #825230;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}

.contact-form .label span,
.contact-form label span {
  color: #212529;
  font-size: 16px;
}

.contact-form label span.terms {
  color: #825230;
}

.contact-form .input-wrapper textarea {
  min-height: 100px;
}

.contact-form label span.terms a {
  color: inherit;
  text-decoration: underline;
}

.contact-form .label span.error,
.contact-form label span.error {
  font-size: 15px;
}

.contact-form .label span.error img,
.contact-form label span.error img {
  width: 22px;
  height: 22px;
}

.contact-form label {
  left: 17px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #825230;
}

.contact-form label.error:not(.error-control) {
  color: #212529;
  font-size: 15px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.contact-form label.error:not(.error-control)::before {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/alert.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 0.25rem;
}

.contact-form .submit-btn {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width: 200px;
  cursor: pointer;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

select.input-text:focus {
  box-shadow: none;
  outline: none;
}

select.input-text.custom-select {
  padding-left: 2px;
  color: black !important;
}

.white-bg-shadow {
  background: rgb(255, 255, 255, 0.5);
  box-shadow: 0 0 8px 5px rgb(255, 255, 255, 0.5);
}

.video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

div.hotel-description {
  text-align: justify;
}

div.hotel-description blockquote {
  text-align: center;
  margin: 0;
}

.spec-1 div {
  font-size: 15px;
}

.step-active {
  height: 50px;
  filter: drop-shadow(0 0 0.5rem rgba(120, 81, 30, 0.3));
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(120, 81, 30, 0.3));
  margin-top: -10px;
}

.step-inactive {
  height: 40px;
  filter: grayscale(1);
}

div.hotel-description a {
  color: #3a2803;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #422815;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  line-height: 1.3;
  z-index: 9;
  position: absolute;
  display: block;
}

.tooltiptext.inactive {
  display: none;
}

.room-box {
  position: relative;
}

.unavailable .tooltiptext {
  top: 50%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -24px;
}

/*burguer menu*/

#ham-menu {
  display: none;
}

label[for="ham-menu"] {
  display: block;
  position: fixed;
  top: 24px;
  left: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color:#86341F;
  border-radius: 15px;
  border: 2px solid #e2d1af;
}

.ham-menu {
  width: 50vw;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  visibility: hidden;
  transform: translate(-110%);
  z-index: 998;
  background-color: #482915;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ham-menu > ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  padding: 20px;
  height: 50%;
}

.ham-menu > ul > li::marker {
  color: transparent;
}

.ham-menu > ul > li {
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: rgb(97, 97, 97);
}

#ham-menu:checked + label {
  background-color: transparent;
  border-color: #291f0a;
}

#ham-menu:checked ~ div.ham-menu {
  transform: translate(0px);
  visibility: visible;
}

.full-page-green {
  width: 100%;
  height: 100%;
  background-color: rgb(41, 31, 10, 50%);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 500ms;
  position: fixed;
  top: 0;
  left: 0;
}

#ham-menu:checked ~ div.full-page-green {
  display: block;
  opacity: 1;
  visibility: visible;
}

[for="ham-menu"] > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
}

.menu-line {
  display: block;
  width: 17px;
  height: 2px;
  margin: 10px 0 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e2d1af;
  transition: 500ms;
  transform-origin: right center;
}

[for="ham-menu"] > div > span:nth-child(4),
[for="ham-menu"] > div > span:nth-child(5),
[for="ham-menu"] > div > span:nth-child(6) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transform-origin: left center;
}

#ham-menu:checked + label span {
  background-color: #e2d1af;
}

#ham-menu:checked + label span:nth-child(2),
#ham-menu:checked + label span:nth-child(5) {
  transform: scale(0);
}

#ham-menu:checked + label span:nth-child(1) {
  transform: translateY(17px) rotate(45deg);
}

#ham-menu:checked + label span:nth-child(4) {
  transform: translateY(17px) rotate(-45deg);
}

#ham-menu:checked + label span:nth-child(3) {
  transform: translateY(-17px) rotate(-45deg);
}

#ham-menu:checked + label span:nth-child(6) {
  transform: translateY(-17px) rotate(45deg);
}

.extra-adults {
  font-size: small;
}

.extra {
  background-color: rgb(226, 209, 175, 0.2);
}

.extra-adults-input {
  padding-left: 0px;
  padding-right: 0px;
  font-size: small;
}

.price-av h4 {
  font-size: 16px;
  color: grey;
}

.price-total h5 {
  font-size: 18px;
  color: black;
}

.btn-disabled:active {
  pointer-events: none;
  cursor: not-allowed;
}

.btn-disabled:hover .tooltiptext,
.unavailable:hover .tooltiptext {
  visibility: visible;
}

.btn-disabled,
.btn[disabled="true"] {
  cursor: not-allowed;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #2287398c;
  border-color: #2287398c;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-color: #402713;
  border-radius: 50%;
}

/* Popup box BEGIN */

.popup-terms {
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9991;
  background: rgba(0, 0, 0, 0.4);
}

.popup-terms .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup-terms .container-terms {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  border-radius: 8px;
  padding: 30px 5px 10px 20px;
  margin: 50px;
  position: relative;
  left: 50%;
  cursor: auto;
  transform: translateX(-50%);
  z-index: 13;
  max-width: calc(100% - 55%);
  width: 100%;
}

@media all and (max-width: 1024px) {
  .popup-terms .container-terms {
    max-width: calc(100% - 200px);
    transform: translateX(-57%);
  }
}

@media all and (max-width: 500px) {
  .popup-terms .container-terms {
    max-width: calc(100% - 50px);
    margin: 100px auto;
    transform: translateX(-50%);
  }

  .popup-terms .card-terms {
    padding-right: 15px;
  }
}

.popup-terms .card-terms {
  height: calc(100vh - 300px);
  overflow-y: scroll;
}

.popupCloseButton {
  color: #fff !important;
  border-radius: 50%;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  right: -18px;
  top: -18px;
  background: #7b7b7b;
  padding: 5px 10px;
}

.container-btns-terms {
  line-height: 5;
  padding: 0 15px 0 0;
  box-shadow: 0px -1px 1px 0px #d7d7d7;
}

.container-btns-terms .btn {
  font-weight: 500;
  font-size: 0.8em;
}

.close-terms {
  margin-right: 10px;
}

.popup-terms .close-tems {
  background-color: #7b7b7b;
  color: #fff !important;
}

.openpop {
  color: #23658f !important;
}

/* Esta regra esconde o Recaptcha Badge */

.grecaptcha-badge {
  visibility: hidden;
}

form .input-wrapper span.error {
  display: none;
}

form .input-wrapper.error .label {
  top: -17px;
}

form .input-wrapper.error span.error {
  display: block;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 3px solid #7a461f;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 183px;
  padding: 10px 0;
  background-color: #b66a35;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 13px/1 "Playfair Display", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.room-grid {
  position: relative;
}

.room-grid.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.5);
}

.room-grid.card {
  height: 100%;
}

/* top right*/

.ribbon-top-right {
  top: -5px;
  right: -5px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -30px;
  top: 22px;
  transform: rotate(45deg);
}

.room-box.unavailable {
  position: relative;
}

.room-box.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: not-allowed;
}

@media only screen and (max-width: 350px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 500px) {
  .section-title h2 {
    font-size: 40px;
  }

  .videoAccom {
    height: 220px;
  }
}

#bookingForm select {
  height: calc(1.5em + 1.35rem + 2px);
}

custom-control-label::before {
  border: #8f8b83 solid 1px;
  background-color: #f1e8d6;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #82878d;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 3px rgb(99 99 99 / 20%);
}

.alert-dismissible {
  padding-right: 2rem;
}

.ed-alert.alert-dismissable .close,
.ed-alert.alert-dismissible .close {
  right: -2rem;
}

.player .vp-controls .play-bar {
  display: none !important;
}

/*UPDATED */

a.link-color,
.link-color {
  color: #91685f;
}

a.link-color:hover,
.link-color:hover {
  color: #5e4232 !important;
}

/* Dont added new class because i dont know if to have click dependency */

.room-box .btn-main,
.predominant-color-bg-dark-brown,
.predominant-color-bg {
  background: #824822 !important;
  color: #fff !important;
}

.predominant-color-bg-dark-brown {
  background: #3f2414 !important;
}

.room-box .btn-main:hover,
.predominant-color-bg:hover {
  color: #fff !important;
}

.fontSize20 {
  font-size: 20px;
}

.fontSize40 {
  font-size: 40px;
}

figure {
  margin: 0 !important;
}

.pointer-events-none {
  pointer-events: none;
  background-color: rgb(215 215 214);
}

.filterEl {
  transition: none !important;
}

.display-none {
  display: none !important;
}

.contained-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.circle-bg {
  background-color: #bbb;
  border-radius: 50%;
}

/*----------------------------------------------------------------*/

/*language-menu*/

#language-menu {
  position: fixed;
  z-index: 12;
  top: 0.25rem;
  right: 0.25rem;
}

#language-menu > a {
  display: none;
}

#language-menu .dropdown-menu {
  background: transparent;
}

#language-menu .dropdown-item {
  background: #faf5f1;
  transition: 0.25s all ease-in-out;
}

#language-menu .dropdown-item:hover {
  filter: brightness(87.5%);
}

#language-menu,
#language-menu .dropdown,
#language-menu .dropdown-toggle,
#language-menu .dropdown-menu,
#language-menu .dropdown-item {
  width: 12rem;
  height: 2rem;
}

#language-menu .dropdown-toggle,
#language-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#language-menu img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

/*----------------------------------------------------------------*/

/*Home Banner*/

.home-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-banner .hero-slider-item {
  height: 100%;
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.home-banner ul.slick-dots li button::before {
  font-size: 1rem;
  color: white;
  text-shadow: -0.75px 0 black, 0 0.75px black, 0.75px 0 black, 0 -0.75px black;
  opacity: 1;
}

.home-banner ul.slick-dots li.slick-active button::before {
  color: black;
}

.home-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.home-banner .content .row {
  height: 100%;
}

.home-banner .overlay {
  left: 50%;
  padding: 3rem 2.5% 3rem 12.5%;
  width: 50%;
  height: 100%;
  justify-self: flex-end;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-banner .hero-slider-item.even .overlay {
  left: 0;
  padding: 6rem 12.5% 0 2.5%;
  justify-self: flex-start;
}

.home-banner .overlay:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-image: url("/assets/images/home/home-banner-triangle.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.home-banner .hero-slider-item.even .overlay:before {
  transform: scaleX(-1);
}

.home-banner .overlayr {
  padding: 3rem 12.5% 3 2.5%;
  width: 50%;
  height: 100%;
  justify-self: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-banner .hero-slider-item.even .overlayr {
  padding: 6rem 2.5% 0 12.5%;
  justify-self: flex-end;
}

.home-banner .overlayr:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-image: url("/assets/images/home/home-banner-triangle-r.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.home-banner .hero-slider-item.even .overlayr:before {
  left: 0;
  right: auto;
}

.home-banner .text {
  margin-bottom: 4rem;
  z-index: 1;
}

.home-banner .button {
  z-index: 1;
}

/*----------------------------------------------------------------*/

.title h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.title h3 {
  margin-bottom: 6rem;
  color: #625349;
  text-align: center;
}

.three-categories .content-entry > a {
  border: 0.5rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  padding: 3rem 2rem 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s all ease-in-out;
  background: #faf5f1;
  background-image: url("../images/animations/wavy.webp");
  background-repeat: repeat-x;
  background-position: 0 -150%;
  transition: 2s ease;
}

.three-categories .content-entry > a:hover {
  background-position: 100% 100%;
}

.three-categories .content-entry > a svg {
  height: 8rem;
  width: auto;
  fill:#3D2617;
  transition: 1s all ease-out;
}

.three-categories .content-entry > a:hover svg {
  fill: #faf5f1;
}

.three-categories .content-entry > a p {
  font-size: 28px;
  color:#3D2617;
  letter-spacing: 4px;
  margin: 6rem 0 0 0;
  text-align: center;
  transition: 1s all ease-in-out;
}

.three-categories .content-entry > a:hover p {
  color: #faf5f1;
}

.three-categories {
  position: relative;
}

.graphics-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.graphics-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}

/*Three Categories -> Mobile*/

@media (max-width: 600px) {
  .three-categories {
    padding: 4rem 0 4rem 0;
  }

  .three-categories .content-entry {
    margin-bottom: 2rem;
  }
}

/*----------------------------------------------------------------*/

/*Top Stays*/

.top-stays {
  background: linear-gradient(180deg, white 0%, #faf5f1 12.5%, #faf5f1 100%);
  padding: 8rem 0 8rem 0;
}

/*Top Stays -> Content*/

.top-stays .content-entry > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}

/*Top Stays -> Content -> Image*/

.top-stays .content-entry > div > .image {
  width: 100%;
  height: 16rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Top Stays -> Content -> Text*/

.top-stays .content-entry > div > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  text-align: center;
}

.top-stays .content-entry > div > .text > * {
  margin: 0;
}

/*Top Stays -> Content -> Icons*/

.top-stays .content-entry > div > .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.top-stays .content-entry > div > .icons img {
  height: 2rem;
  width: auto;
  max-width: 4rem;
  padding: 0 0.5rem;
}

.top-stays .content-entry > div > .icons img:first-child {
  padding-left: 0 1rem 0 0;
}

.top-stays .content-entry > div > .icons img:last-child {
  padding-left: 0 0 0 1rem;
}

/*Top Stays -> Content Entry -> Button*/

.top-stays .content-entry > div > .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 2rem 0 2.5rem 0;
}

.top-stays .content-entry > div > .button a {
  background: #625349 !important;
  color: white;
  border-radius: 0.5rem;
  width: 100%;
  transition: 0.25s all ease-in-out;
}

.top-stays .content-entry > div > .button a:hover {
  filter: brightness(125%);
}

/*----------------------------------------------------------------*/

/*Surprise Me*/

.surprise-me {
  background: linear-gradient(
      rgba(250, 245, 241, 0.75),
      rgba(250, 245, 241, 0.75)
    ),
    url("../images/home/Header-main.webp");
  background-size: cover;
  background-position: center;
  padding: 6rem 0 4rem 0;
}

.surprise-me .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.surprise-me .content > * {
  margin-bottom: 4rem;
}

.surprise-me .content > *:last-child {
  margin-bottom: 0;
}

/*Blogs -> Images*/

.blogs > .image.image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 6rem;
  width: auto;
}

.blogs > .image.image-2 {
  position: absolute;
  top: 0;
  left: 25%;
  width: 8rem;
  height: auto;
}

.blogs > .image.image-3 {
  position: absolute;
  top: 0;
  right: 12.5%;
  width: 8rem;
  height: auto;
}

.blogs > .image.image-4 {
  position: absolute;
  top: 0;
  right: 0;
  height: 6rem;
  width: auto;
}

/*Blog Page*/

.blog-page {
  background: linear-gradient(0deg, white 0%, #faf5f1 87.5%, #faf5f1 100%);
  padding: 4rem 0 11rem 0;
}

/*Blog Page -> Title*/

.blog-page div.title {
  margin-bottom: 4rem;
}

.blog-page div.title h2 {
  font-family: "Ploni";
  letter-spacing: 4px;
  margin-bottom: 0;
  text-align: left;
}

/*Blog Page -> Content*/

.blog-page .content-entry,
.blog-js .content-entry {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}

/*Blog Page -> Content -> Text*/

.blog-page .content-entry > div .text,
.blog-js .content-entry > div .text {
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-page .content-entry > div .text .title,
.blog-js .content-entry > div .text .title {
  font-family: "Tajawal";
  margin-bottom: 0.5rem;
}

.blog-page .content-entry > div .text .date,
.blog-js .content-entry > div .text .date {
  font-family: "Tajawal";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}

.blog-page .content-entry > div .text .date img,
.blog-js .content-entry > div .text .date img {
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}

.blog-page .content-entry > div .text .date p,
.blog-js .content-entry > div .text .date p {
  font-family: "Tajawal";
  margin: 0;
  font-size: 0.75rem;
  color: #404040;
}

.blog-page .content-entry > div .text .description,
.blog-js .content-entry > div .text .description {
  font-family: "Tajawal";
  margin: 0;
}

/*Blog Page -> Content -> Button*/

.blog-page .content-entry > div .button,
.blog-js .content-entry > div .button {
  padding: 0 1.5rem 1.5rem 1.5rem;
  align-self: flex-start;
}

.blog-page .content-entry > div .button a,
.blog-js .content-entry > div .button a {
  font-family: "Tajawal";
  background: #625349 !important;
  color: white;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.25s all ease-in-out;
}

.blog-page .content-entry > div .button a:hover,
.blog-js .content-entry > div .button a:hover {
  filter: brightness(125%);
}

/*Blog Page -> Mobile*/

@media (max-width: 600px) {
  .blog-page {
    padding: 2rem 0 4rem 0;
  }

  .blog-page .content-entry,
  .blog-js .content-entry {
    margin-bottom: 2rem;
  }

  .blog-page .content-entry > div .button,
  .blog-js .content-entry > div .button {
    width: 100%;
  }

  .blog-page .content-entry > div .button a,
  .blog-js .content-entry > div .button a {
    width: 100%;
    padding: 1rem 0;
  }
}

/*----------------------------------------------------------------*/

/*Recent Post*/

.recent-post {
  background: linear-gradient(0deg, white 0%, #faf5f1 12.5%, #faf5f1 100%);
  padding: 8rem 0 8rem 0;
  display: none;
}

/*DELETE THE LINES BELOW WHEN REMOVING DISPLAY NONE FROM ABOVE*/

.partners {
  margin-top: 8rem;
}

#home-partners-slider {
  margin-top: 0;
}

/**/

/*Recent Post -> Title*/

.recent-post .title {
  margin-bottom: 6rem;
}

.recent-post .title h2 {
  text-align: center;
}

.recent-post .title p {
  margin-bottom: 0;
  text-align: center;
}

/*Recent Post -> Content*/

.recent-post .content-entry {
  background-color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  padding: 0;
  margin-bottom: 2rem;
}

.recent-post .content-entry:last-child {
  margin-bottom: 0;
}

.recent-post .content-entry > div {
  display: flex;
}

.recent-post .content-entry:nth-child(even) > div {
  flex-direction: row-reverse;
}

/*Recent Post -> Content -> Image*/

.recent-post .content-entry > div .image {
  flex: 2 1 0;
}

.recent-post .content-entry > div .image div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

/*Recent Post -> Content -> Text*/

.recent-post .content-entry > div .text {
  flex: 1 1 0;
  padding: 1.5rem 1rem;
}

/*Recent Post -> Content -> Text -> Info*/

.recent-post .content-entry > div .text .info {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.recent-post .content-entry > div .text .info > * {
  text-align: left;
}

.recent-post .content-entry > div .text .info > *:last-child {
  margin-bottom: 0;
}

.recent-post .content-entry > div .text .info h3 {
  font-family: "Ploni";
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

.recent-post .content-entry > div .text .info div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.recent-post .content-entry > div .text .info div p {
  font-family: "Ploni";
  font-size: 0.75rem;
  margin-bottom: 0;
}

.recent-post .content-entry > div .text .info div img {
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}

/*Recent Post -> Content -> Text -> Tags*/

.recent-post .content-entry > div .text .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}

.recent-post .content-entry > div .text .tags a {
  padding: 0 0.5rem;
  color: #625349;
  border: 1px solid #625349;
  border-radius: 0.5rem;
  margin-right: 1rem;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
  transition: 0.25s all ease-in-out;
}

.recent-post .content-entry > div .text .tags a:last-child {
  margin-right: 0;
}

.recent-post .content-entry > div .text .tags a:hover {
  filter: brightness(125%);
}

/*Recent Post -> Content -> Text -> Button*/

.recent-post .content-entry > div .text .button a {
  background: #625349 !important;
  color: white;
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  transition: 0.25s all ease-in-out;
}

.recent-post .content-entry > div .text .button a:hover {
  filter: brightness(125%);
}

/*Recent Post -> Mobile*/

@media (max-width: 600px) {
  .recent-post {
    padding: 4rem 0 2rem 0;
  }

  .recent-post .title {
    margin-bottom: 4rem;
  }

  .recent-post .content-entry > div {
    flex-direction: column;
  }

  .recent-post .content-entry:nth-child(even) > div {
    flex-direction: column;
  }

  .recent-post .content-entry > div .image div {
    height: 24rem;
  }

  .recent-post .content-entry > div .text .info {
    margin-bottom: 1.5rem;
  }

  .recent-post .content-entry > div .text .button a {
    width: 100%;
    padding: 1rem 0;
  }
}

/*----------------------------------------------------------------*/

/*Instagram Grid*/

.instagram img {
  border-radius: 2rem !important;
}

/*Instagram Grid -> Content*/

.instagram-grid .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.instagram-grid .content-entry {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
}

.instagram-grid .content-entry:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/*Blog Page -> Mobile*/

@media (max-width: 600px) {
  .instagram-grid {
    padding: 4rem 0 4rem 0;
  }

  .instagram-grid .content {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .instagram-grid .content-entry {
    width: 50%;
    transform: scale(97.5%);
  }
}

/*----------------------------------------------------------------*/

/*Fonts*/

/*Fonts -> Ploni*/

@font-face {
  font-family: Ploni;

  src: url('/assets/fonts/PloniRegular.otf');
}

/*Fonts -> Tajawal*/

@font-face {
  font-family: Tajawal;

  src: url(Tajawal-Regular.ttf);
}

/*----------------------------------------------------------------*/

/*Footer*/

.footer {
  background-color:#3E382A;
  padding: 3rem 0;
}

/*Footer -> Title*/

.footer .footer-title > * {
  color: #f2e7dd;
  font-family: "Ploni";
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

/*Footer -> Content -> Links*/

.footer .footer-content-links {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.footer .footer-content-links a {
  color: white;
  text-decoration: none;
  font-family: "Ploni";
  margin-bottom: 1rem;
  transition: 0.25s all ease-in-out;
}

.footer .footer-content-links a:last-child {
  margin-bottom: 0;
}

.footer .footer-content-links a:hover {
  filter: brightness(87.5%);
}

/*Footer -> Brand*/

.footer-brand h4 {
  color: #f2e7dd;
}

/*Footer -> Socials*/

.footer .footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer .footer-socials a {
  background-color: #f2e7dd;
  border-radius: 50%;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.25s all ease-in-out;
}

.footer .footer-socials a:hover {
  filter: brightness(87.5%);
}

.footer .footer-socials i {
  font-size: 1.75rem;
  color:#3E382A;
}

/*Footer Partners*/

.footer .footer-title-partners {
  text-align: center;
}

/*----------------------------------------------------------------*/

/*Partners*/

.partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  background: linear-gradient(180deg, white 0%, #faf5f1 87.5%, #faf5f1 100%);
}

.title {
  margin-bottom: 0.75rem;
}

.splide__track {
  width: 100%;
  height: 100%;
  padding: 3rem 0;
}

.splide__slide {
  overflow: hidden;
}

.splide__slide span {
  transition: 0.25s all ease-in-out;
}

.splide__slide a img {
  display: block;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.splide__arrows button {
  background: transparent;
}

.splide__arrows button:focus {
  outline: none;
}

/*----------------------------------------------------------------*/

/*Blog*/

.blog > .container > .row > div:first-child {
  padding-left: 0;
}

.blog > .container > .row > div:last-child {
  padding-right: 0;
}

.blog > div > .title {
  text-align: center;
}

.blog > div > .title h1 {
  font-family: "Ploni";
  padding: 1rem 0;
}

.blog > div > .content {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .blog {
    margin-top: 4rem;
  }

  .blog > .container > .row > div:first-child {
    padding-left: 15px;
  }

  .blog > .container > .row > div:last-child {
    padding-right: 15px;
  }
}

/*Blog -> Post*/

.blog-post {
  background-color: white;
  padding: 2rem;
}

.blog-post div img {
  display: block;
  width: 75%;
  height: auto;
  margin: 2rem auto;
}

.blog-post div a {
  color: #824822;
  text-decoration: underline;
}

.blog-post div blockquote h2 {
  font-size: 1rem;
}

/*Blog -> Latest Posts*/

.blog-latestposts {
  background-color: #faf5f1;
  border: 1px solid rgba(43, 22, 9, 0.2);
  padding: 1.5rem 1rem 1rem 1rem;
}

.blog-latestposts .title h5 {
  font-family: "Ploni";
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.blog-latestposts .content {
  display: flex;
  flex-direction: column;
}

.blog-latestposts .content-entry {
  margin-bottom: 0.25rem;
}

.blog-latestposts .content-entry:last-child {
  margin-bottom: 0;
}

.blog-latestposts .content-entry a {
  display: flex;
  justify-content: space-between;
  color: black;
}

.blog-latestposts .content-entry a:hover {
  color: black;
}

.blog-latestposts .content-entry a:hover h6,
.blog-latestposts .content-entry a:hover p,
.blog-latestposts .content-entry a:hover img {
  transition: 0.25s all ease-in-out;
}

.blog-latestposts .content-entry a:hover h6,
.blog-latestposts .content-entry a:hover p {
  color: #404040;
}

.blog-latestposts .content-entry a:hover img {
  filter: brightness(125%);
}

.blog-latestposts .content-entry h6 {
  font-family: "Tajawal";
  margin: 0;
  font-size: 0.75rem;
}

.blog-latestposts .content-entry p {
  font-family: "Tajawal";
  margin: 0;
  font-size: 0.75rem;
}

.blog-latestposts .content-entry img {
  max-width: 4rem;
  max-height: 4rem;
  width: auto;
  height: auto;
}

/*Blog -> Categories*/

.blog-categories {
  background-color: #faf5f1;
  border: 1px solid rgba(43, 22, 9, 0.2);
  padding: 1.5rem 1rem 1rem 1rem;
  margin-top: 1rem;
}

.blog-categories .title h5 {
  font-family: "Ploni";
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.blog-categories .content {
  padding-left: 1rem;
}

.blog-categories .content li {
  font-family: "Tajawal";
  margin-bottom: 0.5rem;
}

.blog-categories .content li a {
  color: #000000;
  transition: 0.25s all ease-in-out;
}

.blog-categories .content li a:hover {
  color: #808080;
}

/*Blog -> Tags*/

.blog-tags {
  background-color: #faf5f1;
  border: 1px solid rgba(43, 22, 9, 0.2);
  padding: 1.5rem 1rem 1rem 1rem;
  margin-top: 1rem;
}

.blog-tags .title h5 {
  font-family: "Ploni";
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.blog-tags .content a {
  display: inline-block;
  width: 49%;
  font-family: "Tajawal";
  color: #000000;
  border: 1px solid rgba(43, 22, 9, 0.2);
  border-radius: 2rem;
  padding: 0 0.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
  transition: 0.25s all ease-in-out;
}

.blog-tags .content a:hover {
  color: #808080;
}

@media (max-width: 768px) {
  .blog-tags {
    margin-bottom: 4rem;
  }

  .blog-tags .content a {
    display: block;
    width: 100%;
  }
}

/*Blog -> Comment Form*/

.blog-commentform {
  background-color: white;
  padding: 2rem;
  margin: 2rem 0 6rem 0;
}

.blog-commentform .title h5 {
  margin: 1rem 0 2rem 0;
}

.blog-commentform input {
  border: 1px solid rgba(115, 44, 2, 0.47);
  font-family: "Tajawal";
}

.blog-commentform textarea {
  border: 1px solid rgba(115, 44, 2, 0.47);
  font-family: "Tajawal";
}

.blog-commentform button {
  color: white;
  background-color: rgba(115, 44, 2, 0.47);
  border-radius: 2rem;
  font-family: "Tajawal";
  padding: 0.5rem 2.5rem;
  margin: 1rem 0 1rem 0;
  transition: 0.25s all ease-in-out;
}

.blog-commentform button:hover {
  color: white;
  filter: brightness(125%);
}

.blog-commentform .name-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-commentform .name-email > div:first-child {
  flex-grow: 2;
  padding-right: 0.5rem;
}

.blog-commentform .name-email > div:last-child {
  flex-grow: 1;
  padding-left: 0.5rem;
}

@media (max-width: 768px) {
  .blog-commentform {
    margin: 0.5rem 0;
  }

  .blog-commentform .name-email {
    flex-direction: column;
  }

  .blog-commentform .name-email > div:first-child {
    flex-grow: 0;
    padding-right: 0rem;
  }

  .blog-commentform .name-email > div:last-child {
    flex-grow: 0;
    padding-left: 0rem;
  }
}

/*----------------------------------------------------------------*/

/*Media*/

@media (max-width: 768px) {
  /*Footer*/

  /*Footer -> Row*/

  .footer div .row {
    flex-direction: column;
    align-items: center;
  }

  /*Footer -> Title*/

  .footer .footer-title > * {
    text-align: center;
    margin-top: 3rem;
  }

  /*Footer -> Content -> Links*/

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

  .footer .footer-content-links a {
    text-align: center;
  }

  /*Footer -> Socials*/

  .footer .footer-socials {
    margin-bottom: 2rem;
  }

  /*Footer Partners*/

  .footer .footer-content-partners img {
    width: 75%;
  }
}

.hover\:bg-caoba-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(98 83 73 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-caoba-200:hover {
  --tw-text-opacity: 1;
  color: rgb(98 83 73 / var(--tw-text-opacity));
}

.hover\:text-caoba-400:hover {
  --tw-text-opacity: 1;
  color: rgb(240 237 231 / var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.focus\:border-caoba-650:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 186 140 / var(--tw-border-opacity));
}

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-caoba-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(43 22 9 / var(--tw-ring-opacity));
}

.focus\:ring-caoba-650:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 186 140 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }

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

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

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:basis-3\/5 {
    flex-basis: 60%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}
