@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

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 */
    font-feature-settings: normal;
    /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

[hidden] {
    display: none;
}

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

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

.container {
    width: 100%;
}

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

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

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

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

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

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.z-10 {
    z-index: 10;
}
.col-span-1{
    grid-column:span 1/span 1;
}

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

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.m-3{
    margin:.75rem;
}

.m-4{
    margin:1rem;
}

.m-10 {
    margin: 2.5rem;
}

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

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

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

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

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

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

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-14 {
    margin-top: 3.5rem;
}

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

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

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

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

.ml-10 {
    margin-left: 2.5rem;
}

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

.mb-96 {
    margin-bottom: 24rem;
}

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

.mt-56 {
    margin-top: 14rem;
}

.mt-96 {
    margin-top: 24rem;
}

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

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

.mt-56{
    margin-top:14rem;
}

.mt-72 {
    margin-top: 18rem;
}

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

.ml-20{
    margin-left: 5rem;
}

.ml-24 {
    margin-left: 6rem;
}

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

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

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

.h-auto {
    height: auto;
}

.h-6 {
    height: 1.5rem;
}

.h-full {
    height: 100%;
}

.h-32 {
    height: 8rem;
}

.h-28 {
    height: 7rem;
}

.h-36 {
    height: 9rem;
}

.h-1 {
    height: 0.25rem;
}

.h-20 {
    height: 5rem;
}

.h-96 {
    height: 24rem;
}

.h-8 {
    height: 2rem;
}

.h-screen {
    height: 100vh;
}

.h-2\/5 {
    height: 40%;
}

.h-40 {
    height: 10rem;
}

.h-64 {
    height: 16rem;
}

.h-16 {
    height: 4rem;
}

.h-12 {
    height: 3rem;
}

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

.h-44 {
    height: 11rem;
}

.h-56 {
    height: 14rem;
}

.h-52 {
    height: 13rem;
}

.h-72{
    height:18rem;
}

.h-80 {
    height: 20rem;
}

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

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

.w-full {
    width: 100%;
}

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

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


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

.w-1 {
    width: 0.25rem;
}

.w-28 {
    width: 7rem;
}

.w-36 {
    width: 9rem;
}

.w-10 {
    width: 2.5rem;
}

.w-auto {
    width: auto;
}

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

.w-32 {
    width: 8rem;
}

.w-20 {
    width: 5rem;
}

.w-44 {
    width: 11rem;
}

.w-96 {
    width: 24rem;
}

.w-3\/4 {
    width: 75%;
}

.w-48 {
    width: 12rem;
}

.w-14 {
    width: 3.5rem;
}

.w-24 {
    width: 6rem;
}

.w-40 {
    width: 10rem;
}

.w-56 {
    width: 14rem;
}

.w-52 {
    width: 13rem;
}

.w-80 {
    width: 20rem;
}

.w-64 {
    width: 16rem;
}

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

.max-w-screen-lg {
    max-width: 1024px;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-marquee {
    animation: marquee 15s linear infinite;
}

@keyframes marquee2 {
    0% {
        transform: translateX(100%);
    }

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

.animate-marquee2 {
    animation: marquee2 15s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-4{
    gap:1rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

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

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

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

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

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

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

.space-y-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-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.rounded-3xl {
    border-radius: 1.5rem;
}

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

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

.border {
    border-width: 1px;
}

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

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

.bg-secondary-brown {
    --tw-bg-opacity: 1;
    background-color: rgb(202 170 128 / var(--tw-bg-opacity));
}

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

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

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-primary-brown {
    --tw-gradient-from: #361500;
    --tw-gradient-to: rgb(54 21 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary-brown {
    --tw-gradient-to: #caaa80;
}

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

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

.bg-\[length\:34rem\] {
    background-size: 34rem;
}

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

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

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

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

.p-4 {
    padding: 1rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-1 {
    padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-48 {
    padding-top: 12rem;
}

.pt-10 {
    padding-top: 2.5rem;
}
.pt-12{
    padding-top:3rem;
}

.pt-16{
    padding-top:4rem
}

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

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

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

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

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

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

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

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

.font-avenirnext {
    font-family: Montserrat;
}

.font-playfair-display {
    font-family: Playfair Display;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

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

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

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

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

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

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

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

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-secondary-brown {
    --tw-text-opacity: 1;
    color: rgb(202 170 128 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#1C0A00\] {
    --tw-text-opacity: 1;
    color: rgb(28 10 0 / var(--tw-text-opacity));
}

.text-primary-brown {
    --tw-text-opacity: 1;
    color: rgb(54 21 0 / var(--tw-text-opacity));
}

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

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 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 rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.drop-shadow-md {
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.shadow-gray-400 {
    --tw-shadow-color: #9ca3af;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-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,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transform{--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;transform:translateX(var(--tw-translate-x)) translateY(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))}

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

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

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

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

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group-hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-auto:hover {
    cursor: auto;
}

.hover\:text-secondary-brown:hover {
    --tw-text-opacity: 1;
    color: rgb(202 170 128 / var(--tw-text-opacity));
}

.focus\:border-secondary-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgb(202 170 128 / var(--tw-border-opacity));
}

.focus\:outline-secondary-brown:focus {
    outline-color: #caaa80;
}

@media (min-width: 640px) {
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

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

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

    .sm\:grid {
        display: grid;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:w-full {
        width: 100%;
    }

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

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

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

@media (min-width: 992px) {
    .md\:rounded-none{
        border-radius:0;
    }

    .md\:bg-\[length\:44rem\] {
        background-size: 44rem;
    }

    .md\:m-10 {
        margin: 2.5rem;
    }

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

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

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

    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .md\:mx-32 {
        margin-left:8rem;
        margin-right:8rem;
    }

    .md\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

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

    .md\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

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

    .md\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .md\:ml-28 {
        margin-left: 7rem;
    }

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

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

    .md\:ml-12 {
        margin-left: 3rem;
    }

    .md\:mr-36 {
        margin-right: 9rem;
    }

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

    .md\:-mt-52 {
        margin-top: -13rem;
    }

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

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

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

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

    .md\:mb-16 {
        margin-bottom: 4rem;
    }

    .md\:mb-44 {
        margin-bottom: 11rem;
    }

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

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

    .md\:mt-40 {
        margin-top: 10rem;
    }

    .md\:mt-64 {
        margin-top: 16rem;
    }

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

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

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

    .md\:-mb-52 {
        margin-bottom: -13rem;
    }

    .md\:-mt-\[9\.8rem\] {
        margin-top: -9.8rem;
    }

    .md\:mt-48 {
        margin-top: 12rem;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-14 {
        height: 3.5rem;
    }
    .md\:h-80{
        height:20rem
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:h-\[0\.8rem\] {
        height: 0.8rem;
    }

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

    .md\:h-1\/5 {
        height: 20%;
    }

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

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

    .md\:h-96 {
        height: 24rem;
    }

    .md\:h-36 {
        height: 9rem;
    }
    .md\:h-52{
        height:13rem;
    }

    .md\:h-60 {
        height: 15rem;
    }

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

    .md\:w-\[32rem\] {
        width: 32rem;
    }

    .md\:w-full {
        width: 100%;
    }

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

    .md\:w-1\/4 {
        width: 25%;
    }

    .md\:w-72 {
        width: 18rem;
    }

    .md\:w-96 {
        width: 24rem;
    }

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

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

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

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

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

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

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

    .md\:gap-3 {
        gap: 0.75rem;
    }

    .md\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

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

    .md\:gap-y-24 {
        row-gap: 6rem;
    }

    .md\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

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

    .md\:gap-y-36 {
        row-gap: 9rem;
    }

    .md\:gap-x-\[16rem\] {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .md\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .md\:drop-shadow-none {
        --tw-drop-shadow:drop-shadow(0 0 #0000);
    }

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

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

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

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

    .md\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}

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

    .md\:bg-none {
        background-image: none;
    }

    .md\:bg-cover {
        background-size: cover !important;
    }

    .md\:p-2 {
        padding: 0.5rem;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

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

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

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

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

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

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

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

    .md\:pt-20 {
        padding-top: 5rem;
    }

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

    .md\:pb-96 {
        padding-bottom: 24rem;
    }

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

    .md\:pt-\[6\.7rem\] {
        padding-top: 6.7rem;
    }

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

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

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

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-white{
        --tw-text-opacity:1;
        color:rgba(255,255,255,var(--tw-text-opacity));
    }
}

@media (min-width: 1600px) {
    .\32xl\:block {
        display: block;
    }

    .\32xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .\32xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .\32xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .\32xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

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

    .\32xl\:ml-52 {
        margin-left: 13rem;
    }

    .\32xl\:mt-\[1047px\] {
        margin-top: 1047px;
    }

    .\32xl\:mt-64{
        margin-top:16rem
    }

    .\32xl\:mt-56 {
        margin-top: 14rem;
    }

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

    .\32xl\:-mt-\[13rem\] {
        margin-top: -13rem;
    }

    .\32xl\:w-\[35rem\] {
        width: 35rem;
    }

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

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

    .\32xl\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .\32xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .\32xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .\32xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

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

@media (max-width: 1440px) {

}
