/*
  website Name: CRINITIS
*/

/*
  ! tailwindcss v3.0.18 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.right-4 {
  right: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-3 {
  top: 0.75rem;
}

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

.top-0 {
  top: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-2 {
  right: 0.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-1 {
  top: 0.2rem;
}

.-left-3 {
  left: -0.75rem;
}

.-top-0\.5 {
  top: -0.125rem;
}

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

.left-0 {
  left: 0px;
}

.-left-16 {
  left: -4rem;
}

.top-20 {
  top: 5rem;
}

.top-16 {
  top: 4rem;
}

.top-12 {
  top: 3rem;
}

.right-5 {
  right: 1.25rem;
}

.top-28 {
  top: 7rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-16 {
  height: 4rem;
}

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

.h-96 {
  height: 24rem;
}

.h-80 {
  height: 20rem;
}

.h-12 {
  height: 3rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[40rem\] {
  height: 40rem;
}

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

.h-48 {
  height: 12rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

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

.max-h-60 {
  max-height: 15rem;
}

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

.min-h-full {
  min-height: 100%;
}

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

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

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

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

.w-28 {
  width: 7rem;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 16rem;
}

.w-9 {
  width: 2.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-16 {
  width: 4rem;
}

.w-10 {
  width: 2.5rem;
}

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

.w-12 {
  width: 3rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-7 {
  width: 1.75rem;
}

.w-40 {
  width: 10rem;
}

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

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

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

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

.max-w-xl {
  max-width: 36rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.\!rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!justify-between {
  justify-content: space-between !important;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

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

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

.space-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-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-\[\#eee8e1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 232 225 / var(--tw-bg-opacity));
}

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

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-fixed {
  background-attachment: fixed;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.\!p-6 {
  padding: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.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-\[12px\] {
  font-size: 12px;
}

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

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

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

.text-\[\#c2a35c\] {
  --tw-text-opacity: 1;
  color: rgb(194 163 92 / var(--tw-text-opacity));
}

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

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

@import 'bootstrap.css';

@font-face {
  font-family: 'SoinSansPro-Headline';

  src: url('../fonts/Stawix-SoinSansPro-Headline.ttf');
}

@font-face {
  font-family: 'Black tea';

  src: url('../fonts/Blacktea.ttf');
}

@font-face {
  font-family: 'D-DIN';

  src: url('../fonts/d-din/D-DIN.otf');
}

@font-face {
  font-family: 'GTWalsheimPro-Regular';

  src: url('../fonts/gt/GTWalsheimPro-Regular.woff2');
}

@font-face {
  font-family: 'GTWalsheimPro-Medium';

  src: url('../fonts/gt/GTWalsheimPro-Medium.woff2');
}

.gt-walshe-reg{
  font-family: 'GTWalsheimPro-Regular';
}

.ddin {
  font-family: 'D-DIN';
}

@font-face {
  font-family: 'Patrima Bold';

  src: url('../fonts/Patrima/Juri Zaech - Patrima Bold.otf');
}

.patr {
  font-family: 'Patrima Bold' !important;
  font-weight: normal;
}

@font-face {
  font-family: 'Patrima Regular';

  src: url('../fonts/Patrima/PatrimaRegular.otf') format('opentype');
}

.patr_reg {
  font-family: 'Patrima Regular' !important;
  font-weight: normal;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #3b3b3b !important;
  line-height: 20px;
  font-size: 13px !important;
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: 'GTWalsheimPro-Regular' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar{
  width: 5px;
}

.main-cat::-webkit-scrollbar{
  width: 5px;
  height:5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(235, 235, 235);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(189, 189, 189);
  outline: 1px solid rgba(221, 221, 221, 0);
}

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: .5rem !important;
  /* font-weight: 400; */
  font-family: 'GTWalsheimPro-Regular';
}

button {
  background: transparent;
}

/* links */

ul li a, ul li {
  font-size: 14px;
  line-height: 21px;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: #000000;
}

a, a:hover {
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none !important;
  color: #fcfcfc;
}

.mail:hover {
  text-decoration: none;
  color: #da193d !important;
}

a:focus, a:active, button:focus, button:active, input:focus, input:active, select:focus {
  outline: none !important;
  text-decoration: none;
  border-color: #aaa !important;
}

::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 16px;
}

::-moz-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}

.underline a {
  text-decoration: underline;
}

.text-upper {
  text-transform: uppercase !important;
}

.brd0 {
  border: none !important;
}

.brd1 {
  border-bottom: solid 0.5px #3b3b3b77 !important;
}

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

/* ========================================= */

/* =============FONT SIZE CLASSES============== */

/* ========================================= */

.fsize8 {
  font-size: 8px;
}

.fsize10 {
  font-size: 10px !important;
}

.fsize12 {
  font-size: 12px !important;
}

.fsize13 {
  font-size: 13px;
}

.fsize14 {
  font-size: 14px !important;
}

.fsize16 {
  font-size: 16px !important;
  line-height: 22px;
}

.fsize18 {
  font-size: 18px
}

.fsize20 {
  font-size: 20px !important;
}

.fsize22 {
  font-size: 22px !important;
}

.fsize24 {
  font-size: 22px !important;
  font-weight: normal !important;
  /*letter-spacing: 1px !important; */
}

.fsize26 {
  font-size: 26px !important;
}

.fsize36 {
  font-size: 36px !important;
}

.fsize40 {
  font-size: 40px !important;
}

.fsize50 {
  font-size: 50px !important;
}

.fsize60 {
  font-size: 60px !important;
  line-height: 65px;
}

.fsize70 {
  font-size: 5em;
  line-height: 1em;
}

.fsize80 {
  font-size: 80px;
}

.fsize90 {
  font-size: 90px;
}

.fsize100 {
  font-size: 100px !important;
}

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

/*  FONT-WEIGHT
/*-----------------------------------------------------------------------------------*/

.font100 {
  font-weight: 100;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600 !important;
}

.font700 {
  font-weight: 700;
}

.font900 {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

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

/*  SPACING
/*-----------------------------------------------------------------------------------*/

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

.space5 {
  margin-top: 5px !important;
}

.space10 {
  margin-top: 10px !important;
}

.space15 {
  margin-top: 15px !important;
}

.space20 {
  margin-top: 20px !important;
}

.space25 {
  margin-top: 25px !important;
}

.space30 {
  margin-top: 30px !important;
}

.space40 {
  margin-top: 40px !important;
}

.space50 {
  margin-top: 50px !important;
}

.space60 {
  margin-top: 60px !important;
}

.space70 {
  margin-top: 70px !important;
}

.space80 {
  margin-top: 80px !important;
}

.space90 {
  margin-top: 90px !important;
}

.space100 {
  margin-top: 100px !important;
}

.space170 {
  margin-top: 170px !important;
}

.no-space {
  margin: 0 !important;
  padding: 0 !important;
}

.mleft0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.pad0 {
  padding: 0 !important;
}

.ptop0 {
  padding-top: 0 !important;
}

.pbtm0 {
  padding-bottom: 0 !important;
}

.pright0 {
  padding-right: 0 !important;
}

.pleft0 {
  padding-left: 0 !important;
}

.mar0 {
  margin: 0;
}

.m-auto {
  margin: 0 auto;
  display: block;
}

.mbtm0 {
  margin-bottom: 0 !important;
}

.mtop0 {
  margin-top: 0 !important;
}

.left0 {
  left: 41px !important;
}

.left20 {
  left: 20px !important;
}

.left10 {
  left: 10px !important;
}

.top0 {
  top: 0 !important;
}

.w50 {
  width: 50px !important;
}

.bglnheight {
  line-height: 5.9rem !important;
}

.bgwhite {
  background: #fff;
}

.hide {
  display: none !important;
}

.block {
  display: block;
}

.trans, .trans:hover {
  transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
}

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

.op-0{
  opacity: 0 !important;
}

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

/*  TETX-COLOR
/*-----------------------------------------------------------------------------------*/

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.txt-grey {
  color: #868686 !important;
  opacity: 1 !important;
}

.txt_red {
  color: #d01920 !important;
}

.txt_grn {
  color: #38bab4 !important;
}

.txt_blue {
  color: #3265ff !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
}

.bgblack {
  background: #000000 !important;
  color: #fff !important;
  border: none !important;
}

.signup .blockbtn {
  position: relative;
  /* top: 20px; */
  padding: 5px 40px !important;
  font-family: 'Patrima Bold';
}

.brdblack {
  border: 1px solid #000 !important;
}

.blockbtn {
  width: auto !important;
  padding: 7px 8px 4px 8px !important;
  font-weight: normal !important;
}

.top_bar .quick_btn {
  width: auto;
  min-width: 112px;
}

.quick_btn, .blockbtn {
  font-family: 'SoinSansPro-Headline';
  border: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 8px 4px 8px !important;
  width: 112px;
  background: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  position: relative;
  z-index: 999;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: auto;
}

.quick_btn:hover, .blockbtn:hover {
  /* background: #000; */
  color: #fff !important;
  border-color: #d61e25 !important;
  background: #d61e25 !important;
}

.quick_btn:before, .quick_btn:hover:before, .blockbtn:before, .blockbtn:hover:before {
  transition: all .4s ease-in;
  -ms-transition: all .2s ease-in;
}

.quick_btn:before, .blockbtn:before {
  /* content: ""; */
  background: #d61e25;
  height: 100%;
  /* width: 0; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
}

.quick_btn:hover:before, .blockbtn:hover:before {
  width: 100%;
}

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

.blockbtn, .blockbtn:hover {
  transition: all .3s ease-in;
  /* background: #d61e25; */
}

.pad {
  padding: 60px 0;
}

.form-control {
  border: none;
  border-radius: 0 !important;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

.m-loader__spin {
  text-align: center;
  margin-top: 32px;
  line-height: 0;
  position: absolute;
  top: 65%;
  width: 100%;
  bottom: 40px;
}

.m-loader__spin div {
  padding-right: 1px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /* background-image: url(../img/logos/crinitislogo.png);   */
  background-image: url(../img/logos/crinitis-logo-pride.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  background-size: 180px;
}

/* ============START CSS FOR HEADER ==\=========*/

.flex {
  display: inline-flex;
  /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
  width: 100%;
  /* flex-wrap: wrap; */
}

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

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

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

header {
  position: absolute;
  width: 100%;
  /* padding: 20px 0px; */
  background: transparent;
  /* height: 100%; */
}

.sub-menu{
  position: relative;
}

.dropdown-menu{
  background: #000;
  border-radius: 0 !important;
  border-top: 1px solid #3a3a3a;
  top: 80px;
  padding:10px 15px !important;
  transition: all .3s linear;
}

.dropdown-menu ul{
  padding: 0 !important;
}

.menu li:hover .react-icons{
  transform: rotate(180deg);
}

.dropdown-menu li{
  list-style-type: none !important;
}

.dropdown-menu li a{
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: .5px;
}

.detail_content ul{
  padding-left: 2rem;
  list-style-type: disc;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.mega-menu{
  position: absolute;
  width: 77%;
  margin: 0 auto;
  background: #000;
  border-top: 1px solid #3a3a3a;
  padding:40px;
  left: 0;
  right: 0;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}

.menu-banner{
  position: relative;
}

.menu-banner .blockbtn {
  background: #d61e25;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.menu-banner .blockbtn:hover {
  color: #fff !important;
}

.menu-card{
  margin: 20px 0;
  width: 45%;
  margin-right: 20px;
}

.menu-card:hover .menu-heading{
  color:#d8bb91;
}

.menu-heading{
  color:#fff;
  font-size: 22px;
  font-family: 'Patrima Bold';
}

.menu-card p{
  color: rgb(218, 218, 218);
  font-size: 15px;
  width: 18em;
}

.menu-banner{
  margin-bottom: 0;
}

.top_bar {
  /* min-height: 100px; */
  padding: 0 30px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: #000;
  /* background: linear-gradient(to bottom, #000, #000000d4, #00000073, #00000000); */
}

.triangle-top{
  width: 0;
  height: 0;
  margin:25px auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 30px solid black;
  position: absolute;
  /* left: 0; */
  top: -31px;
  transform: translateX(175px);
}

/*  .show-menu .top_bar{
  z-index: 999;
} */

/* .top_bar.affix */

header.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  animation: slide .3s forwards;
  -moz-animation: slide .3s forwards;
  -webkit-animation: slide .3s forwards;
  background: rgba(0, 0, 0, .9);
  top: 0;
  /* padding: 12px 30px; */
}

header .sticky-logo{
  display: none !important;
}

header.sticky .main-logo{
  display: none !important;
}

header.sticky .sticky-logo{
  display: block !important;
}

/* header.sticky .logo{
    top: 16px;
} */

@keyframes slide {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0);
  }
}

.bar_bx {
  position: relative;
}

.logo {
  position: relative;
  left: 0;
  top: 4px;
  z-index: 9;
}

.logo img {
  width: 150px;
  /* padding-top: 8px; */
}

.top_bar.affix .logo {
  opacity: 1;
}

.top_bar.affix #nav-icon2 span {
  background: #fff;
}

#nav-icon2.open span {
  background: #fff;
}

#nav-icon2 {
  width: 33px;
  height: 28px;
  display: none;
  position: relative;
  /* margin: 50px auto; */
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none !important;
  top:3px;
  box-shadow: none !important;
  z-index: 9999;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 50%;
  background: #fff;
  opacity: 0.8;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  /* border-radius: 0 9px 9px 0; */
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  /* border-radius: 9px 0 0 9px; */
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: -0.5px;
  top: 3.5px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3.5px);
  top: 3.5px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 0px;
  top: 16.5px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

.since_icon {
  position: absolute;
  top: 13px;
  right: 2rem;
  z-index: 99;
}

.mini_logo {
  position: relative;
  top: -4px;
}

.mobile-menu{
  display: none;
}

.menu-wrap,.quick_menu{
  justify-content: end;
  /* padding-top: 1.4rem; */
}

.quick_menu{
  padding-left: 1rem;
}

.menu-wrap a {
  color: #000000;
}

.menu-wrap a:hover,.menu-wrap a:focus,.menu__item.active,
.ft_menu li a:hover{
  color: #c2a35c !important;
}

/* .menu ul li:last-child a {
    color: #fff !important;
} */

.obee-iframe-widget .main-row,.obee-iframe-widget #sub-heading{
  color: #fff !important;
}

.menu-wrap a:hover span {
  /* letter-spacing: 3px; */
  /* transition:all .2s linear; */
  transition: all .2s linear;
}

/* .menu-wrap a:hover,
.menu-wrap a:focus,
.menu__item.active {
    color: #d8bb91 !important;
} */

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s;
}

.content {
  position: relative;
  background: #b4bad2;
}

.content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
  transform: translate3d(100%, 0, 0);
}

/* Menu Button */

.menu-button {
  position: fixed;
  z-index: 1000;
  margin: 0em;
  top: 5px;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  /* text-indent: 2.5em; */
  font-size: 1.5em;
  color: transparent;
  cursor: pointer;
  background: transparent;
}

.menu-button::before {
  position: absolute;
  top: 0.50em;
  right: -0.2em;
  border-radius: 3px;
  bottom: 0.5em;
  left: 0.5em;
  background: linear-gradient(#000000 15%, transparent 15%, transparent 40%, #000000 40%, #000000 60%, transparent 60%, transparent 84%, #000000 80%);
  content: '';
}

.menu-button:hover {
  opacity: .9;
}

/* Close Button */

.close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4em;
  top: 2em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  cursor: pointer;
  display: none;
}

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ffffff;
}

.close-button::before {
  transform: rotate(45deg);
}

.close-button::after {
  transform: rotate(-45deg);
}

/* Menu */

.menu-wrap {
  font-size: 1.15em;
}

.mobile-logo{
  display: none;
}

.icon-list {
  /* position: relative;
    top: 4vw; */
}

.menu .menu__item {
  display: inline-block;
  padding: 20px 0;
  font-family: unset;
  font-family: 'Patrima Bold';
}

.ov_footer {
  position: fixed;
  bottom: 10px;
  left: 0%;
  z-index: 99;
  width: 100%;
}

.ov_footer ul li a, .ov_footer ul li:last-child {
  margin: 2px 12px;
  font-size: 12px !important;
  /* text-transform: uppercase; */
}

.icon-list a i {
  opacity: 0.5;
}

.icon-list a span {
  /* margin-left: 10px; */
  text-transform: uppercase;
  /* font-weight: 700; */
  /* letter-spacing: .2px; */
  /* font-family: 'Nunito', sans-serif; */
  line-height: 1.4em;
  padding: 0 2px;
  display: inline-flex !important;
  font-size: 16px;
  transition: all .2s linear;
  -ms-transition: all .2s linear;
  width: 100%;
}

.icon-list a .react-icons{
  margin-left: 5px;
}

.menu-wrap .social {
  /* position: absolute; */
  right: -7rem;
  top: 1.2rem;
  z-index: 99999;
}

.menu-wrap .social i {
  font-size: 16px;
}

.menu-wrap .social a {
  color: #fff;
  margin: 0 !important;
  /* display: inline-block; */
}

.menu-wrap .menu .menu--adsila{
  display: flex;
}

.menu-wrap .social li {
  margin: 12px 0 0 !important;
}

/* .menu-wrap  .menu--adsila li:nth-child(n+7) {
    display: none !important;
} */

.menu-wrap .social a:hover {
  color: #d01920;
}

/* Menu hovereffect */

.menu--adsila a {
  color: #fff;
  display: block !important;
}

.menu--adsila .menu__item-name {
  /* font-weight: bold; */
  line-height: 42px;
  padding: 0 0 0 1.2rem;
  transition: color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu--adsila .menu__item-label {
  font-size: 1em;
  letter-spacing: 0.05em;
  transform: translate3d(-0.5em, 0, 0);
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu--adsila .menu__item-label::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 1.25em;
  left: 0.05em;
  width: 25%;
  height: 1px;
  opacity: 0.3;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* .menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
    background: #fff; 
	background: #d8bb91;
} */

.menu--adsila .menu__item:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(even) .menu__item-label::before {
  background: #6265fe;
}

/* Hover */

.menu--adsila .menu__item:nth-child(odd):hover,
.menu--adsila .menu__item:nth-child(odd):focus {
  /*color: #fe628e;*/
  color: #b2b2b2;
}

.menu--adsila .menu__item:nth-child(even):hover,
.menu--adsila .menu__item:nth-child(even):focus {
  color: #6265fe;
}

@media screen and (max-width: 50em) {
  .menu--adsila .menu__item-label {
    display: block;
    margin: 0.5em 0 0 1em;
  }
}

.demo-adsila {
  --color-text: #57585c;
  --color-background: #fff;
  --color-link: #5d93d8;
  --color-link-hover: #423c2b;
}

/* .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
} */
.height{
  height:20px
}
.menu {
  /* position: relative; */
  z-index: 10;
}

.menu__item {
  line-height: 1;
  position: relative;
  display: block;
  /* margin: 1em 0; */
  outline: none;
}

.menu__item-name,
.menu__item-label {
  position: relative;
  display: inline-block;
}

.menu__item-name {
  font-size: 1.25em;
}

.menu__item-label {
  margin: 0 0 0 0.5em;
}

/* Morph Shape */

.morph-shape {
  position: fixed;
  width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  fill: rgba(255, 255, 255, 0.1);
  z-index: -9;
  display: none;
}

/* Shown menu */

/* .show-menu{
  overflow-y: hidden;
} */

.show-menu {
  position: relative;
}

.show-menu:after {
  content: "";
  background: rgba(0, 0, 0, .3);
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.show-menu .menu-wrap {
  transform: translate3d(0px, 0px, 0);
  /* opacity: 1; */
}

.show-menu .content-wrap {
  transition-delay: 0.1s;
  transform: translate3d(100px, 0, 0);
}

.show-menu .content::before {
  opacity: 1;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
}

/*CSS FOR HOME PAGE*/

.hero-banner{
  height: 100%;
}

#carousel .carousel-caption {
  position: static !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #b9b9b9;
  /* border: 1px solid #f5f5f5; */
}

.carousel-caption .flex {
  justify-content: space-between;
  align-items: center;
}

.carousel-caption p {
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  font-size: 15px;
  padding-left: 10px;
}

.carousel-caption .blockbtn {
  margin-left: 25px !important;
}

.carousel-caption .title, .carousel-caption .coach {
  opacity: 0;
}

.carousel-caption .title {
  transform: translateX(-100%);
  display: flex;
}

.carousel-caption .coach {
  transform: translateX(100%);
  position: relative;
  top: 0;
}

.hero-inner.active .carousel-caption .title, .hero-inner.active .carousel-caption .coach {
  opacity: 1 !important;
  transform: translateX(40px);
  transition: all .8s linear;
}

.hero-inner.active .carousel-caption .coach {
  transform: translateX(0);
}

.carousel-control {
  position: absolute;
  top: 48%;
  width: 40px;
  height: 40px;
  background: #00000066;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.left.carousel-control {
  background: url(../img/icon/xx-slider_arrow1.png) no-repeat #00000055;
  background-position: 9px -4px;
}

.right.carousel-control {
  background: url(../img/icon/xx-slider_arrow1.png) no-repeat #00000055;
  background-position: -26px -4px;
  right: 20px;
}

.left.carousel-control {
  left: 20px;
}

.carousel-control:hover {
  /* background: #000; */
  color: #fff;
}

.hero_banner, .add_banner {
  background-size: cover !important;
  /* display: table; */
  height: 60%;
  width: 100%;
}

.half_banner {
  height: 70vh !important;
  background-position: center center !important;
}

#our_story .content_img img {
  width: 85%;
}

#birthday .content_bx {
  padding: 4rem 2rem 4rem 2vw;
}

/* css for menu's gallery */

/* lightbox css */

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0
}

.lb-outerContainer:after {
  display: table
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/icon/loading.gif) no-repeat
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  display: block !important;
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/icon/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0px;
  float: right;
  background: url(../img/icon/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  transition: opacity .6s;
  /* display: block !important; */
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  display: table
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/icon/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}

.content_bx {
  padding: 6rem 0 6rem 1vw;
  text-align: center;
}

.title {
  text-transform: uppercase;
  /* font-weight: 900; */
  color: #0e0e0e;
  font-size: 44px;
  position: relative;
  /* display: inline-block; */
  margin-bottom: 29px;
  /* letter-spacing: 4px; */
  font-family: 'SoinSansPro-Headline';
}

.sub_tit {
  font-size: 17px;
  padding: 10px 0;
  position: relative;
  text-transform: lowercase;
}

.sub_tit:before {
  content: "";
  height: 1px;
  background: #3f3f3f;
  width: 100px;
  display: block;
  left: 0;
  bottom: -5px;
  position: absolute;
}

.title .sign, .sign {
  font-family: 'Black tea';
  color: #d61e25;
  text-transform: capitalize;
  font-weight: normal;
  position: absolute;
  font-size: 41px;
  top: 26px;
  transform: rotate(-5deg);
  right: -3rem;
  width: 100%;
}

.para {
  margin: 0 auto;
  font-size: 14px;
  line-height:20px;
}

#gifts iframe{
  border:15px solid #000;
  margin-top: 40px;
}

.branch_slider .item_bx {
  position: relative;
  width: 100%;
  height: 100%;
}

.branch_slider .item_bx span,.branch_slider .item_bx span img{
  width: 100% !important;
}

.branch_slider .item_bx .mask {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#our_branch{
  overflow: hidden;
}

#our_branch .location-name {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}

.op_bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, .6);
  padding: 10px;
}

.venue_bar {
  justify-content: space-between;
  align-items: center;
}

.venue_bar .title {
  color: #000 !important;
}

.branch_slider .item_bx .mask, .branch_slider .item_bx:hover .mask, .branch_slider .item_bx .inner_mask img,
.branch_slider .item_bx:hover .inner_mask img, .branch_slider .item_bx .inner_mask .vw_mre, .branch_slider .item_bx:hover .inner_mask .vw_mre {
  transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
}

.branch_slider .item_bx:hover .mask {
  opacity: 1;
}

.branch_slider .inner_mask {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
}

.branch_slider .a_middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.branch_slider .item_bx .inner_mask img {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

.branch_slider .item_bx .inner_mask .vw_mre {
  display: block;
  background: #000;
  color: #fff;
  width: 85px;
  margin: 15px auto 0;
  text-transform: uppercase;
  font-family: 'D-DIN';
  padding: 4px 0;
  transform: translateY(10px);
  -ms-transform: translateY(10px);
}

.branch_slider .item_bx .inner_mask .vw_mre:hover {
  background: #fff;
  color: #000 !important;
}

.branch_slider .item_bx .res_img {
  width: 100%;
}

.branch_slider .item_bx:hover .inner_mask .vw_mre {
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.branch_slider .item_bx:hover .inner_mask img {
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* .owl-controls{
  display: none !important;
} */

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  text-indent:  0 !important;
  font-size: 0 !important;
}

.owl-next {
  content: "";
  background: url(../img/icon/xx-slider_arrow1.png) no-repeat #00000077 !important;
  background-position: -26px -4px !important;
  right: 10px;
}

.owl-prev {
  content: "";
  background: url(../img/icon/xx-slider_arrow1.png) no-repeat #00000077 !important;
  background-position: 9px -4px !important;
  left: 10px;
  text-indent: 0 !important;
}

#menus .content_bx {
  padding:5rem 3vw 3rem 2rem;
}

.menu_img {
  margin: 10px 5px;
  position: relative;
  overflow: hidden;
}

.menu_img img, .menu_img:hover img {
  transition: all 3s linear;
  -ms-transition: all 3s linear;
}

.menu_img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#menus .content_img .col-6 {
  padding: 0 5px;
}

.vw_menu {
  border-bottom: 2px solid #d8bb91;
  text-transform: uppercase;
  color: #d8bb91;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.vw_menu:hover {
  color: #000 !important;
  border-color: #000;
}

#plain_banner {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% !important;
}

#plain_banner img {
  width: 100%;
}

#cta .title {
  margin: 0 !important;
  display: inline-block;
}

#cta .title .sign {
  right: 0 !important;
  display: inline-block;
  width: auto;
}

footer {
  background: #000000;
  /* color: #fff; */
}

.cta_text .para {
  font-size: 16px;
  line-height: 22px;
}

.pre_footer {
  padding: 4vw 3vw;
  background: #f9f9f9;
}

.btm_footer {
  padding: 1vw 10vw;
}

.social li a {
  color: #000;
  padding: 0 10px;
  font-size: 18px;
}

.social li a:hover {
  color: #d01920 !important;
}

.social-icons img {
  width: 25px;
  opacity: 0.3;
  border-radius: 100%;
}

.social-icons img:hover {
  opacity: 1.0;
}

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

.ft_left, .ft_right {
  align-items: center;
}

.ft_right {
  justify-content: center;
}

.subscribe {
  text-align: center;
}

.subscribe .form-control {
  background: #ffffff;
}

.ft_left .para {
  padding: 0 20px;
}

#reservation .hero_banner {
  display: none !important;
}

/* Location top banner */

.location {
  background: url(../img/banners/inner-banners/Locations.jpg) no-repeat !important;
  background-size: cover !important;
}

.blog {
  background: url(../img/banners/inner-banners/Locations.jpg) no-repeat !important;
  background-size: cover !important;
}

/* css for whats on */

.whatson {
  background: url(../img/banners/inner-banners/whats-on.jpg) no-repeat !important;
  background-size: cover !important;
}

#whats_on .wt_img span,#whats_on .wt_img img{
  width: 100% !important;
}

.grid_bx {
  margin-bottom: 30px;
  position: relative;
  /* overflow: hidden; */
  border: 1px solid #e0e0e0;
}

.grid_cat {
  /*background-color: rgb(246, 246, 246);*/
  padding: 10px 10px 20px;
  position: relative;
  background: #fff;
}

.wt_detail.grid_cat, #menu-item .menu_cat.grid_cat, .blog_detail.grid_cat {
  align-items: center;
  min-height: 173px;
  display: grid;
}

#menu-item .menu_cat.grid_cat {
  min-height: 155px !important;
}

.menu_bx.grid_bx span,.menu_bx.grid_bx img {
  width: 100% !important;
}

.wt_detail ul li, .venue_detail ul li {
  width: 49% !important;
  display: inline-block;
}

.wt_detail ul li .blockbtn, .venue_detail ul li .blockbtn {
  width: 100% !important;
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
  margin: 0;
  /* border-width: 1px; */
  /* font-weight: normal !important; */
  /* background: #fff; */
}

.wt_detail ul li:first-child, .venue_detail ul li:first-child, .wt_btns li:first-child {
  padding-right: 8px;
}

.wt_detail ul li:last-child, .venue_detail ul li:last-child, .wt_btns li:last-child {
  padding-left: 8px;
}

.wt_address, .location_address {
  padding: 1px 0 8px;
  color: #717171;
  font-size: 14px;
}

.wt_date {
  position: absolute;
  top: -25px;
  right: 0;
}

.wt_date h5 {
  background: #000000;
  padding: 5px 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Patrima Bold';
  /* left: 0; */
}

.wt_bx:hover, .venue_bx:hover, .gallery_bx:hover, .menu_bx:hover, .blog_bx:hover {
  box-shadow: 2px 2px 15px -5px #33333344;
}

.wt_bx img {
  max-height: 350px;
}

.grid_bx:hover img {
  /* filter:grayscale(40%); */
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.bread_crumb {
  padding: 13px 15px;
  /* border-top: 1px solid #b9b9b9; */
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.bread_crumb ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  color: #848484 !important;
}

.bread_crumb ul li a, .bread_crumb ul li {
  font-weight: normal !important;
  /* padding-right: 15px; */
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Patrima Bold';
}

.bread_crumb ul li:not(:last-child):after {
  content: "";
  background: #333;
  height: 18px;
  width: 1px;
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
}

.bread_crumb ul li:last-child a{
  color: #848484 !important;
  pointer-events: none;
}

.coach {
  position: absolute;
  right: 0px;
  top: 0px;
}

.coach a {
  background: #000;
  padding: 17px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.coach .blockbtn {
  line-height: 40px;
  border: none;
  margin-right: 0;
  padding: 6px 14px 5px !important;
}

.coach a:hover {
  background: #101010;
}

.coach a span {
  height: 53px;
  width: 53px;
  background: #ed1c24;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
  left: -10px;
  line-height: 50px;
}

.nice-select .list li:after {
  content: none !important;
}

/*css whats on detail*/

.banner_content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  /* z-index: 99; */
}

.share {
  position: absolute;
  top: -1px;
  right: 0px;
  background: #fcfcfc;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 4px;
  overflow: hidden;
}

.share img {
  width: 12px;
}

.share ul li {
  width: auto !important;
  /* display: block; */
  text-align: center;
  margin: 0px 5px !important;
  padding: 0 !important;
  display: inline-block;
}

.share ul li a {
  color: #000;
}

.share span {
  position: relative;
  /* right: -2px; */
  white-space: nowrap;
  /* transform: rotate(-90deg); */
  /* top: -11px; */
  /* font-weight: 600; */
  font-size: 12px;
  /* color: #adadad; */
  overflow: hidden;
  background: #fff;
}

.share ul {
  margin-top: -19px;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  text-align: center;
}

.grid_bx:hover .share ul {
  margin-top: 0;
  transition: all .3s linear;
  -ms-transition: all .3s linear
}

/* .whatson .banner_content:after{
  content: "";
  background: rgba(0,0,0,.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  z-index: 9;
} */

.whatson .title {
  position: relative;
  z-index: 99;
  text-shadow: 0 1px 10px #171717;
}

.summary p {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 20px;
}

.summary p a{
  width: auto !important;
  padding:  4px  8px !important;
  font-weight: normal !important;
  background-color: #000;
  color: #fff !important;
  font-family: 'SoinSansPro-Headline';
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: auto;
}

.summary p a span{
  color: #fff !important;
}

.summary p a:hover{
  background: #ededed !important;
  color: #171717 !important;
  border-color: #dedede !important;
}

.summary p a:hover span{
  color: #171717 !important;
}

.term ul li {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  list-style-type: disc;
  font-family: 'GTWalsheimPro-Regular';
}

.term ul li span{
  font-size: 14px !important;
}

.term .title{
  margin-bottom: 10px;
}

.term ul li:before {
  /* content: ""; */
  /* background: url(../img/icon/favicon.png) 100% no-repeat; */
  position: absolute;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: -18px;
  top: 6px;
  background: #000000;
  border-radius: 100%;
}

.term ul li ul li {
  margin-bottom: 0;
  list-style: disc;
}

.term ul li ul li:before {
  content: none;
}

.location_bx {
  margin-bottom: 10px;
  padding: 9px;
  box-shadow: 0 1px 4px -4px #333;
  position: relative;
  background-color: rgb(245, 245, 245);
}

.location_bx a {
  color: #212529 !important;
}

.go_gallery a {
  color: #fff;
  padding: 8px 10px;
  background: #000000;
  font-size: 18px;
}

.go_gallery a:hover {
  background: #df1921;
  color: #fff !important;
}

.go_gallery {
  position: absolute;
  top: -30px;
  right: 0;
  margin-bottom: 0;
}

.blog-list p{
  font-size: 14px;
  line-height: 20px;
}

.blog-detail p{
  font-size: 15px;
  line-height: 21px;
}

.blog-detail  figure{
  width: 100% !important;
  display: block;
  margin: 20px 0 !important;
}

/* .location_bx:hover h2{color:#a2a2a2 !important}
.location_bx:hover a{color:#212121 !important} */

.st_name {
  position: relative;
  padding-left: 20px;
}

.st_name span:before {
  content: "";
  background: url(../img/pin.png) 0% 20% no-repeat;
  display: block;
  background-size: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

/* .st_name span {
    padding-left: 20px;
} */

.wt_btns li a {
  display: inline-block !important;
  width: 100% !important;
  margin-bottom: 10px;
}

.wt_btns li {
  width: 48%;
}

/* start event css */

.event {
  background: url(../img/event/events-slide-1.jpg) 50% no-repeat !important;
  background-size: cover !important;
}

#events .content_bx {
  padding: 8rem 0 3rem 1vw;
  width: 90%;
}

#events .pad {
  padding: 6rem 0;
}

#events .content_img img {
  width: 100%;
}

.event_slider .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event_slider .owl-controls {
  display: block !important;
  margin: 10px 0;
}

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

.owl-page {
  display: inline-block !important;
  margin: 0 5px !important;
}

.owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  display: inline-block !important;
}

.owl-page.active span {
  background: #000;
}

.ft_menu li a {
  font-family: 'Patrima bold';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px;
}

.ft_menu {
  padding: 35px 0;
}

/* .blockbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #d61e25;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0, 0,0);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
} */

/* .blockbtn:hover::before, .blockbtn:hover::before {
    box-shadow: inset 0 0 0 2px #d61e25;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
} */

.blockbtn.bgblack:hover:before {
  box-shadow: inset 0 0 0 2px #dedede !important;
}

.blockbtn.bgblack:hover {
  background: #ededed !important;
  color: #171717 !important;
  border-color: #dedede !important;
}

/* This is for BreadCrumb Bar Button */

.blockbtn.bgred:hover {
  color: #fff !important;
  border-color: #d61e25 !important;
  background: #d61e25 !important;
}

/*css for gallery*/

.gallery_cat, .career_cat {
  padding-bottom: 18px;
  position: relative;
}

.r_arrow {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 30px;
  color: #ed242c;
}

.gallery_bx:hover .r_arrow, .career_bx:hover .r_arrow {
  animation: flash .9s infinite;
  -webkit-animation: flash .9s infinite;
}

/* career overview fulllayout effect */

.full_layout .job_listing li {
  border: none !important;
  padding: 0;
}

.full_layout .job_listing li:before, .full_layout .job_listing li:after {
  content: none;
}

.full_layout .job_listing .container {
  border-bottom: 1px solid #b9b9b9;
  padding: 50px 0;
}

.full_layout .job_listing li:hover {
  background: #000;
  transition: all .3s ease-in;
}

.full_layout .job_listing li:hover .role:after {
  background: #fff;
}

.full_layout .job_listing li:hover .container {
  border: none;
}

.full_layout .job_listing li:hover .blockbtn {
  background: #fff !important;
  color: #000 !important;
}

.role:after {
  /* content: ""; */
  height: 40px;
  width: 1px;
  position: absolute;
  background: #000;
  top: 20px;
  right: 5px;
}

.job_listing ul li {
  display: table;
  width: 100%;
  text-align: center;
  padding: 40px 10px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.job_listing ul li:after {
  content: "";
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-radius: 3px 3px 0 0;
}

.job_listing ul li:before {
  content: "";
  height: 0;
  background: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-radius: 0 0 3px 3px;
}

.job_listing ul li:hover:after, .job_listing ul li:hover:before,
.job_listing ul li:after, .job_listing ul li:before {
  transition: all .3s linear;
}

.job_listing ul li:hover:after, .job_listing ul li:hover:before {
  height: 50%;
}

.job_listing ul li:hover h4, .job_listing ul li:hover h6,
.job_listing ul li:hover p, .job_listing ul li:hover a {
  color: #fff !important;
}

.job_listing ul li:hover {
  border: none !important;
}

.job_listing ul li:hover .more-btn {
  background: #fff;
  color: #000 !important;
}

.role, .vw_rol, .job_desc {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 99;
  text-align: left;
}

.job_desc {
  width: 70%;
}

.role {
  min-width: 290px;
}

.role h4, .role h6 {
  text-transform: uppercase;
}

.job_listing a {
  color: #000;
}

.vw_rol .blockbtn {
  width: 120px !important;
  border: 1px solid #dedede;
}

@keyframes flash {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.gallery {
  background: url(../img/gallery/JV.jpg) no-repeat 50% !important;
  background-size: cover !important;
}

.TemplateParent-Item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

/* css for locations */

.open_hour {
  padding: 8px 0;
  display: inline-block;
  align-items: center;
  position: relative;
}

.open_hour span {
  padding-left: 6px;
  color: #333;
  text-decoration: underline;
  cursor: default;
}

.hour_bx {
  position: absolute;
  width: 340px;
  box-shadow: 0 2px 15px -4px #333;
  border-radius: 2px;
  padding: 15px 8px;
  background: /* url(../img/crinitislogo.png) repeat-x 100% 100% */ #f9f9f9;
  left: 2.4rem;
  z-index: -9;
  bottom: 0;
  opacity: 0;
  background-size: contain;
}

.right-line{
 border-right: 2px solid rgb(49, 49, 49);
}
.img-height{
  height: 100% !important
}

.hour_bx h2{
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.hour_bx ul li {
  width: 100% !important;
  /*padding: 6px 0;*/
  border-bottom: 1px solid #d0d0d0;
  padding-left: 0 !important;
}

.hour_bx ul li span {
  text-decoration: none;
  padding-right: 5px;
}

.hour_bx ul li p {
  min-height: 33px;
  margin-bottom: 2px !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
  font-size: 14px;
}

.hour_bx ul li p span:first-child {
  width: 160px;
  position: absolute;
  display: block;
}

.hour_bx ul li p span:last-child {
  padding-left: 74px;
  float: right;
}

.hour_bx ul li:last-child, .hour_bx ul li p:last-child {
  border: none;
}

.open_hour .hr_badge:hover .hour_bx {
  opacity: 1;
  z-index: 999;
}

.wt_list_list a img {
  width: 100%;
}

/* css for menu */

.menus {
  background: url(../img/banners/inner-banners/Menus.jpg) no-repeat 50% !important;
  background-size: cover !important;
}

.menu_bx .sign {
  top: 5px;
  right: auto;
  padding-left: 6px;
  font-size: 30px;
  text-transform: lowercase;
}

/*start css for career*/

.fgigure_bx {
  margin: 20px 0;
  display: flex;
  align-items: center;
  /* height: 100%; */
  padding: 6px 6px 6px 0;
  box-shadow: 0 0px 4px -2px #333;
  position: relative;
  background-color: rgb(245, 245, 245);
}

.number {
  position: absolute;
  background: #000000;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  /* width: 20px; */
  text-align: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 100px;
}

.fg_content {
  padding-left: 7rem;
  width: 100%;
}

.number span {
  font-size: 20px;
  font-weight: 600;
}

.fg_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.fg_content a {
  color: #ed1c24;
  text-transform: capitalize;
}

.fg_content a i {
  padding-left: 5px;
  float: right;
  position: relative;
  top: 3px;
}

.block{
  display: block;
}

.location_detail .call_bx p{
  margin-bottom: 0px !important;
}

.call_bx {
  text-align: center;
  border: 1px solid #ededed;
  padding: 2.2rem;
  background: #f9f9f9;
}

.call_bx p{
  font-size: 14px;
  line-height: 20px;
}

.call_bx a {
  width: 100%;
  display: block;
}

.call_bx a:hover{
  /* text-decoration: underline !important; */
  color: #333 !important;
}

.wt_list_detail summary p{
  font-family: 'D-DIN' !important;
}

.order-online .summary a:hover{
  text-decoration: underline !important;
  color: #000;
}

.res_cat {
  position: relative;
  text-align: center;
}

.res_cat .blockbtn {
  font-size: 15px;
  margin-top: 16px !important;
  letter-spacing: .5px;
}

.ingrad {
  color: #717171;
  padding: 4px 0 0;
}

.price {
  top: -38px;
}

.price h5 {
  font-size: 26px !important;
  /* bottom: 0; */
}

.hor_bar {
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #262626;
  background: #050505;
}

.hor_bar .title {
  color: #fff;
}

.hor_bar .sign {
  width: auto;
  position: static;
  font-size: 30px;
  padding-left: 10px;
  text-transform: lowercase;
}

.hor_bar .title {
  display: flex;
  align-items: center;
  width: 100%;
}

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

.search_bar input {
  border: none;
  border-bottom: 1px solid #ccc;
  /* font-weight: 600; */
  padding-left: 2px;
  color: #fff !important;
}

.search_bar input:focus {
  /* color: #fff; */
  background: transparent;
  border-color: #fff !important;
}

.fltr_bx {
  position: relative;
  top: 0px;
  width: 37px;
  height: 37px;
  padding: 7px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  margin-left: 14px;
  /* background: #ebebeb; */
}

.veg_icon li img {
  width: 25px;
  opacity: .7;
  margin: 0 3px;
}

.search_bar input::-webkit-input-placeholder {
  color: #fff !important;
}

.search_bar input::-moz-input-placeholder {
  color: #fff !important;
}

.search_bar input::-webkit-input-placeholder {
  color: #fff !important;
}

.search_bar {
  position: relative;
  width: 80%;
}

.icon {
  content: "\f002 ";
  position: absolute;
  font-family: FontAwesome;
  color: #fff;
  right: 0;
  top: 10px;
}

.for_kids {
  background: #f9f9f9;
  padding: 60px 0;
}

.kids_img img {
  border-radius: 3px;
  box-shadow: 0 0px 10px -5px #333;
}

.aw_cat {
  border-top: 1px solid #eaeaea;
  background: #f5f5f5;
}

.awt_img img {
  width: 250px;
  height: 280px;
}

.grid_cat.aw_cat {
  padding: 10px;
  min-height: 137px;
}

/* css for orderpickup */

.vip_p, .vip_p h5 {
  background: #a5915a;
  text-align: center;
  color: #fff;
  top: -45px !important;
}

.vip_p span {
  font-size: 14px;
  padding: 0 2px;
  display: block;
}

.ord_detail.flex {
  /*  justify-content: space-between;
align-items: center; */
  padding-bottom: 10px;
}

.ord_detail {
  background: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  /* display: flex; */
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  /* flex-wrap: wrap; */
}

.ord_detail a h2 {
  width: 230px;
  line-height: 25px;
}

.price_serve {
  color: #717171;
}

.add_member {
  margin: 5px 0 25px;
}

.gift_card {
  display: none;
}

.gift_card a {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  background: #000;
  line-height: 38px !important;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 9;
}

.gift_card a img {
  width: 25px;
}

.mb_img {
  display: none !important;
}

.mb_block {
  display: none;
}

#bpkgForm .blockbtn {
  position: relative;
  top: 20px;
  padding: 5px 50px !important;
}

.MuiFormLabel-root-16.MuiFormLabel-focused-17 {
  color: #000;
}

.MuiFormControl-root-1 {
  min-height: 50px;
}

.MuiFormControl-marginNormal-2 {
  margin-top: 0 !important;
  margin-bottom: 31px !important;
}

.MuiIcon-root-86 {
  color: #d72028;
  opacity: 0.8;
}

form.signup {
  width: 100%;
  /*box-shadow: 2px 2px 15px -5px #33333344;*/
  padding: 25px;
  /* border: 1px solid #e6e6e6; */
  background: #fbfbfb;
}

.MuiList-root-376 {
  padding: 0 !important;
}

.MuiListItem-root-383.MuiListItem-selected-393, .MuiListItem-root-383.MuiListItem-selected-393:hover {
  background-color: rgb(0, 0, 0) !important;
  color: #fff;
}

.MuiSelect-select-54:focus {
  background: transparent !important;
}

.MuiCheckbox-colorPrimary-125.MuiCheckbox-checked-122 {
  color: #000000 !important;
}

.MuiInput-underline-27:before {
  border-bottom: 2px solid #b5b5b5 !important;
}

.MuiFormLabel-root-16.MuiFormLabel-focused-17 {
  color: #000 !important;
}

.MuiList-root-263 {
  padding: 0 !important;
}

.MuiListItem-button-251:hover {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
}

.MuiListItem-button-251 {
  font-family: 'Source Sans Pro', sans-serif !important;
}

/*css for blog*/

.b_by {
  font-style: italic;
  color: #b3b3b3;
}

.b_cate ul li a {
  display: block;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: #808080;
  font-size: 15px;
}

.b_cate ul li a span {
  float: right;
  color: #000000;
}

.art_bx {
  padding: 10px 0;
  border-bottom: 1px solid #e6e5e5;
}

.b_popular .article_list {
  margin-bottom: 35px;
  padding: 12px;
  box-shadow: 0 1px 4px -4px #333;
  position: relative;
  background-color: rgb(245, 245, 245);
}

.art_bx:last-child {
  border: none;
}

.art_bx a {
  display: block;
  margin-top: 5px;
  color: #757575;
  text-align: right;
  text-underline-position: initial;
}

.art_bx .widget-title {
  margin-bottom: 4px;
  color: #181818;
  font-size: 17px;
  text-transform: capitalize;
}

.easter {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#latest-blog {
  margin: 0 15px 70px 15px;
  padding: 50px;
}

.mini-title {
  color: #000;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 7px;
  margin: 0 0 45px;
  padding: 0 0 23px;
  position: relative;
  text-transform: uppercase;
}

.blg_img {
  /* background: url(../img/blog/all-day-breakfast.jpg); */
  width: 100%;
  height: 352px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lft_bx {
  width: 70%;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.blg_content {
  /* margin-left: 35px; */
  padding: 25px 20px 25px 20px;
  width: 100%;
}

.blg_content .mini-title {
  font-size: 24px !important;
  margin: 0 0 0px !important;
  padding: 0 0 12px !important;
}

.blg_content p {
  line-height: 23px;
  padding: 20px 0 15px 0;
}

.blg_img img {
  box-shadow: 0 4px 28px -7px #33333355;
}

.right_bx {
  background: #fff;
  padding: 5px 15px;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  width: 33%;
  margin-left: 30px;
  height: 100%;
}

.inner_bx {
  display: inline-flex;
}

.right_bx h4 {
  color: #000;
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 7px;
  line-height: 120%;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.blg_content .socila-link li {
  float: left;
  margin-right: 17px;
}

.blg_content .socila-link > li a {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 120%;
}

.blg_content .socila-link {
  margin: 25px 0;
}

.art_bx {
  padding: 20px 0;
  border-bottom: 1px solid #e6e5e5;
}

.art_bx:last-child {
  border: none !important;
}

.art_bx .widget-title {
  margin-bottom: 4px;
}

.art_bx p {
  line-height: 22px;
}

.art_bx a {
  display: block;
  margin-top: 5px;
  color: #757575;
  text-align: right;
  text-underline-position: initial;
}

.art_bx a i, .art_bx a:hover i {
  transition: all .3s linear;
  position: relative;
}

.art_bx a:hover i {
  right: -2px;
}

.post_date {
  color: #6d6e71;
  margin-bottom: 20px;
}

.bullseye-family_icon {
  position: absolute;
  bottom: 5px;
  right: 1rem;
}

.bullseye-family_icon img {
  width: 70%;
}

.menu_cat h2 span {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  top: 2px;
}

.black-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.v_mobile {
  display: none;
}

.venue_detail.grid_cat {
  align-items: center;
  min-height: 196px;
  display: grid;
}

.mini_bx {
  position: relative;
}

.full_desc {
  padding: 15px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 999;
  left: 0;
  height: 100%;
  width: 100%;
}

.mini_bx ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 10px;
}

.r_mr {
  min-width: 130px;
}

.cl_bx {
  position: absolute;
  top: 10px;
  right: 10px;
}

.menu_desc {
  height: 45px;
  overflow: hidden;
}

.fadeOut {
  opacity: 0;
  width: 0;
  height: 0;
  transition: width 0.5s 0.5s, height 0.5s 0.5s, opacity 0.5s;
}

.fadeIn {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: width 0.5s, height 0.5s, opacity 0.5s 0.5s;
}

.fadeIn h4 {
  font-family: 'Patrima Bold' !important;
  text-transform: uppercase;
}

.menu-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 30%;
  margin: auto;
}

.merchant-title {
  padding-top: 20px !important;
  display: inline-flex;
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#goToTop:hover {
  background-color: #d61e25;
}

.quandoo-button {
  font-family: 'SoinSansPro-Headline';
  border: none;
  color: #000;
  text-transform: uppercase;
  padding: 7px 8px 4px 8px !important;
  width: 112px;
  background: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  position: relative;
  z-index: 999;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: auto;
  font-size: 15px !important;
  margin-top: 16px !important;
  font-weight: normal !important;
}

.quandoo-button:hover {
  color: #000 !important;
  background: #dedede !important;
}

.quandoo-button:before, .quandoo-button:hover:before {
  transition: all .4s ease-in;
  -ms-transition: all .2s ease-in;
}

.blockbtn:hover {
  cursor: pointer;
}

.dialog-btns {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.close-btn-color {
  background: #FFF !important;
  border: #FFF !important;
}

/* order online partners */

.online_partner {
  padding: 20px 10px;
  margin: 0 10px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.online_partner ul li {
  margin: 0 4px;
}

.online_partner ul li img {
  width: 50px;
  transition: all .3s linear;
  transform: translateY(0);
}

.online_partner ul li:hover img {
  border-radius: 4px;
  transition: all .3s linear;
  box-shadow: 0 2px 14px -5px #333;
}

.trans:hover .online_partner img {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
}

.MuiTypography-body1{
  font-family: 'D-DIN' !important;
}

form .MuiCheckbox-colorPrimary.Mui-checked,.MuiFormLabel-root.Mui-focused{
  color: #000 !important;
}

.MuiPickersToolbar-toolbar,.MuiPickersDay-daySelected{
  background:  #000 !important;
}

.MuiInput-underline:after{
  border-color:#000 !important;
}

.MuiPickersCalendar-transitionContainer .MuiIconButton-label p{
  margin-bottom: 0 !important;
}

.date-format .MuiTextField-root{
  width: 100% !important;
  margin-top: 17px !important;
}

.date-format .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 1px solid rgb(61 61 61 / 87%) !important;
}

.term-condition-table table td{
  border:none !important;
  padding:0.1rem 0.2rem 0.5rem 0.3rem;
}

.filter .MuiSelect-select.MuiSelect-select{
  display: flex;
  align-items: center;
}

.filter .MuiSelect-select.MuiSelect-select img{
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  .online_partner ul li img {
    width: 40px;
  }
}

.MuiButton-label .MuiTypography-subtitle1{
  color: #bd910e !important;
  font-weight: 600;
}

/*.myIframe {*/

/*    -ms-overflow-style: none; !* IE *!*/

/*    overflow: -moz-scrollbars-none; !* Firefox *!*/

/*}*/

.myIframe::-webkit-scrollbar {
  display: none !important;
  /*Chrome/Edge/Safari*/
  background: transparent;
  -webkit-overflow-scrolling: auto;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*#home-popup{
    display: none !important;
}*/

.back_to_home_btn {
  font-family: 'SoinSansPro-Headline';
  border: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 8px 4px 8px !important;
  width: 120px;
  background: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  position: relative;
  z-index: 999;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: auto;
}

.back_to_home_btn:hover {
  /* background: #000; */
  color: #fff !important;
  border-color: #d61e25 !important;
  background: #d61e25 !important;
}

.centered_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.fc-widget-normal{
  display: none !important;
}

.home_menu_img {
  margin-left: 30% !important;
}

.footer_banner_mobile {
  display: none;
}

#our_branch .op_bar {
  background: rgba(255, 255, 255, 0.86) !important;
}

.order-box a{
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2rem;
}

/* For menu page */

.main-category{
  text-align: center;
  justify-content: center;
  padding: 15px 0;
  white-space: nowrap;
}

.main-category a{
  padding: 2px 15px;
  font-family: 'Patrima Bold' !important;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  cursor: pointer;
}

.main-category a:last-child{
  border: none;
}

.category-nav a{
  position: relative;
  white-space: nowrap;
}

.category-nav .active,.category-nav  a:hover{
  color: #c2a35c !important;
}

.category-nav .active:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c2a35c  transparent transparent transparent;
  position: absolute;
  width: 10px;
  bottom: -19px;
  left: 45%;
}

.category-nav.top-sticky{
  top:165px !important;
}

.menu-box{
  background: #f9f9f9;
}

.psudeo-none a:after{
  content: none !important;
}

.item-img{
  min-width: 160px;
  width: 160px;
}

.item-img img{
  height: 100%;
}

/* for career page */

.select-box select{
  border: 2px solid #000 !important;
  padding: 15px;
  font-size: 18px;
  background: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/img/icon/accordion_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 15px;
}

.select-box label{
  font-size: 15px;
}

.search-bar .blockbtn{
  background: #000;
  color: #fff;
  font-size: 14px !important;
  letter-spacing:1px;
  padding: 17px 30px !important;
}

.short-desc p{
  color: #3b3b3b;
}

.key-point {
  padding-left: 14px !important;
}

.key-point li{
  list-style-type: disc;
}

.career-detail .call_bx{
  position: sticky;
  top: 8rem;
}

.location_detail p a{
  color: #000 !important;
}

/* gallery */

.galleryWrap {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.galleryWrap .single {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.galleryWrap .icon-overlay{
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all .3s linear;
}

.galleryWrap .icon-overlay:hover{
  opacity: 1;
  transition: all .3s linear;
}

.galleryWrap .single img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s linear;
}

.galleryWrap .single img:hover {
  transform: scale(1.02);
  transition: all .3s linear;
}

.sliderWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sliderWrap .btnClose, .sliderWrap .btnPrev, .sliderWrap .btnNext {
  position: fixed;
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
  z-index: 9999;
  width: 30px;
  height: 30px;
}

.btnNext:hover, .btnPrev:hover, .btnClose:hover {
  opacity: 1;
}

.sliderWrap .btnClose {
  top: 40px;
  right: 40px;
}

.sliderWrap .btnPrev {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}

.sliderWrap .btnNext {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.fullScreenImage {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullScreenImage img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

#gallery .media-player{
  width: 500px;
}

#gallery button.active{
  background: #c7a056 !important;
  border-color: transparent !important;
}

/* for contact form widget */

.contacta-webform-form{
  background: #fbfbfb;
  padding: 15px 10px 25px 10px !important;
}

.heading h1{
  font-family: 'Patrima Bold' !important;
  font-weight: normal;
  font-size: 20px !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contacta-webform-form input{
  border:1px  solid #0000006b;
  padding: 10px;
}

.contacta-webform-form label{
  font-family: 'Patrima Bold' !important;
  font-size: 15px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 2px;
}

.contacta-webform-form .checkbox-option{
  vertical-align: top;
  margin-top: 4px;
  color: #000;
}

label.label-option{
  font-family: 'GTWalsheimPro-Regular' !important;
}

.contacta-webform-table .contacta-row{
  margin-top: 18px;
}

.submitBtn{
  text-align: right;
  margin-top: 15px;
}

.submitBtn button{
  background: #000000 !important;
  color: #fff !important;
  font-family: 'Patrima Bold' !important;
  padding: 5px 15px !important;
  font-size: 18px !important;
  line-height: 30px !important;
  outline:none !important;
  border: none;
  box-shadow: none;
}

/* for live chat button */

.float-btn::before, .float-btn::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(17, 17, 17);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
  animation: waves 3s ease-in-out infinite;
}

.float-btn::after{
  animation-delay: .4s;
  content: "";
  position: absolute;
  border: 1px solid rgb(17, 17, 17);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}
.form-cover-img{
  height:90%;
  width:90%
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@media(max-width:991px){
  .owl-nav .owl-prev, .owl-nav .owl-next{
    text-indent: 0 !important;
    font-size: 0 !important;
  }
  .paddingformobile{
    padding:10px !important;
  }
  .closeicon{
    top:0px !important
  }
  .mobile-mb-10{
		margin-bottom: 40px
	}
}

@import 'responsive.css';

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

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#333\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ccc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

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

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

.hover\:\!underline:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

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

.focus-visible\:border-indigo-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-blue-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-orange-300:focus-visible {
  --tw-ring-offset-color: #fdba74;
}

@media (min-width: 640px) {
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

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

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

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

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

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

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:\!min-h-\[160px\] {
    min-height: 160px !important;
  }

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

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

  .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\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-\[148px\] {
    top: 148px;
  }

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

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

  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[40rem\] {
    height: 40rem;
  }

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[78vh\] {
    height: 78vh;
  }

  .\32xl\:h-\[550px\] {
    height: 550px;
  }

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

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

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

