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

/*
! tailwindcss v3.4.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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container{
  width: 100%;
}

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

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

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

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

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

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.bottom-\[0\.5vw\]{
  bottom: 0.5vw;
}

.bottom-\[2vw\]{
  bottom: 2vw;
}

.right-\[-9\.2vw\]{
  right: -9.2vw;
}

.right-\[0vw\]{
  right: 0vw;
}

.top-\[10vw\]{
  top: 10vw;
}

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-auto{
  grid-column: auto;
}

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

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

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

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

.mb-\[2\.95vw\]{
  margin-bottom: 2.95vw;
}

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

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

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

.mb-\[4vw\]{
  margin-bottom: 4vw;
}

.ms-\[3vw\]{
  margin-inline-start: 3vw;
}

.ms-\[7\.3\%\]{
  margin-inline-start: 7.3%;
}

.ms-auto{
  margin-inline-start: auto;
}

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

.mt-\[0\.3vw\]{
  margin-top: 0.3vw;
}

.mt-\[0\.6vw\]{
  margin-top: 0.6vw;
}

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

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

.mt-\[1vw\]{
  margin-top: 1vw;
}

.mt-\[2\.5vw\]{
  margin-top: 2.5vw;
}

.mt-\[2\.9vw\]{
  margin-top: 2.9vw;
}

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

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

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

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

.mt-\[3\.2vw\]{
  margin-top: 3.2vw;
}

.mt-\[3vw\]{
  margin-top: 3vw;
}

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

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

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

.mt-\[6vw\]{
  margin-top: 6vw;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.\!w-\[28vw\]{
  width: 28vw !important;
}

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.flex-none{
  flex: none;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-\[3\.5vw\]{
  gap: 3.5vw;
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.border-r{
  border-right-width: 1px;
}

.border-gold{
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
}

.bg-\[\#AA8A4B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 138 75 / var(--tw-bg-opacity));
}

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

.bg-\[\#fdf6ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 236 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/images\/Pattern1\.svg\'\)\]{
  background-image: url('../images/Pattern1.svg');
}

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

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

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

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

.p-2{
  padding: 0.5rem;
}

.\!px-\[31px\]{
  padding-left: 31px !important;
  padding-right: 31px !important;
}

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

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

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

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

.\!pt-\[30px\]{
  padding-top: 30px !important;
}

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

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

.pb-\[14vw\]{
  padding-bottom: 14vw;
}

.pb-\[3vw\]{
  padding-bottom: 3vw;
}

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

.pb-\[4vw\]{
  padding-bottom: 4vw;
}

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

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

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

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

.pr-\[3\%\]{
  padding-right: 3%;
}

.pr-\[7\.3\%\]{
  padding-right: 7.3%;
}

.ps-\[3\%\]{
  padding-inline-start: 3%;
}

.ps-\[7\.3\%\]{
  padding-inline-start: 7.3%;
}

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

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

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

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

.pt-\[5vw\]{
  padding-top: 5vw;
}

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

.font-Gtultra{
  font-family: GTultra, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-gold{
  --tw-text-opacity: 1;
  color: rgb(170 138 75 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

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

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

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

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

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

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

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

.duration-\[1200ms\]{
  transition-duration: 1200ms;
}

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

body {
  /* font-family: "Marcellus", serif;
     font-family: "GTUltraMedian", "serif"; 
     font-family: "Gambetta", "serif"; */
  color: white;
  font-weight: 400;
  font-style: normal;
}

* {
  z-index: auto;
}

@font-face {
  font-family: "GTultra";

  src: url("../fonts/GT-Ultra-Median-Regular.eot");

  src: local("☺"), url("../fonts/GT-Ultra-Median-Regular.woff") format("woff"),
    url("../fonts/GT-Ultra-Median-Regular.ttf") format("truetype"),
    url("../fonts/GT-Ultra-Median-Regular.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Gambetta";

  src: url("../fonts/Gambetta-Medium.eot");

  src: local("☺"), url("../fonts/Gambetta-Medium.woff") format("woff"),
    url("../fonts/Gambetta-Medium.ttf") format("truetype"),
    url("../fonts/Gambetta-Medium.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

.sectionPadding{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .sectionPadding{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

body{
  position: relative;
  scroll-behavior: smooth;
  font-family: Gambetta, serif;
  font-size: 16px;
}

@media (min-width: 1024px){
  body{
    font-size: 1.3vw;
  }
}

/* section {
    overflow: hidden;
} */

main{
  overflow: hidden;
}

.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}

.prev,
.next{
  display: none;
}

@media (min-width: 768px){
  .prev,
.next{
    display: block;
  }
}

.mainHeading{
  margin-top: 1rem;
  font-family: GTultra;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 1024px){
  .mainHeading{
    margin-top: 1vw;
    font-size: 2.1vw;
  }
}

.banner img{
  height: 100vh;
  width: 100%;
}

/* .counter_portfolio{
    /* background: rgba(255,251,240,1); */

/* background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,251,240,1) 20%); */

/* }  */

.counter::after{
  right: 0px;
  top: 50%;
  height: 4rem;
  width: 0.1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(170 138 75 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px){
  .counter::after{
    position: absolute;
  }
}

@media (min-width: 1280px){
  .counter::after{
    height: 4vw;
    width: 0.1vw;
  }
}

.overview-section .counter:nth-child(3)::after {
  top: 67%
}

.about-section .counter:nth-child(1)::before,
.about-section .counter:nth-child(3)::before{
  left: 0px;
  top: 50%;
  height: 4rem;
  width: 0.1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(170 138 75 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px){
  .about-section .counter:nth-child(1)::before,
.about-section .counter:nth-child(3)::before{
    position: absolute;
  }
}

@media (min-width: 1280px){
  .about-section .counter:nth-child(1)::before,
.about-section .counter:nth-child(3)::before{
    height: 4vw;
    width: 0.05vw;
  }
}

.counter:last-child::after{
  position: relative;
}

@media (min-width: 768px){
  .about-section .counter:last-child::after{
    position: absolute;
  }
}

.counter{
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .counter{
    font-size: 1.5vw;
  }
}

.counter span{
  font-family: GTultra;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(170 138 75 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .counter span{
    font-size: 4vw;
  }
}

.heading{
  font-family: GTultra;
  font-size: 1rem;
}

@media (min-width: 1024px){
  .heading{
    font-size: 1vw;
  }
}

p{
  padding-bottom: 1rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  p{
    padding-bottom: 1vw;
    font-size: 1.1vw;
  }
}

p:last-child {
  margin-bottom: 0px;
}

.about-section .counter:nth-child(4) {
  border-right: 1px solid #AA8A4B !important;
}

/*.about p {*/

/*  @apply mb-4 lg:mb-[1vw];*/

/*}*/

/* .who-we-are-img img{ @apply xl:w-[80%] object-cover } */

strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(170 138 75 / var(--tw-text-opacity));
}

.keyfactor{
  background-image: url('../images/aboutImage/key-factor.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutCounter{
  background-color: rgb(255 255 255 / 0.3);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.aboutCounter .counter span{
  font-size: 2.3rem;
  font-weight: 500;
}

@media (min-width: 1280px){
  .aboutCounter .counter span{
    font-size: 2.5vw;
  }
}

.aboutCounter .counter{
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .aboutCounter .counter{
    border-bottom-width: 1px;
  }
}

@media (min-width: 1280px){
  .aboutCounter .counter{
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
}

.aboutCounter .counter:nth-child(2){
  border-bottom-width: 0px;
}

.aboutCounter .counter:nth-child(4){
  border-bottom-width: 0px;
}

.aboutCounter .counter:nth-child(6){
  border-bottom-width: 0px;
}

.aboutCounter .counter:nth-child(1){
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .aboutCounter .counter:nth-child(1){
    border-right-width: 1px;
  }
}

.aboutCounter .counter:nth-child(2) {
  border-right: 1px solid #aa8a4b;
}

.aboutCounter .counter:nth-child(3){
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .aboutCounter .counter:nth-child(3){
    border-right-width: 1px;
  }
}

.aboutCounter .counter:nth-child(3) {
  border-bottom: 1px solid #aa8a4b;
}

.aboutCounter .counter:nth-child(4) {
  border-right: 1px solid #aa8a4b;
}

@media (max-width: 1024px) {
  .aboutCounter .counter:nth-child(2) {
    border-right: 0;
  }

  .aboutCounter .counter:nth-child(4) {
    border-right: 0;
  }

  .aboutCounter .counter:nth-child(1){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 138 75 / var(--tw-border-opacity));
  }

  .aboutCounter .counter:nth-child(2){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 138 75 / var(--tw-border-opacity));
  }

  .aboutCounter .counter:nth-child(3){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 138 75 / var(--tw-border-opacity));
  }

  .aboutCounter .counter:nth-child(4) {
    border-bottom: 1px solid #aa8a4b;
  }

  .aboutCounter .counter:nth-child(5) {
    border-bottom: 1px solid #aa8a4b;
  }
}

/* ************************************* */

.formSection input:focus{
  outline-width: 0px;
}

.formSection textarea:focus{
  outline-width: 0px;
}

.formSection input{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
}

.subBtn{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 138 75 / var(--tw-border-opacity));
}

.formSection label{
  font-size: 1rem;
}

@media (min-width: 1280px){
  .formSection label{
    font-size: 1vw;
  }
}

select{
  font-family: GTultra;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  select{
    font-size: 1.1vw;
  }
}

select option{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  select option{
    font-size: 1vw;
  }
}

.formSection label span{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.formSection input::-moz-placeholder{
  font-size: 0.9rem;
}

.formSection input::placeholder{
  font-size: 0.9rem;
}

@media (min-width: 1280px){
  .formSection input::-moz-placeholder{
    font-size: 0.9vw;
  }
  .formSection input::placeholder{
    font-size: 0.9vw;
  }
}

.hidden {
  display: none;
}

/* .contactAddress:nth-child(4) {
  border-bottom: none;
} */

.counter:nth-child(2) {
  border-right: 0;
}

.counter:nth-child(4) {
  border-right: none;
}

.counter:nth-child(3) {
  border-bottom: none;
}

.counter:nth-child(4) {
  border-bottom: none;
}

.no-bottom-border {
  border-bottom: 0;
}

.no-right-border {
  border-right: none;
}

.select:focus{
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  border: 1px solid #AA8A4B;
  border-radius: 30px;
  padding: 10px 20px;
  color: #AA8A4B;
  font-size: 1.200vw;
  display: table;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .counter {
    font-size: 1.180vw;
    text-align: left;
    color: #363636;
  }

  .counter span {
    font-size: 2vw;
  }

  .about-section .counter span {
    font-size: 2.4vw;
  }
}

/* Header */

.runwal_malabar_logo {
  width: 94px;
  display: block;
}

.realtyLogo {
  width: 60px;
  display: block;
}

@media(min-width:991.99px) {
  header {
    padding-top: 2.113vw;
    padding-bottom: 1.548vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .runwal_malabar_logo {
    width: 11.458vw;
  }

  .realtyLogo {
    width: 8.073vw;
  }

  .runwalmalabarClrLogo,
  .realtyClrLogo,
  .menuCol {
    display: none;
  }

  header.fixed {
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: fixed;
    top: 5vw;
    transform: translateY(-5vw);
    padding: .5vw 0;
    transition: top 0.3s ease-in-out;
  }

  header.fixed .runwal_malabar_logo {
    width: 8vw;
  }

  header.fixed .realtyLogo {
    width: 5vw;
  }

  header.fixed .runwalmalabarClrLogo,
  header.fixed .realtyClrLogo,
  header.fixed .menuCol {
    display: block;
  }

  header.fixed .malabarWhLogo,
  header.fixed .realtyWhLogo {
    display: none;
  }
}

@media(max-width:991.99px) {
  header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.20);
  }

  .runwal_malabar_logo {
    margin-top: 10px;
  }

  .malabarWhLogo,
  .realtyWhLogo {
    display: none;
  }
}

/* Menu Bar */

/* nav {background: var(--white); position: sticky; top: 0; z-index: 999; box-shadow: 0 0 10px 0px rgba(0,0,0,0.10);} */

.menuList {
  display: flex;
}

.menuList li {
  line-height: 1;
  font-family: "GTultra", "sans-serif";
  color: #000;
}

.menuList li a {
  display: block;
  position: relative;
}

@media(min-width:991.99px) {
  nav>.container>.row {
    --bs-gutter-x: 3vw;
  }

  .menuList {
    gap: 1.563vw
  }

  .menuList li {
    padding: 2vw 0;
    font-size: 1.042vw;
  }

  .menuList li a {
    padding-bottom: 0.521vw;
  }

  .menuList li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #AA8A4B;
    transition: all 0.3s ease-in-out;
  }

  .menuList li a:hover:after,
  .menuList li a.active:after {
    width: 100%;
  }

  nav .enquireBtn {
    padding: 0.75vw 1.25vw;
  }
}

@media(max-width:991.99px) {
  .menuBtn {
    display: block;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
  }

  .menuBtn span {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .menuBtn span:nth-child(1) {
    transform: translate3d(0, -10px, 0)
  }

  .menuBtn span:nth-child(4) {
    transform: translate3d(0, 10px, 0)
  }

  .menuBtn.active span:nth-child(1),
  .menuBtn.active span:nth-child(4) {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    width: 0
  }

  .menuBtn.active span:nth-child(2) {
    transform: rotate(45deg)
  }

  .menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg)
  }

  nav {
    width: 100%;
    position: fixed;
    top: 77px;
    left: 0;
    box-shadow: none;
    padding: 2px 30px;
    background: white;
    z-index: 999;
    border-top: 5px solid #AA8A4B;
    display: none;
    overflow: hidden;
    height: 90vh;
  }

  .menuOverlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 68%);
    z-index: 99;
    display: none;
  }

  .menuList {
    display: block;
  }

  .menuList li a {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
}

.highlightSwiper .slide-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

.highlightSwiper .swiper-slide-active .slide-content,
.highlightSwiper .swiper-slide-duplicate-active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.contactForm {
  margin-top: 8vw;
}

.contactForm>* {
  margin-bottom: 39px;
}

.contactForm>*:last-child {
  margin: 0 !important;
}

.contactForm .form-control {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #AA8A4B;
  padding-top: 1vw;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.8vw;
  font-family: "GTultra", "sans-serif";
  color: black;
}

.contactForm .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #AA8A4B;
  outline: none;
}

.contactForm label {
  font-family: "GTultra", "sans-serif";
  color: #797979;
  font-size: 0.978vw;
}

.contactForm .form-control::-moz-placeholder {
  color: #888;
  font-size: 13px;
}

.contactForm .form-control::placeholder {
  color: #888;
  font-size: 13px;
}

.contactForm label span {
  color: #f00;
}

.contact-section img {
  width: 32px;
  height: 32px;
}

.highlight-section::before {
  content: "";
  position: absolute;
  top: -2vw;
  right: 2vw;
  width: 46vw;
  height: 70.854vw;
  background-image: url("../images/icons/Wavy_Pattern3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.location-section::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: -9vw;
  width: 46vw;
  height: 35.854vw;
  background-image: url("../images/icons/Wavy_Pattern2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: -10vw;
  right: 0;
  width: 54vw;
  height: 33.854vw;
  background-image: url("../images/icons/Wavy_Pattern.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.location-section .image-section .cloud-img {
  position: absolute;
  top: -5vw;
  right: -2vw;
  width: 33.854vw;
  height: 15.26vw;
  z-index: 0;
}

.tab {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 0.5rem;
  font-size: 1.245vw;
  color: rgba(0, 0, 0, 0.50);
  transition: color 0.3s ease;
  font-family: "GTultra", "sans-serif";
}

.tab.active-tab {
  color: #000;
  font-weight: 600;
}

/* --- Separator Line After Active Tab --- */

.tab.active-tab::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(76% + 8px);
  transform: translateY(-50%);
  width: 6.6vw;
  height: 0.7px;
  background-color: #bfa06a;
}

/* --- Dot Before Right Side List Items --- */

.content ul li {
  position: relative;
  padding-left: 16px;
  color: #4F4F4F;
  font-family: "GTultra", "sans-serif";
  font-size: 1.146vw;
}

.content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #bfa06a;
  border-radius: 50%;
}

/* Transition for content switching */

.content {
  transition: opacity 0.3s ease;
}

.location-info .content strong {
  font-family: "GTultra", "sans-serif";
  font-weight: 800 !important;
  color: #4F4F4F;
}

.border-box {
  border: 1px solid #AA8A4B;
  padding: 15px;
}

.btn:hover {
  background: #AA8A4B;
  color: white;
}

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

section,
div {
  z-index: 1;
  position: relative;
}

.gotop {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 999999999 !important;
  transform: translateZ(999px);
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.gotopcircle {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(170 138 75 / var(--tw-bg-opacity));
}

.gotop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .highlightSwiper .swiper-slide img {
    width: 100%;
    height: 340px;
    transition: height 0.8s ease-in-out, transform 0.8s ease-in-out;
  }

  .highlightSwiper .swiper-slide-active img,
  .highlightSwiper .swiper-slide-duplicate-active img {
    height: 280px;
    transform: scale(1.05);
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-buttons {
    display: flex;
    justify-content: center;
    gap: 35px
  }

  .contactForm label {
    font-size: 15px;
  }

  .tab {
    font-size: 14px;
  }

  .border-box {
    border: 1px solid #AA8A4B;
    padding: 10px;
  }

  .content ul li {
    font-size: 13px;
  }

  .internal-swiper .swiper-slide {
    height: 280px;
  }

  .internal-swiper .swiper-slide.swiper-slide-prev {
    transform: translateY(40px) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-swiper .swiper-slide.swiper-slide-next {
    transform: translateY(40px) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-swiper .swiper-slide.swiper-slide-active {
    transform: translateY(90.8px) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-swiper .swiper-buttons {
    margin-top: 11.2rem;
  }

  .internal-swiper .swiper-button-prev,
  .internal-swiper .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .counter span {
    font-size: 25px;
  }

  .get-in-touch-btn {
    display: none;
  }

  .gotop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999999999 !important;
    transform: translateZ(999px);
    pointer-events: auto;
    cursor: pointer;
  }

  .gotopcircle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
  }

  .location-section .image-section .cloud-img {
    top: -10vw;
    right: -2vw;
    width: 210px;
    height: 110px;
  }

  .about-section .counter:nth-child(4) {
    border: none !important;
  }
}

@media(min-width:1025px) {
  .swiper-buttons {
    display: flex;
    justify-content: center;
    gap: 35px
  }

  .highlightSwiper .swiper-slide img {
    width: 100%;
    height: 35.938vw;
    /* initial taller height */
    transition: height 0.8s ease-in-out, transform 0.8s ease-in-out;
  }

  .highlightSwiper .swiper-slide-active img,
  .highlightSwiper .swiper-slide-duplicate-active img {
    height: 378px;
    transform: scale(1.05);
  }

  .highlightSwiper {
    position: relative;
  }

  .highlightSwiper .swiper-button-prev,
  .highlightSwiper .swiper-button-next {
    position: absolute;
    top: 16vw;
    z-index: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
  }

  .highlightSwiper .swiper-button-prev {
    left: 29.8vw;
  }

  .highlightSwiper .swiper-button-next {
    right: 29.8vw;
  }

  .highlightSwiper .swiper-button-prev img,
  .highlightSwiper .swiper-button-next img {
    width: 100%;
    height: auto;
    display: block;
  }

  .highlightSwiper .swiper-button-prev,
  .highlightSwiper .swiper-button-next {
    pointer-events: auto;
    visibility: visible;
  }

  /* ----Internal Swiper----- */

  .internal-swiper .swiper-slide img {
    width: 19.896vw;
    height: 25.417vw;
    transition: height 0.8s ease-in-out, transform 0.8s ease-in-out;
  }

  .internal-swiper .swiper-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .internal-swiper .swiper-slide.swiper-slide-prev {
    transform: translateY(5vw) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-swiper .swiper-slide.swiper-slide-next {
    transform: translateY(5vw) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-swiper .swiper-slide.swiper-slide-active {
    transform: translateY(9vw) scale(1.05) !important;
    transition: transform 0.6s ease;
  }

  .internal-section .swiper-button-prev,
  .internal-section .swiper-button-next {
    position: absolute;
    top: 2vw;
    z-index: 10;
    cursor: pointer;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
  }

  .internal-section .swiper-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .internal-section .swiper-button-prev {
    left: 45.8vw;
  }

  .internal-section .swiper-button-next {
    right: 45.2vw;
  }

  .amenities-section .swiper-button-prev {
    bottom: 0vw;
    left: 33vw;
  }

  .amenities-section .swiper-button-next {
    bottom: 0;
    left: 37.5vw;
  }

  .amenities-section .swiper-button-prev,
  .amenities-section .swiper-button-next {
    position: absolute;
    top: -2vw;
    z-index: 10;
    cursor: pointer;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
  }

  .amenities-section .mainSwiper .swiper-slide {
    overflow: hidden;
  }

  .amenities-section .mainSwiper .swiper-slide img {
    transform: scale(1.170);
    transition: transform 1s 1.2s ease-in-out;
  }

  .amenities-section .mainSwiper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }

  .get-in-touch-btn {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5vw 1.5vw;
    background-color: #AA8A4B;
    position: fixed;
    top: 20vw;
    right: -3.5vw;
    transform: rotate(270deg);
  }

  #smooth-content {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
}

@media(min-width:1025px) and (max-width:1200px) {
  .highlightSwiper .swiper-button-prev {
    left: 26.4vw;
  }

  .highlightSwiper .swiper-button-next {
    right: 26.4vw;
  }
}

@media (max-width:1200px) {
  .contact-section::before {
    display: none;
    content: none;
  }

  .location-section::before {
    display: none;
    content: none;
  }

  .highlight-section::before {
    display: none;
    content: none;
  }
}

/* @media (max-width: 768px) {
 
} */

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[90px\]::before{
  content: var(--tw-content);
  bottom: 90px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:-z-10::before{
  content: var(--tw-content);
  z-index: -10;
}

.before\:bg-\[\#FFF7E9\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 233 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

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

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

  .md\:mt-\[1\.3vw\]{
    margin-top: 1.3vw;
  }

  .md\:mt-\[1\.4vw\]{
    margin-top: 1.4vw;
  }

  .md\:mt-\[1\.563vw\]{
    margin-top: 1.563vw;
  }

  .md\:mt-\[1\.5vw\]{
    margin-top: 1.5vw;
  }

  .md\:mt-\[1\.7vw\]{
    margin-top: 1.7vw;
  }

  .md\:mt-\[1vw\]{
    margin-top: 1vw;
  }

  .md\:mt-\[3\.5vw\]{
    margin-top: 3.5vw;
  }

  .md\:mt-\[3\.6vw\]{
    margin-top: 3.6vw;
  }

  .md\:mt-\[6vw\]{
    margin-top: 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-y-\[2rem\]{
    row-gap: 2rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:\!px-\[2\.415vw\]{
    padding-left: 2.415vw !important;
    padding-right: 2.415vw !important;
  }

  .md\:py-\[2\.4vw\]{
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }

  .md\:py-\[6\.125vw\]{
    padding-top: 6.125vw;
    padding-bottom: 6.125vw;
  }

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

  .md\:pb-\[1rem\]{
    padding-bottom: 1rem;
  }

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

  .md\:pr-\[1rem\]{
    padding-right: 1rem;
  }

  .md\:ps-\[1rem\]{
    padding-inline-start: 1rem;
  }

  .md\:ps-\[3rem\]{
    padding-inline-start: 3rem;
  }

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

  .md\:pt-\[5vw\]{
    padding-top: 5vw;
  }

  .md\:text-\[2\.693vw\]{
    font-size: 2.693vw;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:bottom-\[0vw\]{
    bottom: 0vw;
  }

  .lg\:left-\[0vw\]{
    left: 0vw;
  }

  .lg\:top-\[15vw\]{
    top: 15vw;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:m-0{
    margin: 0px;
  }

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

  .lg\:mb-\[1\.2vw\]{
    margin-bottom: 1.2vw;
  }

  .lg\:ms-0{
    margin-inline-start: 0px;
  }

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

  .lg\:mt-\[-1vw\]{
    margin-top: -1vw;
  }

  .lg\:mt-\[13\.2vw\]{
    margin-top: 13.2vw;
  }

  .lg\:mt-\[2\.5vw\]{
    margin-top: 2.5vw;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[10vw\]{
    height: 10vw !important;
  }

  .lg\:h-\[42vw\]{
    height: 42vw;
  }

  .lg\:h-\[53\.354vw\]{
    height: 53.354vw;
  }

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

  .lg\:\!w-\[15vw\]{
    width: 15vw !important;
  }

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

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

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

  .lg\:w-\[49\.458vw\]{
    width: 49.458vw;
  }

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

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

  .lg\:flex-none{
    flex: none;
  }

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

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

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:py-\[4\.167vw\]{
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
  }

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

  .lg\:pb-\[1vw\]{
    padding-bottom: 1vw;
  }

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

  .lg\:ps-\[1rem\]{
    padding-inline-start: 1rem;
  }

  .lg\:ps-\[2\.3rem\]{
    padding-inline-start: 2.3rem;
  }

  .lg\:ps-\[2\.8rem\]{
    padding-inline-start: 2.8rem;
  }

  .lg\:ps-\[3rem\]{
    padding-inline-start: 3rem;
  }

  .lg\:ps-\[4rem\]{
    padding-inline-start: 4rem;
  }

  .lg\:ps-\[5\.5rem\]{
    padding-inline-start: 5.5rem;
  }

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

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-\[10\.938vw\]{
    padding-top: 10.938vw;
  }

  .lg\:text-\[0\.833vw\]{
    font-size: 0.833vw;
  }

  .lg\:text-\[1\.146vw\]{
    font-size: 1.146vw;
  }

  .lg\:text-\[1\.190vw\]{
    font-size: 1.190vw;
  }

  .lg\:text-\[1\.246vw\]{
    font-size: 1.246vw;
  }

  .lg\:text-\[1\.285vw\]{
    font-size: 1.285vw;
  }

  .lg\:text-\[1\.356vw\]{
    font-size: 1.356vw;
  }

  .lg\:text-\[2\.604vw\]{
    font-size: 2.604vw;
  }

  .lg\:leading-\[2\.158vw\]{
    line-height: 2.158vw;
  }
}